[gentoo-commits] repo/gentoo:master commit in: dev-python/case/, profiles/

2022-11-23 Thread Jakov Smolić
commit: 113310d15cce18124555f948973df344b568b309
Author: Jakov Smolić  gentoo  org>
AuthorDate: Thu Nov 24 06:31:35 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Thu Nov 24 06:36:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=113310d1

dev-python/case: treeclean

Closes: https://bugs.gentoo.org/877375
Signed-off-by: Jakov Smolić  gentoo.org>

 dev-python/case/Manifest  |  1 -
 dev-python/case/case-1.5.3.ebuild | 21 -
 dev-python/case/metadata.xml  | 11 ---
 profiles/package.mask |  5 -
 4 files changed, 38 deletions(-)

diff --git a/dev-python/case/Manifest b/dev-python/case/Manifest
deleted file mode 100644
index 5b1fdc056b00..
--- a/dev-python/case/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST case-1.5.3.tar.gz 58469 BLAKE2B 
e535664cc616ac14d1b13e01abe44544fa470030895237711456eefe1aff0b79876b2225344065416149f7de444bf4dc5bef22a184b148e059a8b1f38a394619
 SHA512 
ae98a571c282f80c685c42ab1dc578847fe88cf8cd07faff505a8df8e3282a602908a8780ab88b36851e3ee6f3c178405e5c50776fd0f49fcc990087575f2958

diff --git a/dev-python/case/case-1.5.3.ebuild 
b/dev-python/case/case-1.5.3.ebuild
deleted file mode 100644
index 31dff0861876..
--- a/dev-python/case/case-1.5.3.ebuild
+++ /dev/null
@@ -1,21 +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 )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
-inherit distutils-r1
-
-DESCRIPTION="Python unittest Utilities"
-HOMEPAGE="https://pypi.org/project/case https://github.com/celery/case;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-
-RDEPEND=">=dev-python/nose-1.3.7[${PYTHON_USEDEP}]
-   >=dev-python/mock-2.0[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]"

diff --git a/dev-python/case/metadata.xml b/dev-python/case/metadata.xml
deleted file mode 100644
index 0fb331dd8ae3..
--- a/dev-python/case/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-https://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   zmed...@gentoo.org
-   
-   
-   case
-   celery/case
-   
-

diff --git a/profiles/package.mask b/profiles/package.mask
index 3d9efb88a790..2aa0eaa20f52 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -447,11 +447,6 @@ dev-ruby/ruby-sdl
 # Removal on 2022-11-20.  Bug #845723.
 dev-python/eventlet
 
-# Michał Górny  (2022-10-17)
-# Unmaintained since 2018.  Requires dev-python/nose.  No revdeps left.
-# Removal on 2022-11-16.  Bug #877375.
-dev-python/case
-
 # John Helmert III  (2022-10-16)
 # 

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

2021-05-06 Thread Michał Górny
commit: 4b6a02b8e820f281966552896ba890972c350422
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May  6 08:32:32 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May  6 08:34:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b6a02b8

dev-python/case: Enable python3.10

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

 dev-python/case/case-1.5.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/case/case-1.5.3.ebuild 
b/dev-python/case/case-1.5.3.ebuild
index c3e494f9c5d..31dff086187 100644
--- a/dev-python/case/case-1.5.3.ebuild
+++ b/dev-python/case/case-1.5.3.ebuild
@@ -1,9 +1,9 @@
-# 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..9} pypy3 )
+PYTHON_COMPAT=( python3_{7..10} pypy3 )
 DISTUTILS_USE_SETUPTOOLS=rdepend
 
 inherit distutils-r1



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

2020-11-08 Thread Zac Medico
commit: 5fe392d104581d4f192d2af89d5c84121b899bec
Author: Jakov Smolic  sartura  hr>
AuthorDate: Sun Nov  8 14:31:17 2020 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun Nov  8 22:28:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fe392d1

dev-python/case: add python3_9

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Jakov Smolic  sartura.hr>
Signed-off-by: Zac Medico  gentoo.org>

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

diff --git a/dev-python/case/case-1.5.3.ebuild 
b/dev-python/case/case-1.5.3.ebuild
index 884af8823b8..1d43b7d1b91 100644
--- a/dev-python/case/case-1.5.3.ebuild
+++ b/dev-python/case/case-1.5.3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
+PYTHON_COMPAT=( python3_{6..9} pypy3 )
 DISTUTILS_USE_SETUPTOOLS=rdepend
 
 inherit distutils-r1



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

