diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-01-06 00:32:32 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-01-06 01:44:23 +0100 |
commit | f612b44497b264442c4c0e393ff9ee0e406de992 (patch) | |
tree | 38b630aa985b447811c2b72421128dc963ac3d05 /dev-python/pyspf | |
parent | dev-python/pysolr: Clean old up (diff) | |
download | gentoo-f612b44497b264442c4c0e393ff9ee0e406de992.tar.gz gentoo-f612b44497b264442c4c0e393ff9ee0e406de992.tar.bz2 gentoo-f612b44497b264442c4c0e393ff9ee0e406de992.zip |
dev-python/pyspf: Clean old up
Diffstat (limited to 'dev-python/pyspf')
-rw-r--r-- | dev-python/pyspf/Manifest | 1 | ||||
-rw-r--r-- | dev-python/pyspf/pyspf-2.0.11.ebuild | 34 |
2 files changed, 0 insertions, 35 deletions
diff --git a/dev-python/pyspf/Manifest b/dev-python/pyspf/Manifest index aed1b783a4b5..89adcb765dd3 100644 --- a/dev-python/pyspf/Manifest +++ b/dev-python/pyspf/Manifest @@ -1,2 +1 @@ -DIST pyspf-2.0.11.tar.gz 63594 BLAKE2B 129bfccadf06438e7832284c83047e20cab4117a85aac34ccc45b400802604d66b80524b0380a562a18c05a362b3b6e4f5bb419c3ed20c5515cc7cce5b5fa3b1 SHA512 cababa82d1b6c206033a6583a67502d982a2c34baec0ccc08513a2bc9beb4cfc84dd5d615ac852fd25885c4abd43d9e8704f517c70fadb4a600d3b8a6254d755 DIST pyspf-2.0.12t.tar.gz 67189 BLAKE2B 40ddecf6e9717da9e496c5852866259f28af11c5e9ef581ef1188b07896bce7abc3ba901063bfea2ec9f89d70e17275b0e2619f23f9dc334628ebb0af084b79c SHA512 1ad23b5dea4aa8edd03b3fd9fc675685bcb0e216474534563c55988df040abd4e2bbc8488bba80d26466877e8b2ec88cbadc2f67eb8c4bf6f26f975d8af81d8d diff --git a/dev-python/pyspf/pyspf-2.0.11.ebuild b/dev-python/pyspf/pyspf-2.0.11.ebuild deleted file mode 100644 index 8425434b3d0f..000000000000 --- a/dev-python/pyspf/pyspf-2.0.11.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -PYTHON_COMPAT=( python{2_7,3_4} ) -PYTHON_REQ_USE="ipv6?" -inherit distutils-r1 - -DESCRIPTION="Python implementation of the Sender Policy Framework (SPF) protocol" -HOMEPAGE="https://pypi.python.org/pypi/pyspf" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="PSF-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="ipv6 test" - -# >=python-3.3 comes with the built-in ipaddress module -RDEPEND="dev-python/authres[${PYTHON_USEDEP}] - $(python_gen_cond_dep '>=dev-python/ipaddr-2.1.10[${PYTHON_USEDEP}]' python2_7) - $(python_gen_cond_dep 'dev-python/pydns:2[${PYTHON_USEDEP}]' python2_7) - $(python_gen_cond_dep 'dev-python/pydns:3[${PYTHON_USEDEP}]' 'python3*')" - -DEPEND="test? ( ${RDEPEND} - dev-python/pyyaml[${PYTHON_USEDEP}] )" - -REQUIRED_USE="test? ( ipv6 )" - -python_test() { - pushd test &> /dev/null - "${PYTHON}" testspf.py || die - popd &> /dev/null -} |