diff options
author | V3n3RiX <venerix@koprulu.sector> | 2022-06-29 12:04:12 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2022-06-29 12:04:12 +0100 |
commit | 0f558761aa2dee1017b4751e4017205e015a9560 (patch) | |
tree | 037df795519468a25d9362b4e95cdaeb84eb1cf9 /dev-python/dnspython | |
parent | 752d6256e5204b958b0ef7905675a940b5e9172f (diff) |
gentoo resync : 29.12.2022
Diffstat (limited to 'dev-python/dnspython')
-rw-r--r-- | dev-python/dnspython/Manifest | 2 | ||||
-rw-r--r-- | dev-python/dnspython/dnspython-2.2.1.ebuild | 18 |
2 files changed, 14 insertions, 6 deletions
diff --git a/dev-python/dnspython/Manifest b/dev-python/dnspython/Manifest index a942a8e88dba..a4b1397bf1ce 100644 --- a/dev-python/dnspython/Manifest +++ b/dev-python/dnspython/Manifest @@ -1,3 +1,3 @@ DIST dnspython-2.2.1.tar.gz 304861 BLAKE2B e6446b91579c6ec0a7266a354ceb58e2f881b55b7376648770ebc2c6104fd815214497516d305b75802e9211703d47a70d66745d872a43afb72f41e55a617652 SHA512 ec545468f604d6131f07259ca154c4f71d445d12c336ac1da0d2f025d6478ada76320a7235119312fed85da071ef309d2531e541d3c2340a50deaf3f4dd7b4eb -EBUILD dnspython-2.2.1.ebuild 1008 BLAKE2B c043f787b2a8b15fc79380baa668a7976a775a69a45376acd966e29e98ce44933c2ea943e235a3c1f471d9618a348237770a3e3e0ef611bbd6d21c9f5f96597e SHA512 d9d0f0b40ddad0666744a5c1944f855c8d1b899eaeabd5a23d2dcf3b18c13c90a2d11ac1e58a3a376406a1b2259762f285143da13596709e7e5af84e558ce0d5 +EBUILD dnspython-2.2.1.ebuild 1058 BLAKE2B d588876aeaa59ace6b50965e56d3c5444eef87ab3865893423b57c79ff388ed83a2d6b2b5fadb211cc3f9b21acbfe50baf32c551fcf5982806d6a902d908cf6d SHA512 d7c991962b410c3fcd564c825add2c26acc75288c9595cbd94ccd78109376d844b37510c77211ab488f4b80275c242f7db0f936668dfa38c25482f66be903942 MISC metadata.xml 1483 BLAKE2B c8506d4cb41157307b98f6976d05f6a504a89c3c0924e5135e060018bcd401589b4fbd932b1c61eb34d2823168170281fcee75f8fedda4053207b3844fae336d SHA512 e2b0132864d9a338193e9eed11e85981e48825c194fc35d8e17f9a72b19e04368140556c37a37061059451aaf1c6143030a54f43fb65ab734d2e9636e7e641d3 diff --git a/dev-python/dnspython/dnspython-2.2.1.ebuild b/dev-python/dnspython/dnspython-2.2.1.ebuild index fd6c6844ee59..beb937eab99a 100644 --- a/dev-python/dnspython/dnspython-2.2.1.ebuild +++ b/dev-python/dnspython/dnspython-2.2.1.ebuild @@ -4,13 +4,20 @@ EAPI=8 DISTUTILS_USE_PEP517=poetry -PYTHON_COMPAT=( python3_{8..10} pypy3 ) +PYTHON_COMPAT=( python3_{8..11} pypy3 ) + inherit distutils-r1 DESCRIPTION="DNS toolkit for Python" -HOMEPAGE="https://www.dnspython.org/ - https://pypi.org/project/dnspython/" -SRC_URI="https://github.com/rthalley/dnspython/archive/v${PV}.tar.gz -> ${P}.tar.gz" +HOMEPAGE=" + https://www.dnspython.org/ + https://github.com/rthalley/dnspython/ + https://pypi.org/project/dnspython/ +" +SRC_URI=" + https://github.com/rthalley/dnspython/archive/v${PV}.tar.gz + -> ${P}.tar.gz +" LICENSE="ISC" SLOT="0" @@ -19,7 +26,8 @@ IUSE="examples" RDEPEND=" dev-python/cryptography[${PYTHON_USEDEP}] - <dev-python/idna-4.0[${PYTHON_USEDEP}]" + <dev-python/idna-4.0[${PYTHON_USEDEP}] +" distutils_enable_tests pytest |