2020-10-17 Thread Matthew Thode
commit: e8b41634d494847e5a89144026722cfd603dc3dc
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Oct 17 21:20:27 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sat Oct 17 21:53:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8b41634

dev-python/case: add py38

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

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

diff --git a/dev-python/case/case-1.5.3.ebuild 
b/dev-python/case/case-1.5.3.ebuild
index 469d079ea75..884af8823b8 100644
--- a/dev-python/case/case-1.5.3.ebuild
+++ b/dev-python/case/case-1.5.3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7} pypy3 )
+PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
 DISTUTILS_USE_SETUPTOOLS=rdepend
 
 inherit distutils-r1



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

2020-10-12 Thread Zac Medico
commit: 17ef2f0465c25faccafc2970d8c98bdec808873a
Author: Jakov Smolic  sartura  hr>
AuthorDate: Mon Oct 12 17:56:38 2020 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Oct 12 18:36:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17ef2f04

dev-python/case: correct DISTUTILS_USE_SETUPTOOLS

Closes: https://bugs.gentoo.org/748045
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Jakov Smolic  sartura.hr>
Signed-off-by: Zac Medico  gentoo.org>

 dev-python/case/case-1.5.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/case/case-1.5.3.ebuild 
b/dev-python/case/case-1.5.3.ebuild
index 6dee7201f57..469d079ea75 100644
--- a/dev-python/case/case-1.5.3.ebuild
+++ b/dev-python/case/case-1.5.3.ebuild
@@ -2,7 +2,9 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
+
 PYTHON_COMPAT=( python3_{6,7} pypy3 )
+DISTUTILS_USE_SETUPTOOLS=rdepend
 
 inherit distutils-r1
 
@@ -13,9 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="amd64 ~arm64 x86"
-IUSE=""
 
 RDEPEND=">=dev-python/nose-1.3.7[${PYTHON_USEDEP}]
>=dev-python/mock-2.0[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



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

2020-02-04 Thread Michał Górny
commit: b2354202fd481debc71267d1ca6f731b497c3fa0
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb  4 13:40:43 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb  4 13:42:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2354202

dev-python/case: Remove py2

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

 dev-python/case/case-1.5.2-r1.ebuild | 2 +-
 dev-python/case/case-1.5.3.ebuild| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/case/case-1.5.2-r1.ebuild 
b/dev-python/case/case-1.5.2-r1.ebuild
index d078118426b..85cca93f22a 100644
--- a/dev-python/case/case-1.5.2-r1.ebuild
+++ b/dev-python/case/case-1.5.2-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_6 pypy3 )
+PYTHON_COMPAT=( python3_6 pypy3 )
 
 inherit distutils-r1
 

diff --git a/dev-python/case/case-1.5.3.ebuild 
b/dev-python/case/case-1.5.3.ebuild
index 6a8f2b244ed..6dee7201f57 100644
--- a/dev-python/case/case-1.5.3.ebuild
+++ b/dev-python/case/case-1.5.3.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} pypy3 )
+PYTHON_COMPAT=( python3_{6,7} pypy3 )
 
 inherit distutils-r1
 



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

2019-05-11 Thread Matthew Thode
commit: 5b672841593c14ac13406a32306599c30a87ab91
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat May 11 18:10:52 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sat May 11 18:16:38 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b672841

dev-python/case: 1.5.3 allarches stablized

Stablized for Openstack Stein

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

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

diff --git a/dev-python/case/case-1.5.3.ebuild 
b/dev-python/case/case-1.5.3.ebuild
index 915c62d6592..ed1215f2e85 100644
--- a/dev-python/case/case-1.5.3.ebuild
+++ b/dev-python/case/case-1.5.3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE=""
 
 RDEPEND=">=dev-python/nose-1.3.7[${PYTHON_USEDEP}]



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

2018-04-13 Thread Zac Medico
commit: 8ac09d234c177ef9fc4a1611667a6f61a72e1094
Author: Marty E. Plummer  startmail  com>
AuthorDate: Fri Apr 13 06:52:15 2018 +
Commit: Zac Medico  gentoo  org>
CommitDate: Fri Apr 13 09:52:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ac09d23

dev-python/case: remove variables from HOMEPAGE

