diff options
author | 2020-10-04 17:07:05 -0700 | |
---|---|---|
committer | 2020-10-04 17:07:19 -0700 | |
commit | 9965ea6823ee21924b62dbaeeca888929a416cee (patch) | |
tree | 3549bd5ad0939c38dba1947098878d45985ac1ff /dev-python/fqdn/fqdn-1.5.0.ebuild | |
parent | dev-python/cached-property: add pypy3 target (diff) | |
download | gentoo-9965ea6823ee21924b62dbaeeca888929a416cee.tar.gz gentoo-9965ea6823ee21924b62dbaeeca888929a416cee.tar.bz2 gentoo-9965ea6823ee21924b62dbaeeca888929a416cee.zip |
dev-python/fqdn: bump to 1.5.0
upstream switched tests to pytest
add py3.9 and pypy targets, drop py3.6
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'dev-python/fqdn/fqdn-1.5.0.ebuild')
-rw-r--r-- | dev-python/fqdn/fqdn-1.5.0.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-python/fqdn/fqdn-1.5.0.ebuild b/dev-python/fqdn/fqdn-1.5.0.ebuild new file mode 100644 index 000000000000..9e8e8158b783 --- /dev/null +++ b/dev-python/fqdn/fqdn-1.5.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 2018-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{7,8,9} pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="RFC-compliant FQDN validation and manipulation for Python" +HOMEPAGE="https://github.com/guyhughes/fqdn" +SRC_URI="https://github.com/guyhughes/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MPL-2.0" +SLOT="0" +KEYWORDS="~amd64 ~ppc64 ~x86" + +RDEPEND="dev-python/cached-property[${PYTHON_USEDEP}]" + +distutils_enable_tests pytest +distutils_enable_sphinx docs |