summaryrefslogtreecommitdiff
path: root/dev-python/dnspython
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-05-15 12:39:43 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-05-15 12:39:43 +0000
commit900fb1489f150f10356a7455bbe7565df7acfc9a (patch)
tree6a27ccc96bddfb5c6c3b6ceff6219b69438e5465 /dev-python/dnspython
parent1718a3de3d39e0052f2bca93fe0662036915c9b6 (diff)
downloadbaldeagleos-repo-900fb1489f150f10356a7455bbe7565df7acfc9a.tar.gz
baldeagleos-repo-900fb1489f150f10356a7455bbe7565df7acfc9a.tar.xz
baldeagleos-repo-900fb1489f150f10356a7455bbe7565df7acfc9a.zip
Adding metadata
Diffstat (limited to 'dev-python/dnspython')
-rw-r--r--dev-python/dnspython/dnspython-2.2.1.ebuild16
1 files changed, 12 insertions, 4 deletions
diff --git a/dev-python/dnspython/dnspython-2.2.1.ebuild b/dev-python/dnspython/dnspython-2.2.1.ebuild
index 4d639f9fc051..4b4d1cedbcb3 100644
--- a/dev-python/dnspython/dnspython-2.2.1.ebuild
+++ b/dev-python/dnspython/dnspython-2.2.1.ebuild
@@ -5,12 +5,19 @@ EAPI=8
DISTUTILS_USE_PEP517=poetry
PYTHON_COMPAT=( python3_{7,8,9,10} 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