From: Sebastian Pipping Date: Wed, 15 Apr 2020 07:53:42 +0000 (+0200) Subject: dev-python/idna: 2.9 + EAPI 7 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0669ac104b64e625d8c786f8bc1f905cab622737;p=gentoo.git dev-python/idna: 2.9 + EAPI 7 Signed-off-by: Sebastian Pipping Package-Manager: Portage-2.3.99, Repoman-2.3.22 --- diff --git a/dev-python/idna/Manifest b/dev-python/idna/Manifest index 071a3c83ad16..20064ac61302 100644 --- a/dev-python/idna/Manifest +++ b/dev-python/idna/Manifest @@ -1 +1,2 @@ DIST idna-2.8.tar.gz 174481 BLAKE2B 68e5dddaae30097522e4e661438d7f89a391c5a0e2f72a99e1da88e0af9380f15958d5315fccb4221e7d44a6390a7b0daa537a4752c26cd915bf2d433a4f7cc4 SHA512 8ca5cfe6350c51250bafdac7c6e4ddd54c4a5d6bf7acbcef896760a759868c8e9df1fdf550121d8512fa3eb316dcf031ec6058e03b4f66eadee21b63e2187d33 +DIST idna-2.9.tar.gz 175042 BLAKE2B d111bec6c5682321967818aa3fb828d1f7bc5c056e8c7418589a7b1f9e125aadfd21c6c3329a93b894977c41ad258c4bd38db166b85c1f85c52ca2f0b5acb242 SHA512 2bd3fdae46fe7045640912872b0a3955de3abce62fd222b16ea2c997a04755acc834eeb645e5610d621c176d4b963e1d4a71228fba14efad54999cdf3c02eaf4 diff --git a/dev-python/idna/idna-2.9.ebuild b/dev-python/idna/idna-2.9.ebuild new file mode 100644 index 000000000000..6a08cf3ed555 --- /dev/null +++ b/dev-python/idna/idna-2.9.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="Internationalized Domain Names in Applications (IDNA)" +HOMEPAGE="https://github.com/kjd/idna https://pypi.org/project/idna/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +SLOT="0" +LICENSE="BSD" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +distutils_enable_tests setup.py