diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-05-11 19:31:48 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-05-11 19:33:16 +0200 |
commit | 30e991c9d64eca36de354d65c9011a01a9ab597b (patch) | |
tree | 8c4265e3541c6129726040b8b891af14a4711a25 /dev-python | |
parent | dev-python/pebble: Remove old (diff) | |
download | gentoo-30e991c9d64eca36de354d65c9011a01a9ab597b.tar.gz gentoo-30e991c9d64eca36de354d65c9011a01a9ab597b.tar.bz2 gentoo-30e991c9d64eca36de354d65c9011a01a9ab597b.zip |
dev-python/pkgconfig: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pkgconfig/Manifest | 1 | ||||
-rw-r--r-- | dev-python/pkgconfig/pkgconfig-1.4.0.ebuild | 35 |
2 files changed, 0 insertions, 36 deletions
diff --git a/dev-python/pkgconfig/Manifest b/dev-python/pkgconfig/Manifest index 7794c25e6a58..12e51bcee190 100644 --- a/dev-python/pkgconfig/Manifest +++ b/dev-python/pkgconfig/Manifest @@ -1,2 +1 @@ -DIST pkgconfig-1.4.0.tar.gz 5915 BLAKE2B 17ae11783b6642f6c8e726b42b725b7904ea282829b4527f92daa1e6ea43c3c126e6ef7e29fe5eefc89b40f3b69799087a46df6ac5695a593903dab9dc247c04 SHA512 8a270449b7b8b850aab9cc5774d1d6c6b68254f00157b66530c15697eda214948d3a71a75725067d63b906a9c3b1d789a775ac15a1094ff5ba3f227bcd666528 DIST pkgconfig-1.5.1.tar.gz 7000 BLAKE2B 5eec60ed5af17315513f676ba37b201f4ce897089a823a9bac89d281095848504f69fdb02637eefa2872cfc6e4d1150fc18d0185288c3418500a0e201be8fc59 SHA512 2d62ad1a51620d4ccbeedf621b563c42258d69cf3aeb63f2a29399a9e03f111be1728bdb0d9d924f916839cf9a3d7625bbdd1a7b6f2471a221e764180a56fa59 diff --git a/dev-python/pkgconfig/pkgconfig-1.4.0.ebuild b/dev-python/pkgconfig/pkgconfig-1.4.0.ebuild deleted file mode 100644 index f8eb5d5681e0..000000000000 --- a/dev-python/pkgconfig/pkgconfig-1.4.0.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{6,7} pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="Interface Python with pkg-config" -HOMEPAGE="https://pypi.org/project/pkgconfig/ https://github.com/matze/pkgconfig" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND="virtual/pkgconfig" -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( - ${RDEPEND} - dev-python/nose[${PYTHON_USEDEP}] - )" - -python_prepare_all() { - sed -e '/nose/d' -i setup.py || die - distutils-r1_python_prepare_all -} - -python_test() { - nosetests || die -} |