From fbda87924e6faa7a1919f1a2b4182490bde5ec5c Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 3 Sep 2021 20:56:28 +0100 Subject: gentoo resync : 03.09.2021 --- dev-python/pyspf/Manifest | 2 +- dev-python/pyspf/pyspf-2.0.14-r1.ebuild | 38 --------------------------------- dev-python/pyspf/pyspf-2.0.14-r2.ebuild | 37 ++++++++++++++++++++++++++++++++ 3 files changed, 38 insertions(+), 39 deletions(-) delete mode 100644 dev-python/pyspf/pyspf-2.0.14-r1.ebuild create mode 100644 dev-python/pyspf/pyspf-2.0.14-r2.ebuild (limited to 'dev-python/pyspf') diff --git a/dev-python/pyspf/Manifest b/dev-python/pyspf/Manifest index 736a0fae065d..f04b7bf00fcb 100644 --- a/dev-python/pyspf/Manifest +++ b/dev-python/pyspf/Manifest @@ -1,3 +1,3 @@ DIST pyspf-2.0.14.tar.gz 69446 BLAKE2B 95a3bf89ab85aad84dcbbe81ada7f19d23cc689893df1d1317c0e06eb1f6b6d21b1e805d68e7c0c84161d711b9c6067f115d78c8786ce384036f7d0c425269b9 SHA512 ca801a899a80c18cd2c6bb8c125817c29898189805040cce8d29ace7a5aa34b43b9d10545150a1f39abd7bc49cd8da4fe753a04ac9b911e7bb9d77473753eeee -EBUILD pyspf-2.0.14-r1.ebuild 772 BLAKE2B b863072735c55902960330b41d7bbf2711523875ff46e0a5bf31ddd431003dfb257314ac8d54b5c3d2557fd9b46fa827937ef71b48a74eb486b0cc64f12244fa SHA512 1bfc91de9237316cf2ee7b8616a2ac61b2a7e10bb2439be22b55a35440dd9f40f714b94204a409db43cdd70b4d87da9bd7b8750463fa177d03597e09c31d1511 +EBUILD pyspf-2.0.14-r2.ebuild 739 BLAKE2B a3a4c18a907486036340eb42d5faf20c415835719cb96bac0e89e8a23b4546dbfbe1fa25ce378cb51bf1300c4e1e3386a69b7496bdf2c12a2283a6bbbee3ebcf SHA512 ae00b6a3ef3e08d2b86715034f74cc8c38a93888c27880a1c6375185c52750248e2802ef54c467d7a78d37607c165414448371d581f54dfc3b7e9c8e66c354b2 MISC metadata.xml 343 BLAKE2B 8f762af399ad43eefeee1d17465045dff25ef1af58157b965f0d165485f6ef89b885d74edaaa364814d84e85bfa23aac92589f796c1d9260ed410d9a5ce0007e SHA512 25cc9e4b06ea1009b9492e418142d8f15679c46f536ca98e0cce89a6ea683730ddbdc720c808acac6cc4642db68a7208d646008f41d210c04170111dbfcccd24 diff --git a/dev-python/pyspf/pyspf-2.0.14-r1.ebuild b/dev-python/pyspf/pyspf-2.0.14-r1.ebuild deleted file mode 100644 index d48523dac805..000000000000 --- a/dev-python/pyspf/pyspf-2.0.14-r1.ebuild +++ /dev/null @@ -1,38 +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="ipv6 test" -REQUIRED_USE="test? ( ipv6 )" -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-r2.ebuild b/dev-python/pyspf/pyspf-2.0.14-r2.ebuild new file mode 100644 index 000000000000..18cd5fbef371 --- /dev/null +++ b/dev-python/pyspf/pyspf-2.0.14-r2.ebuild @@ -0,0 +1,37 @@ +# 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}" +} -- cgit v1.2.3