Package-Manager: Portage-2.3.28, Repoman-2.3.9

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

diff --git a/dev-python/case/case-1.5.2-r1.ebuild 
b/dev-python/case/case-1.5.2-r1.ebuild
index 2a0e878cf66..e17d63becb5 100644
--- a/dev-python/case/case-1.5.2-r1.ebuild
+++ b/dev-python/case/case-1.5.2-r1.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
 inherit distutils-r1
 
 DESCRIPTION="Python unittest Utilities"
-HOMEPAGE="https://pypi.python.org/pypi/${PN} https://github.com/celery/${PN};
+HOMEPAGE="https://pypi.python.org/pypi/case https://github.com/celery/case;
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"



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

2018-01-21 Thread Zac Medico
commit: 687bc6e9074a72175e3fcd46009e5ad4de3bb732
Author: Zac Medico  gentoo  org>
AuthorDate: Sun Jan 21 10:37:50 2018 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun Jan 21 10:39:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=687bc6e9

dev-python/case: version bump to 1.5.3

Package-Manager: Portage-2.3.20, Repoman-2.3.6

 dev-python/case/Manifest  |  1 +
 dev-python/case/case-1.5.3.ebuild | 22 ++
 2 files changed, 23 insertions(+)

diff --git a/dev-python/case/Manifest b/dev-python/case/Manifest
index 756de3e336f..399457ec9d3 100644
--- a/dev-python/case/Manifest
+++ b/dev-python/case/Manifest
@@ -1 +1,2 @@
 DIST case-1.5.2.tar.gz 58382 BLAKE2B 
f5924a7bf276087e469ec43780791e7eb223daf9649eadb79060066ea0125931e5534762b148b0b3b65805bd05c7111bdb0b598df12d056535c01662260eeb5f
 SHA512 
82c0ed9a788fb57c4109cdbe24822fdaeb59fdfd5d7ebe0c93a39e8e2a2745e911d6dc1b679ac46e263eb6041bbc0ab46b20f3850c12f8f63324cabe145ebdd6
+DIST case-1.5.3.tar.gz 58469 BLAKE2B 
e535664cc616ac14d1b13e01abe44544fa470030895237711456eefe1aff0b79876b2225344065416149f7de444bf4dc5bef22a184b148e059a8b1f38a394619
 SHA512 
ae98a571c282f80c685c42ab1dc578847fe88cf8cd07faff505a8df8e3282a602908a8780ab88b36851e3ee6f3c178405e5c50776fd0f49fcc990087575f2958

