commit 8d9b732477b8beb6c38e879c6c012a7334f49ac8
parent 9aac66cb0e53b5c228313bd62c1b5b9b27359ae8
Author: parazyd <parazyd@dyne.org>
Date: Wed, 30 Dec 2020 13:22:47 +0100
dev-python/ghp-import: Add 1.0.0
Diffstat:
3 files changed, 32 insertions(+), 0 deletions(-)
diff --git a/dev-python/ghp-import/Manifest b/dev-python/ghp-import/Manifest
@@ -0,0 +1 @@
+DIST ghp-import-1.0.0.tar.gz 12835 BLAKE2B 829c4e85a49cc55cd63eebd9145f690d6bf27bf6c6cbbd6c71b1392bea694d887f39cebe3bab7d7c27fde7b4ccbbd3bbd12f5c48cf12ef1d41c6727cc10629c5 SHA512 0e9a0549aea10e4a34942ae2fcc7e6f49ae061e69d4d64725d5dee8e1bd265fc7ec867ab51ca594a6a522a3a2ba78b47776fe2617f45bab4d5faa85512ea30a2
diff --git a/dev-python/ghp-import/ghp-import-1.0.0.ebuild b/dev-python/ghp-import/ghp-import-1.0.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8,9} )
+inherit distutils-r1 git-r3
+
+DESCRIPTION="Easily import docs to your gh-pages branch"
+HOMEPAGE="https://github.com/c-w/ghp-import https://pypi.org/project/ghp-import/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"
diff --git a/dev-python/ghp-import/metadata.xml b/dev-python/ghp-import/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer type="project">
+<email>python@gentoo.org</email>
+</maintainer>
+<maintainer type="person">
+<email>parazyd@dyne.org</email>
+</maintainer>
+<longdescription lang="en">
+</longdescription>
+</pkgmetadata>