Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/idna/
Date: Thu, 04 Jan 2018 21:50:51
Message-Id: 1515102630.40b72a2b877b5f1d92b13fc2ee31f89d04edca23.mgorny@gentoo
1 commit: 40b72a2b877b5f1d92b13fc2ee31f89d04edca23
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 4 20:37:19 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 4 21:50:30 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40b72a2b
7
8 dev-python/idna: Clean old up
9
10 dev-python/idna/Manifest | 1 -
11 dev-python/idna/idna-2.0.ebuild | 23 -----------------------
12 2 files changed, 24 deletions(-)
13
14 diff --git a/dev-python/idna/Manifest b/dev-python/idna/Manifest
15 index 9a1509936a0..293df830a51 100644
16 --- a/dev-python/idna/Manifest
17 +++ b/dev-python/idna/Manifest
18 @@ -1,3 +1,2 @@
19 -DIST idna-2.0.tar.gz 135150 BLAKE2B 84cf12e2889532a5c175659a927695cfa7280a64dea394cc67004c03c8089d339979e4da391edf3214978d474d0188688b5eb9a96f65651b476301961b9aa5ff SHA512 005f88e954f13ace584ced510752da58d1cb16ebfbeee10aeef5bec57b3c61a3a5d7ce0bb50deba6dc90b412607727bf94a95a785e91d6528cd8633961c142dc
20 DIST idna-2.5.tar.gz 130211 BLAKE2B 3b00b76f9d86f0961ca4613c4239e39fa19c28f60640d2c9d9b7ea05985f9eceac122bb9e5b30b2f22648506580202a187f95513fe5ab0af6632917335f2eda0 SHA512 29a69ede25a8855135c763da5d20ff81832c710038a38521c127d5b7b24b355c6cfa5e9f9a2a4ef1fa4437537d1d9e4b448357e07b4b5e3724d98fee0a3b7835
21 DIST idna-2.6.tar.gz 135992 BLAKE2B 1397c93eae23a9ecbcc001205e83fd684cbdb4f0c916c30b7d80dc7fdd43c588a9a81a620a39108a31707c1aee8c4a315d1988ae5a8cf1f6519bb11bad6dc3a3 SHA512 cb5dbfab44c4d11521c67f9d29391f184d1267a3da6dc89f4ed12c60a7a909d5c7474c3ea2bddd0af7063f4f620e87a8dd586bb07e8b961b30b1dd7c969704c2
22
23 diff --git a/dev-python/idna/idna-2.0.ebuild b/dev-python/idna/idna-2.0.ebuild
24 deleted file mode 100644
25 index 0237b10e618..00000000000
26 --- a/dev-python/idna/idna-2.0.ebuild
27 +++ /dev/null
28 @@ -1,23 +0,0 @@
29 -# Copyright 1999-2017 Gentoo Foundation
30 -# Distributed under the terms of the GNU General Public License v2
31 -
32 -EAPI=5
33 -
34 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
35 -
36 -inherit distutils-r1
37 -
38 -DESCRIPTION="Internationalized Domain Names in Applications (IDNA)"
39 -HOMEPAGE="https://github.com/kjd/idna"
40 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
41 -
42 -SLOT="0"
43 -LICENSE="BSD"
44 -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux"
45 -IUSE=""
46 -
47 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
48 -
49 -python_test() {
50 - esetup.py test
51 -}