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

2022-02-28 Thread Agostino Sarubbo
commit: 11e43ccec107c4db6ea593ffeda6df0d3cd62f80
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Feb 28 10:13:34 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Feb 28 10:13:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11e43cce

dev-python/pytz_deprecation_shim: amd64/arm64/x86 stable (ALLARCHES policy) wrt 
bug #834217

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

 .../pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r2.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r2.ebuild 
b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r2.ebuild
index f8f8fc57155e..4067747deaa4 100644
--- a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r2.ebuild
+++ b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r2.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86"
 
 RDEPEND="
$(python_gen_cond_dep '



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

2022-02-28 Thread Michał Górny
commit: 2367fd52bfab1e1bb63ba86b9e0dafc5e98b313e
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb 28 21:54:12 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb 28 21:55:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2367fd52

dev-python/pytz_deprecation_shim: Remove old

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

 .../pytz_deprecation_shim-0.1.0_p0-r1.ebuild   | 43 --
 1 file changed, 43 deletions(-)

diff --git 
a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild 
b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
deleted file mode 100644
index 5590af47e64d..
--- a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 2021-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
-DISTUTILS_USE_SETUPTOOLS=pyproject.toml
-inherit distutils-r1
-
-MY_P=${P/_p/.post}
-
-DESCRIPTION="Shims to make deprecation of pytz easier"
-HOMEPAGE="https://pypi.org/project/pytz-deprecation-shim/ 
https://github.com/pganssle/pytz-deprecation-shim";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc x86"
-
-RDEPEND="
-   $(python_gen_cond_dep '
-   dev-python/backports-zoneinfo[${PYTHON_USEDEP}]
-   ' python3_8 pypy3)
-   sys-libs/timezone-data
-"
-BDEPEND="
-   test? (
-   dev-python/hypothesis[${PYTHON_USEDEP}]
-   dev-python/pytz[${PYTHON_USEDEP}]
-   dev-python/toml[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-distutils_enable_sphinx docs \
-   dev-python/sphinx_rtd_theme
-
-src_prepare() {
-   # apparently used only as a fallback
-   sed -i -e '/tzdata/d' setup.cfg || die
-   distutils-r1_src_prepare
-}



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

2022-05-14 Thread Michał Górny
commit: bd536957062246e8c1b57b141d6c0454acb8ef43
Author: Michał Górny  gentoo  org>
AuthorDate: Sun May 15 06:23:46 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun May 15 06:33:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd536957

dev-python/pytz_deprecation_shim: Enable py3.11

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

 .../pytz_deprecation_shim-0.1.0_p0-r2.ebuild| 13 -
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git 
a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r2.ebuild 
b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r2.ebuild
index 4067747deaa4..8d310bf3718f 100644
--- a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r2.ebuild
+++ b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r2.ebuild
@@ -4,15 +4,19 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
+
 inherit distutils-r1
 
 MY_P=${P/_p/.post}
 
 DESCRIPTION="Shims to make deprecation of pytz easier"
-HOMEPAGE="https://pypi.org/project/pytz-deprecation-shim/ 
https://github.com/pganssle/pytz-deprecation-shim";
+HOMEPAGE="
+   https://github.com/pganssle/pytz-deprecation-shim/
+   https://pypi.org/project/pytz-deprecation-shim/
+"
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
-S="${WORKDIR}/${MY_P}"
+S=${WORKDIR}/${MY_P}
 
 LICENSE="Apache-2.0"
 SLOT="0"
@@ -21,14 +25,13 @@ KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips 
~ppc ~ppc64 ~riscv ~s3
 RDEPEND="
$(python_gen_cond_dep '
dev-python/backports-zoneinfo[${PYTHON_USEDEP}]
-   ' python3_8 pypy3)
+   ' 3.8)
sys-libs/timezone-data
 "
 BDEPEND="
test? (
dev-python/hypothesis[${PYTHON_USEDEP}]
dev-python/pytz[${PYTHON_USEDEP}]
-   dev-python/toml[${PYTHON_USEDEP}]
)
 "
 



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

2022-01-16 Thread Arthur Zamarin
commit: 1c48af28c910767d69e3719d46e0526cf3aa
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Jan 16 18:29:43 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Jan 16 18:29:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c48af28

dev-python/pytz_deprecation_shim: Keyword 0.1.0_p0-r1 sparc, #831182

Signed-off-by: Arthur Zamarin  gentoo.org>

 .../pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild 
b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
index 79522701c7e5..812934673c87 100644
--- a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
+++ b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~ppc64 ~riscv ~s390 x86"
+KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~ppc64 ~riscv ~s390 ~sparc x86"
 
 RDEPEND="
$(python_gen_cond_dep '



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

2022-01-16 Thread Arthur Zamarin
commit: 2e3a2f585d3f5b3f814dd48f0b5b1d10c3c429d3
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Jan 16 18:29:58 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Jan 16 18:29:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e3a2f58

dev-python/pytz_deprecation_shim: Keyword 0.1.0_p0-r1 ppc, #831182

Signed-off-by: Arthur Zamarin  gentoo.org>

 .../pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild 
b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
index 812934673c87..2eaf520d9ebb 100644
--- a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
+++ b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~ppc64 ~riscv ~s390 ~sparc x86"
+KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
 
 RDEPEND="
$(python_gen_cond_dep '



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

2022-01-16 Thread Joshua Kinard
commit: d7483024f8adff0c2feb5d608a491ec220bd108c
Author: Joshua Kinard  gentoo  org>
AuthorDate: Mon Jan 17 06:52:21 2022 +
Commit: Joshua Kinard  gentoo  org>
CommitDate: Mon Jan 17 06:53:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7483024

dev-python/pytz_deprecation_shim: Added ~mips to KEYWORDS

Bug: https://bugs.gentoo.org/831182
Signed-off-by: Joshua Kinard  gentoo.org>
Package-Manager: Portage-3.0.30, Repoman-3.0.3

 .../pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild 
b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
index 2eaf520d9ebb..e99d7be9b76e 100644
--- a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
+++ b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
+KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc 
x86"
 
 RDEPEND="
$(python_gen_cond_dep '



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

2022-01-17 Thread James Le Cuirot
commit: 06e3c033a27d038bb91fc2d73aa6ca8e4cb986fd
Author: James Le Cuirot  gentoo  org>
AuthorDate: Mon Jan 17 13:01:50 2022 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Mon Jan 17 13:01:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06e3c033

dev-python/pytz_deprecation_shim: Keyword 0.1.0_p0-r1 for ~m68k

The tests pass.

Signed-off-by: James Le Cuirot  gentoo.org>

 .../pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild 
b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
index e99d7be9b76e..3b3c0e0a167f 100644
--- a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
+++ b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc 
x86"
+KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc x86"
 
 RDEPEND="
$(python_gen_cond_dep '



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

2022-01-18 Thread Michał Górny
commit: bf6d59b6c42bed4027b57d1c0f6e587b86f836d6
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jan 18 22:06:50 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jan 18 22:44:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf6d59b6

dev-python/pytz_deprecation_shim: Enable pypy3

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

 .../pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild 
b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
index 3b3c0e0a167f..5590af47e64d 100644
--- a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
+++ b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
 DISTUTILS_USE_SETUPTOOLS=pyproject.toml
 inherit distutils-r1
 



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

2022-01-18 Thread Michał Górny
commit: 94d899a43b97a350f86ebb7b4174f2b103dceb7a
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jan 18 22:38:11 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jan 18 22:44:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94d899a4

dev-python/pytz_deprecation_shim: Switch to PEP517 build

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

 .../pytz_deprecation_shim-0.1.0_p0-r2.ebuild   | 43 ++
 1 file changed, 43 insertions(+)

diff --git 
a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r2.ebuild 
b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r2.ebuild
new file mode 100644
index ..baf8e4432d10
--- /dev/null
+++ b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r2.ebuild
@@ -0,0 +1,43 @@
+# Copyright 2021-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=${P/_p/.post}
+
+DESCRIPTION="Shims to make deprecation of pytz easier"
+HOMEPAGE="https://pypi.org/project/pytz-deprecation-shim/ 
https://github.com/pganssle/pytz-deprecation-shim";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+
+RDEPEND="
+   $(python_gen_cond_dep '
+   dev-python/backports-zoneinfo[${PYTHON_USEDEP}]
+   ' python3_8 pypy3)
+   sys-libs/timezone-data
+"
+BDEPEND="
+   test? (
+   dev-python/hypothesis[${PYTHON_USEDEP}]
+   dev-python/pytz[${PYTHON_USEDEP}]
+   dev-python/toml[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+distutils_enable_sphinx docs \
+   dev-python/sphinx_rtd_theme
+
+src_prepare() {
+   # apparently used only as a fallback
+   sed -i -e '/tzdata/d' setup.cfg || die
+   distutils-r1_src_prepare
+}



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

2022-01-26 Thread Michał Górny
commit: b062c164985fb20734460a2def1fb29432f7267b
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jan 26 23:15:21 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jan 26 23:19:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b062c164

dev-python/pytz_deprecation_shim: Keyword 0.1.0_p0-r2 alpha, #831182

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

 .../pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r2.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r2.ebuild 
b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r2.ebuild
index baf8e4432d10..f8f8fc57155e 100644
--- a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r2.ebuild
+++ b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r2.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
 
 RDEPEND="
$(python_gen_cond_dep '



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

2021-11-12 Thread Marek Szuba
commit: 5d3e975f96cedf18e6115827433b3b10f05ad725
Author: Marek Szuba  gentoo  org>
AuthorDate: Fri Nov 12 08:35:47 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Fri Nov 12 08:35:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d3e975f

dev-python/pytz_deprecation_shim: keyword 0.1.0_p0-r1 for ~riscv

Signed-off-by: Marek Szuba  gentoo.org>

 .../pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild 
b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
index b20a66c1675..1fe58fad6a4 100644
--- a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
+++ b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
 
 RDEPEND="
$(python_gen_cond_dep '



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

2021-11-04 Thread Sam James
commit: c6b7019538d61fe329c7e5c053ff8091c269bc40
Author: Sam James  gentoo  org>
AuthorDate: Fri Nov  5 03:16:54 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Nov  5 03:16:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6b70195

dev-python/pytz_deprecation_shim: Keyword 0.1.0_p0-r1 arm, #818877

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

 .../pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild 
b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
index 351a6c18c9a..b20a66c1675 100644
--- a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
+++ b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 
 RDEPEND="
$(python_gen_cond_dep '



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

2021-10-18 Thread Arthur Zamarin
commit: a839770bccaadb7af70a4582d7163684b7288f41
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Oct 19 05:32:24 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Oct 19 05:42:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a839770b

dev-python/pytz_deprecation_shim: new package (rdep of dev-python/tzlocal)

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/pytz_deprecation_shim/Manifest  |  1 +
 dev-python/pytz_deprecation_shim/metadata.xml  | 13 
 .../pytz_deprecation_shim-0.1.0_p0.ebuild  | 37 ++
 3 files changed, 51 insertions(+)

diff --git a/dev-python/pytz_deprecation_shim/Manifest 
b/dev-python/pytz_deprecation_shim/Manifest
new file mode 100644
index 000..6d44d53e640
--- /dev/null
+++ b/dev-python/pytz_deprecation_shim/Manifest
@@ -0,0 +1 @@
+DIST pytz_deprecation_shim-0.1.0.post0.tar.gz 60190 BLAKE2B 
a6d186ca6fff17a3fb787ad6164fcf45fbac272e6123491a6822699cf54a115c9941f2b1ee3d227f531a0ab1d11846300dc24974611cc1671c77405606704754
 SHA512 
201eea777f4da9def1b060911da5eaa89652f6716d5608278fdc94a2f67af5ea23a8b667cb181e03d5edd7f0a07f4954047621668f4c2e7bb325dd07f454d0b6

diff --git a/dev-python/pytz_deprecation_shim/metadata.xml 
b/dev-python/pytz_deprecation_shim/metadata.xml
new file mode 100644
index 000..12126b02ffe
--- /dev/null
+++ b/dev-python/pytz_deprecation_shim/metadata.xml
@@ -0,0 +1,13 @@
+
+https://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   pyt...@gentoo.org
+   Python
+   
+   
+   
+   pytz-deprecation-shim
+   pganssle/pytz-deprecation-shim
+   
+

diff --git 
a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0.ebuild 
b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0.ebuild
new file mode 100644
index 000..28c95ccfeac
--- /dev/null
+++ b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+DISTUTILS_USE_SETUPTOOLS=pyproject.toml
+inherit distutils-r1
+
+MY_P=${P/_p/.post}
+
+DESCRIPTION="Shims to make deprecation of pytz easier"
+HOMEPAGE="https://pypi.org/project/pytz-deprecation-shim/ 
https://github.com/pganssle/pytz-deprecation-shim";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-python/pytzdata[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   dev-python/backports-zoneinfo[${PYTHON_USEDEP}]
+   ' python3_8 pypy3)
+"
+BDEPEND="
+   test? (
+   dev-python/hypothesis[${PYTHON_USEDEP}]
+   dev-python/pytz[${PYTHON_USEDEP}]
+   dev-python/toml[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+distutils_enable_sphinx docs \
+   dev-python/sphinx_rtd_theme



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

2021-10-23 Thread Sam James
commit: 378a7829efc9fb4e3060c80b141f60200e7e76c4
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct 24 01:09:46 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 24 01:09:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=378a7829

dev-python/pytz_deprecation_shim: Keyword 0.1.0_p0 arm64, #818877

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

 dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0.ebuild 
b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0.ebuild
index 28c95ccfeac..cf95034b0cf 100644
--- a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0.ebuild
+++ b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 
 RDEPEND="
dev-python/pytzdata[${PYTHON_USEDEP}]



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

2021-10-24 Thread Michał Górny
commit: 6c29c923224e2c1306c174fbb40a4559103786fb
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Oct 25 05:23:43 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Oct 25 05:24:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c29c923

dev-python/pytz_deprecation_shim: Strip stray dep on tzdata

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

 ...m-0.1.0_p0.ebuild => pytz_deprecation_shim-0.1.0_p0-r1.ebuild} | 8 +++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git 
a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0.ebuild 
b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
similarity index 85%
rename from 
dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0.ebuild
rename to 
dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
index cf95034b0cf..351a6c18c9a 100644
--- a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0.ebuild
+++ b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
@@ -19,10 +19,10 @@ SLOT="0"
 KEYWORDS="~amd64 ~arm64 ~x86"
 
 RDEPEND="
-   dev-python/pytzdata[${PYTHON_USEDEP}]
$(python_gen_cond_dep '
dev-python/backports-zoneinfo[${PYTHON_USEDEP}]
' python3_8 pypy3)
+   sys-libs/timezone-data
 "
 BDEPEND="
test? (
@@ -35,3 +35,9 @@ BDEPEND="
 distutils_enable_tests pytest
 distutils_enable_sphinx docs \
dev-python/sphinx_rtd_theme
+
+src_prepare() {
+   # apparently used only as a fallback
+   sed -i -e '/tzdata/d' setup.cfg || die
+   distutils-r1_src_prepare
+}



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

2021-11-16 Thread Arthur Zamarin
commit: 9d0d0cf5a43bc117057e57eee37104cf723205c5
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Nov 17 06:57:01 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Nov 17 06:57:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d0d0cf5

dev-python/pytz_deprecation_shim: Keyword 0.1.0_p0-r1 ppc64, #818877

Signed-off-by: Arthur Zamarin  gentoo.org>

 .../pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild 
b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
index 1fe58fad6a46..66c7543efa51 100644
--- a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
+++ b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
 
 RDEPEND="
$(python_gen_cond_dep '



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

2021-11-21 Thread Jakov Smolić
commit: 76055a207eb8f150d954ea7a4f780820cc0eac4d
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sun Nov 21 19:35:54 2021 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sun Nov 21 19:35:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76055a20

dev-python/pytz_deprecation_shim: Stabilize 0.1.0_p0-r1 amd64, #825698

Signed-off-by: Jakov Smolić  gentoo.org>

 .../pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild 
b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
index 66c7543efa51..2d1894775b41 100644
--- a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
+++ b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
 
 RDEPEND="
$(python_gen_cond_dep '



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

2021-11-21 Thread Agostino Sarubbo
commit: 4d1d58b7160fb677b3bf5c5525d6a1481d477fd4
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Nov 22 07:50:04 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Nov 22 07:50:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d1d58b7

dev-python/pytz_deprecation_shim: x86 stable wrt bug #825698

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

 .../pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild 
b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
index 2d1894775b41..f95e8dfc9956 100644
--- a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
+++ b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
 
 RDEPEND="
$(python_gen_cond_dep '



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

2021-11-22 Thread Sam James
commit: 69b82161baab93c6dcc98ab4b99bca1737d994e7
Author: Sam James  gentoo  org>
AuthorDate: Mon Nov 22 19:18:33 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Nov 22 19:18:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69b82161

dev-python/pytz_deprecation_shim: Stabilize 0.1.0_p0-r1 arm64, #825698

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

 .../pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild 
b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
index f95e8dfc9956..584e9e158982 100644
--- a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
+++ b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
 
 RDEPEND="
$(python_gen_cond_dep '



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

2022-01-16 Thread Arthur Zamarin
commit: 1c48af28c910767d69e3719d46e0526cf3aa
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Jan 16 18:29:43 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Jan 16 18:29:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c48af28

dev-python/pytz_deprecation_shim: Keyword 0.1.0_p0-r1 sparc, #831182

Signed-off-by: Arthur Zamarin  gentoo.org>

 .../pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild 
b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
index 79522701c7e5..812934673c87 100644
--- a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
+++ b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~ppc64 ~riscv ~s390 x86"
+KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~ppc64 ~riscv ~s390 ~sparc x86"
 
 RDEPEND="
$(python_gen_cond_dep '



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

2022-01-16 Thread Arthur Zamarin
commit: 2e3a2f585d3f5b3f814dd48f0b5b1d10c3c429d3
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Jan 16 18:29:58 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Jan 16 18:29:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e3a2f58

dev-python/pytz_deprecation_shim: Keyword 0.1.0_p0-r1 ppc, #831182

Signed-off-by: Arthur Zamarin  gentoo.org>

 .../pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild 
b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
index 812934673c87..2eaf520d9ebb 100644
--- a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
+++ b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~ppc64 ~riscv ~s390 ~sparc x86"
+KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
 
 RDEPEND="
$(python_gen_cond_dep '



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

2022-01-16 Thread Joshua Kinard
commit: d7483024f8adff0c2feb5d608a491ec220bd108c
Author: Joshua Kinard  gentoo  org>
AuthorDate: Mon Jan 17 06:52:21 2022 +
Commit: Joshua Kinard  gentoo  org>
CommitDate: Mon Jan 17 06:53:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7483024

dev-python/pytz_deprecation_shim: Added ~mips to KEYWORDS

Bug: https://bugs.gentoo.org/831182
Signed-off-by: Joshua Kinard  gentoo.org>
Package-Manager: Portage-3.0.30, Repoman-3.0.3

 .../pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild 
b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
index 2eaf520d9ebb..e99d7be9b76e 100644
--- a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
+++ b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
+KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc 
x86"
 
 RDEPEND="
$(python_gen_cond_dep '



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

2022-01-17 Thread James Le Cuirot
commit: 06e3c033a27d038bb91fc2d73aa6ca8e4cb986fd
Author: James Le Cuirot  gentoo  org>
AuthorDate: Mon Jan 17 13:01:50 2022 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Mon Jan 17 13:01:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06e3c033

dev-python/pytz_deprecation_shim: Keyword 0.1.0_p0-r1 for ~m68k

The tests pass.

Signed-off-by: James Le Cuirot  gentoo.org>

 .../pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild 
b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
index e99d7be9b76e..3b3c0e0a167f 100644
--- a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
+++ b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc 
x86"
+KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc x86"
 
 RDEPEND="
$(python_gen_cond_dep '



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

2022-01-18 Thread Michał Górny
commit: bf6d59b6c42bed4027b57d1c0f6e587b86f836d6
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jan 18 22:06:50 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jan 18 22:44:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf6d59b6

dev-python/pytz_deprecation_shim: Enable pypy3

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

 .../pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild 
b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
index 3b3c0e0a167f..5590af47e64d 100644
--- a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
+++ b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
 DISTUTILS_USE_SETUPTOOLS=pyproject.toml
 inherit distutils-r1
 



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

2022-01-18 Thread Michał Górny
commit: 94d899a43b97a350f86ebb7b4174f2b103dceb7a
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jan 18 22:38:11 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jan 18 22:44:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94d899a4

dev-python/pytz_deprecation_shim: Switch to PEP517 build

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

 .../pytz_deprecation_shim-0.1.0_p0-r2.ebuild   | 43 ++
 1 file changed, 43 insertions(+)

diff --git 
a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r2.ebuild 
b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r2.ebuild
new file mode 100644
index ..baf8e4432d10
--- /dev/null
+++ b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r2.ebuild
@@ -0,0 +1,43 @@
+# Copyright 2021-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=${P/_p/.post}
+
+DESCRIPTION="Shims to make deprecation of pytz easier"
+HOMEPAGE="https://pypi.org/project/pytz-deprecation-shim/ 
https://github.com/pganssle/pytz-deprecation-shim";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+
+RDEPEND="
+   $(python_gen_cond_dep '
+   dev-python/backports-zoneinfo[${PYTHON_USEDEP}]
+   ' python3_8 pypy3)
+   sys-libs/timezone-data
+"
+BDEPEND="
+   test? (
+   dev-python/hypothesis[${PYTHON_USEDEP}]
+   dev-python/pytz[${PYTHON_USEDEP}]
+   dev-python/toml[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+distutils_enable_sphinx docs \
+   dev-python/sphinx_rtd_theme
+
+src_prepare() {
+   # apparently used only as a fallback
+   sed -i -e '/tzdata/d' setup.cfg || die
+   distutils-r1_src_prepare
+}



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

2022-05-14 Thread Michał Górny
commit: bd536957062246e8c1b57b141d6c0454acb8ef43
Author: Michał Górny  gentoo  org>
AuthorDate: Sun May 15 06:23:46 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun May 15 06:33:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd536957

dev-python/pytz_deprecation_shim: Enable py3.11

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

 .../pytz_deprecation_shim-0.1.0_p0-r2.ebuild| 13 -
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git 
a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r2.ebuild 
b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r2.ebuild
index 4067747deaa4..8d310bf3718f 100644
--- a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r2.ebuild
+++ b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r2.ebuild
@@ -4,15 +4,19 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
+
 inherit distutils-r1
 
 MY_P=${P/_p/.post}
 
 DESCRIPTION="Shims to make deprecation of pytz easier"
-HOMEPAGE="https://pypi.org/project/pytz-deprecation-shim/ 
https://github.com/pganssle/pytz-deprecation-shim";
+HOMEPAGE="
+   https://github.com/pganssle/pytz-deprecation-shim/
+   https://pypi.org/project/pytz-deprecation-shim/
+"
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
-S="${WORKDIR}/${MY_P}"
+S=${WORKDIR}/${MY_P}
 
 LICENSE="Apache-2.0"
 SLOT="0"
@@ -21,14 +25,13 @@ KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips 
~ppc ~ppc64 ~riscv ~s3
 RDEPEND="
$(python_gen_cond_dep '
dev-python/backports-zoneinfo[${PYTHON_USEDEP}]
-   ' python3_8 pypy3)
+   ' 3.8)
sys-libs/timezone-data
 "
 BDEPEND="
test? (
dev-python/hypothesis[${PYTHON_USEDEP}]
dev-python/pytz[${PYTHON_USEDEP}]
-   dev-python/toml[${PYTHON_USEDEP}]
)
 "
 



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

2022-01-16 Thread Arthur Zamarin
commit: 1c48af28c910767d69e3719d46e0526cf3aa
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Jan 16 18:29:43 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Jan 16 18:29:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c48af28

dev-python/pytz_deprecation_shim: Keyword 0.1.0_p0-r1 sparc, #831182

Signed-off-by: Arthur Zamarin  gentoo.org>

 .../pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild 
b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
index 79522701c7e5..812934673c87 100644
--- a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
+++ b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~ppc64 ~riscv ~s390 x86"
+KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~ppc64 ~riscv ~s390 ~sparc x86"
 
 RDEPEND="
$(python_gen_cond_dep '



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

2022-01-16 Thread Arthur Zamarin
commit: 2e3a2f585d3f5b3f814dd48f0b5b1d10c3c429d3
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Jan 16 18:29:58 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Jan 16 18:29:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e3a2f58

dev-python/pytz_deprecation_shim: Keyword 0.1.0_p0-r1 ppc, #831182

Signed-off-by: Arthur Zamarin  gentoo.org>

 .../pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild 
b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
index 812934673c87..2eaf520d9ebb 100644
--- a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
+++ b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~ppc64 ~riscv ~s390 ~sparc x86"
+KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
 
 RDEPEND="
$(python_gen_cond_dep '



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

2022-01-16 Thread Joshua Kinard
commit: d7483024f8adff0c2feb5d608a491ec220bd108c
Author: Joshua Kinard  gentoo  org>
AuthorDate: Mon Jan 17 06:52:21 2022 +
Commit: Joshua Kinard  gentoo  org>
CommitDate: Mon Jan 17 06:53:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7483024

dev-python/pytz_deprecation_shim: Added ~mips to KEYWORDS

Bug: https://bugs.gentoo.org/831182
Signed-off-by: Joshua Kinard  gentoo.org>
Package-Manager: Portage-3.0.30, Repoman-3.0.3

 .../pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild 
b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
index 2eaf520d9ebb..e99d7be9b76e 100644
--- a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
+++ b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
+KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc 
x86"
 
 RDEPEND="
$(python_gen_cond_dep '



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

2022-01-17 Thread James Le Cuirot
commit: 06e3c033a27d038bb91fc2d73aa6ca8e4cb986fd
Author: James Le Cuirot  gentoo  org>
AuthorDate: Mon Jan 17 13:01:50 2022 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Mon Jan 17 13:01:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06e3c033

dev-python/pytz_deprecation_shim: Keyword 0.1.0_p0-r1 for ~m68k

The tests pass.

Signed-off-by: James Le Cuirot  gentoo.org>

 .../pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild 
b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
index e99d7be9b76e..3b3c0e0a167f 100644
--- a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
+++ b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc 
x86"
+KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc x86"
 
 RDEPEND="
$(python_gen_cond_dep '



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

2022-01-18 Thread Michał Górny
commit: bf6d59b6c42bed4027b57d1c0f6e587b86f836d6
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jan 18 22:06:50 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jan 18 22:44:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf6d59b6

dev-python/pytz_deprecation_shim: Enable pypy3

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

 .../pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild 
b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
index 3b3c0e0a167f..5590af47e64d 100644
--- a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
+++ b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
 DISTUTILS_USE_SETUPTOOLS=pyproject.toml
 inherit distutils-r1
 



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

2022-01-18 Thread Michał Górny
commit: 94d899a43b97a350f86ebb7b4174f2b103dceb7a
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jan 18 22:38:11 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jan 18 22:44:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94d899a4

dev-python/pytz_deprecation_shim: Switch to PEP517 build

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

 .../pytz_deprecation_shim-0.1.0_p0-r2.ebuild   | 43 ++
 1 file changed, 43 insertions(+)

diff --git 
a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r2.ebuild 
b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r2.ebuild
new file mode 100644
index ..baf8e4432d10
--- /dev/null
+++ b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r2.ebuild
@@ -0,0 +1,43 @@
+# Copyright 2021-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=${P/_p/.post}
+
+DESCRIPTION="Shims to make deprecation of pytz easier"
+HOMEPAGE="https://pypi.org/project/pytz-deprecation-shim/ 
https://github.com/pganssle/pytz-deprecation-shim";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+
+RDEPEND="
+   $(python_gen_cond_dep '
+   dev-python/backports-zoneinfo[${PYTHON_USEDEP}]
+   ' python3_8 pypy3)
+   sys-libs/timezone-data
+"
+BDEPEND="
+   test? (
+   dev-python/hypothesis[${PYTHON_USEDEP}]
+   dev-python/pytz[${PYTHON_USEDEP}]
+   dev-python/toml[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+distutils_enable_sphinx docs \
+   dev-python/sphinx_rtd_theme
+
+src_prepare() {
+   # apparently used only as a fallback
+   sed -i -e '/tzdata/d' setup.cfg || die
+   distutils-r1_src_prepare
+}



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

2021-11-12 Thread Marek Szuba
commit: 5d3e975f96cedf18e6115827433b3b10f05ad725
Author: Marek Szuba  gentoo  org>
AuthorDate: Fri Nov 12 08:35:47 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Fri Nov 12 08:35:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d3e975f

dev-python/pytz_deprecation_shim: keyword 0.1.0_p0-r1 for ~riscv

Signed-off-by: Marek Szuba  gentoo.org>

 .../pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild 
b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
index b20a66c1675..1fe58fad6a4 100644
--- a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
+++ b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
 
 RDEPEND="
$(python_gen_cond_dep '



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

2021-11-04 Thread Sam James
commit: c6b7019538d61fe329c7e5c053ff8091c269bc40
Author: Sam James  gentoo  org>
AuthorDate: Fri Nov  5 03:16:54 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Nov  5 03:16:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6b70195

dev-python/pytz_deprecation_shim: Keyword 0.1.0_p0-r1 arm, #818877

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

 .../pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild 
b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
index 351a6c18c9a..b20a66c1675 100644
--- a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
+++ b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 
 RDEPEND="
$(python_gen_cond_dep '



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

2021-11-16 Thread Arthur Zamarin
commit: 9d0d0cf5a43bc117057e57eee37104cf723205c5
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Nov 17 06:57:01 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Nov 17 06:57:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d0d0cf5

dev-python/pytz_deprecation_shim: Keyword 0.1.0_p0-r1 ppc64, #818877

Signed-off-by: Arthur Zamarin  gentoo.org>

 .../pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild 
b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
index 1fe58fad6a46..66c7543efa51 100644
--- a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
+++ b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
 
 RDEPEND="
$(python_gen_cond_dep '



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

2021-11-21 Thread Jakov Smolić
commit: 76055a207eb8f150d954ea7a4f780820cc0eac4d
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sun Nov 21 19:35:54 2021 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sun Nov 21 19:35:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76055a20

dev-python/pytz_deprecation_shim: Stabilize 0.1.0_p0-r1 amd64, #825698

Signed-off-by: Jakov Smolić  gentoo.org>

 .../pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild 
b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
index 66c7543efa51..2d1894775b41 100644
--- a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
+++ b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
 
 RDEPEND="
$(python_gen_cond_dep '



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

2021-11-21 Thread Agostino Sarubbo
commit: 4d1d58b7160fb677b3bf5c5525d6a1481d477fd4
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Nov 22 07:50:04 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Nov 22 07:50:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d1d58b7

dev-python/pytz_deprecation_shim: x86 stable wrt bug #825698

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

 .../pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild 
b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
index 2d1894775b41..f95e8dfc9956 100644
--- a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
+++ b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
 
 RDEPEND="
$(python_gen_cond_dep '



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

2021-11-22 Thread Sam James
commit: 69b82161baab93c6dcc98ab4b99bca1737d994e7
Author: Sam James  gentoo  org>
AuthorDate: Mon Nov 22 19:18:33 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Nov 22 19:18:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69b82161

dev-python/pytz_deprecation_shim: Stabilize 0.1.0_p0-r1 arm64, #825698

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

 .../pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild 
b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
index f95e8dfc9956..584e9e158982 100644
--- a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
+++ b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
 
 RDEPEND="
$(python_gen_cond_dep '



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

2022-01-26 Thread Michał Górny
commit: b062c164985fb20734460a2def1fb29432f7267b
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jan 26 23:15:21 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jan 26 23:19:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b062c164

dev-python/pytz_deprecation_shim: Keyword 0.1.0_p0-r2 alpha, #831182

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

 .../pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r2.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r2.ebuild 
b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r2.ebuild
index baf8e4432d10..f8f8fc57155e 100644
--- a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r2.ebuild
+++ b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r2.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
 
 RDEPEND="
$(python_gen_cond_dep '



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

2022-02-28 Thread Agostino Sarubbo
commit: 11e43ccec107c4db6ea593ffeda6df0d3cd62f80
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Feb 28 10:13:34 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Feb 28 10:13:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11e43cce

dev-python/pytz_deprecation_shim: amd64/arm64/x86 stable (ALLARCHES policy) wrt 
bug #834217

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

 .../pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r2.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r2.ebuild 
b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r2.ebuild
index f8f8fc57155e..4067747deaa4 100644
--- a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r2.ebuild
+++ b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r2.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86"
 
 RDEPEND="
$(python_gen_cond_dep '



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

2022-02-28 Thread Michał Górny
commit: 2367fd52bfab1e1bb63ba86b9e0dafc5e98b313e
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb 28 21:54:12 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb 28 21:55:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2367fd52

dev-python/pytz_deprecation_shim: Remove old

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

 .../pytz_deprecation_shim-0.1.0_p0-r1.ebuild   | 43 --
 1 file changed, 43 deletions(-)

diff --git 
a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild 
b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
deleted file mode 100644
index 5590af47e64d..
--- a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 2021-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
-DISTUTILS_USE_SETUPTOOLS=pyproject.toml
-inherit distutils-r1
-
-MY_P=${P/_p/.post}
-
-DESCRIPTION="Shims to make deprecation of pytz easier"
-HOMEPAGE="https://pypi.org/project/pytz-deprecation-shim/ 
https://github.com/pganssle/pytz-deprecation-shim";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc x86"
-
-RDEPEND="
-   $(python_gen_cond_dep '
-   dev-python/backports-zoneinfo[${PYTHON_USEDEP}]
-   ' python3_8 pypy3)
-   sys-libs/timezone-data
-"
-BDEPEND="
-   test? (
-   dev-python/hypothesis[${PYTHON_USEDEP}]
-   dev-python/pytz[${PYTHON_USEDEP}]
-   dev-python/toml[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-distutils_enable_sphinx docs \
-   dev-python/sphinx_rtd_theme
-
-src_prepare() {
-   # apparently used only as a fallback
-   sed -i -e '/tzdata/d' setup.cfg || die
-   distutils-r1_src_prepare
-}



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

2021-10-18 Thread Arthur Zamarin
commit: a839770bccaadb7af70a4582d7163684b7288f41
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Oct 19 05:32:24 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Oct 19 05:42:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a839770b

dev-python/pytz_deprecation_shim: new package (rdep of dev-python/tzlocal)

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/pytz_deprecation_shim/Manifest  |  1 +
 dev-python/pytz_deprecation_shim/metadata.xml  | 13 
 .../pytz_deprecation_shim-0.1.0_p0.ebuild  | 37 ++
 3 files changed, 51 insertions(+)

diff --git a/dev-python/pytz_deprecation_shim/Manifest 
b/dev-python/pytz_deprecation_shim/Manifest
new file mode 100644
index 000..6d44d53e640
--- /dev/null
+++ b/dev-python/pytz_deprecation_shim/Manifest
@@ -0,0 +1 @@
+DIST pytz_deprecation_shim-0.1.0.post0.tar.gz 60190 BLAKE2B 
a6d186ca6fff17a3fb787ad6164fcf45fbac272e6123491a6822699cf54a115c9941f2b1ee3d227f531a0ab1d11846300dc24974611cc1671c77405606704754
 SHA512 
201eea777f4da9def1b060911da5eaa89652f6716d5608278fdc94a2f67af5ea23a8b667cb181e03d5edd7f0a07f4954047621668f4c2e7bb325dd07f454d0b6

diff --git a/dev-python/pytz_deprecation_shim/metadata.xml 
b/dev-python/pytz_deprecation_shim/metadata.xml
new file mode 100644
index 000..12126b02ffe
--- /dev/null
+++ b/dev-python/pytz_deprecation_shim/metadata.xml
@@ -0,0 +1,13 @@
+
+https://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   pyt...@gentoo.org
+   Python
+   
+   
+   
+   pytz-deprecation-shim
+   pganssle/pytz-deprecation-shim
+   
+

diff --git 
a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0.ebuild 
b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0.ebuild
new file mode 100644
index 000..28c95ccfeac
--- /dev/null
+++ b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+DISTUTILS_USE_SETUPTOOLS=pyproject.toml
+inherit distutils-r1
+
+MY_P=${P/_p/.post}
+
+DESCRIPTION="Shims to make deprecation of pytz easier"
+HOMEPAGE="https://pypi.org/project/pytz-deprecation-shim/ 
https://github.com/pganssle/pytz-deprecation-shim";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-python/pytzdata[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   dev-python/backports-zoneinfo[${PYTHON_USEDEP}]
+   ' python3_8 pypy3)
+"
+BDEPEND="
+   test? (
+   dev-python/hypothesis[${PYTHON_USEDEP}]
+   dev-python/pytz[${PYTHON_USEDEP}]
+   dev-python/toml[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+distutils_enable_sphinx docs \
+   dev-python/sphinx_rtd_theme



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

2021-10-23 Thread Sam James
commit: 378a7829efc9fb4e3060c80b141f60200e7e76c4
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct 24 01:09:46 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 24 01:09:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=378a7829

dev-python/pytz_deprecation_shim: Keyword 0.1.0_p0 arm64, #818877

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

 dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0.ebuild 
b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0.ebuild
index 28c95ccfeac..cf95034b0cf 100644
--- a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0.ebuild
+++ b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 
 RDEPEND="
dev-python/pytzdata[${PYTHON_USEDEP}]



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

2021-10-24 Thread Michał Górny
commit: 6c29c923224e2c1306c174fbb40a4559103786fb
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Oct 25 05:23:43 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Oct 25 05:24:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c29c923

dev-python/pytz_deprecation_shim: Strip stray dep on tzdata

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

 ...m-0.1.0_p0.ebuild => pytz_deprecation_shim-0.1.0_p0-r1.ebuild} | 8 +++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git 
a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0.ebuild 
b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
similarity index 85%
rename from 
dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0.ebuild
rename to 
dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
index cf95034b0cf..351a6c18c9a 100644
--- a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0.ebuild
+++ b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
@@ -19,10 +19,10 @@ SLOT="0"
 KEYWORDS="~amd64 ~arm64 ~x86"
 
 RDEPEND="
-   dev-python/pytzdata[${PYTHON_USEDEP}]
$(python_gen_cond_dep '
dev-python/backports-zoneinfo[${PYTHON_USEDEP}]
' python3_8 pypy3)
+   sys-libs/timezone-data
 "
 BDEPEND="
test? (
@@ -35,3 +35,9 @@ BDEPEND="
 distutils_enable_tests pytest
 distutils_enable_sphinx docs \
dev-python/sphinx_rtd_theme
+
+src_prepare() {
+   # apparently used only as a fallback
+   sed -i -e '/tzdata/d' setup.cfg || die
+   distutils-r1_src_prepare
+}



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

2021-10-18 Thread Arthur Zamarin
commit: a839770bccaadb7af70a4582d7163684b7288f41
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Oct 19 05:32:24 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Oct 19 05:42:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a839770b

dev-python/pytz_deprecation_shim: new package (rdep of dev-python/tzlocal)

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/pytz_deprecation_shim/Manifest  |  1 +
 dev-python/pytz_deprecation_shim/metadata.xml  | 13 
 .../pytz_deprecation_shim-0.1.0_p0.ebuild  | 37 ++
 3 files changed, 51 insertions(+)

diff --git a/dev-python/pytz_deprecation_shim/Manifest 
b/dev-python/pytz_deprecation_shim/Manifest
new file mode 100644
index 000..6d44d53e640
--- /dev/null
+++ b/dev-python/pytz_deprecation_shim/Manifest
@@ -0,0 +1 @@
+DIST pytz_deprecation_shim-0.1.0.post0.tar.gz 60190 BLAKE2B 
a6d186ca6fff17a3fb787ad6164fcf45fbac272e6123491a6822699cf54a115c9941f2b1ee3d227f531a0ab1d11846300dc24974611cc1671c77405606704754
 SHA512 
201eea777f4da9def1b060911da5eaa89652f6716d5608278fdc94a2f67af5ea23a8b667cb181e03d5edd7f0a07f4954047621668f4c2e7bb325dd07f454d0b6

diff --git a/dev-python/pytz_deprecation_shim/metadata.xml 
b/dev-python/pytz_deprecation_shim/metadata.xml
new file mode 100644
index 000..12126b02ffe
--- /dev/null
+++ b/dev-python/pytz_deprecation_shim/metadata.xml
@@ -0,0 +1,13 @@
+
+https://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   pyt...@gentoo.org
+   Python
+   
+   
+   
+   pytz-deprecation-shim
+   pganssle/pytz-deprecation-shim
+   
+

diff --git 
a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0.ebuild 
b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0.ebuild
new file mode 100644
index 000..28c95ccfeac
--- /dev/null
+++ b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+DISTUTILS_USE_SETUPTOOLS=pyproject.toml
+inherit distutils-r1
+
+MY_P=${P/_p/.post}
+
+DESCRIPTION="Shims to make deprecation of pytz easier"
+HOMEPAGE="https://pypi.org/project/pytz-deprecation-shim/ 
https://github.com/pganssle/pytz-deprecation-shim";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-python/pytzdata[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   dev-python/backports-zoneinfo[${PYTHON_USEDEP}]
+   ' python3_8 pypy3)
+"
+BDEPEND="
+   test? (
+   dev-python/hypothesis[${PYTHON_USEDEP}]
+   dev-python/pytz[${PYTHON_USEDEP}]
+   dev-python/toml[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+distutils_enable_sphinx docs \
+   dev-python/sphinx_rtd_theme



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

2021-10-23 Thread Sam James
commit: 378a7829efc9fb4e3060c80b141f60200e7e76c4
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct 24 01:09:46 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 24 01:09:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=378a7829

dev-python/pytz_deprecation_shim: Keyword 0.1.0_p0 arm64, #818877

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

 dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0.ebuild 
b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0.ebuild
index 28c95ccfeac..cf95034b0cf 100644
--- a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0.ebuild
+++ b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 
 RDEPEND="
dev-python/pytzdata[${PYTHON_USEDEP}]



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

2021-10-24 Thread Michał Górny
commit: 6c29c923224e2c1306c174fbb40a4559103786fb
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Oct 25 05:23:43 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Oct 25 05:24:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c29c923

dev-python/pytz_deprecation_shim: Strip stray dep on tzdata

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

 ...m-0.1.0_p0.ebuild => pytz_deprecation_shim-0.1.0_p0-r1.ebuild} | 8 +++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git 
a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0.ebuild 
b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
similarity index 85%
rename from 
dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0.ebuild
rename to 
dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
index cf95034b0cf..351a6c18c9a 100644
--- a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0.ebuild
+++ b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
@@ -19,10 +19,10 @@ SLOT="0"
 KEYWORDS="~amd64 ~arm64 ~x86"
 
 RDEPEND="
-   dev-python/pytzdata[${PYTHON_USEDEP}]
$(python_gen_cond_dep '
dev-python/backports-zoneinfo[${PYTHON_USEDEP}]
' python3_8 pypy3)
+   sys-libs/timezone-data
 "
 BDEPEND="
test? (
@@ -35,3 +35,9 @@ BDEPEND="
 distutils_enable_tests pytest
 distutils_enable_sphinx docs \
dev-python/sphinx_rtd_theme
+
+src_prepare() {
+   # apparently used only as a fallback
+   sed -i -e '/tzdata/d' setup.cfg || die
+   distutils-r1_src_prepare
+}



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

2021-11-04 Thread Sam James
commit: c6b7019538d61fe329c7e5c053ff8091c269bc40
Author: Sam James  gentoo  org>
AuthorDate: Fri Nov  5 03:16:54 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Nov  5 03:16:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6b70195

dev-python/pytz_deprecation_shim: Keyword 0.1.0_p0-r1 arm, #818877

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

 .../pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild 
b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
index 351a6c18c9a..b20a66c1675 100644
--- a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
+++ b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 
 RDEPEND="
$(python_gen_cond_dep '



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

2021-11-12 Thread Marek Szuba
commit: 5d3e975f96cedf18e6115827433b3b10f05ad725
Author: Marek Szuba  gentoo  org>
AuthorDate: Fri Nov 12 08:35:47 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Fri Nov 12 08:35:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d3e975f

dev-python/pytz_deprecation_shim: keyword 0.1.0_p0-r1 for ~riscv

Signed-off-by: Marek Szuba  gentoo.org>

 .../pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild 
b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
index b20a66c1675..1fe58fad6a4 100644
--- a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
+++ b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
 
 RDEPEND="
$(python_gen_cond_dep '



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

2021-11-16 Thread Arthur Zamarin
commit: 9d0d0cf5a43bc117057e57eee37104cf723205c5
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Nov 17 06:57:01 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Nov 17 06:57:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d0d0cf5

dev-python/pytz_deprecation_shim: Keyword 0.1.0_p0-r1 ppc64, #818877

Signed-off-by: Arthur Zamarin  gentoo.org>

 .../pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild 
b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
index 1fe58fad6a46..66c7543efa51 100644
--- a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
+++ b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
 
 RDEPEND="
$(python_gen_cond_dep '



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

2021-11-21 Thread Jakov Smolić
commit: 76055a207eb8f150d954ea7a4f780820cc0eac4d
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sun Nov 21 19:35:54 2021 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sun Nov 21 19:35:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76055a20

dev-python/pytz_deprecation_shim: Stabilize 0.1.0_p0-r1 amd64, #825698

Signed-off-by: Jakov Smolić  gentoo.org>

 .../pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild 
b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
index 66c7543efa51..2d1894775b41 100644
--- a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
+++ b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
 
 RDEPEND="
$(python_gen_cond_dep '



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

2021-11-21 Thread Agostino Sarubbo
commit: 4d1d58b7160fb677b3bf5c5525d6a1481d477fd4
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Nov 22 07:50:04 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Nov 22 07:50:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d1d58b7

dev-python/pytz_deprecation_shim: x86 stable wrt bug #825698

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

 .../pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild 
b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
index 2d1894775b41..f95e8dfc9956 100644
--- a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
+++ b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
 
 RDEPEND="
$(python_gen_cond_dep '



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

2022-02-28 Thread Agostino Sarubbo
commit: 11e43ccec107c4db6ea593ffeda6df0d3cd62f80
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Feb 28 10:13:34 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Feb 28 10:13:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11e43cce

dev-python/pytz_deprecation_shim: amd64/arm64/x86 stable (ALLARCHES policy) wrt 
bug #834217

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

 .../pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r2.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r2.ebuild 
b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r2.ebuild
index f8f8fc57155e..4067747deaa4 100644
--- a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r2.ebuild
+++ b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r2.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86"
 
 RDEPEND="
$(python_gen_cond_dep '



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

2022-02-28 Thread Michał Górny
commit: 2367fd52bfab1e1bb63ba86b9e0dafc5e98b313e
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb 28 21:54:12 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb 28 21:55:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2367fd52

dev-python/pytz_deprecation_shim: Remove old

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

 .../pytz_deprecation_shim-0.1.0_p0-r1.ebuild   | 43 --
 1 file changed, 43 deletions(-)

diff --git 
a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild 
b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
deleted file mode 100644
index 5590af47e64d..
--- a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 2021-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
-DISTUTILS_USE_SETUPTOOLS=pyproject.toml
-inherit distutils-r1
-
-MY_P=${P/_p/.post}
-
-DESCRIPTION="Shims to make deprecation of pytz easier"
-HOMEPAGE="https://pypi.org/project/pytz-deprecation-shim/ 
https://github.com/pganssle/pytz-deprecation-shim";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc x86"
-
-RDEPEND="
-   $(python_gen_cond_dep '
-   dev-python/backports-zoneinfo[${PYTHON_USEDEP}]
-   ' python3_8 pypy3)
-   sys-libs/timezone-data
-"
-BDEPEND="
-   test? (
-   dev-python/hypothesis[${PYTHON_USEDEP}]
-   dev-python/pytz[${PYTHON_USEDEP}]
-   dev-python/toml[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-distutils_enable_sphinx docs \
-   dev-python/sphinx_rtd_theme
-
-src_prepare() {
-   # apparently used only as a fallback
-   sed -i -e '/tzdata/d' setup.cfg || die
-   distutils-r1_src_prepare
-}



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

2021-11-22 Thread Sam James
commit: 69b82161baab93c6dcc98ab4b99bca1737d994e7
Author: Sam James  gentoo  org>
AuthorDate: Mon Nov 22 19:18:33 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Nov 22 19:18:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69b82161

dev-python/pytz_deprecation_shim: Stabilize 0.1.0_p0-r1 arm64, #825698

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

 .../pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild 
b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
index f95e8dfc9956..584e9e158982 100644
--- a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
+++ b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
 
 RDEPEND="
$(python_gen_cond_dep '



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

2022-01-26 Thread Michał Górny
commit: b062c164985fb20734460a2def1fb29432f7267b
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jan 26 23:15:21 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jan 26 23:19:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b062c164

dev-python/pytz_deprecation_shim: Keyword 0.1.0_p0-r2 alpha, #831182

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

 .../pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r2.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r2.ebuild 
b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r2.ebuild
index baf8e4432d10..f8f8fc57155e 100644
--- a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r2.ebuild
+++ b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r2.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
 
 RDEPEND="
$(python_gen_cond_dep '



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

2022-05-14 Thread Michał Górny
commit: bd536957062246e8c1b57b141d6c0454acb8ef43
Author: Michał Górny  gentoo  org>
AuthorDate: Sun May 15 06:23:46 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun May 15 06:33:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd536957

dev-python/pytz_deprecation_shim: Enable py3.11

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

 .../pytz_deprecation_shim-0.1.0_p0-r2.ebuild| 13 -
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git 
a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r2.ebuild 
b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r2.ebuild
index 4067747deaa4..8d310bf3718f 100644
--- a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r2.ebuild
+++ b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r2.ebuild
@@ -4,15 +4,19 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
+
 inherit distutils-r1
 
 MY_P=${P/_p/.post}
 
 DESCRIPTION="Shims to make deprecation of pytz easier"
-HOMEPAGE="https://pypi.org/project/pytz-deprecation-shim/ 
https://github.com/pganssle/pytz-deprecation-shim";
+HOMEPAGE="
+   https://github.com/pganssle/pytz-deprecation-shim/
+   https://pypi.org/project/pytz-deprecation-shim/
+"
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
-S="${WORKDIR}/${MY_P}"
+S=${WORKDIR}/${MY_P}
 
 LICENSE="Apache-2.0"
 SLOT="0"
@@ -21,14 +25,13 @@ KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips 
~ppc ~ppc64 ~riscv ~s3
 RDEPEND="
$(python_gen_cond_dep '
dev-python/backports-zoneinfo[${PYTHON_USEDEP}]
-   ' python3_8 pypy3)
+   ' 3.8)
sys-libs/timezone-data
 "
 BDEPEND="
test? (
dev-python/hypothesis[${PYTHON_USEDEP}]
dev-python/pytz[${PYTHON_USEDEP}]
-   dev-python/toml[${PYTHON_USEDEP}]
)
 "
 



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

2022-01-16 Thread Arthur Zamarin
commit: 1c48af28c910767d69e3719d46e0526cf3aa
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Jan 16 18:29:43 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Jan 16 18:29:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c48af28

dev-python/pytz_deprecation_shim: Keyword 0.1.0_p0-r1 sparc, #831182

Signed-off-by: Arthur Zamarin  gentoo.org>

 .../pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild 
b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
index 79522701c7e5..812934673c87 100644
--- a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
+++ b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~ppc64 ~riscv ~s390 x86"
+KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~ppc64 ~riscv ~s390 ~sparc x86"
 
 RDEPEND="
$(python_gen_cond_dep '



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

2022-01-16 Thread Arthur Zamarin
commit: 2e3a2f585d3f5b3f814dd48f0b5b1d10c3c429d3
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Jan 16 18:29:58 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Jan 16 18:29:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e3a2f58

dev-python/pytz_deprecation_shim: Keyword 0.1.0_p0-r1 ppc, #831182

Signed-off-by: Arthur Zamarin  gentoo.org>

 .../pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild 
b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
index 812934673c87..2eaf520d9ebb 100644
--- a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
+++ b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~ppc64 ~riscv ~s390 ~sparc x86"
+KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
 
 RDEPEND="
$(python_gen_cond_dep '



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

2022-01-16 Thread Joshua Kinard
commit: d7483024f8adff0c2feb5d608a491ec220bd108c
Author: Joshua Kinard  gentoo  org>
AuthorDate: Mon Jan 17 06:52:21 2022 +
Commit: Joshua Kinard  gentoo  org>
CommitDate: Mon Jan 17 06:53:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7483024

dev-python/pytz_deprecation_shim: Added ~mips to KEYWORDS

Bug: https://bugs.gentoo.org/831182
Signed-off-by: Joshua Kinard  gentoo.org>
Package-Manager: Portage-3.0.30, Repoman-3.0.3

 .../pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild 
b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
index 2eaf520d9ebb..e99d7be9b76e 100644
--- a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
+++ b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
+KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc 
x86"
 
 RDEPEND="
$(python_gen_cond_dep '



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

2022-01-17 Thread James Le Cuirot
commit: 06e3c033a27d038bb91fc2d73aa6ca8e4cb986fd
Author: James Le Cuirot  gentoo  org>
AuthorDate: Mon Jan 17 13:01:50 2022 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Mon Jan 17 13:01:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06e3c033

dev-python/pytz_deprecation_shim: Keyword 0.1.0_p0-r1 for ~m68k

The tests pass.

Signed-off-by: James Le Cuirot  gentoo.org>

 .../pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild 
b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
index e99d7be9b76e..3b3c0e0a167f 100644
--- a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
+++ b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc 
x86"
+KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc x86"
 
 RDEPEND="
$(python_gen_cond_dep '



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

2022-01-18 Thread Michał Górny
commit: bf6d59b6c42bed4027b57d1c0f6e587b86f836d6
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jan 18 22:06:50 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jan 18 22:44:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf6d59b6

dev-python/pytz_deprecation_shim: Enable pypy3

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

 .../pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild 
b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
index 3b3c0e0a167f..5590af47e64d 100644
--- a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
+++ b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
 DISTUTILS_USE_SETUPTOOLS=pyproject.toml
 inherit distutils-r1
 



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

2022-01-18 Thread Michał Górny
commit: 94d899a43b97a350f86ebb7b4174f2b103dceb7a
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jan 18 22:38:11 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jan 18 22:44:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94d899a4

dev-python/pytz_deprecation_shim: Switch to PEP517 build

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

 .../pytz_deprecation_shim-0.1.0_p0-r2.ebuild   | 43 ++
 1 file changed, 43 insertions(+)

diff --git 
a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r2.ebuild 
b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r2.ebuild
new file mode 100644
index ..baf8e4432d10
--- /dev/null
+++ b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r2.ebuild
@@ -0,0 +1,43 @@
+# Copyright 2021-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=${P/_p/.post}
+
+DESCRIPTION="Shims to make deprecation of pytz easier"
+HOMEPAGE="https://pypi.org/project/pytz-deprecation-shim/ 
https://github.com/pganssle/pytz-deprecation-shim";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+
+RDEPEND="
+   $(python_gen_cond_dep '
+   dev-python/backports-zoneinfo[${PYTHON_USEDEP}]
+   ' python3_8 pypy3)
+   sys-libs/timezone-data
+"
+BDEPEND="
+   test? (
+   dev-python/hypothesis[${PYTHON_USEDEP}]
+   dev-python/pytz[${PYTHON_USEDEP}]
+   dev-python/toml[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+distutils_enable_sphinx docs \
+   dev-python/sphinx_rtd_theme
+
+src_prepare() {
+   # apparently used only as a fallback
+   sed -i -e '/tzdata/d' setup.cfg || die
+   distutils-r1_src_prepare
+}



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

2022-01-26 Thread Michał Górny
commit: b062c164985fb20734460a2def1fb29432f7267b
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jan 26 23:15:21 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jan 26 23:19:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b062c164

dev-python/pytz_deprecation_shim: Keyword 0.1.0_p0-r2 alpha, #831182

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

 .../pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r2.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r2.ebuild 
b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r2.ebuild
index baf8e4432d10..f8f8fc57155e 100644
--- a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r2.ebuild
+++ b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r2.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
 
 RDEPEND="
$(python_gen_cond_dep '



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

2022-02-28 Thread Agostino Sarubbo
commit: 11e43ccec107c4db6ea593ffeda6df0d3cd62f80
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Feb 28 10:13:34 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Feb 28 10:13:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11e43cce

dev-python/pytz_deprecation_shim: amd64/arm64/x86 stable (ALLARCHES policy) wrt 
bug #834217

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

 .../pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r2.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r2.ebuild 
b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r2.ebuild
index f8f8fc57155e..4067747deaa4 100644
--- a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r2.ebuild
+++ b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r2.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86"
 
 RDEPEND="
$(python_gen_cond_dep '



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

2022-02-28 Thread Michał Górny
commit: 2367fd52bfab1e1bb63ba86b9e0dafc5e98b313e
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb 28 21:54:12 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb 28 21:55:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2367fd52

dev-python/pytz_deprecation_shim: Remove old

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

 .../pytz_deprecation_shim-0.1.0_p0-r1.ebuild   | 43 --
 1 file changed, 43 deletions(-)

diff --git 
a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild 
b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
deleted file mode 100644
index 5590af47e64d..
--- a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 2021-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
-DISTUTILS_USE_SETUPTOOLS=pyproject.toml
-inherit distutils-r1
-
-MY_P=${P/_p/.post}
-
-DESCRIPTION="Shims to make deprecation of pytz easier"
-HOMEPAGE="https://pypi.org/project/pytz-deprecation-shim/ 
https://github.com/pganssle/pytz-deprecation-shim";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc x86"
-
-RDEPEND="
-   $(python_gen_cond_dep '
-   dev-python/backports-zoneinfo[${PYTHON_USEDEP}]
-   ' python3_8 pypy3)
-   sys-libs/timezone-data
-"
-BDEPEND="
-   test? (
-   dev-python/hypothesis[${PYTHON_USEDEP}]
-   dev-python/pytz[${PYTHON_USEDEP}]
-   dev-python/toml[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-distutils_enable_sphinx docs \
-   dev-python/sphinx_rtd_theme
-
-src_prepare() {
-   # apparently used only as a fallback
-   sed -i -e '/tzdata/d' setup.cfg || die
-   distutils-r1_src_prepare
-}



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

2021-11-12 Thread Marek Szuba
commit: 5d3e975f96cedf18e6115827433b3b10f05ad725
Author: Marek Szuba  gentoo  org>
AuthorDate: Fri Nov 12 08:35:47 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Fri Nov 12 08:35:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d3e975f

dev-python/pytz_deprecation_shim: keyword 0.1.0_p0-r1 for ~riscv

Signed-off-by: Marek Szuba  gentoo.org>

 .../pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild 
b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
index b20a66c1675..1fe58fad6a4 100644
--- a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
+++ b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
 
 RDEPEND="
$(python_gen_cond_dep '



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

2021-11-04 Thread Sam James
commit: c6b7019538d61fe329c7e5c053ff8091c269bc40
Author: Sam James  gentoo  org>
AuthorDate: Fri Nov  5 03:16:54 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Nov  5 03:16:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6b70195

dev-python/pytz_deprecation_shim: Keyword 0.1.0_p0-r1 arm, #818877

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

 .../pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild 
b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
index 351a6c18c9a..b20a66c1675 100644
--- a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
+++ b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 
 RDEPEND="
$(python_gen_cond_dep '



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

2021-10-18 Thread Arthur Zamarin
commit: a839770bccaadb7af70a4582d7163684b7288f41
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Oct 19 05:32:24 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Oct 19 05:42:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a839770b

dev-python/pytz_deprecation_shim: new package (rdep of dev-python/tzlocal)

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/pytz_deprecation_shim/Manifest  |  1 +
 dev-python/pytz_deprecation_shim/metadata.xml  | 13 
 .../pytz_deprecation_shim-0.1.0_p0.ebuild  | 37 ++
 3 files changed, 51 insertions(+)

diff --git a/dev-python/pytz_deprecation_shim/Manifest 
b/dev-python/pytz_deprecation_shim/Manifest
new file mode 100644
index 000..6d44d53e640
--- /dev/null
+++ b/dev-python/pytz_deprecation_shim/Manifest
@@ -0,0 +1 @@
+DIST pytz_deprecation_shim-0.1.0.post0.tar.gz 60190 BLAKE2B 
a6d186ca6fff17a3fb787ad6164fcf45fbac272e6123491a6822699cf54a115c9941f2b1ee3d227f531a0ab1d11846300dc24974611cc1671c77405606704754
 SHA512 
201eea777f4da9def1b060911da5eaa89652f6716d5608278fdc94a2f67af5ea23a8b667cb181e03d5edd7f0a07f4954047621668f4c2e7bb325dd07f454d0b6

diff --git a/dev-python/pytz_deprecation_shim/metadata.xml 
b/dev-python/pytz_deprecation_shim/metadata.xml
new file mode 100644
index 000..12126b02ffe
--- /dev/null
+++ b/dev-python/pytz_deprecation_shim/metadata.xml
@@ -0,0 +1,13 @@
+
+https://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   pyt...@gentoo.org
+   Python
+   
+   
+   
+   pytz-deprecation-shim
+   pganssle/pytz-deprecation-shim
+   
+

diff --git 
a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0.ebuild 
b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0.ebuild
new file mode 100644
index 000..28c95ccfeac
--- /dev/null
+++ b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+DISTUTILS_USE_SETUPTOOLS=pyproject.toml
+inherit distutils-r1
+
+MY_P=${P/_p/.post}
+
+DESCRIPTION="Shims to make deprecation of pytz easier"
+HOMEPAGE="https://pypi.org/project/pytz-deprecation-shim/ 
https://github.com/pganssle/pytz-deprecation-shim";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-python/pytzdata[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   dev-python/backports-zoneinfo[${PYTHON_USEDEP}]
+   ' python3_8 pypy3)
+"
+BDEPEND="
+   test? (
+   dev-python/hypothesis[${PYTHON_USEDEP}]
+   dev-python/pytz[${PYTHON_USEDEP}]
+   dev-python/toml[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+distutils_enable_sphinx docs \
+   dev-python/sphinx_rtd_theme



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

2021-10-23 Thread Sam James
commit: 378a7829efc9fb4e3060c80b141f60200e7e76c4
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct 24 01:09:46 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 24 01:09:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=378a7829

dev-python/pytz_deprecation_shim: Keyword 0.1.0_p0 arm64, #818877

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

 dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0.ebuild 
b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0.ebuild
index 28c95ccfeac..cf95034b0cf 100644
--- a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0.ebuild
+++ b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 
 RDEPEND="
dev-python/pytzdata[${PYTHON_USEDEP}]



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

2021-10-24 Thread Michał Górny
commit: 6c29c923224e2c1306c174fbb40a4559103786fb
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Oct 25 05:23:43 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Oct 25 05:24:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c29c923

dev-python/pytz_deprecation_shim: Strip stray dep on tzdata

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

 ...m-0.1.0_p0.ebuild => pytz_deprecation_shim-0.1.0_p0-r1.ebuild} | 8 +++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git 
a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0.ebuild 
b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
similarity index 85%
rename from 
dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0.ebuild
rename to 
dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
index cf95034b0cf..351a6c18c9a 100644
--- a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0.ebuild
+++ b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
@@ -19,10 +19,10 @@ SLOT="0"
 KEYWORDS="~amd64 ~arm64 ~x86"
 
 RDEPEND="
-   dev-python/pytzdata[${PYTHON_USEDEP}]
$(python_gen_cond_dep '
dev-python/backports-zoneinfo[${PYTHON_USEDEP}]
' python3_8 pypy3)
+   sys-libs/timezone-data
 "
 BDEPEND="
test? (
@@ -35,3 +35,9 @@ BDEPEND="
 distutils_enable_tests pytest
 distutils_enable_sphinx docs \
dev-python/sphinx_rtd_theme
+
+src_prepare() {
+   # apparently used only as a fallback
+   sed -i -e '/tzdata/d' setup.cfg || die
+   distutils-r1_src_prepare
+}



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

2021-11-16 Thread Arthur Zamarin
commit: 9d0d0cf5a43bc117057e57eee37104cf723205c5
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Nov 17 06:57:01 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Nov 17 06:57:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d0d0cf5

dev-python/pytz_deprecation_shim: Keyword 0.1.0_p0-r1 ppc64, #818877

Signed-off-by: Arthur Zamarin  gentoo.org>

 .../pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild 
b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
index 1fe58fad6a46..66c7543efa51 100644
--- a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
+++ b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
 
 RDEPEND="
$(python_gen_cond_dep '



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

2021-11-21 Thread Jakov Smolić
commit: 76055a207eb8f150d954ea7a4f780820cc0eac4d
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sun Nov 21 19:35:54 2021 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sun Nov 21 19:35:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76055a20

dev-python/pytz_deprecation_shim: Stabilize 0.1.0_p0-r1 amd64, #825698

Signed-off-by: Jakov Smolić  gentoo.org>

 .../pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild 
b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
index 66c7543efa51..2d1894775b41 100644
--- a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
+++ b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
 
 RDEPEND="
$(python_gen_cond_dep '



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

2021-11-21 Thread Agostino Sarubbo
commit: 4d1d58b7160fb677b3bf5c5525d6a1481d477fd4
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Nov 22 07:50:04 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Nov 22 07:50:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d1d58b7

dev-python/pytz_deprecation_shim: x86 stable wrt bug #825698

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

 .../pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild 
b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
index 2d1894775b41..f95e8dfc9956 100644
--- a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
+++ b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
 
 RDEPEND="
$(python_gen_cond_dep '



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

2021-11-22 Thread Sam James
commit: 69b82161baab93c6dcc98ab4b99bca1737d994e7
Author: Sam James  gentoo  org>
AuthorDate: Mon Nov 22 19:18:33 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Nov 22 19:18:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69b82161

dev-python/pytz_deprecation_shim: Stabilize 0.1.0_p0-r1 arm64, #825698

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

 .../pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild 
b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
index f95e8dfc9956..584e9e158982 100644
--- a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
+++ b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
 
 RDEPEND="
$(python_gen_cond_dep '



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

2022-05-14 Thread Michał Górny
commit: bd536957062246e8c1b57b141d6c0454acb8ef43
Author: Michał Górny  gentoo  org>
AuthorDate: Sun May 15 06:23:46 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun May 15 06:33:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd536957

dev-python/pytz_deprecation_shim: Enable py3.11

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

 .../pytz_deprecation_shim-0.1.0_p0-r2.ebuild| 13 -
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git 
a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r2.ebuild 
b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r2.ebuild
index 4067747deaa4..8d310bf3718f 100644
--- a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r2.ebuild
+++ b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r2.ebuild
@@ -4,15 +4,19 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
+
 inherit distutils-r1
 
 MY_P=${P/_p/.post}
 
 DESCRIPTION="Shims to make deprecation of pytz easier"
-HOMEPAGE="https://pypi.org/project/pytz-deprecation-shim/ 
https://github.com/pganssle/pytz-deprecation-shim";
+HOMEPAGE="
+   https://github.com/pganssle/pytz-deprecation-shim/
+   https://pypi.org/project/pytz-deprecation-shim/
+"
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
-S="${WORKDIR}/${MY_P}"
+S=${WORKDIR}/${MY_P}
 
 LICENSE="Apache-2.0"
 SLOT="0"
@@ -21,14 +25,13 @@ KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips 
~ppc ~ppc64 ~riscv ~s3
 RDEPEND="
$(python_gen_cond_dep '
dev-python/backports-zoneinfo[${PYTHON_USEDEP}]
-   ' python3_8 pypy3)
+   ' 3.8)
sys-libs/timezone-data
 "
 BDEPEND="
test? (
dev-python/hypothesis[${PYTHON_USEDEP}]
dev-python/pytz[${PYTHON_USEDEP}]
-   dev-python/toml[${PYTHON_USEDEP}]
)
 "
 



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

2022-01-16 Thread Arthur Zamarin
commit: 1c48af28c910767d69e3719d46e0526cf3aa
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Jan 16 18:29:43 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Jan 16 18:29:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c48af28

dev-python/pytz_deprecation_shim: Keyword 0.1.0_p0-r1 sparc, #831182

Signed-off-by: Arthur Zamarin  gentoo.org>

 .../pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild 
b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
index 79522701c7e5..812934673c87 100644
--- a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
+++ b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~ppc64 ~riscv ~s390 x86"
+KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~ppc64 ~riscv ~s390 ~sparc x86"
 
 RDEPEND="
$(python_gen_cond_dep '



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

2022-01-16 Thread Arthur Zamarin
commit: 2e3a2f585d3f5b3f814dd48f0b5b1d10c3c429d3
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Jan 16 18:29:58 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Jan 16 18:29:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e3a2f58

dev-python/pytz_deprecation_shim: Keyword 0.1.0_p0-r1 ppc, #831182

Signed-off-by: Arthur Zamarin  gentoo.org>

 .../pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild 
b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
index 812934673c87..2eaf520d9ebb 100644
--- a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
+++ b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~ppc64 ~riscv ~s390 ~sparc x86"
+KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
 
 RDEPEND="
$(python_gen_cond_dep '



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

2022-01-16 Thread Joshua Kinard
commit: d7483024f8adff0c2feb5d608a491ec220bd108c
Author: Joshua Kinard  gentoo  org>
AuthorDate: Mon Jan 17 06:52:21 2022 +
Commit: Joshua Kinard  gentoo  org>
CommitDate: Mon Jan 17 06:53:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7483024

dev-python/pytz_deprecation_shim: Added ~mips to KEYWORDS

Bug: https://bugs.gentoo.org/831182
Signed-off-by: Joshua Kinard  gentoo.org>
Package-Manager: Portage-3.0.30, Repoman-3.0.3

 .../pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild 
b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
index 2eaf520d9ebb..e99d7be9b76e 100644
--- a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
+++ b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
+KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc 
x86"
 
 RDEPEND="
$(python_gen_cond_dep '



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

2022-01-17 Thread James Le Cuirot
commit: 06e3c033a27d038bb91fc2d73aa6ca8e4cb986fd
Author: James Le Cuirot  gentoo  org>
AuthorDate: Mon Jan 17 13:01:50 2022 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Mon Jan 17 13:01:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06e3c033

dev-python/pytz_deprecation_shim: Keyword 0.1.0_p0-r1 for ~m68k

The tests pass.

Signed-off-by: James Le Cuirot  gentoo.org>

 .../pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild 
b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
index e99d7be9b76e..3b3c0e0a167f 100644
--- a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
+++ b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc 
x86"
+KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc x86"
 
 RDEPEND="
$(python_gen_cond_dep '



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

2022-01-18 Thread Michał Górny
commit: bf6d59b6c42bed4027b57d1c0f6e587b86f836d6
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jan 18 22:06:50 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jan 18 22:44:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf6d59b6

dev-python/pytz_deprecation_shim: Enable pypy3

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

 .../pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild 
b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
index 3b3c0e0a167f..5590af47e64d 100644
--- a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
+++ b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
 DISTUTILS_USE_SETUPTOOLS=pyproject.toml
 inherit distutils-r1
 



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

2022-01-18 Thread Michał Górny
commit: 94d899a43b97a350f86ebb7b4174f2b103dceb7a
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jan 18 22:38:11 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jan 18 22:44:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94d899a4

dev-python/pytz_deprecation_shim: Switch to PEP517 build

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

 .../pytz_deprecation_shim-0.1.0_p0-r2.ebuild   | 43 ++
 1 file changed, 43 insertions(+)

diff --git 
a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r2.ebuild 
b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r2.ebuild
new file mode 100644
index ..baf8e4432d10
--- /dev/null
+++ b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r2.ebuild
@@ -0,0 +1,43 @@
+# Copyright 2021-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=${P/_p/.post}
+
+DESCRIPTION="Shims to make deprecation of pytz easier"
+HOMEPAGE="https://pypi.org/project/pytz-deprecation-shim/ 
https://github.com/pganssle/pytz-deprecation-shim";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+
+RDEPEND="
+   $(python_gen_cond_dep '
+   dev-python/backports-zoneinfo[${PYTHON_USEDEP}]
+   ' python3_8 pypy3)
+   sys-libs/timezone-data
+"
+BDEPEND="
+   test? (
+   dev-python/hypothesis[${PYTHON_USEDEP}]
+   dev-python/pytz[${PYTHON_USEDEP}]
+   dev-python/toml[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+distutils_enable_sphinx docs \
+   dev-python/sphinx_rtd_theme
+
+src_prepare() {
+   # apparently used only as a fallback
+   sed -i -e '/tzdata/d' setup.cfg || die
+   distutils-r1_src_prepare
+}



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

2022-01-26 Thread Michał Górny
commit: b062c164985fb20734460a2def1fb29432f7267b
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jan 26 23:15:21 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jan 26 23:19:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b062c164

dev-python/pytz_deprecation_shim: Keyword 0.1.0_p0-r2 alpha, #831182

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

 .../pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r2.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r2.ebuild 
b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r2.ebuild
index baf8e4432d10..f8f8fc57155e 100644
--- a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r2.ebuild
+++ b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r2.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
 
 RDEPEND="
$(python_gen_cond_dep '



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

2022-02-28 Thread Agostino Sarubbo
commit: 11e43ccec107c4db6ea593ffeda6df0d3cd62f80
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Feb 28 10:13:34 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Feb 28 10:13:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11e43cce

dev-python/pytz_deprecation_shim: amd64/arm64/x86 stable (ALLARCHES policy) wrt 
bug #834217

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

 .../pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r2.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r2.ebuild 
b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r2.ebuild
index f8f8fc57155e..4067747deaa4 100644
--- a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r2.ebuild
+++ b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r2.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86"
 
 RDEPEND="
$(python_gen_cond_dep '



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

2022-02-28 Thread Michał Górny
commit: 2367fd52bfab1e1bb63ba86b9e0dafc5e98b313e
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb 28 21:54:12 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb 28 21:55:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2367fd52

dev-python/pytz_deprecation_shim: Remove old

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

 .../pytz_deprecation_shim-0.1.0_p0-r1.ebuild   | 43 --
 1 file changed, 43 deletions(-)

diff --git 
a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild 
b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
deleted file mode 100644
index 5590af47e64d..
--- a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 2021-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
-DISTUTILS_USE_SETUPTOOLS=pyproject.toml
-inherit distutils-r1
-
-MY_P=${P/_p/.post}
-
-DESCRIPTION="Shims to make deprecation of pytz easier"
-HOMEPAGE="https://pypi.org/project/pytz-deprecation-shim/ 
https://github.com/pganssle/pytz-deprecation-shim";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc x86"
-
-RDEPEND="
-   $(python_gen_cond_dep '
-   dev-python/backports-zoneinfo[${PYTHON_USEDEP}]
-   ' python3_8 pypy3)
-   sys-libs/timezone-data
-"
-BDEPEND="
-   test? (
-   dev-python/hypothesis[${PYTHON_USEDEP}]
-   dev-python/pytz[${PYTHON_USEDEP}]
-   dev-python/toml[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-distutils_enable_sphinx docs \
-   dev-python/sphinx_rtd_theme
-
-src_prepare() {
-   # apparently used only as a fallback
-   sed -i -e '/tzdata/d' setup.cfg || die
-   distutils-r1_src_prepare
-}



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

2022-01-16 Thread Arthur Zamarin
commit: 1c48af28c910767d69e3719d46e0526cf3aa
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Jan 16 18:29:43 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Jan 16 18:29:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c48af28

dev-python/pytz_deprecation_shim: Keyword 0.1.0_p0-r1 sparc, #831182

Signed-off-by: Arthur Zamarin  gentoo.org>

 .../pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild 
b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
index 79522701c7e5..812934673c87 100644
--- a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
+++ b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~ppc64 ~riscv ~s390 x86"
+KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~ppc64 ~riscv ~s390 ~sparc x86"
 
 RDEPEND="
$(python_gen_cond_dep '



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

2022-01-16 Thread Arthur Zamarin
commit: 2e3a2f585d3f5b3f814dd48f0b5b1d10c3c429d3
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Jan 16 18:29:58 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Jan 16 18:29:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e3a2f58

dev-python/pytz_deprecation_shim: Keyword 0.1.0_p0-r1 ppc, #831182

Signed-off-by: Arthur Zamarin  gentoo.org>

 .../pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild 
b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
index 812934673c87..2eaf520d9ebb 100644
--- a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
+++ b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~ppc64 ~riscv ~s390 ~sparc x86"
+KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
 
 RDEPEND="
$(python_gen_cond_dep '



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

2022-01-16 Thread Joshua Kinard
commit: d7483024f8adff0c2feb5d608a491ec220bd108c
Author: Joshua Kinard  gentoo  org>
AuthorDate: Mon Jan 17 06:52:21 2022 +
Commit: Joshua Kinard  gentoo  org>
CommitDate: Mon Jan 17 06:53:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7483024

dev-python/pytz_deprecation_shim: Added ~mips to KEYWORDS

Bug: https://bugs.gentoo.org/831182
Signed-off-by: Joshua Kinard  gentoo.org>
Package-Manager: Portage-3.0.30, Repoman-3.0.3

 .../pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild 
b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
index 2eaf520d9ebb..e99d7be9b76e 100644
--- a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
+++ b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
+KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc 
x86"
 
 RDEPEND="
$(python_gen_cond_dep '



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

2022-01-17 Thread James Le Cuirot
commit: 06e3c033a27d038bb91fc2d73aa6ca8e4cb986fd
Author: James Le Cuirot  gentoo  org>
AuthorDate: Mon Jan 17 13:01:50 2022 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Mon Jan 17 13:01:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06e3c033

dev-python/pytz_deprecation_shim: Keyword 0.1.0_p0-r1 for ~m68k

The tests pass.

Signed-off-by: James Le Cuirot  gentoo.org>

 .../pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild 
b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
index e99d7be9b76e..3b3c0e0a167f 100644
--- a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
+++ b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc 
x86"
+KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc x86"
 
 RDEPEND="
$(python_gen_cond_dep '



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

2022-01-18 Thread Michał Górny
commit: bf6d59b6c42bed4027b57d1c0f6e587b86f836d6
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jan 18 22:06:50 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jan 18 22:44:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf6d59b6

dev-python/pytz_deprecation_shim: Enable pypy3

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

 .../pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild 
b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
index 3b3c0e0a167f..5590af47e64d 100644
--- a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
+++ b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
 DISTUTILS_USE_SETUPTOOLS=pyproject.toml
 inherit distutils-r1
 



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

2022-01-18 Thread Michał Górny
commit: 94d899a43b97a350f86ebb7b4174f2b103dceb7a
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jan 18 22:38:11 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jan 18 22:44:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94d899a4

dev-python/pytz_deprecation_shim: Switch to PEP517 build

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

 .../pytz_deprecation_shim-0.1.0_p0-r2.ebuild   | 43 ++
 1 file changed, 43 insertions(+)

diff --git 
a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r2.ebuild 
b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r2.ebuild
new file mode 100644
index ..baf8e4432d10
--- /dev/null
+++ b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r2.ebuild
@@ -0,0 +1,43 @@
+# Copyright 2021-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=${P/_p/.post}
+
+DESCRIPTION="Shims to make deprecation of pytz easier"
+HOMEPAGE="https://pypi.org/project/pytz-deprecation-shim/ 
https://github.com/pganssle/pytz-deprecation-shim";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+
+RDEPEND="
+   $(python_gen_cond_dep '
+   dev-python/backports-zoneinfo[${PYTHON_USEDEP}]
+   ' python3_8 pypy3)
+   sys-libs/timezone-data
+"
+BDEPEND="
+   test? (
+   dev-python/hypothesis[${PYTHON_USEDEP}]
+   dev-python/pytz[${PYTHON_USEDEP}]
+   dev-python/toml[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+distutils_enable_sphinx docs \
+   dev-python/sphinx_rtd_theme
+
+src_prepare() {
+   # apparently used only as a fallback
+   sed -i -e '/tzdata/d' setup.cfg || die
+   distutils-r1_src_prepare
+}



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

2021-11-12 Thread Marek Szuba
commit: 5d3e975f96cedf18e6115827433b3b10f05ad725
Author: Marek Szuba  gentoo  org>
AuthorDate: Fri Nov 12 08:35:47 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Fri Nov 12 08:35:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d3e975f

dev-python/pytz_deprecation_shim: keyword 0.1.0_p0-r1 for ~riscv

Signed-off-by: Marek Szuba  gentoo.org>

 .../pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild 
b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
index b20a66c1675..1fe58fad6a4 100644
--- a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
+++ b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
 
 RDEPEND="
$(python_gen_cond_dep '



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

2021-11-04 Thread Sam James
commit: c6b7019538d61fe329c7e5c053ff8091c269bc40
Author: Sam James  gentoo  org>
AuthorDate: Fri Nov  5 03:16:54 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Nov  5 03:16:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6b70195

dev-python/pytz_deprecation_shim: Keyword 0.1.0_p0-r1 arm, #818877

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

 .../pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild 
b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
index 351a6c18c9a..b20a66c1675 100644
--- a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
+++ b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 
 RDEPEND="
$(python_gen_cond_dep '



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

2021-10-18 Thread Arthur Zamarin
commit: a839770bccaadb7af70a4582d7163684b7288f41
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Oct 19 05:32:24 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Oct 19 05:42:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a839770b

dev-python/pytz_deprecation_shim: new package (rdep of dev-python/tzlocal)

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/pytz_deprecation_shim/Manifest  |  1 +
 dev-python/pytz_deprecation_shim/metadata.xml  | 13 
 .../pytz_deprecation_shim-0.1.0_p0.ebuild  | 37 ++
 3 files changed, 51 insertions(+)

diff --git a/dev-python/pytz_deprecation_shim/Manifest 
b/dev-python/pytz_deprecation_shim/Manifest
new file mode 100644
index 000..6d44d53e640
--- /dev/null
+++ b/dev-python/pytz_deprecation_shim/Manifest
@@ -0,0 +1 @@
+DIST pytz_deprecation_shim-0.1.0.post0.tar.gz 60190 BLAKE2B 
a6d186ca6fff17a3fb787ad6164fcf45fbac272e6123491a6822699cf54a115c9941f2b1ee3d227f531a0ab1d11846300dc24974611cc1671c77405606704754
 SHA512 
201eea777f4da9def1b060911da5eaa89652f6716d5608278fdc94a2f67af5ea23a8b667cb181e03d5edd7f0a07f4954047621668f4c2e7bb325dd07f454d0b6

diff --git a/dev-python/pytz_deprecation_shim/metadata.xml 
b/dev-python/pytz_deprecation_shim/metadata.xml
new file mode 100644
index 000..12126b02ffe
--- /dev/null
+++ b/dev-python/pytz_deprecation_shim/metadata.xml
@@ -0,0 +1,13 @@
+
+https://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   pyt...@gentoo.org
+   Python
+   
+   
+   
+   pytz-deprecation-shim
+   pganssle/pytz-deprecation-shim
+   
+

diff --git 
a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0.ebuild 
b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0.ebuild
new file mode 100644
index 000..28c95ccfeac
--- /dev/null
+++ b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+DISTUTILS_USE_SETUPTOOLS=pyproject.toml
+inherit distutils-r1
+
+MY_P=${P/_p/.post}
+
+DESCRIPTION="Shims to make deprecation of pytz easier"
+HOMEPAGE="https://pypi.org/project/pytz-deprecation-shim/ 
https://github.com/pganssle/pytz-deprecation-shim";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-python/pytzdata[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   dev-python/backports-zoneinfo[${PYTHON_USEDEP}]
+   ' python3_8 pypy3)
+"
+BDEPEND="
+   test? (
+   dev-python/hypothesis[${PYTHON_USEDEP}]
+   dev-python/pytz[${PYTHON_USEDEP}]
+   dev-python/toml[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+distutils_enable_sphinx docs \
+   dev-python/sphinx_rtd_theme



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

2021-10-23 Thread Sam James
commit: 378a7829efc9fb4e3060c80b141f60200e7e76c4
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct 24 01:09:46 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 24 01:09:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=378a7829

dev-python/pytz_deprecation_shim: Keyword 0.1.0_p0 arm64, #818877

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

 dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0.ebuild 
b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0.ebuild
index 28c95ccfeac..cf95034b0cf 100644
--- a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0.ebuild
+++ b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 
 RDEPEND="
dev-python/pytzdata[${PYTHON_USEDEP}]



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

2021-10-24 Thread Michał Górny
commit: 6c29c923224e2c1306c174fbb40a4559103786fb
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Oct 25 05:23:43 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Oct 25 05:24:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c29c923

dev-python/pytz_deprecation_shim: Strip stray dep on tzdata

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

 ...m-0.1.0_p0.ebuild => pytz_deprecation_shim-0.1.0_p0-r1.ebuild} | 8 +++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git 
a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0.ebuild 
b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
similarity index 85%
rename from 
dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0.ebuild
rename to 
dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
index cf95034b0cf..351a6c18c9a 100644
--- a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0.ebuild
+++ b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
@@ -19,10 +19,10 @@ SLOT="0"
 KEYWORDS="~amd64 ~arm64 ~x86"
 
 RDEPEND="
-   dev-python/pytzdata[${PYTHON_USEDEP}]
$(python_gen_cond_dep '
dev-python/backports-zoneinfo[${PYTHON_USEDEP}]
' python3_8 pypy3)
+   sys-libs/timezone-data
 "
 BDEPEND="
test? (
@@ -35,3 +35,9 @@ BDEPEND="
 distutils_enable_tests pytest
 distutils_enable_sphinx docs \
dev-python/sphinx_rtd_theme
+
+src_prepare() {
+   # apparently used only as a fallback
+   sed -i -e '/tzdata/d' setup.cfg || die
+   distutils-r1_src_prepare
+}



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

2021-11-16 Thread Arthur Zamarin
commit: 9d0d0cf5a43bc117057e57eee37104cf723205c5
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Nov 17 06:57:01 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Nov 17 06:57:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d0d0cf5

dev-python/pytz_deprecation_shim: Keyword 0.1.0_p0-r1 ppc64, #818877

Signed-off-by: Arthur Zamarin  gentoo.org>

 .../pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild 
b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
index 1fe58fad6a46..66c7543efa51 100644
--- a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
+++ b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
 
 RDEPEND="
$(python_gen_cond_dep '



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

2021-11-21 Thread Jakov Smolić
commit: 76055a207eb8f150d954ea7a4f780820cc0eac4d
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sun Nov 21 19:35:54 2021 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sun Nov 21 19:35:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76055a20

dev-python/pytz_deprecation_shim: Stabilize 0.1.0_p0-r1 amd64, #825698

Signed-off-by: Jakov Smolić  gentoo.org>

 .../pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild 
b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
index 66c7543efa51..2d1894775b41 100644
--- a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
+++ b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
 
 RDEPEND="
$(python_gen_cond_dep '



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

2021-11-21 Thread Agostino Sarubbo
commit: 4d1d58b7160fb677b3bf5c5525d6a1481d477fd4
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Nov 22 07:50:04 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Nov 22 07:50:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d1d58b7

dev-python/pytz_deprecation_shim: x86 stable wrt bug #825698

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

 .../pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild 
b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
index 2d1894775b41..f95e8dfc9956 100644
--- a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
+++ b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
 
 RDEPEND="
$(python_gen_cond_dep '



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

2021-11-22 Thread Sam James
commit: 69b82161baab93c6dcc98ab4b99bca1737d994e7
Author: Sam James  gentoo  org>
AuthorDate: Mon Nov 22 19:18:33 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Nov 22 19:18:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69b82161

dev-python/pytz_deprecation_shim: Stabilize 0.1.0_p0-r1 arm64, #825698

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

 .../pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild 
b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
index f95e8dfc9956..584e9e158982 100644
--- a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
+++ b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
 
 RDEPEND="
$(python_gen_cond_dep '



  1   2   >