diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-01-06 00:34:00 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-01-06 01:44:27 +0100 |
commit | 0a8560855799988de579c818b7e0c6b05e2bd79e (patch) | |
tree | cde9492a8fe07279f6d185850aadb2e732a0d142 /dev-python/python-discid | |
parent | dev-python/pytest-xprocess: Clean old up (diff) | |
download | gentoo-0a8560855799988de579c818b7e0c6b05e2bd79e.tar.gz gentoo-0a8560855799988de579c818b7e0c6b05e2bd79e.tar.bz2 gentoo-0a8560855799988de579c818b7e0c6b05e2bd79e.zip |
dev-python/python-discid: Clean old up
Diffstat (limited to 'dev-python/python-discid')
-rw-r--r-- | dev-python/python-discid/Manifest | 1 | ||||
-rw-r--r-- | dev-python/python-discid/python-discid-1.1.0.ebuild | 19 |
2 files changed, 0 insertions, 20 deletions
diff --git a/dev-python/python-discid/Manifest b/dev-python/python-discid/Manifest index f4e0a3d683be..a03d1a5a2791 100644 --- a/dev-python/python-discid/Manifest +++ b/dev-python/python-discid/Manifest @@ -1,2 +1 @@ -DIST python-discid-1.1.0.tar.gz 30656 BLAKE2B 9d497efe2729951f1bbb11ba5db1de90d530f7fddac922e9bdea6e3098a8e3c6b1440fd326afd2938ace9a658e7ec607b6f14b81f9b32cbd9fbc5ead8c137ab2 SHA512 dd4a0a406d3f1b1d635bfb12c52689b72296f6965dd5d23c540d137ac60841bc39722e710db459281511df992e4db6614472cc741084bebe2ecf6b0b4dc5ab36 DIST python-discid-1.1.1.tar.gz 30454 BLAKE2B 4ddf680ef824498ce1db318718b1f55067538a6f1e772df2c83b2cf6c9e75ba2b068587d447307a771dee6fe20725d64309e78b2afadfdbf8f6a8673dc30616e SHA512 b040137162a2588c653f390a4d0b549b322bb4e2745a3738c1ba72a1984722358fc85a306f4cd5d41c1e599e40d01c6e2b08d67951a820c2d1116d96eb618c8e diff --git a/dev-python/python-discid/python-discid-1.1.0.ebuild b/dev-python/python-discid/python-discid-1.1.0.ebuild deleted file mode 100644 index 32ce8076c6b4..000000000000 --- a/dev-python/python-discid/python-discid-1.1.0.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python{2_7,3_4} ) -inherit distutils-r1 - -DESCRIPTION="Python bindings for libdiscid" -HOMEPAGE="https://github.com/JonnyJD/python-discid" -SRC_URI="https://github.com/JonnyJD/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="LGPL-3" -SLOT="0" -KEYWORDS="amd64 ~ppc x86" -IUSE="" - -DEPEND=">=media-libs/libdiscid-0.2.2 - ${PYTHON_DEPS}" -RDEPEND="${DEPEND}" |