[gentoo-commits] repo/gentoo:master commit in: dev-python/sortedcontainers/

2024-05-09 Thread Michał Górny
commit: 98ec8c68882f08772e81fb64ffa8ba4148f88878
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May  9 12:48:40 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May  9 13:11:58 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98ec8c68

dev-python/sortedcontainers: Enable py3.13

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/sortedcontainers/sortedcontainers-2.4.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/sortedcontainers/sortedcontainers-2.4.0-r1.ebuild 
b/dev-python/sortedcontainers/sortedcontainers-2.4.0-r1.ebuild
index 6757e2ff7596..43fb8db977c9 100644
--- a/dev-python/sortedcontainers/sortedcontainers-2.4.0-r1.ebuild
+++ b/dev-python/sortedcontainers/sortedcontainers-2.4.0-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..12} pypy3 )
+PYTHON_COMPAT=( python3_{10..13} pypy3 )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/sortedcontainers/

2023-05-23 Thread Michał Górny
commit: 2dd1b5017e3ad2c22147b9a8f3352badab6a8b4b
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May 23 16:22:54 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May 23 16:22:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2dd1b501

dev-python/sortedcontainers: Enable py3.12

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/sortedcontainers/sortedcontainers-2.4.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sortedcontainers/sortedcontainers-2.4.0-r1.ebuild 
b/dev-python/sortedcontainers/sortedcontainers-2.4.0-r1.ebuild
index 2a2f4abc34ba..6757e2ff7596 100644
--- a/dev-python/sortedcontainers/sortedcontainers-2.4.0-r1.ebuild
+++ b/dev-python/sortedcontainers/sortedcontainers-2.4.0-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
+PYTHON_COMPAT=( python3_{9..12} pypy3 )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/sortedcontainers/, dev-python/mock/

2023-05-23 Thread Michał Górny
commit: 359cd708842de3a983aa6b508a151acae221459d
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May 23 16:07:33 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May 23 16:08:21 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=359cd708

dev-python/sortedcontainers: Enable py3.12

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/mock/mock-5.0.1.ebuild  | 31 --
 .../sortedcontainers-2.4.0-r1.ebuild   |  2 +-
 2 files changed, 1 insertion(+), 32 deletions(-)

diff --git a/dev-python/mock/mock-5.0.1.ebuild 
b/dev-python/mock/mock-5.0.1.ebuild
deleted file mode 100644
index c7c8278b7646..
--- a/dev-python/mock/mock-5.0.1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Rolling backport of unittest.mock for all Pythons"
-HOMEPAGE="
-   https://github.com/testing-cabal/mock/
-   https://pypi.org/project/mock/
-"
-SRC_URI="
-   https://github.com/testing-cabal/mock/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
-
-distutils_enable_tests pytest
-
-python_install_all() {
-   local DOCS=( CHANGELOG.rst README.rst )
-
-   distutils-r1_python_install_all
-}

diff --git a/dev-python/sortedcontainers/sortedcontainers-2.4.0-r1.ebuild 
b/dev-python/sortedcontainers/sortedcontainers-2.4.0-r1.ebuild
index 2a2f4abc34ba..6757e2ff7596 100644
--- a/dev-python/sortedcontainers/sortedcontainers-2.4.0-r1.ebuild
+++ b/dev-python/sortedcontainers/sortedcontainers-2.4.0-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
+PYTHON_COMPAT=( python3_{9..12} pypy3 )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/sortedcontainers/

2022-06-09 Thread Michał Górny
commit: 8e7a3b1e4f53d49cac2e94d464707b19aaace233
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jun 10 04:17:04 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jun 10 04:17:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e7a3b1e

dev-python/sortedcontainers: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 .../sortedcontainers/sortedcontainers-2.4.0.ebuild | 28 --
 1 file changed, 28 deletions(-)

