diff options
author | 2021-11-21 20:12:05 +0100 | |
---|---|---|
committer | 2021-11-21 20:12:05 +0100 | |
commit | 353327fe94a18bf7d1cfc3620292cee73803aca5 (patch) | |
tree | 4f4e4a4b2dce5ca5d72695ae99a2932229f864cc /dev-python/ghp-import | |
parent | dev-python/configshell-fb: Remove old (diff) | |
download | gentoo-353327fe94a18bf7d1cfc3620292cee73803aca5.tar.gz gentoo-353327fe94a18bf7d1cfc3620292cee73803aca5.tar.bz2 gentoo-353327fe94a18bf7d1cfc3620292cee73803aca5.zip |
dev-python/ghp-import: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/ghp-import')
-rw-r--r-- | dev-python/ghp-import/Manifest | 1 | ||||
-rw-r--r-- | dev-python/ghp-import/ghp-import-2.0.1.ebuild | 20 |
2 files changed, 0 insertions, 21 deletions
diff --git a/dev-python/ghp-import/Manifest b/dev-python/ghp-import/Manifest index d099361d98db..c63b91c70662 100644 --- a/dev-python/ghp-import/Manifest +++ b/dev-python/ghp-import/Manifest @@ -1,2 +1 @@ -DIST ghp-import-2.0.1.tar.gz 11158 BLAKE2B c091d193cbfd44d90e62fe843775412a74f7962228130ba381ca07f5af93ea2296e989cffd025fd7d6a50ae5e526afe69fb00f49a6780b9b2f49ee8f06e2d3e1 SHA512 8e53b1a516a8d9780159d57b3973ebe02bbc4f60788470ec823c99608c2b026f5c43a12796506adf039420f06964a11d9e7e318cf9ea10df167faddd8b6f9707 DIST ghp-import-2.0.2.tar.gz 10928 BLAKE2B 7479917284af9a8f8ac460f43d97c9d5fe29c4dc3663698e5b76e9ba1b0a7cdcd8d93fb1f112cdcfaa6689f70f280b4dc49c6f8e632784c11121f1fede1f8eaf SHA512 554c466f1275d905d7698539fe74b662f43c26b9497e83bc3615849ba2815dcbce6ae01fa14eb1c2245987ccc1b497afe175e3e0ddef3de561fc14ea24792d4e diff --git a/dev-python/ghp-import/ghp-import-2.0.1.ebuild b/dev-python/ghp-import/ghp-import-2.0.1.ebuild deleted file mode 100644 index 520a35259b73..000000000000 --- a/dev-python/ghp-import/ghp-import-2.0.1.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{8..10} ) - -inherit distutils-r1 - -DESCRIPTION="Copy your docs directly to the gh-pages branch" -HOMEPAGE="https://github.com/c-w/ghp-import" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 ~riscv x86" - -RDEPEND=" - >=dev-python/python-dateutil-2.8.1[${PYTHON_USEDEP}] -" |