diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-09-18 19:19:51 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-09-18 19:20:27 +0200 |
commit | 68e8873e3c459328b6608ca50ef6d2eabed512c1 (patch) | |
tree | c6b5af622de98342f1b725513b8114d91eb906a3 /dev-python/idna | |
parent | dev-util/buildbot: Remove old (diff) | |
download | gentoo-68e8873e3c459328b6608ca50ef6d2eabed512c1.tar.gz gentoo-68e8873e3c459328b6608ca50ef6d2eabed512c1.tar.bz2 gentoo-68e8873e3c459328b6608ca50ef6d2eabed512c1.zip |
dev-python/idna: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/idna')
-rw-r--r-- | dev-python/idna/Manifest | 1 | ||||
-rw-r--r-- | dev-python/idna/idna-2.8.ebuild | 23 |
2 files changed, 0 insertions, 24 deletions
diff --git a/dev-python/idna/Manifest b/dev-python/idna/Manifest index 4c7e78cb77fb..5e36bfbf8643 100644 --- a/dev-python/idna/Manifest +++ b/dev-python/idna/Manifest @@ -1,2 +1 @@ DIST idna-2.10.tar.gz 175616 BLAKE2B 2b109491a5751811e6e85244133a1c66b04b577441c250e600a9cb58511f4a0350f9dc386c64ce40464bf644c7434187c61e747c8e9a422443a740ebb766fe22 SHA512 83b412de2f79a4bc86fb4bdac7252521b9d84f0be54f4fb1bde1ee13a210bbfa4b1a98247affbc7921046fb117a591316c12694c1be72865767646554c5207ac -DIST idna-2.8.tar.gz 174481 BLAKE2B 68e5dddaae30097522e4e661438d7f89a391c5a0e2f72a99e1da88e0af9380f15958d5315fccb4221e7d44a6390a7b0daa537a4752c26cd915bf2d433a4f7cc4 SHA512 8ca5cfe6350c51250bafdac7c6e4ddd54c4a5d6bf7acbcef896760a759868c8e9df1fdf550121d8512fa3eb316dcf031ec6058e03b4f66eadee21b63e2187d33 diff --git a/dev-python/idna/idna-2.8.ebuild b/dev-python/idna/idna-2.8.ebuild deleted file mode 100644 index 8321e11c672f..000000000000 --- a/dev-python/idna/idna-2.8.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -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="" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" - -python_test() { - esetup.py test -} |