diff --git a/dev-python/sortedcontainers/sortedcontainers-2.4.0.ebuild 
b/dev-python/sortedcontainers/sortedcontainers-2.4.0.ebuild
deleted file mode 100644
index 17aab8883a00..
--- a/dev-python/sortedcontainers/sortedcontainers-2.4.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{7..10} pypy3 )
-
-inherit distutils-r1
-
-MY_P=python-${P}
-DESCRIPTION="Python library to sort collections and containers"
-HOMEPAGE="http://www.grantjenks.com/docs/sortedcontainers/
-   https://pypi.org/project/sortedcontainers/
-   https://github.com/grantjenks/python-sortedcontainers/;
-SRC_URI="
-   
https://github.com/grantjenks/python-sortedcontainers/archive/v${PV}.tar.gz
-   -> ${MY_P}.gh.tar.gz"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
-
-distutils_enable_tests pytest
-
-python_test() {
-   local -x PYTHONPATH=.
-   epytest --ignore docs/conf.py
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/sortedcontainers/

2022-06-09 Thread Sam James
commit: f7acdd24e8a617096a1f744a7662d0acf9f741ab
Author: Sam James  gentoo  org>
AuthorDate: Fri Jun 10 03:07:15 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jun 10 03:07:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7acdd24

dev-python/sortedcontainers: Stabilize 2.4.0-r1 ALLARCHES, #850889

Signed-off-by: Sam James  gentoo.org>

 dev-python/sortedcontainers/sortedcontainers-2.4.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sortedcontainers/sortedcontainers-2.4.0-r1.ebuild 
b/dev-python/sortedcontainers/sortedcontainers-2.4.0-r1.ebuild
index 0ee6fc703b66..59f00df5eaf9 100644
--- a/dev-python/sortedcontainers/sortedcontainers-2.4.0-r1.ebuild
+++ b/dev-python/sortedcontainers/sortedcontainers-2.4.0-r1.ebuild
@@ -23,7 +23,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
 
 distutils_enable_tests pytest
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/sortedcontainers/

2022-05-09 Thread Michał Górny
commit: 0d5684e54da40feb882ed13f63289b1afe86c320
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May  9 16:35:42 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May  9 20:34:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d5684e5

dev-python/sortedcontainers: Enable py3.11

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/sortedcontainers/sortedcontainers-2.4.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sortedcontainers/sortedcontainers-2.4.0-r1.ebuild 
b/dev-python/sortedcontainers/sortedcontainers-2.4.0-r1.ebuild
index 981debeee8b3..ff38e7b61e06 100644
--- a/dev-python/sortedcontainers/sortedcontainers-2.4.0-r1.ebuild
+++ b/dev-python/sortedcontainers/sortedcontainers-2.4.0-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/sortedcontainers/

2022-05-09 Thread Michał Górny
commit: 232c39ebd64c9946585b2e4bbb42a99e583e9be3
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May  9 15:00:43 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May  9 15:01:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=232c39eb

dev-python/sortedcontainers: Update homepage

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/sortedcontainers/sortedcontainers-2.4.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sortedcontainers/sortedcontainers-2.4.0-r1.ebuild 
b/dev-python/sortedcontainers/sortedcontainers-2.4.0-r1.ebuild
index 2f98d6ff06e2..981debeee8b3 100644
--- a/dev-python/sortedcontainers/sortedcontainers-2.4.0-r1.ebuild
+++ b/dev-python/sortedcontainers/sortedcontainers-2.4.0-r1.ebuild
@@ -11,7 +11,7 @@ inherit distutils-r1
 MY_P=python-${P}
 DESCRIPTION="Python library to sort collections and containers"
 HOMEPAGE="
-   http://www.grantjenks.com/docs/sortedcontainers/
+   https://www.grantjenks.com/docs/sortedcontainers/
https://github.com/grantjenks/python-sortedcontainers/
https://pypi.org/project/sortedcontainers/
 "



[gentoo-commits] repo/gentoo:master commit in: dev-python/sortedcontainers/

2022-05-09 Thread Michał Górny
commit: 203bbca4da5fef507f55cb63e7ee8fad7ac390e9
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May  9 14:35:46 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May  9 15:01:19 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=203bbca4

dev-python/sortedcontainers: EAPI 8, PEP517

Signed-off-by: Michał Górny  gentoo.org>

 .../sortedcontainers-2.4.0-r1.ebuild   | 32 ++
 1 file changed, 32 insertions(+)

diff --git a/dev-python/sortedcontainers/sortedcontainers-2.4.0-r1.ebuild 
b/dev-python/sortedcontainers/sortedcontainers-2.4.0-r1.ebuild
new file mode 100644
index ..2f98d6ff06e2
--- /dev/null
+++ b/dev-python/sortedcontainers/sortedcontainers-2.4.0-r1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+
+inherit distutils-r1
+
+MY_P=python-${P}
+DESCRIPTION="Python library to sort collections and containers"
+HOMEPAGE="
+   http://www.grantjenks.com/docs/sortedcontainers/
+   https://github.com/grantjenks/python-sortedcontainers/
+   https://pypi.org/project/sortedcontainers/
+"
+SRC_URI="
+   
https://github.com/grantjenks/python-sortedcontainers/archive/v${PV}.tar.gz
+   -> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+
+distutils_enable_tests pytest
+
+python_test() {
+   epytest --ignore docs/conf.py
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/sortedcontainers/

2021-08-21 Thread James Le Cuirot
commit: 0bc113fe62537197be7e198fc5c4b931c3580f1d
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sat Aug 21 15:31:46 2021 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sat Aug 21 22:14:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bc113fe

dev-python/sortedcontainers: Keyword 2.4.0 for ~m68k

The tests pass.

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: James Le Cuirot  gentoo.org>

 dev-python/sortedcontainers/sortedcontainers-2.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sortedcontainers/sortedcontainers-2.4.0.ebuild 
b/dev-python/sortedcontainers/sortedcontainers-2.4.0.ebuild
index 8f7ca5dd0de..76cdbde4ac7 100644
--- a/dev-python/sortedcontainers/sortedcontainers-2.4.0.ebuild
+++ b/dev-python/sortedcontainers/sortedcontainers-2.4.0.ebuild
@@ -18,7 +18,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 
~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 sparc 
x86 ~amd64-linux ~x86-linux ~x64-macos"
 
 distutils_enable_tests pytest
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/sortedcontainers/

2021-06-24 Thread Michał Górny
commit: 625de796f73460ae68171a60012a54936eff9c9a
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jun 24 08:02:14 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jun 24 08:20:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=625de796

dev-python/sortedcontainers: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/sortedcontainers/Manifest   |  1 -
 .../sortedcontainers/sortedcontainers-2.3.0.ebuild | 28 --
 2 files changed, 29 deletions(-)

diff --git a/dev-python/sortedcontainers/Manifest 
b/dev-python/sortedcontainers/Manifest
index 9c855ff5be0..622e7ad2d75 100644
--- a/dev-python/sortedcontainers/Manifest
+++ b/dev-python/sortedcontainers/Manifest
@@ -1,2 +1 @@
-DIST python-sortedcontainers-2.3.0.gh.tar.gz 9228968 BLAKE2B 
cdff8230d4e4ac42a89ed3192666ebf22cd48a4475f1dc173cffb0339c7f27e9cdfde1fb631daadf04adf2c00bed8a924e1202712d0ebcbd591f5542de863461
 SHA512 
0488e2f9f07ea7e4737ade69441f02614b63cfccb32a71af4e5953001bfa840d2e113a36a0a0a6d4c1e7fdd920ac3937b0baaea522d742547a4d81a99b8d1a6c
 DIST python-sortedcontainers-2.4.0.gh.tar.gz 9229380 BLAKE2B 
ca9348ab7d467b2a81126217451262bb0547901b953edc3bba7c87c67b415eef5c3d454a08d227ebc8b213c1cc7db6262e864511fe67beefe865014ae5fc5977
 SHA512 
f80185c6f95a85cc78f88f6f6cf389eb48be22cf94d5fcd84f3592873f17de37ec7f44c1627b7f02956ac4b4f74ca4febefc47d3c6232f70ee05dbb2449ad770

diff --git a/dev-python/sortedcontainers/sortedcontainers-2.3.0.ebuild 
b/dev-python/sortedcontainers/sortedcontainers-2.3.0.ebuild
deleted file mode 100644
index 8f7ca5dd0de..000
--- a/dev-python/sortedcontainers/sortedcontainers-2.3.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{7..10} pypy3 )
-
-inherit distutils-r1
-
-MY_P=python-${P}
-DESCRIPTION="Python library to sort collections and containers"
-HOMEPAGE="http://www.grantjenks.com/docs/sortedcontainers/
-   https://pypi.org/project/sortedcontainers/
-   https://github.com/grantjenks/python-sortedcontainers/;
-SRC_URI="
-   
https://github.com/grantjenks/python-sortedcontainers/archive/v${PV}.tar.gz
-   -> ${MY_P}.gh.tar.gz"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 
~amd64-linux ~x86-linux ~x64-macos"
-
-distutils_enable_tests pytest
-
-python_test() {
-   local -x PYTHONPATH=.
-   epytest --ignore docs/conf.py
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/sortedcontainers/

2021-06-23 Thread Agostino Sarubbo
commit: 5e074842fe54963c7ae62526c5420419f13d7950
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Jun 24 04:24:13 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Jun 24 04:24:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e074842

dev-python/sortedcontainers: amd64/arm64/arm/hppa/ppc64/ppc/sparc/x86 stable 
(ALLARCHES policy) wrt bug #797994

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/sortedcontainers/sortedcontainers-2.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sortedcontainers/sortedcontainers-2.4.0.ebuild 
b/dev-python/sortedcontainers/sortedcontainers-2.4.0.ebuild
index af2cd3f803b..8f7ca5dd0de 100644
--- a/dev-python/sortedcontainers/sortedcontainers-2.4.0.ebuild
+++ b/dev-python/sortedcontainers/sortedcontainers-2.4.0.ebuild
@@ -18,7 +18,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 
~amd64-linux ~x86-linux ~x64-macos"
 
 distutils_enable_tests pytest
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/sortedcontainers/

2021-05-17 Thread Michał Górny
commit: c4469cac37054779c2d9b29f9a92ab68e0fe9aa8
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 17 07:04:13 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 17 07:36:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4469cac

dev-python/sortedcontainers: Bump to 2.4.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/sortedcontainers/Manifest   |  1 +
 .../sortedcontainers/sortedcontainers-2.4.0.ebuild | 28 ++
 2 files changed, 29 insertions(+)

diff --git a/dev-python/sortedcontainers/Manifest 
b/dev-python/sortedcontainers/Manifest
index 5de1ab09278..9c855ff5be0 100644
--- a/dev-python/sortedcontainers/Manifest
+++ b/dev-python/sortedcontainers/Manifest
@@ -1 +1,2 @@
 DIST python-sortedcontainers-2.3.0.gh.tar.gz 9228968 BLAKE2B 
cdff8230d4e4ac42a89ed3192666ebf22cd48a4475f1dc173cffb0339c7f27e9cdfde1fb631daadf04adf2c00bed8a924e1202712d0ebcbd591f5542de863461
 SHA512 
0488e2f9f07ea7e4737ade69441f02614b63cfccb32a71af4e5953001bfa840d2e113a36a0a0a6d4c1e7fdd920ac3937b0baaea522d742547a4d81a99b8d1a6c
+DIST python-sortedcontainers-2.4.0.gh.tar.gz 9229380 BLAKE2B 
ca9348ab7d467b2a81126217451262bb0547901b953edc3bba7c87c67b415eef5c3d454a08d227ebc8b213c1cc7db6262e864511fe67beefe865014ae5fc5977
 SHA512 
f80185c6f95a85cc78f88f6f6cf389eb48be22cf94d5fcd84f3592873f17de37ec7f44c1627b7f02956ac4b4f74ca4febefc47d3c6232f70ee05dbb2449ad770

diff --git a/dev-python/sortedcontainers/sortedcontainers-2.4.0.ebuild 
b/dev-python/sortedcontainers/sortedcontainers-2.4.0.ebuild
new file mode 100644
index 000..af2cd3f803b
--- /dev/null
+++ b/dev-python/sortedcontainers/sortedcontainers-2.4.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{7..10} pypy3 )
+
+inherit distutils-r1
+
+MY_P=python-${P}
+DESCRIPTION="Python library to sort collections and containers"
+HOMEPAGE="http://www.grantjenks.com/docs/sortedcontainers/
+   https://pypi.org/project/sortedcontainers/
+   https://github.com/grantjenks/python-sortedcontainers/;
+SRC_URI="
+   
https://github.com/grantjenks/python-sortedcontainers/archive/v${PV}.tar.gz
+   -> ${MY_P}.gh.tar.gz"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+
+distutils_enable_tests pytest
+
+python_test() {
+   local -x PYTHONPATH=.
+   epytest --ignore docs/conf.py
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/sortedcontainers/

2021-05-05 Thread Michał Górny
commit: ec9c2f5f1a45f75d1bf9db46ead36de4df98a920
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May  5 14:26:16 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May  5 17:05:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec9c2f5f

dev-python/sortedcontainers: Enable python3.10

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/sortedcontainers/sortedcontainers-2.3.0.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/sortedcontainers/sortedcontainers-2.3.0.ebuild 
b/dev-python/sortedcontainers/sortedcontainers-2.3.0.ebuild
index 10cc79be236..8f7ca5dd0de 100644
--- a/dev-python/sortedcontainers/sortedcontainers-2.3.0.ebuild
+++ b/dev-python/sortedcontainers/sortedcontainers-2.3.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{7,8,9} pypy3 )
+PYTHON_COMPAT=( python3_{7..10} pypy3 )
 
 inherit distutils-r1
 
@@ -24,5 +24,5 @@ distutils_enable_tests pytest
 
 python_test() {
local -x PYTHONPATH=.
-   pytest -vv --ignore docs/conf.py || die "Tests fail with ${EPYTHON}"
+   epytest --ignore docs/conf.py
 }



[gentoo-commits] repo/gentoo:master commit in: dev-python/sortedcontainers/

2020-12-31 Thread Michał Górny
commit: b753f7170bb567b417601e69bda51c30a881f21b
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Dec 31 08:52:48 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Dec 31 08:54:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b753f717

dev-python/sortedcontainers: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/sortedcontainers/Manifest   |  1 -
 .../sortedcontainers-2.2.2-r1.ebuild   | 28 --
 2 files changed, 29 deletions(-)

diff --git a/dev-python/sortedcontainers/Manifest 
b/dev-python/sortedcontainers/Manifest
index 8963ca2c913..5de1ab09278 100644
--- a/dev-python/sortedcontainers/Manifest
+++ b/dev-python/sortedcontainers/Manifest
@@ -1,2 +1 @@
-DIST python-sortedcontainers-2.2.2.gh.tar.gz 9228894 BLAKE2B 
358a2028a00748c89046069ed7ff075350d4a93f98521b48a72ba466719fd8b1eaa023f4c9d93beec1538315518f7fcc8b5b02478b1506c65fafa3840081b668
 SHA512 
413212aa35a80d24ec208caf19314dcc42dae207ec4ea8fdd7dc240c6fbf17372cb4c3e2209f6e40094419fa3eeb2fc9b23ad8bd7fb4e6fdaca46fd2fb248281
 DIST python-sortedcontainers-2.3.0.gh.tar.gz 9228968 BLAKE2B 
cdff8230d4e4ac42a89ed3192666ebf22cd48a4475f1dc173cffb0339c7f27e9cdfde1fb631daadf04adf2c00bed8a924e1202712d0ebcbd591f5542de863461
 SHA512 
0488e2f9f07ea7e4737ade69441f02614b63cfccb32a71af4e5953001bfa840d2e113a36a0a0a6d4c1e7fdd920ac3937b0baaea522d742547a4d81a99b8d1a6c

diff --git a/dev-python/sortedcontainers/sortedcontainers-2.2.2-r1.ebuild 
b/dev-python/sortedcontainers/sortedcontainers-2.2.2-r1.ebuild
deleted file mode 100644
index e964422fcf1..000
--- a/dev-python/sortedcontainers/sortedcontainers-2.2.2-r1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 )
-
-inherit distutils-r1
-
-MY_P=python-${P}
-DESCRIPTION="Python library to sort collections and containers"
-HOMEPAGE="http://www.grantjenks.com/docs/sortedcontainers/
-   https://pypi.org/project/sortedcontainers/
-   https://github.com/grantjenks/python-sortedcontainers/;
-SRC_URI="
-   
https://github.com/grantjenks/python-sortedcontainers/archive/v${PV}.tar.gz
-   -> ${MY_P}.gh.tar.gz"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 
~amd64-linux ~x86-linux"
-
-distutils_enable_tests pytest
-
-python_test() {
-   local -x PYTHONPATH=.
-   pytest -vv --ignore docs/conf.py || die "Tests fail with ${EPYTHON}"
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/sortedcontainers/

2020-12-30 Thread Sam James
commit: c0cd6479c82c79734ca88f360a574acdb240a7cf
Author: Sam James  gentoo  org>
AuthorDate: Thu Dec 31 01:18:24 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Dec 31 01:18:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0cd6479

dev-python/sortedcontainers: Stabilize 2.3.0 ALLARCHES, #762583

Signed-off-by: Sam James  gentoo.org>

 dev-python/sortedcontainers/sortedcontainers-2.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sortedcontainers/sortedcontainers-2.3.0.ebuild 
b/dev-python/sortedcontainers/sortedcontainers-2.3.0.ebuild
index 278fc88c0f5..fa356db0160 100644
--- a/dev-python/sortedcontainers/sortedcontainers-2.3.0.ebuild
+++ b/dev-python/sortedcontainers/sortedcontainers-2.3.0.ebuild
@@ -18,7 +18,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 
~amd64-linux ~x86-linux ~x64-macos"
 
 distutils_enable_tests pytest
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/sortedcontainers/

2020-11-28 Thread Sam James
commit: a82b073809dac3e5b3bc3cffd96ac60eb277f6f3
Author: Sam James  gentoo  org>
AuthorDate: Sat Nov 28 08:10:09 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Nov 28 08:10:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a82b0738

dev-python/sortedcontainers: ~x64-macos keyworded

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 dev-python/sortedcontainers/sortedcontainers-2.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sortedcontainers/sortedcontainers-2.3.0.ebuild 
b/dev-python/sortedcontainers/sortedcontainers-2.3.0.ebuild
index 3ca102a1099..278fc88c0f5 100644
--- a/dev-python/sortedcontainers/sortedcontainers-2.3.0.ebuild
+++ b/dev-python/sortedcontainers/sortedcontainers-2.3.0.ebuild
@@ -18,7 +18,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
 
 distutils_enable_tests pytest
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/sortedcontainers/

2020-11-09 Thread Michał Górny
commit: 8ae39372d750788337992a2aeee6b49d3423defb
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Nov  9 08:09:40 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Nov  9 08:14:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ae39372

dev-python/sortedcontainers: Bump to 2.3.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/sortedcontainers/Manifest   |  1 +
 .../sortedcontainers/sortedcontainers-2.3.0.ebuild | 28 ++
 2 files changed, 29 insertions(+)

diff --git a/dev-python/sortedcontainers/Manifest 
b/dev-python/sortedcontainers/Manifest
index 5f453bad5fc..8963ca2c913 100644
--- a/dev-python/sortedcontainers/Manifest
+++ b/dev-python/sortedcontainers/Manifest
@@ -1 +1,2 @@
 DIST python-sortedcontainers-2.2.2.gh.tar.gz 9228894 BLAKE2B 
358a2028a00748c89046069ed7ff075350d4a93f98521b48a72ba466719fd8b1eaa023f4c9d93beec1538315518f7fcc8b5b02478b1506c65fafa3840081b668
 SHA512 
413212aa35a80d24ec208caf19314dcc42dae207ec4ea8fdd7dc240c6fbf17372cb4c3e2209f6e40094419fa3eeb2fc9b23ad8bd7fb4e6fdaca46fd2fb248281
+DIST python-sortedcontainers-2.3.0.gh.tar.gz 9228968 BLAKE2B 
cdff8230d4e4ac42a89ed3192666ebf22cd48a4475f1dc173cffb0339c7f27e9cdfde1fb631daadf04adf2c00bed8a924e1202712d0ebcbd591f5542de863461
 SHA512 
0488e2f9f07ea7e4737ade69441f02614b63cfccb32a71af4e5953001bfa840d2e113a36a0a0a6d4c1e7fdd920ac3937b0baaea522d742547a4d81a99b8d1a6c

diff --git a/dev-python/sortedcontainers/sortedcontainers-2.3.0.ebuild 
b/dev-python/sortedcontainers/sortedcontainers-2.3.0.ebuild
new file mode 100644
index 000..3ca102a1099
--- /dev/null
+++ b/dev-python/sortedcontainers/sortedcontainers-2.3.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 )
+
+inherit distutils-r1
+
+MY_P=python-${P}
+DESCRIPTION="Python library to sort collections and containers"
+HOMEPAGE="http://www.grantjenks.com/docs/sortedcontainers/
+   https://pypi.org/project/sortedcontainers/
+   https://github.com/grantjenks/python-sortedcontainers/;
+SRC_URI="
+   
https://github.com/grantjenks/python-sortedcontainers/archive/v${PV}.tar.gz
+   -> ${MY_P}.gh.tar.gz"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux"
+
+distutils_enable_tests pytest
+
+python_test() {
+   local -x PYTHONPATH=.
+   pytest -vv --ignore docs/conf.py || die "Tests fail with ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/sortedcontainers/

2020-09-20 Thread Michał Górny
commit: d3c41a5b822d1f5034fa5d3a30348efac241
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Sep 20 15:33:24 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Sep 20 15:37:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3c4

dev-python/sortedcontainers: Remove python2

Signed-off-by: Michał Górny  gentoo.org>

 .../{sortedcontainers-2.2.2.ebuild => sortedcontainers-2.2.2-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sortedcontainers/sortedcontainers-2.2.2.ebuild 
b/dev-python/sortedcontainers/sortedcontainers-2.2.2-r1.ebuild
similarity index 93%
rename from dev-python/sortedcontainers/sortedcontainers-2.2.2.ebuild
rename to dev-python/sortedcontainers/sortedcontainers-2.2.2-r1.ebuild
index 8b209c7e49a..e964422fcf1 100644
--- a/dev-python/sortedcontainers/sortedcontainers-2.2.2.ebuild
+++ b/dev-python/sortedcontainers/sortedcontainers-2.2.2-r1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 )
+PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/sortedcontainers/

2020-07-30 Thread Michał Górny
commit: ea423144a08095cd987d4f88ba898d6b92854810
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jul 30 20:32:24 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jul 30 20:40:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea423144

dev-python/sortedcontainers: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/sortedcontainers/Manifest   |  2 --
 .../sortedcontainers/sortedcontainers-2.1.0.ebuild | 28 --
 .../sortedcontainers/sortedcontainers-2.2.1.ebuild | 28 --
 3 files changed, 58 deletions(-)

diff --git a/dev-python/sortedcontainers/Manifest 
b/dev-python/sortedcontainers/Manifest
index 0c77b354fb4..5f453bad5fc 100644
--- a/dev-python/sortedcontainers/Manifest
+++ b/dev-python/sortedcontainers/Manifest
@@ -1,3 +1 @@
-DIST python-sortedcontainers-2.1.0.gh.tar.gz 9220860 BLAKE2B 
a667fa817f0b240b8af9758d5d3942710cfe6a39109c41e6e66d0dd464b300d2201a679335e418442aaa6e1953e38a43b46c2bd6ce631b7c168d6173ca36998e
 SHA512 
1c56daea5d491dbeea9c677677a79ef5c4805325ea3d5da97005cd3b269003a99459550a793dfe65820f152c774371472ba471a7daf61c9d97b36744bafb013b
-DIST python-sortedcontainers-2.2.1.gh.tar.gz 9228694 BLAKE2B 
ccbcaf8ef1582c3229cfd82699b642c9cd86db69f68cca56d35fab05fe6b8bef5281af53eae3b697b1a8d7aaad9140d2f3de611eeb5774319a64ff9c5fc602be
 SHA512 
d4a45c4db9ec86c83c71506525a452fd5716818326635f69fb6e830d86803c5d39821678cb67e142ddd1ae9d093f9bb583c29b6bdc59a18a5ec0213eea4a1e29
 DIST python-sortedcontainers-2.2.2.gh.tar.gz 9228894 BLAKE2B 
358a2028a00748c89046069ed7ff075350d4a93f98521b48a72ba466719fd8b1eaa023f4c9d93beec1538315518f7fcc8b5b02478b1506c65fafa3840081b668
 SHA512 
413212aa35a80d24ec208caf19314dcc42dae207ec4ea8fdd7dc240c6fbf17372cb4c3e2209f6e40094419fa3eeb2fc9b23ad8bd7fb4e6fdaca46fd2fb248281

diff --git a/dev-python/sortedcontainers/sortedcontainers-2.1.0.ebuild 
b/dev-python/sortedcontainers/sortedcontainers-2.1.0.ebuild
deleted file mode 100644
index 57abd0067d3..000
--- a/dev-python/sortedcontainers/sortedcontainers-2.1.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# 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,9} pypy3 )
-
-inherit distutils-r1
-
-MY_P=python-${P}
-DESCRIPTION="Python library to sort collections and containers"
-HOMEPAGE="http://www.grantjenks.com/docs/sortedcontainers/
-   https://pypi.org/project/sortedcontainers/
-   https://github.com/grantjenks/python-sortedcontainers/;
-SRC_URI="
-   
https://github.com/grantjenks/python-sortedcontainers/archive/v${PV}.tar.gz
-   -> ${MY_P}.gh.tar.gz"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux"
-
-distutils_enable_tests pytest
-
-python_test() {
-   local -x PYTHONPATH=.
-   pytest -vv --ignore docs/conf.py || die "Tests fail with ${EPYTHON}"
-}

diff --git a/dev-python/sortedcontainers/sortedcontainers-2.2.1.ebuild 
b/dev-python/sortedcontainers/sortedcontainers-2.2.1.ebuild
deleted file mode 100644
index 15198b62904..000
--- a/dev-python/sortedcontainers/sortedcontainers-2.2.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# 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,9} pypy3 )
-
-inherit distutils-r1
-
-MY_P=python-${P}
-DESCRIPTION="Python library to sort collections and containers"
-HOMEPAGE="http://www.grantjenks.com/docs/sortedcontainers/
-   https://pypi.org/project/sortedcontainers/
-   https://github.com/grantjenks/python-sortedcontainers/;
-SRC_URI="
-   
https://github.com/grantjenks/python-sortedcontainers/archive/v${PV}.tar.gz
-   -> ${MY_P}.gh.tar.gz"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~ppc ~ppc64 sparc x86 ~amd64-linux 
~x86-linux"
-
-distutils_enable_tests pytest
-
-python_test() {
-   local -x PYTHONPATH=.
-   pytest -vv --ignore docs/conf.py || die "Tests fail with ${EPYTHON}"
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/sortedcontainers/

2020-07-29 Thread Sam James
commit: 3d1d8e7608b897cba25d457bbeeca1867427f245
Author: Sam James  gentoo  org>
AuthorDate: Thu Jul 30 03:57:31 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jul 30 03:57:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d1d8e76

dev-python/sortedcontainers: ALLARCHES stable (via arm, bug #734496)

Closes: https://bugs.gentoo.org/734496
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 dev-python/sortedcontainers/sortedcontainers-2.2.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sortedcontainers/sortedcontainers-2.2.2.ebuild 
b/dev-python/sortedcontainers/sortedcontainers-2.2.2.ebuild
index c86a29569ac..7b0ae5192bd 100644
--- a/dev-python/sortedcontainers/sortedcontainers-2.2.2.ebuild
+++ b/dev-python/sortedcontainers/sortedcontainers-2.2.2.ebuild
@@ -18,7 +18,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux"
 
 distutils_enable_tests pytest
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/sortedcontainers/

2020-07-29 Thread Sam James
commit: b6c2f7fb222770457132dfebb1bca7c24753877b
Author: Sam James  gentoo  org>
AuthorDate: Thu Jul 30 03:55:50 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jul 30 03:55:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6c2f7fb

dev-python/sortedcontainers: arm stable (bug #734496)

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 dev-python/sortedcontainers/sortedcontainers-2.2.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sortedcontainers/sortedcontainers-2.2.2.ebuild 
b/dev-python/sortedcontainers/sortedcontainers-2.2.2.ebuild
index 2a8f87f..c86a29569ac 100644
--- a/dev-python/sortedcontainers/sortedcontainers-2.2.2.ebuild
+++ b/dev-python/sortedcontainers/sortedcontainers-2.2.2.ebuild
@@ -18,7 +18,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux"
 
 distutils_enable_tests pytest
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/sortedcontainers/

2020-07-11 Thread Sam James
commit: 330db1ca0d0468ef816e8ea966303cfe710ddaad
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 11 21:39:27 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 11 21:42:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=330db1ca

dev-python/sortedcontainers: s390 keyworded (bug #703174)

Package-Manager: Portage-2.3.99, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 dev-python/sortedcontainers/sortedcontainers-2.2.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sortedcontainers/sortedcontainers-2.2.2.ebuild 
b/dev-python/sortedcontainers/sortedcontainers-2.2.2.ebuild
index e70f737c3eb..2a8f87f 100644
--- a/dev-python/sortedcontainers/sortedcontainers-2.2.2.ebuild
+++ b/dev-python/sortedcontainers/sortedcontainers-2.2.2.ebuild
@@ -18,7 +18,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux"
 
 distutils_enable_tests pytest
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/sortedcontainers/

2020-07-11 Thread Georgy Yakovlev
commit: 68416bf0cbb2d87c1231fdb47480afe9f20946d0
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sat Jul 11 19:11:12 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sat Jul 11 20:15:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68416bf0

dev-python/sortedcontainers: 2.1.0 ppc stable, bug #730372

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Georgy Yakovlev  gentoo.org>

 dev-python/sortedcontainers/sortedcontainers-2.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sortedcontainers/sortedcontainers-2.1.0.ebuild 
b/dev-python/sortedcontainers/sortedcontainers-2.1.0.ebuild
index 6aeb1e830a9..57abd0067d3 100644
--- a/dev-python/sortedcontainers/sortedcontainers-2.1.0.ebuild
+++ b/dev-python/sortedcontainers/sortedcontainers-2.1.0.ebuild
@@ -18,7 +18,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux"
 
 distutils_enable_tests pytest
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/sortedcontainers/

2020-07-11 Thread Georgy Yakovlev
commit: c53d842daf58248366830c7cc87c03b32c93596c
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sat Jul 11 17:48:52 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sat Jul 11 18:21:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c53d842d

dev-python/sortedcontainers: 2.1.0 ppc64 stable, bug #730372

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Georgy Yakovlev  gentoo.org>

 dev-python/sortedcontainers/sortedcontainers-2.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sortedcontainers/sortedcontainers-2.1.0.ebuild 
b/dev-python/sortedcontainers/sortedcontainers-2.1.0.ebuild
index 15198b62904..6aeb1e830a9 100644
--- a/dev-python/sortedcontainers/sortedcontainers-2.1.0.ebuild
+++ b/dev-python/sortedcontainers/sortedcontainers-2.1.0.ebuild
@@ -18,7 +18,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~ppc ~ppc64 sparc x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux"
 
 distutils_enable_tests pytest
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/sortedcontainers/

2020-07-11 Thread Michał Górny
commit: ee35a08486a900cb7cfd4db829942aafe22dc5d4
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jul 11 08:56:59 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jul 11 08:57:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee35a084

dev-python/sortedcontainers: Stabilize 2.2.1 ALLARCHES, #731586

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/sortedcontainers/sortedcontainers-2.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sortedcontainers/sortedcontainers-2.2.1.ebuild 
b/dev-python/sortedcontainers/sortedcontainers-2.2.1.ebuild
index b4838f73464..15198b62904 100644
--- a/dev-python/sortedcontainers/sortedcontainers-2.2.1.ebuild
+++ b/dev-python/sortedcontainers/sortedcontainers-2.2.1.ebuild
@@ -18,7 +18,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~ppc ~ppc64 sparc x86 ~amd64-linux 
~x86-linux"
 
 distutils_enable_tests pytest
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/sortedcontainers/

2020-07-09 Thread Agostino Sarubbo
commit: f44c79650034b4dc0b41a9d8b05958ab6f494c3c
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Jul  9 08:40:22 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Jul  9 08:40:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f44c7965

dev-python/sortedcontainers: sparc stable wrt bug #731586

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/sortedcontainers/sortedcontainers-2.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sortedcontainers/sortedcontainers-2.2.1.ebuild 
b/dev-python/sortedcontainers/sortedcontainers-2.2.1.ebuild
index e531bf6b2df..de0e20d3a24 100644
--- a/dev-python/sortedcontainers/sortedcontainers-2.2.1.ebuild
+++ b/dev-python/sortedcontainers/sortedcontainers-2.2.1.ebuild
@@ -18,7 +18,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 sparc ~x86 
~amd64-linux ~x86-linux"
 
 distutils_enable_tests pytest
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/sortedcontainers/

2020-07-05 Thread Sergei Trofimovich
commit: 5d096864833d6768affe4610b3b88b466b731380
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Jul  5 08:11:25 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Jul  5 08:36:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d096864

dev-python/sortedcontainers: stable 2.1.0 for hppa

stable wrt bug #730372

Package-Manager: Portage-2.3.103, Repoman-2.3.23
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-python/sortedcontainers/sortedcontainers-2.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sortedcontainers/sortedcontainers-2.1.0.ebuild 
b/dev-python/sortedcontainers/sortedcontainers-2.1.0.ebuild
index a32b17db507..15198b62904 100644
--- a/dev-python/sortedcontainers/sortedcontainers-2.1.0.ebuild
+++ b/dev-python/sortedcontainers/sortedcontainers-2.1.0.ebuild
@@ -18,7 +18,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~ppc ~ppc64 sparc x86 ~amd64-linux 
~x86-linux"
 
 distutils_enable_tests pytest
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/sortedcontainers/

2020-06-08 Thread Michał Górny
commit: f166c547e384268fb76d916634df63eb990e4b40
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jun  8 16:10:00 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jun  8 16:55:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f166c547

dev-python/sortedcontainers: Bump to 2.2.2

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/sortedcontainers/Manifest   |  1 +
 .../sortedcontainers/sortedcontainers-2.2.2.ebuild | 28 ++
 2 files changed, 29 insertions(+)

diff --git a/dev-python/sortedcontainers/Manifest 
b/dev-python/sortedcontainers/Manifest
index c9ed13d4b33..0c77b354fb4 100644
--- a/dev-python/sortedcontainers/Manifest
+++ b/dev-python/sortedcontainers/Manifest
@@ -1,2 +1,3 @@
 DIST python-sortedcontainers-2.1.0.gh.tar.gz 9220860 BLAKE2B 
a667fa817f0b240b8af9758d5d3942710cfe6a39109c41e6e66d0dd464b300d2201a679335e418442aaa6e1953e38a43b46c2bd6ce631b7c168d6173ca36998e
 SHA512 
1c56daea5d491dbeea9c677677a79ef5c4805325ea3d5da97005cd3b269003a99459550a793dfe65820f152c774371472ba471a7daf61c9d97b36744bafb013b
 DIST python-sortedcontainers-2.2.1.gh.tar.gz 9228694 BLAKE2B 
ccbcaf8ef1582c3229cfd82699b642c9cd86db69f68cca56d35fab05fe6b8bef5281af53eae3b697b1a8d7aaad9140d2f3de611eeb5774319a64ff9c5fc602be
 SHA512 
d4a45c4db9ec86c83c71506525a452fd5716818326635f69fb6e830d86803c5d39821678cb67e142ddd1ae9d093f9bb583c29b6bdc59a18a5ec0213eea4a1e29
+DIST python-sortedcontainers-2.2.2.gh.tar.gz 9228894 BLAKE2B 
358a2028a00748c89046069ed7ff075350d4a93f98521b48a72ba466719fd8b1eaa023f4c9d93beec1538315518f7fcc8b5b02478b1506c65fafa3840081b668
 SHA512 
413212aa35a80d24ec208caf19314dcc42dae207ec4ea8fdd7dc240c6fbf17372cb4c3e2209f6e40094419fa3eeb2fc9b23ad8bd7fb4e6fdaca46fd2fb248281

diff --git a/dev-python/sortedcontainers/sortedcontainers-2.2.2.ebuild 
b/dev-python/sortedcontainers/sortedcontainers-2.2.2.ebuild
new file mode 100644
index 000..e70f737c3eb
--- /dev/null
+++ b/dev-python/sortedcontainers/sortedcontainers-2.2.2.ebuild
@@ -0,0 +1,28 @@
+# 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,9} pypy3 )
+
+inherit distutils-r1
+
+MY_P=python-${P}
+DESCRIPTION="Python library to sort collections and containers"
+HOMEPAGE="http://www.grantjenks.com/docs/sortedcontainers/
+   https://pypi.org/project/sortedcontainers/
+   https://github.com/grantjenks/python-sortedcontainers/;
+SRC_URI="
+   
https://github.com/grantjenks/python-sortedcontainers/archive/v${PV}.tar.gz
+   -> ${MY_P}.gh.tar.gz"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
+
+distutils_enable_tests pytest
+
+python_test() {
+   local -x PYTHONPATH=.
+   pytest -vv --ignore docs/conf.py || die "Tests fail with ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/sortedcontainers/

2020-06-07 Thread Michał Górny
commit: 3280a547bcb024268f5d554ed8b36f308f6ff910
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jun  7 07:08:23 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jun  7 07:08:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3280a547

dev-python/sortedcontainers: Bump to 2.2.1

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/sortedcontainers/Manifest   |  1 +
 .../sortedcontainers/sortedcontainers-2.2.1.ebuild | 28 ++
 2 files changed, 29 insertions(+)

diff --git a/dev-python/sortedcontainers/Manifest 
b/dev-python/sortedcontainers/Manifest
index fe3923871e9..c9ed13d4b33 100644
--- a/dev-python/sortedcontainers/Manifest
+++ b/dev-python/sortedcontainers/Manifest
@@ -1 +1,2 @@
 DIST python-sortedcontainers-2.1.0.gh.tar.gz 9220860 BLAKE2B 
a667fa817f0b240b8af9758d5d3942710cfe6a39109c41e6e66d0dd464b300d2201a679335e418442aaa6e1953e38a43b46c2bd6ce631b7c168d6173ca36998e
 SHA512 
1c56daea5d491dbeea9c677677a79ef5c4805325ea3d5da97005cd3b269003a99459550a793dfe65820f152c774371472ba471a7daf61c9d97b36744bafb013b
+DIST python-sortedcontainers-2.2.1.gh.tar.gz 9228694 BLAKE2B 
ccbcaf8ef1582c3229cfd82699b642c9cd86db69f68cca56d35fab05fe6b8bef5281af53eae3b697b1a8d7aaad9140d2f3de611eeb5774319a64ff9c5fc602be
 SHA512 
d4a45c4db9ec86c83c71506525a452fd5716818326635f69fb6e830d86803c5d39821678cb67e142ddd1ae9d093f9bb583c29b6bdc59a18a5ec0213eea4a1e29

diff --git a/dev-python/sortedcontainers/sortedcontainers-2.2.1.ebuild 
b/dev-python/sortedcontainers/sortedcontainers-2.2.1.ebuild
new file mode 100644
index 000..e70f737c3eb
--- /dev/null
+++ b/dev-python/sortedcontainers/sortedcontainers-2.2.1.ebuild
@@ -0,0 +1,28 @@
+# 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,9} pypy3 )
+
+inherit distutils-r1
+
+MY_P=python-${P}
+DESCRIPTION="Python library to sort collections and containers"
+HOMEPAGE="http://www.grantjenks.com/docs/sortedcontainers/
+   https://pypi.org/project/sortedcontainers/
+   https://github.com/grantjenks/python-sortedcontainers/;
+SRC_URI="
+   
https://github.com/grantjenks/python-sortedcontainers/archive/v${PV}.tar.gz
+   -> ${MY_P}.gh.tar.gz"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
+
+distutils_enable_tests pytest
+
+python_test() {
+   local -x PYTHONPATH=.
+   pytest -vv --ignore docs/conf.py || die "Tests fail with ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/sortedcontainers/

2020-05-30 Thread Michał Górny
commit: b049466f66b160d767e4dfe5a4bf72c1f0322478
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 30 11:10:51 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 30 11:51:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b049466f

dev-python/sortedcontainers: Keyword 2.1.0 ppc, #703174

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/sortedcontainers/sortedcontainers-2.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sortedcontainers/sortedcontainers-2.1.0.ebuild 
b/dev-python/sortedcontainers/sortedcontainers-2.1.0.ebuild
index 84a42db68ba..a32b17db507 100644
--- a/dev-python/sortedcontainers/sortedcontainers-2.1.0.ebuild
+++ b/dev-python/sortedcontainers/sortedcontainers-2.1.0.ebuild
@@ -18,7 +18,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc64 sparc x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 sparc x86 
~amd64-linux ~x86-linux"
 
 distutils_enable_tests pytest
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/sortedcontainers/

2020-05-29 Thread Michał Górny
commit: e02e3d76bec9fb0b6236b01c46c45c627ba3deb2
Author: Michał Górny  gentoo  org>
AuthorDate: Fri May 29 20:51:04 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri May 29 21:01:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e02e3d76

dev-python/sortedcontainers: Keyword 2.1.0 ppc64, #703174

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/sortedcontainers/sortedcontainers-2.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sortedcontainers/sortedcontainers-2.1.0.ebuild 
b/dev-python/sortedcontainers/sortedcontainers-2.1.0.ebuild
index ced6f85b6bc..84a42db68ba 100644
--- a/dev-python/sortedcontainers/sortedcontainers-2.1.0.ebuild
+++ b/dev-python/sortedcontainers/sortedcontainers-2.1.0.ebuild
@@ -18,7 +18,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc64 sparc x86 ~amd64-linux 
~x86-linux"
 
 distutils_enable_tests pytest
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/sortedcontainers/

2020-05-25 Thread Michał Górny
commit: a7cbd7b333549040ac1265b7c12b377b0bbff936
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 25 14:57:14 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 25 16:16:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7cbd7b3

dev-python/sortedcontainers: Port to py3.9

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/sortedcontainers/sortedcontainers-2.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sortedcontainers/sortedcontainers-2.1.0.ebuild 
b/dev-python/sortedcontainers/sortedcontainers-2.1.0.ebuild
index 93e13cf8736..ced6f85b6bc 100644
--- a/dev-python/sortedcontainers/sortedcontainers-2.1.0.ebuild
+++ b/dev-python/sortedcontainers/sortedcontainers-2.1.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/sortedcontainers/

2020-04-13 Thread Sergei Trofimovich
commit: 3e107ba837850fc18b387e668e6e682e333e29d5
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Apr 13 22:37:48 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Apr 13 22:42:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e107ba8

dev-python/sortedcontainers: keyworded 2.1.0 for ia64, bug #703174

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-python/sortedcontainers/sortedcontainers-2.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sortedcontainers/sortedcontainers-2.1.0.ebuild 
b/dev-python/sortedcontainers/sortedcontainers-2.1.0.ebuild
index 86e5fc0fc6b..93e13cf8736 100644
--- a/dev-python/sortedcontainers/sortedcontainers-2.1.0.ebuild
+++ b/dev-python/sortedcontainers/sortedcontainers-2.1.0.ebuild
@@ -18,7 +18,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 sparc x86 ~amd64-linux ~x86-linux"
 
 distutils_enable_tests pytest
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/sortedcontainers/

2020-03-29 Thread Michał Górny
commit: e57309fa30e0b8055046ffa5d4c15a437d6252d9
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Mar 29 08:01:50 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Mar 29 08:19:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e57309fa

dev-python/sortedcontainers: Mark ALLARCHES

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/sortedcontainers/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/sortedcontainers/metadata.xml 
b/dev-python/sortedcontainers/metadata.xml
index 3853ea8fb1f..e0ee49ee5fa 100644
--- a/dev-python/sortedcontainers/metadata.xml
+++ b/dev-python/sortedcontainers/metadata.xml
@@ -8,6 +8,7 @@
   
 Python Sorted Container Types: SortedList, SortedDict, and SortedSet 
   
+  
   
 sortedcontainers
 grantjenks/sorted_containers



[gentoo-commits] repo/gentoo:master commit in: dev-python/sortedcontainers/

2020-03-29 Thread Michał Górny
commit: 82187bb1ed0f400c1256c0b499137289b472a6d5
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Mar 29 08:07:35 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Mar 29 08:19:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82187bb1

dev-python/sortedcontainers: Remove redundant longdesc

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/sortedcontainers/metadata.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/dev-python/sortedcontainers/metadata.xml 
b/dev-python/sortedcontainers/metadata.xml
index e0ee49ee5fa..0aba6fc7032 100644
--- a/dev-python/sortedcontainers/metadata.xml
+++ b/dev-python/sortedcontainers/metadata.xml
@@ -5,9 +5,6 @@
 pyt...@gentoo.org
 Python
   
-  
-Python Sorted Container Types: SortedList, SortedDict, and SortedSet 
-  
   
   
 sortedcontainers



[gentoo-commits] repo/gentoo:master commit in: dev-python/sortedcontainers/

2020-03-29 Thread Michał Górny
commit: d6dbaee58b467b62ea99d5338b67d97b2fddab97
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Mar 29 08:02:05 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Mar 29 08:19:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6dbaee5

dev-python/sortedcontainers: Stabilize 2.1.0 ALLARCHES

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/sortedcontainers/sortedcontainers-2.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sortedcontainers/sortedcontainers-2.1.0.ebuild 
b/dev-python/sortedcontainers/sortedcontainers-2.1.0.ebuild
index 8e1f2b6a2fc..86e5fc0fc6b 100644
--- a/dev-python/sortedcontainers/sortedcontainers-2.1.0.ebuild
+++ b/dev-python/sortedcontainers/sortedcontainers-2.1.0.ebuild
@@ -18,7 +18,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa sparc x86 ~amd64-linux ~x86-linux"
 
 distutils_enable_tests pytest
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/sortedcontainers/

2020-03-29 Thread Michał Górny
commit: 78adaa9bb7d3ee8ab0228dd36d682a0524c224f3
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Mar 29 08:02:15 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Mar 29 08:19:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78adaa9b

dev-python/sortedcontainers: Remove redundant versions

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/sortedcontainers/Manifest   |  1 -
 .../sortedcontainers/sortedcontainers-1.5.7.ebuild | 25 --
 2 files changed, 26 deletions(-)

diff --git a/dev-python/sortedcontainers/Manifest 
b/dev-python/sortedcontainers/Manifest
index 29620748391..fe3923871e9 100644
--- a/dev-python/sortedcontainers/Manifest
+++ b/dev-python/sortedcontainers/Manifest
@@ -1,2 +1 @@
 DIST python-sortedcontainers-2.1.0.gh.tar.gz 9220860 BLAKE2B 
a667fa817f0b240b8af9758d5d3942710cfe6a39109c41e6e66d0dd464b300d2201a679335e418442aaa6e1953e38a43b46c2bd6ce631b7c168d6173ca36998e
 SHA512 
1c56daea5d491dbeea9c677677a79ef5c4805325ea3d5da97005cd3b269003a99459550a793dfe65820f152c774371472ba471a7daf61c9d97b36744bafb013b
-DIST sortedcontainers-1.5.7.tar.gz 11970881 BLAKE2B 
0ffdc19a9be82481e71a7ef59391166e19c44d7fc4eac7696d153cac707fdc4beb84a36039e3f1e194c43dc9e956eaae5dfd909f24ef12db4ea99c8548475cab
 SHA512 
a9f2ba152c47eddfda6ad8ef7ecfbfa5d51b17afb4042b0b1e6d8b3dbc6caf6f8281af415dfcf1e356aaf80aa3212865ba926fe0d6e08961c8fbbc68adb34108

diff --git a/dev-python/sortedcontainers/sortedcontainers-1.5.7.ebuild 
b/dev-python/sortedcontainers/sortedcontainers-1.5.7.ebuild
deleted file mode 100644
index b2043c1da57..000
--- a/dev-python/sortedcontainers/sortedcontainers-1.5.7.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# 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} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python library to sort collections and containers"
-HOMEPAGE="http://www.grantjenks.com/docs/sortedcontainers/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 arm ~arm64 x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-   test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
-
-python_test() {
-   py.test -v || die
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/sortedcontainers/

2020-03-16 Thread Mart Raudsepp
commit: 57ccec9d26cd0c932e3d3852f0b4990dcd1828d0
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Mar 16 22:18:09 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Mar 16 22:18:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57ccec9d

dev-python/sortedcontainers: arm64 stable (bug #708554)

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 dev-python/sortedcontainers/sortedcontainers-2.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sortedcontainers/sortedcontainers-2.1.0.ebuild 
b/dev-python/sortedcontainers/sortedcontainers-2.1.0.ebuild
index 9f644ed8f3f..8e1f2b6a2fc 100644
--- a/dev-python/sortedcontainers/sortedcontainers-2.1.0.ebuild
+++ b/dev-python/sortedcontainers/sortedcontainers-2.1.0.ebuild
@@ -18,7 +18,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa sparc x86 ~amd64-linux ~x86-linux"
 
 distutils_enable_tests pytest
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/sortedcontainers/

2020-03-15 Thread Matt Turner
commit: b9f5c372bdd40fad41cef98e60e0b41c931630cf
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Mar 16 03:29:51 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Mar 16 04:10:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9f5c372

dev-python/sortedcontainers-2.1.0: add ~alpha, bug 703174

Signed-off-by: Matt Turner  gentoo.org>

 dev-python/sortedcontainers/sortedcontainers-2.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sortedcontainers/sortedcontainers-2.1.0.ebuild 
b/dev-python/sortedcontainers/sortedcontainers-2.1.0.ebuild
index c11ac8d15bf..9f644ed8f3f 100644
--- a/dev-python/sortedcontainers/sortedcontainers-2.1.0.ebuild
+++ b/dev-python/sortedcontainers/sortedcontainers-2.1.0.ebuild
@@ -18,7 +18,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa sparc x86 ~amd64-linux ~x86-linux"
 
 distutils_enable_tests pytest
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/sortedcontainers/

2020-03-14 Thread Mikle Kolyada
commit: 8e4e165148c86461fc3a4a7d00d9ec4efd2f71bc
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Mar 14 18:13:19 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Mar 14 18:13:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e4e1651

dev-python/sortedcontainers: Add ~arm keyword wrt bug #703174

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="arm"
Signed-off-by: Mikle Kolyada  gentoo.org>

 dev-python/sortedcontainers/sortedcontainers-2.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sortedcontainers/sortedcontainers-2.1.0.ebuild 
b/dev-python/sortedcontainers/sortedcontainers-2.1.0.ebuild
index b3cf15ddc19..c11ac8d15bf 100644
--- a/dev-python/sortedcontainers/sortedcontainers-2.1.0.ebuild
+++ b/dev-python/sortedcontainers/sortedcontainers-2.1.0.ebuild
@@ -18,7 +18,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ~hppa sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa sparc x86 ~amd64-linux ~x86-linux"
 
 distutils_enable_tests pytest
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/sortedcontainers/

2020-02-08 Thread Sergei Trofimovich
commit: 5609a1d02224b4368124ad09bad84559c2b692ed
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sat Feb  8 17:59:52 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Feb  8 18:49:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5609a1d0

dev-python/sortedcontainers: stable 2.1.0 for sparc, bug #708554

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-python/sortedcontainers/sortedcontainers-2.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sortedcontainers/sortedcontainers-2.1.0.ebuild 
b/dev-python/sortedcontainers/sortedcontainers-2.1.0.ebuild
index a80b775ab35..b3cf15ddc19 100644
--- a/dev-python/sortedcontainers/sortedcontainers-2.1.0.ebuild
+++ b/dev-python/sortedcontainers/sortedcontainers-2.1.0.ebuild
@@ -18,7 +18,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ~hppa ~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 arm ~arm64 ~hppa sparc x86 ~amd64-linux ~x86-linux"
 
 distutils_enable_tests pytest
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/sortedcontainers/

2020-02-07 Thread Agostino Sarubbo
commit: ef4419f76098f500d93b3d1fe2badc11443e4ca4
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Feb  7 16:13:12 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Feb  7 16:13:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef4419f7

dev-python/sortedcontainers: arm stable wrt bug #708554

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/sortedcontainers/sortedcontainers-2.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sortedcontainers/sortedcontainers-2.1.0.ebuild 
b/dev-python/sortedcontainers/sortedcontainers-2.1.0.ebuild
index d80febc91e8..a80b775ab35 100644
--- a/dev-python/sortedcontainers/sortedcontainers-2.1.0.ebuild
+++ b/dev-python/sortedcontainers/sortedcontainers-2.1.0.ebuild
@@ -18,7 +18,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 arm ~arm64 ~hppa ~sparc x86 ~amd64-linux ~x86-linux"
 
 distutils_enable_tests pytest
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/sortedcontainers/

2020-02-07 Thread Agostino Sarubbo
commit: 98006835f4fd8c357115352a3305a03db3bd9d0b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Feb  7 12:12:10 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Feb  7 12:12:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98006835

dev-python/sortedcontainers: x86 stable wrt bug #708554

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/sortedcontainers/sortedcontainers-2.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sortedcontainers/sortedcontainers-2.1.0.ebuild 
b/dev-python/sortedcontainers/sortedcontainers-2.1.0.ebuild
index 3ec7b3c3ebc..d80febc91e8 100644
--- a/dev-python/sortedcontainers/sortedcontainers-2.1.0.ebuild
+++ b/dev-python/sortedcontainers/sortedcontainers-2.1.0.ebuild
@@ -18,7 +18,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~sparc x86 ~amd64-linux ~x86-linux"
 
 distutils_enable_tests pytest
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/sortedcontainers/

2020-02-07 Thread Agostino Sarubbo
commit: 4a878999ee5ac08e5b8a2f7bb072abf36dc9494f
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Feb  7 10:52:13 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Feb  7 10:52:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a878999

dev-python/sortedcontainers: amd64 stable wrt bug #708554

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/sortedcontainers/sortedcontainers-2.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sortedcontainers/sortedcontainers-2.1.0.ebuild 
b/dev-python/sortedcontainers/sortedcontainers-2.1.0.ebuild
index 3c8aafa7a99..3ec7b3c3ebc 100644
--- a/dev-python/sortedcontainers/sortedcontainers-2.1.0.ebuild
+++ b/dev-python/sortedcontainers/sortedcontainers-2.1.0.ebuild
@@ -18,7 +18,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~sparc ~x86 ~amd64-linux ~x86-linux"
 
 distutils_enable_tests pytest
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/sortedcontainers/

2020-01-31 Thread Sergei Trofimovich
commit: ee59f9d5aa97eaeace15c4a9822926b21028cd38
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Fri Jan 31 18:05:59 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Jan 31 22:16:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee59f9d5

dev-python/sortedcontainers: keyworded 2.1.0 for sparc, bug #703174

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-python/sortedcontainers/sortedcontainers-2.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sortedcontainers/sortedcontainers-2.1.0.ebuild 
b/dev-python/sortedcontainers/sortedcontainers-2.1.0.ebuild
index 344bf6d619a..3c8aafa7a99 100644
--- a/dev-python/sortedcontainers/sortedcontainers-2.1.0.ebuild
+++ b/dev-python/sortedcontainers/sortedcontainers-2.1.0.ebuild
@@ -18,7 +18,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~sparc ~x86 ~amd64-linux ~x86-linux"
 
 distutils_enable_tests pytest
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/sortedcontainers/

2020-01-13 Thread Sergei Trofimovich
commit: 0954c0eb115ef0476aceb83f14233290ec5eb310
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Jan 13 15:51:30 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jan 13 19:48:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0954c0eb

dev-python/sortedcontainers: keyworded 2.1.0 for hppa, bug #703174

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-python/sortedcontainers/sortedcontainers-2.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sortedcontainers/sortedcontainers-2.1.0.ebuild 
b/dev-python/sortedcontainers/sortedcontainers-2.1.0.ebuild
index 6ca512b0731..344bf6d619a 100644
--- a/dev-python/sortedcontainers/sortedcontainers-2.1.0.ebuild
+++ b/dev-python/sortedcontainers/sortedcontainers-2.1.0.ebuild
@@ -18,7 +18,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~x86 ~amd64-linux ~x86-linux"
 
 distutils_enable_tests pytest
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/sortedcontainers/

2020-01-13 Thread Michał Górny
commit: c610b7af201a9583b4cddeff1a5f803a687f9f8d
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jan 13 08:31:48 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jan 13 09:39:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c610b7af

dev-python/sortedcontainers: Fix more import mismatches

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/sortedcontainers/sortedcontainers-2.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sortedcontainers/sortedcontainers-2.1.0.ebuild 
b/dev-python/sortedcontainers/sortedcontainers-2.1.0.ebuild
index 77f6cfbfd02..6ca512b0731 100644
--- a/dev-python/sortedcontainers/sortedcontainers-2.1.0.ebuild
+++ b/dev-python/sortedcontainers/sortedcontainers-2.1.0.ebuild
@@ -23,6 +23,6 @@ KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
 distutils_enable_tests pytest
 
 python_test() {
-   PYTHONPATH= \
+   local -x PYTHONPATH=.
pytest -vv --ignore docs/conf.py || die "Tests fail with ${EPYTHON}"
 }



[gentoo-commits] repo/gentoo:master commit in: dev-python/sortedcontainers/

2019-12-16 Thread Michał Górny
commit: eaf356158863f900c04362bc531624cb5f1f27ca
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Dec 17 06:37:35 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Dec 17 07:34:58 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eaf35615

dev-python/sortedcontainers: Bump to 2.1.0, py3.8, pypy*

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/sortedcontainers/Manifest   |  1 +
 .../sortedcontainers/sortedcontainers-2.1.0.ebuild | 28 ++
 2 files changed, 29 insertions(+)

diff --git a/dev-python/sortedcontainers/Manifest 
b/dev-python/sortedcontainers/Manifest
index dc0af7e9443..29620748391 100644
--- a/dev-python/sortedcontainers/Manifest
+++ b/dev-python/sortedcontainers/Manifest
@@ -1 +1,2 @@
+DIST python-sortedcontainers-2.1.0.gh.tar.gz 9220860 BLAKE2B 
a667fa817f0b240b8af9758d5d3942710cfe6a39109c41e6e66d0dd464b300d2201a679335e418442aaa6e1953e38a43b46c2bd6ce631b7c168d6173ca36998e
 SHA512 
1c56daea5d491dbeea9c677677a79ef5c4805325ea3d5da97005cd3b269003a99459550a793dfe65820f152c774371472ba471a7daf61c9d97b36744bafb013b
 DIST sortedcontainers-1.5.7.tar.gz 11970881 BLAKE2B 
0ffdc19a9be82481e71a7ef59391166e19c44d7fc4eac7696d153cac707fdc4beb84a36039e3f1e194c43dc9e956eaae5dfd909f24ef12db4ea99c8548475cab
 SHA512 
a9f2ba152c47eddfda6ad8ef7ecfbfa5d51b17afb4042b0b1e6d8b3dbc6caf6f8281af415dfcf1e356aaf80aa3212865ba926fe0d6e08961c8fbbc68adb34108

diff --git a/dev-python/sortedcontainers/sortedcontainers-2.1.0.ebuild 
b/dev-python/sortedcontainers/sortedcontainers-2.1.0.ebuild
new file mode 100644
index 000..0a78e3e80e0
--- /dev/null
+++ b/dev-python/sortedcontainers/sortedcontainers-2.1.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy{,3} )
+
+inherit distutils-r1
+
+MY_P=python-${P}
+DESCRIPTION="Python library to sort collections and containers"
+HOMEPAGE="http://www.grantjenks.com/docs/sortedcontainers/
+   https://pypi.org/project/sortedcontainers/
+   https://github.com/grantjenks/python-sortedcontainers/;
+SRC_URI="
+   
https://github.com/grantjenks/python-sortedcontainers/archive/v${PV}.tar.gz
+   -> ${MY_P}.gh.tar.gz"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
+
+distutils_enable_tests pytest
+
+python_test() {
+   PYTHONPATH= \
+   pytest -vv --ignore docs/conf.py || die "Tests fail with ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/sortedcontainers/

2019-04-16 Thread Matthew Thode
commit: d2ff6b624413b9a88defe4411bba42f266484349
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Apr 16 06:22:22 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Tue Apr 16 06:22:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2ff6b62

dev-python/sortedcontainers: add arm64 keyword for ovs

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode  gentoo.org>

 dev-python/sortedcontainers/sortedcontainers-1.5.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sortedcontainers/sortedcontainers-1.5.7.ebuild 
b/dev-python/sortedcontainers/sortedcontainers-1.5.7.ebuild
index b6e5892f1d8..acac295ad6d 100644
--- a/dev-python/sortedcontainers/sortedcontainers-1.5.7.ebuild
+++ b/dev-python/sortedcontainers/sortedcontainers-1.5.7.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 arm x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 arm ~arm64 x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-python/sortedcontainers/

2017-09-28 Thread Michael Palimaka
commit: dee6cd7b01640bb5b18ee68e1d5a1d31ef1aaff8
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Sep 28 13:05:55 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Sep 28 13:42:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dee6cd7b

dev-python/sortedcontainers: stabilise 1.5.7 for arm/x86 using ALLARCHES

Bug: https://bugs.gentoo.org/624990
Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-python/sortedcontainers/sortedcontainers-1.5.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sortedcontainers/sortedcontainers-1.5.7.ebuild 
b/dev-python/sortedcontainers/sortedcontainers-1.5.7.ebuild
index 311256f491a..2a25c2cc15f 100644
--- a/dev-python/sortedcontainers/sortedcontainers-1.5.7.ebuild
+++ b/dev-python/sortedcontainers/sortedcontainers-1.5.7.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 arm x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-python/sortedcontainers/

2017-09-08 Thread Markus Meier
commit: a4456507cca3870ce36e9a796d0e9fab69f10102
Author: Markus Meier  gentoo  org>
AuthorDate: Fri Sep  8 20:52:38 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Fri Sep  8 20:52:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4456507

dev-python/sortedcontainers: add ~arm, bug #626834

Package-Manager: Portage-2.3.6, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"

 dev-python/sortedcontainers/sortedcontainers-1.5.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sortedcontainers/sortedcontainers-1.5.7.ebuild 
b/dev-python/sortedcontainers/sortedcontainers-1.5.7.ebuild
index 0775fb5524b..311256f491a 100644
--- a/dev-python/sortedcontainers/sortedcontainers-1.5.7.ebuild
+++ b/dev-python/sortedcontainers/sortedcontainers-1.5.7.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-python/sortedcontainers/

2017-08-28 Thread Michał Górny
commit: 12afb058a01ee7fde90892a6366520fd731a2373
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Aug 28 17:49:44 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Aug 28 18:20:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12afb058

dev-python/sortedcontainers: [QA] Replace external 'cut' call

 dev-python/sortedcontainers/sortedcontainers-1.5.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sortedcontainers/sortedcontainers-1.5.7.ebuild 
b/dev-python/sortedcontainers/sortedcontainers-1.5.7.ebuild
index 8216ed2c345..0775fb5524b 100644
--- a/dev-python/sortedcontainers/sortedcontainers-1.5.7.ebuild
+++ b/dev-python/sortedcontainers/sortedcontainers-1.5.7.ebuild
@@ -9,7 +9,7 @@ inherit distutils-r1
 
 DESCRIPTION="Python library to sort collections and containers"
 HOMEPAGE="http://www.grantjenks.com/docs/sortedcontainers/;
-SRC_URI="mirror://pypi/$(echo ${PN} | cut -c 1)/${PN}/${P}.tar.gz"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: dev-python/sortedcontainers/

2017-07-31 Thread Tobias Klausmann
commit: 78196b5413ebaea977a6ece821e02469441e3433
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Jul 31 09:32:59 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Jul 31 09:32:59 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78196b54

dev-python/sortedcontainers-1.5.7-r0: amd64 stable

Gentoo-Bug: 624990

 dev-python/sortedcontainers/sortedcontainers-1.5.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sortedcontainers/sortedcontainers-1.5.7.ebuild 
b/dev-python/sortedcontainers/sortedcontainers-1.5.7.ebuild
index 57e6ffbb1ac..8216ed2c345 100644
--- a/dev-python/sortedcontainers/sortedcontainers-1.5.7.ebuild
+++ b/dev-python/sortedcontainers/sortedcontainers-1.5.7.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/$(echo ${PN} | cut -c 
1)/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-python/sortedcontainers/

2017-03-28 Thread Brian Dolbec
commit: cd0bd6313cfcce83d6d50b951f75a489dfc5182f
Author: Brian Dolbec  gentoo  org>
AuthorDate: Wed Mar 29 01:40:52 2017 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Wed Mar 29 01:43:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd0bd631

dev-python/sortedcontainers: Add python-3.6 to PYTHON_COMPAT

Package-Manager: Portage-2.3.5, Repoman-2.3.2_p30

 dev-python/sortedcontainers/sortedcontainers-1.5.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sortedcontainers/sortedcontainers-1.5.7.ebuild 
b/dev-python/sortedcontainers/sortedcontainers-1.5.7.ebuild
index 3bfb25bb818..57e6ffbb1ac 100644
--- a/dev-python/sortedcontainers/sortedcontainers-1.5.7.ebuild
+++ b/dev-python/sortedcontainers/sortedcontainers-1.5.7.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/sortedcontainers/

2017-03-06 Thread Sebastien Fabbro
commit: a06e6a36af116d6178f3efb66712da7e99e376f8
Author: Sébastien Fabbro  gentoo  org>
AuthorDate: Mon Mar  6 22:30:20 2017 +
Commit: Sebastien Fabbro  gentoo  org>
CommitDate: Tue Mar  7 00:17:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a06e6a36

dev-python/sortedcontainers: initial import

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 dev-python/sortedcontainers/Manifest   |  1 +
 dev-python/sortedcontainers/metadata.xml   | 15 +
 .../sortedcontainers/sortedcontainers-1.5.7.ebuild | 25 ++
 3 files changed, 41 insertions(+)

diff --git a/dev-python/sortedcontainers/Manifest 
b/dev-python/sortedcontainers/Manifest
new file mode 100644
index 000..158695a2b40
--- /dev/null
+++ b/dev-python/sortedcontainers/Manifest
@@ -0,0 +1 @@
+DIST sortedcontainers-1.5.7.tar.gz 11970881 SHA256 
0ff0442865e492bc50476b18000fb8400cf2472d14d21a92b27cd7c5184550ea SHA512 
a9f2ba152c47eddfda6ad8ef7ecfbfa5d51b17afb4042b0b1e6d8b3dbc6caf6f8281af415dfcf1e356aaf80aa3212865ba926fe0d6e08961c8fbbc68adb34108
 WHIRLPOOL 
ac1c64a49705b2a02d2eb05e8306a1ee21d494819b7331256fc8c17d5fda89c82eaf2267981408c9de92bde0c4569a0e87fa4d7d12297881c4b8b295b1df9788

diff --git a/dev-python/sortedcontainers/metadata.xml 
b/dev-python/sortedcontainers/metadata.xml
new file mode 100644
index 000..3853ea8fb1f
--- /dev/null
+++ b/dev-python/sortedcontainers/metadata.xml
@@ -0,0 +1,15 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+pyt...@gentoo.org
+Python
+  
+  
+Python Sorted Container Types: SortedList, SortedDict, and SortedSet 
+  
+  
+sortedcontainers
+grantjenks/sorted_containers
+  
+

diff --git a/dev-python/sortedcontainers/sortedcontainers-1.5.7.ebuild 
b/dev-python/sortedcontainers/sortedcontainers-1.5.7.ebuild
new file mode 100644
index 000..3bfb25bb818
--- /dev/null
+++ b/dev-python/sortedcontainers/sortedcontainers-1.5.7.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python library to sort collections and containers"
+HOMEPAGE="http://www.grantjenks.com/docs/sortedcontainers/;
+SRC_URI="mirror://pypi/$(echo ${PN} | cut -c 1)/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+   test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
+
+python_test() {
+   py.test -v || die
+}