diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-01-02 23:51:35 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-01-03 10:11:23 +0100 |
commit | ce9c21972807bf463ab9e54d586e2c1166588aab (patch) | |
tree | 514b0d01a794d3cf2457dbe7e8fa347e8d34d716 /dev-python/distro | |
parent | dev-python/distributed: Clean old up (diff) | |
download | gentoo-ce9c21972807bf463ab9e54d586e2c1166588aab.tar.gz gentoo-ce9c21972807bf463ab9e54d586e2c1166588aab.tar.bz2 gentoo-ce9c21972807bf463ab9e54d586e2c1166588aab.zip |
dev-python/distro: Clean old up
Diffstat (limited to 'dev-python/distro')
-rw-r--r-- | dev-python/distro/Manifest | 1 | ||||
-rw-r--r-- | dev-python/distro/distro-1.0.2.ebuild | 20 |
2 files changed, 0 insertions, 21 deletions
diff --git a/dev-python/distro/Manifest b/dev-python/distro/Manifest index 4c1262615516..54dc9055d536 100644 --- a/dev-python/distro/Manifest +++ b/dev-python/distro/Manifest @@ -1,2 +1 @@ -DIST distro-1.0.2.tar.gz 27787 BLAKE2B 3acd2fab6d119839db4a383f0337db46d35917622168f6d128b1520049693072e56aa35a4ac6048ee274a0a1eb5c39180ae3df70804b045cfaa8a89775073f7e SHA512 df29ca40c1e7dd6e370396ceca684f5ce41fe50450faea104132d0e5dee05a91a525db715835c7efbca020e9c2e063bde9a6da07967eda6bfa8180856e175abb DIST distro-1.0.4.tar.gz 28772 BLAKE2B 1a337c0a5c125b89adbd3173d17390c5cce12c8549a3e7d90d88fd71f53d1b4c7bc3d1fc87f7bec33d7b4b1311539deaa9414b143daf40108b15dd78370450d8 SHA512 466f2e14b169998e3ff7420e12bf270ad9f934962ae92c2d24bdd747897ad66cb348194dd1376b8b53ed298ea02039943c80d9ccc6b8a01c2bd0c6d2be82c7f6 diff --git a/dev-python/distro/distro-1.0.2.ebuild b/dev-python/distro/distro-1.0.2.ebuild deleted file mode 100644 index eb08f5a4b8a5..000000000000 --- a/dev-python/distro/distro-1.0.2.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 python3_{4,5} ) - -inherit distutils-r1 - -DESCRIPTION="Reliable machine-readable Linux distribution information for Python" -HOMEPAGE="http://distro.readthedocs.io/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -SLOT="0" -LICENSE="Apache-2.0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="" - -DEPEND="" -RDEPEND="" |