summaryrefslogtreecommitdiff
path: root/dev-python/pyspf
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-03-20 00:40:44 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-03-20 00:40:44 +0000
commit4cbcc855382a06088e2f016f62cafdbcb7e40665 (patch)
tree356496503d52354aa6d9f2d36126302fed5f3a73 /dev-python/pyspf
parentfcc5224904648a8e6eb528d7603154160a20022f (diff)
gentoo resync : 20.03.2022
Diffstat (limited to 'dev-python/pyspf')
-rw-r--r--dev-python/pyspf/Manifest3
-rw-r--r--dev-python/pyspf/pyspf-2.0.14-r2.ebuild37
-rw-r--r--dev-python/pyspf/pyspf-2.0.14-r3.ebuild2
3 files changed, 2 insertions, 40 deletions
diff --git a/dev-python/pyspf/Manifest b/dev-python/pyspf/Manifest
index e25d95cb0ef8..6e476179123c 100644
--- a/dev-python/pyspf/Manifest
+++ b/dev-python/pyspf/Manifest
@@ -1,4 +1,3 @@
DIST pyspf-2.0.14.tar.gz 69446 BLAKE2B 95a3bf89ab85aad84dcbbe81ada7f19d23cc689893df1d1317c0e06eb1f6b6d21b1e805d68e7c0c84161d711b9c6067f115d78c8786ce384036f7d0c425269b9 SHA512 ca801a899a80c18cd2c6bb8c125817c29898189805040cce8d29ace7a5aa34b43b9d10545150a1f39abd7bc49cd8da4fe753a04ac9b911e7bb9d77473753eeee
-EBUILD pyspf-2.0.14-r2.ebuild 739 BLAKE2B a3a4c18a907486036340eb42d5faf20c415835719cb96bac0e89e8a23b4546dbfbe1fa25ce378cb51bf1300c4e1e3386a69b7496bdf2c12a2283a6bbbee3ebcf SHA512 ae00b6a3ef3e08d2b86715034f74cc8c38a93888c27880a1c6375185c52750248e2802ef54c467d7a78d37607c165414448371d581f54dfc3b7e9c8e66c354b2
-EBUILD pyspf-2.0.14-r3.ebuild 745 BLAKE2B 0144bffb17cb76e242b2ce5af5dd6594f0e7f412d287ff5254771bb30add4b609a13f6db2960b6e3d0ec3c3c82bf0ac68bf3bef098daa039eb6824199811dd76 SHA512 45063f73131636f6e759e359d7de7ebbef0e7b11d2b4750fdd4c42dc054cdb81128102eab384d5f900cd0efc0d9dd04c8735b635f7133f226e2b1f04008fa48e
+EBUILD pyspf-2.0.14-r3.ebuild 743 BLAKE2B 6fff4d88b3a5a08915834a82358c24ca452af548321fa98d4d2005a0ab0b8b72cf9d90e1286d4f8fccdacbe4aa94e95462efdf16888d30466d809ababb291ff0 SHA512 9f93a3ce3da43a274ccf09cfe081d278bbcde4b408e4e1b105d1e0838c2d1c3d3ead417031ed18cd195ea8bc3d09651570febeb49307451cd4648544bdc2003d
MISC metadata.xml 344 BLAKE2B 9ddbfce5bfcf70dc0d1fc3ee2653501b71f2c82b5e31a389588e0a765eca0e54f8a3f6073b6579f1e5645087e1193f73b48849055357f7e2b7a3ee69e32a94b2 SHA512 87bc7c44b7066730b3f18d6cc89245dfd3bc01fe00dd78ffdf84d5ebef731fa0e86114e8832f4631055acb3d1ac9ca2566517606ba6bc7f1377acb3ef4d64714
diff --git a/dev-python/pyspf/pyspf-2.0.14-r2.ebuild b/dev-python/pyspf/pyspf-2.0.14-r2.ebuild
deleted file mode 100644
index 18cd5fbef371..000000000000
--- a/dev-python/pyspf/pyspf-2.0.14-r2.ebuild
+++ /dev/null
@@ -1,37 +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} )
-PYTHON_REQ_USE="ipv6(+)"
-
-DISTUTILS_USE_SETUPTOOLS=no
-inherit distutils-r1
-
-DESCRIPTION="Python implementation of the Sender Policy Framework (SPF)"
-HOMEPAGE="https://pypi.org/project/pyspf/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="PSF-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- dev-python/authres[${PYTHON_USEDEP}]
- dev-python/dnspython[${PYTHON_USEDEP}]
-"
-
-BDEPEND="
- test? (
- ${RDEPEND}
- dev-python/pyyaml[${PYTHON_USEDEP}]
- )
-"
-
-python_test() {
- cd test || die
- "${EPYTHON}" testspf.py || die "Test fail with ${EPYTHON}"
-}
diff --git a/dev-python/pyspf/pyspf-2.0.14-r3.ebuild b/dev-python/pyspf/pyspf-2.0.14-r3.ebuild
index c21474ff960f..5f0f11fc4e83 100644
--- a/dev-python/pyspf/pyspf-2.0.14-r3.ebuild
+++ b/dev-python/pyspf/pyspf-2.0.14-r3.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="PSF-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE="test"
RESTRICT="!test? ( test )"