From 900fb1489f150f10356a7455bbe7565df7acfc9a Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Sun, 15 May 2022 12:39:43 +0000 Subject: Adding metadata --- dev-python/dnspython/dnspython-2.2.1.ebuild | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'dev-python/dnspython') 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}] -