diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2019-12-15 18:09:03 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2019-12-15 18:09:03 +0000 |
commit | 7bc9c63c9da678a7e6fceb095d56c634afd22c56 (patch) | |
tree | 4a67d50a439e9af63947e5f8b6ba3719af98b6c9 /dev-python/dnspython | |
parent | b284a3168fa91a038925d2ecf5e4791011ea5e7d (diff) |
gentoo resync : 15.12.2019
Diffstat (limited to 'dev-python/dnspython')
-rw-r--r-- | dev-python/dnspython/Manifest | 3 | ||||
-rw-r--r-- | dev-python/dnspython/dnspython-1.15.0-r1.ebuild | 1 | ||||
-rw-r--r-- | dev-python/dnspython/dnspython-1.16.0-r1.ebuild | 40 |
3 files changed, 43 insertions, 1 deletions
diff --git a/dev-python/dnspython/Manifest b/dev-python/dnspython/Manifest index 48115af2d8c1..95d409fa20a9 100644 --- a/dev-python/dnspython/Manifest +++ b/dev-python/dnspython/Manifest @@ -1,5 +1,6 @@ DIST dnspython-1.15.0.zip 252157 BLAKE2B 6766c1e69bc4225b08f3b1b3871fac2aba7ae707de5f16718798ce4d6846308500c5341f9ace1b48d3858ffc965a7295ee42cc2c35ff23ac38d71927dcaecfe9 SHA512 942f7cf083d1b0a9f03f040ceca194c38777f2e40862c388051986112b3f2a4a8426733ff46ec5a155319776e4a856412c3430b052b2f92f251f0e3260eb9bc1 DIST dnspython-1.16.0.tar.gz 167172 BLAKE2B a246684aae8651d94b4312a4b4cce2236a0c4f2289a8fe8a2bb8e81c6beddf6e81a7d54928bc50f950fde862b27e589e83fa9f7aaff7d263a6442f47fe9bb3bb SHA512 825a1815855e036ea1dfece6ec0d42242f83163960439ecba3da58d9adb85b65dda7e628cf38c386807a6c0c36aa026d5e95f7a1bdc2927aa2f6f042f873c14c -EBUILD dnspython-1.15.0-r1.ebuild 1020 BLAKE2B acdbda13aa13601d3b114ca03c6717265871ac4473a9496aaf6f4f76a8844ec7250117c37f805f1e8efa7a8ca346c70c1e4c1642090b2ce53e33dd5c84e8734f SHA512 991318d5e3a995fbf26f54a50ab9f8b3ff749a707151d57ca7f4c1f4187220de741642a40df7fdbcf0de28244b5dfa3d48c7eb2306cb23bbfb67cb84165bfea9 +EBUILD dnspython-1.15.0-r1.ebuild 1047 BLAKE2B 9d9f2455585eee22646c4ad2613b903149edbf6338bb6c80e5c97aafebb3ccaa5d3f162f3dbb4dc4d6cd609565d94f93011b8c247905d014fc9ffa23cdcc7c4b SHA512 43050217cc0d7153a5a9595633454ec0d9fa51197e28d60685ef2be6cfda1ae4824187c27216010acf237176002db33e53046c369df19d6d20bb2c6122b18d11 +EBUILD dnspython-1.16.0-r1.ebuild 1132 BLAKE2B 6ef2c5eec9c1b6608aed6f030468575dce2a7bd59fd69d56115266dd4d8f5938cbf26b04c75ff680c0fe445687bf4916cc981a88b7e8e421dc6cd6e9522821cc SHA512 918210e99b8210651cd0d5730e669c0fd3c868ac174dda039b3b957e264235bb14b91af1aa7103fcfe7f0de531ba0a34df049f2337706b029c59cff7730bceee EBUILD dnspython-1.16.0.ebuild 1114 BLAKE2B ae215867b69fcf5f3031efd6b09e35ea21b9534cb41397c4583dc87c8ce83d377aa44ed64e9ab57e4cd9d14d2935c0e3b7609ed8f9f11ca9324807445cbd0139 SHA512 62aab93509e3451042c7b7652a693ef2caaf375ea7e5df1dcc6b2c29093e84ba3807c664f31b62746468659cb9293a05aa5c9efac778444cde9d83a69d0c32ff MISC metadata.xml 1458 BLAKE2B 9a04546a3cb62f7ed6a72a8416e7f38aca15733a444970e84fe0134d0097eca4ae8fab9433f66196539de66a4b6b92103a4531f9248cf508a2e0f4d16c85c172 SHA512 40c86234936ba4f0c01a98266e74d49a80a8a48d4761b887ec84fe3ff9b534e7b6daf3c317d299b1333132a6025e49abf63884e7d6d0634c876dc74b470e0a7d diff --git a/dev-python/dnspython/dnspython-1.15.0-r1.ebuild b/dev-python/dnspython/dnspython-1.15.0-r1.ebuild index 9bc1622d5e2d..01a44cc94174 100644 --- a/dev-python/dnspython/dnspython-1.15.0-r1.ebuild +++ b/dev-python/dnspython/dnspython-1.15.0-r1.ebuild @@ -15,6 +15,7 @@ LICENSE="ISC" SLOT="0" KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris" IUSE="examples test" +RESTRICT="!test? ( test )" RDEPEND="dev-python/pycrypto[${PYTHON_USEDEP}] !dev-python/dnspython:py2 diff --git a/dev-python/dnspython/dnspython-1.16.0-r1.ebuild b/dev-python/dnspython/dnspython-1.16.0-r1.ebuild new file mode 100644 index 000000000000..3b57e85601a4 --- /dev/null +++ b/dev-python/dnspython/dnspython-1.16.0-r1.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy{,3} ) + +inherit distutils-r1 + +DESCRIPTION="DNS toolkit for Python" +HOMEPAGE="http://www.dnspython.org/ https://pypi.org/project/dnspython/" +SRC_URI="https://github.com/rthalley/dnspython/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="ISC" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris" +IUSE="examples test" + +RDEPEND="dev-python/pycryptodome[${PYTHON_USEDEP}] + >=dev-python/ecdsa-0.13[${PYTHON_USEDEP}] + >=dev-python/idna-2.1[${PYTHON_USEDEP}] + !dev-python/dnspython:py2 + !dev-python/dnspython:py3" +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" + +RESTRICT+=" !test? ( test )" + +python_test() { + pushd tests >/dev/null || die + "${EPYTHON}" utest.py || die "tests failed under ${EPYTHON}" + popd > /dev/null || die +} + +python_install_all() { + distutils-r1_python_install_all + if use examples; then + dodoc -r examples + docompress -x /usr/share/doc/${PF}/examples + fi +} |