diff --git a/dev-python/case/case-1.5.3.ebuild 
b/dev-python/case/case-1.5.3.ebuild
new file mode 100644
index 000..af944e8c150
--- /dev/null
+++ b/dev-python/case/case-1.5.3.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Python unittest Utilities"
+HOMEPAGE="https://pypi.python.org/pypi/${PN} https://github.com/celery/${PN};
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-python/nose-1.3.7[${PYTHON_USEDEP}]
+   >=dev-python/mock-2.0[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



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

2018-01-21 Thread Zac Medico
commit: 2c24e75337ab46c4b121709ab9fb5b3ab01b7e96
Author: Zac Medico  gentoo  org>
AuthorDate: Sun Jan 21 10:20:48 2018 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun Jan 21 10:26:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c24e753

dev-python/case: revbump to 1.5.2-r1 to add RDEPEND

If these deps are missing at runtime then the unit tests
of consumers will attempt to download them from pypi, like
the dev-python/vine-1.1.3 unit tests in bug 645214.

Closes: https://bugs.gentoo.org/645214
Package-Manager: Portage-2.3.20, Repoman-2.3.6
RepoMan-Options: --force

 dev-python/case/{case-1.5.2.ebuild => case-1.5.2-r1.ebuild} | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/dev-python/case/case-1.5.2.ebuild 
b/dev-python/case/case-1.5.2-r1.ebuild
similarity index 72%
rename from dev-python/case/case-1.5.2.ebuild
rename to dev-python/case/case-1.5.2-r1.ebuild
index 22e93c2a631..2a0e878cf66 100644
--- a/dev-python/case/case-1.5.2.ebuild
+++ b/dev-python/case/case-1.5.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -16,5 +16,7 @@ SLOT="0"
 KEYWORDS="amd64 ~arm64 x86"
 IUSE=""
 
-RDEPEND=""
+RDEPEND=">=dev-python/nose-1.3.7[${PYTHON_USEDEP}]
+   >=dev-python/mock-2.0[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]"
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



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

2018-01-21 Thread Zac Medico
commit: 81557cea9da40db6c1125bf204a8b419696e00aa
Author: Zac Medico  gentoo  org>
AuthorDate: Sun Jan 21 10:01:56 2018 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun Jan 21 10:04:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81557cea

dev-python/case: remove old version 1.2.3

Package-Manager: Portage-2.3.20, Repoman-2.3.6

 dev-python/case/Manifest  |  1 -
 dev-python/case/case-1.2.3.ebuild | 20 
 2 files changed, 21 deletions(-)

diff --git a/dev-python/case/Manifest b/dev-python/case/Manifest
index 3bdde57d0ee..756de3e336f 100644
--- a/dev-python/case/Manifest
+++ b/dev-python/case/Manifest
@@ -1,2 +1 @@
-DIST case-1.2.3.tar.gz 55405 BLAKE2B 
bfeb0547292a93035058186d44564c44816a057f2dea3fc0cd6b12af78a8228f4ecd01192edbfe4d1b9f333cb1637cdb0f11c40afae0c1cd66f4b70322507317
 SHA512 
7dcc2fc593e4c5382879b9f09aecc35c0937d1070d945688e641d08611ecc263531a9d87eef730685cab41ed32a0e770b06ff36060b212d288752442814700e0
 DIST case-1.5.2.tar.gz 58382 BLAKE2B 
f5924a7bf276087e469ec43780791e7eb223daf9649eadb79060066ea0125931e5534762b148b0b3b65805bd05c7111bdb0b598df12d056535c01662260eeb5f
 SHA512 
82c0ed9a788fb57c4109cdbe24822fdaeb59fdfd5d7ebe0c93a39e8e2a2745e911d6dc1b679ac46e263eb6041bbc0ab46b20f3850c12f8f63324cabe145ebdd6

diff --git a/dev-python/case/case-1.2.3.ebuild 
b/dev-python/case/case-1.2.3.ebuild
deleted file mode 100644
index fba062f0312..000
--- a/dev-python/case/case-1.2.3.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Python unittest Utilities"
-HOMEPAGE="https://pypi.python.org/pypi/${PN} https://github.com/celery/${PN};
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



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

2017-06-22 Thread Alexis Ballier
commit: d417a5821e209dfca2c40f1e8ed8bd49f9c9d160
Author: Alexis Ballier  gentoo  org>
AuthorDate: Fri Jun 23 05:26:21 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Fri Jun 23 05:35:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d417a582

dev-python/case: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.2

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

diff --git a/dev-python/case/case-1.5.2.ebuild 
b/dev-python/case/case-1.5.2.ebuild
index 9f264c439ae..22e93c2a631 100644
--- a/dev-python/case/case-1.5.2.ebuild
+++ b/dev-python/case/case-1.5.2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE=""
 
 RDEPEND=""



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

2017-03-15 Thread Zac Medico
commit: 315d8e7cb84957d25d75b35fb8e3df761b0474a6
Author: Zac Medico  gentoo  org>
AuthorDate: Wed Mar 15 06:50:16 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Wed Mar 15 06:50:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=315d8e7c

dev-python/case: Add python3_6 to PYTHON_COMPAT

Package-Manager: Portage-2.3.4, Repoman-2.3.2

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

diff --git a/dev-python/case/case-1.5.2.ebuild 
b/dev-python/case/case-1.5.2.ebuild
index 3477f6c1bc0..9f264c439ae 100644
--- a/dev-python/case/case-1.5.2.ebuild
+++ b/dev-python/case/case-1.5.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
 
 inherit distutils-r1
 



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

2017-01-21 Thread Agostino Sarubbo
commit: f90a6e386ae9886552be554708e74ea12ad29fdf
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Jan 21 17:24:32 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Jan 21 17:27:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f90a6e38

dev-python/case: x86 stable wrt bug #606010

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-python/case/case-1.5.2.ebuild 
b/dev-python/case/case-1.5.2.ebuild
index 2924e54..3e80149 100644
--- a/dev-python/case/case-1.5.2.ebuild
+++ b/dev-python/case/case-1.5.2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND=""



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

2017-01-21 Thread Agostino Sarubbo
commit: a8536d0aedbe251e2c364277ab9f369a2290f590
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Jan 21 17:14:02 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Jan 21 17:16:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8536d0a

dev-python/case: amd64 stable wrt bug #606010

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-python/case/case-1.5.2.ebuild 
b/dev-python/case/case-1.5.2.ebuild
index 0421d6e..2924e54 100644
--- a/dev-python/case/case-1.5.2.ebuild
+++ b/dev-python/case/case-1.5.2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 RDEPEND=""



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

2017-01-20 Thread Zac Medico
commit: 7be889e513a9e908b25df08c3ed8d5200a0ebdcf
Author: Zac Medico  gentoo  org>
AuthorDate: Fri Jan 20 08:08:52 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Fri Jan 20 08:09:42 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7be889e5

dev-python/case: version bump to 1.5.2

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-python/case/Manifest | 2 +-
 dev-python/case/{case-1.5.0.ebuild => case-1.5.2.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/case/Manifest b/dev-python/case/Manifest
index 64661e9..dbebe6e 100644
--- a/dev-python/case/Manifest
+++ b/dev-python/case/Manifest
@@ -1,2 +1,2 @@
 DIST case-1.2.3.tar.gz 55405 SHA256 
6e6a6b824ee2641657415305a343fa66d3cf9c29f25202ba749957b4f17f5051 SHA512 
7dcc2fc593e4c5382879b9f09aecc35c0937d1070d945688e641d08611ecc263531a9d87eef730685cab41ed32a0e770b06ff36060b212d288752442814700e0
 WHIRLPOOL 
c88f5e70cd2f377d3b0ff68110610d4a15ee76067b2bd5ea3243a667c9ff0baf2d6d235e555dd4c7a6da4e0c26aa81f3f9325672695f64603cdeedcf6b3079c1
-DIST case-1.5.0.tar.gz 58148 SHA256 
4543fe33e38b1b00eddc06163cb8c361af2a194dd03312219eb23b9c259213e5 SHA512 
0ae03ab175903bc55a81df9c1847587960bec64202be66702456b447c3114d8a9b49fa7bfa08cb032040bc2c1f17411642392abee617e4400fae0a9b67d38702
 WHIRLPOOL 
e07834dda326b6bd62484b6a1a86e133edf6c23d8a9a04a085845fd655755c50ff8779aec768f9412b160397714b3b3aa8565f4a17d9df8e99fee07786d4
+DIST case-1.5.2.tar.gz 58382 SHA256 
8a0dcf26d382b407c71b185720f414fa26938f12833cbc73929dfd78105f70fd SHA512 
82c0ed9a788fb57c4109cdbe24822fdaeb59fdfd5d7ebe0c93a39e8e2a2745e911d6dc1b679ac46e263eb6041bbc0ab46b20f3850c12f8f63324cabe145ebdd6
 WHIRLPOOL 
53340f73fd9ae011e36f3c13668f56c6ef1603cc754aa1339ba17126d7259c78821e73b3eb7cc6595688bb1d061d424c9b00d78388d692d42dfabc2d6ec90854

diff --git a/dev-python/case/case-1.5.0.ebuild 
b/dev-python/case/case-1.5.2.ebuild
similarity index 100%
rename from dev-python/case/case-1.5.0.ebuild
rename to dev-python/case/case-1.5.2.ebuild



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

2017-01-19 Thread Zac Medico
commit: bc0d399d859517b26204e9daa58dd8c43f9b203a
Author: Zac Medico  gentoo  org>
AuthorDate: Fri Jan 20 03:00:57 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Fri Jan 20 03:01:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc0d399d

dev-python/case: version bump to 1.5.0

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-python/case/Manifest  |  1 +
 dev-python/case/case-1.5.0.ebuild | 21 +
 2 files changed, 22 insertions(+)

diff --git a/dev-python/case/Manifest b/dev-python/case/Manifest
index f57cf44..64661e9 100644
--- a/dev-python/case/Manifest
+++ b/dev-python/case/Manifest
@@ -1 +1,2 @@
 DIST case-1.2.3.tar.gz 55405 SHA256 
6e6a6b824ee2641657415305a343fa66d3cf9c29f25202ba749957b4f17f5051 SHA512 
7dcc2fc593e4c5382879b9f09aecc35c0937d1070d945688e641d08611ecc263531a9d87eef730685cab41ed32a0e770b06ff36060b212d288752442814700e0
 WHIRLPOOL 
c88f5e70cd2f377d3b0ff68110610d4a15ee76067b2bd5ea3243a667c9ff0baf2d6d235e555dd4c7a6da4e0c26aa81f3f9325672695f64603cdeedcf6b3079c1
+DIST case-1.5.0.tar.gz 58148 SHA256 
4543fe33e38b1b00eddc06163cb8c361af2a194dd03312219eb23b9c259213e5 SHA512 
0ae03ab175903bc55a81df9c1847587960bec64202be66702456b447c3114d8a9b49fa7bfa08cb032040bc2c1f17411642392abee617e4400fae0a9b67d38702
 WHIRLPOOL 
e07834dda326b6bd62484b6a1a86e133edf6c23d8a9a04a085845fd655755c50ff8779aec768f9412b160397714b3b3aa8565f4a17d9df8e99fee07786d4

diff --git a/dev-python/case/case-1.5.0.ebuild 
b/dev-python/case/case-1.5.0.ebuild
new file mode 100644
index ..0421d6e
--- /dev/null
+++ b/dev-python/case/case-1.5.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Python unittest Utilities"
+HOMEPAGE="https://pypi.python.org/pypi/${PN} https://github.com/celery/${PN};
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=""
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



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

2016-08-30 Thread Zac Medico
commit: 19e9dd218807a9ccc49ccd4a733d5cf705806993
Author: Zac Medico  gentoo  org>
AuthorDate: Tue Aug 30 16:22:59 2016 +
Commit: Zac Medico  gentoo  org>
CommitDate: Tue Aug 30 16:22:59 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19e9dd21

dev-python/case: PYTHON_COMPAT: add python3_5

Package-Manager: portage-2.3.0

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

diff --git a/dev-python/case/case-1.2.3.ebuild 
b/dev-python/case/case-1.2.3.ebuild
index 2cbcd62..bed0590 100644
--- a/dev-python/case/case-1.2.3.ebuild
+++ b/dev-python/case/case-1.2.3.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{3,4} pypy  pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 )
 
 inherit distutils-r1
 



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

2016-08-18 Thread Zac Medico
commit: 298cd2a3de67822aaaed643d1a6b9f23cddd98ac
Author: Zac Medico  gentoo  org>
AuthorDate: Thu Aug 18 21:04:36 2016 +
Commit: Zac Medico  gentoo  org>
CommitDate: Thu Aug 18 21:10:18 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=298cd2a3

dev-python/case: new package

Package-Manager: portage-2.3.0

 dev-python/case/Manifest  |  1 +
 dev-python/case/case-1.2.3.ebuild | 21 +
 dev-python/case/metadata.xml  | 11 +++
 3 files changed, 33 insertions(+)

diff --git a/dev-python/case/Manifest b/dev-python/case/Manifest
new file mode 100644
index 000..f57cf44
--- /dev/null
+++ b/dev-python/case/Manifest
@@ -0,0 +1 @@
+DIST case-1.2.3.tar.gz 55405 SHA256 
6e6a6b824ee2641657415305a343fa66d3cf9c29f25202ba749957b4f17f5051 SHA512 
7dcc2fc593e4c5382879b9f09aecc35c0937d1070d945688e641d08611ecc263531a9d87eef730685cab41ed32a0e770b06ff36060b212d288752442814700e0
 WHIRLPOOL 
c88f5e70cd2f377d3b0ff68110610d4a15ee76067b2bd5ea3243a667c9ff0baf2d6d235e555dd4c7a6da4e0c26aa81f3f9325672695f64603cdeedcf6b3079c1

diff --git a/dev-python/case/case-1.2.3.ebuild 
b/dev-python/case/case-1.2.3.ebuild
new file mode 100644
index 000..2cbcd62
--- /dev/null
+++ b/dev-python/case/case-1.2.3.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{3,4} pypy  pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Python unittest Utilities"
+HOMEPAGE="https://pypi.python.org/pypi/${PN} https://github.com/celery/${PN};
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=""
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"

diff --git a/dev-python/case/metadata.xml b/dev-python/case/metadata.xml
new file mode 100644
index 000..8b0594a
--- /dev/null
+++ b/dev-python/case/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   zmed...@gentoo.org
+   
+   
+   case
+   celery/case
+   
+