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/sortedcontainers/
Date: Thu, 30 Jul 2020 20:41:12
Message-Id: 1596141641.ea423144a08095cd987d4f88ba898d6b92854810.mgorny@gentoo
1 commit: ea423144a08095cd987d4f88ba898d6b92854810
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 30 20:32:24 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 30 20:40:41 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea423144
7
8 dev-python/sortedcontainers: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/sortedcontainers/Manifest | 2 --
13 .../sortedcontainers/sortedcontainers-2.1.0.ebuild | 28 ----------------------
14 .../sortedcontainers/sortedcontainers-2.2.1.ebuild | 28 ----------------------
15 3 files changed, 58 deletions(-)
16
17 diff --git a/dev-python/sortedcontainers/Manifest b/dev-python/sortedcontainers/Manifest
18 index 0c77b354fb4..5f453bad5fc 100644
19 --- a/dev-python/sortedcontainers/Manifest
20 +++ b/dev-python/sortedcontainers/Manifest
21 @@ -1,3 +1 @@
22 -DIST python-sortedcontainers-2.1.0.gh.tar.gz 9220860 BLAKE2B a667fa817f0b240b8af9758d5d3942710cfe6a39109c41e6e66d0dd464b300d2201a679335e418442aaa6e1953e38a43b46c2bd6ce631b7c168d6173ca36998e SHA512 1c56daea5d491dbeea9c677677a79ef5c4805325ea3d5da97005cd3b269003a99459550a793dfe65820f152c774371472ba471a7daf61c9d97b36744bafb013b
23 -DIST python-sortedcontainers-2.2.1.gh.tar.gz 9228694 BLAKE2B ccbcaf8ef1582c3229cfd82699b642c9cd86db69f68cca56d35fab05fe6b8bef5281af53eae3b697b1a8d7aaad9140d2f3de611eeb5774319a64ff9c5fc602be SHA512 d4a45c4db9ec86c83c71506525a452fd5716818326635f69fb6e830d86803c5d39821678cb67e142ddd1ae9d093f9bb583c29b6bdc59a18a5ec0213eea4a1e29
24 DIST python-sortedcontainers-2.2.2.gh.tar.gz 9228894 BLAKE2B 358a2028a00748c89046069ed7ff075350d4a93f98521b48a72ba466719fd8b1eaa023f4c9d93beec1538315518f7fcc8b5b02478b1506c65fafa3840081b668 SHA512 413212aa35a80d24ec208caf19314dcc42dae207ec4ea8fdd7dc240c6fbf17372cb4c3e2209f6e40094419fa3eeb2fc9b23ad8bd7fb4e6fdaca46fd2fb248281
25
26 diff --git a/dev-python/sortedcontainers/sortedcontainers-2.1.0.ebuild b/dev-python/sortedcontainers/sortedcontainers-2.1.0.ebuild
27 deleted file mode 100644
28 index 57abd0067d3..00000000000
29 --- a/dev-python/sortedcontainers/sortedcontainers-2.1.0.ebuild
30 +++ /dev/null
31 @@ -1,28 +0,0 @@
32 -# Copyright 1999-2020 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 )
37 -
38 -inherit distutils-r1
39 -
40 -MY_P=python-${P}
41 -DESCRIPTION="Python library to sort collections and containers"
42 -HOMEPAGE="http://www.grantjenks.com/docs/sortedcontainers/
43 - https://pypi.org/project/sortedcontainers/
44 - https://github.com/grantjenks/python-sortedcontainers/"
45 -SRC_URI="
46 - https://github.com/grantjenks/python-sortedcontainers/archive/v${PV}.tar.gz
47 - -> ${MY_P}.gh.tar.gz"
48 -S=${WORKDIR}/${MY_P}
49 -
50 -LICENSE="Apache-2.0"
51 -SLOT="0"
52 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
53 -
54 -distutils_enable_tests pytest
55 -
56 -python_test() {
57 - local -x PYTHONPATH=.
58 - pytest -vv --ignore docs/conf.py || die "Tests fail with ${EPYTHON}"
59 -}
60
61 diff --git a/dev-python/sortedcontainers/sortedcontainers-2.2.1.ebuild b/dev-python/sortedcontainers/sortedcontainers-2.2.1.ebuild
62 deleted file mode 100644
63 index 15198b62904..00000000000
64 --- a/dev-python/sortedcontainers/sortedcontainers-2.2.1.ebuild
65 +++ /dev/null
66 @@ -1,28 +0,0 @@
67 -# Copyright 1999-2020 Gentoo Authors
68 -# Distributed under the terms of the GNU General Public License v2
69 -
70 -EAPI=7
71 -PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 )
72 -
73 -inherit distutils-r1
74 -
75 -MY_P=python-${P}
76 -DESCRIPTION="Python library to sort collections and containers"
77 -HOMEPAGE="http://www.grantjenks.com/docs/sortedcontainers/
78 - https://pypi.org/project/sortedcontainers/
79 - https://github.com/grantjenks/python-sortedcontainers/"
80 -SRC_URI="
81 - https://github.com/grantjenks/python-sortedcontainers/archive/v${PV}.tar.gz
82 - -> ${MY_P}.gh.tar.gz"
83 -S=${WORKDIR}/${MY_P}
84 -
85 -LICENSE="Apache-2.0"
86 -SLOT="0"
87 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux"
88 -
89 -distutils_enable_tests pytest
90 -
91 -python_test() {
92 - local -x PYTHONPATH=.
93 - pytest -vv --ignore docs/conf.py || die "Tests fail with ${EPYTHON}"
94 -}