diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-05-15 12:39:43 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-05-15 12:39:43 +0000 |
| commit | 900fb1489f150f10356a7455bbe7565df7acfc9a (patch) | |
| tree | 6a27ccc96bddfb5c6c3b6ceff6219b69438e5465 /dev-python/dnspython | |
| parent | 1718a3de3d39e0052f2bca93fe0662036915c9b6 (diff) | |
| download | baldeagleos-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.ebuild | 16 |
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 |
