commit:     36262e50e08b9ec19c49cf3049b17643f194198c
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 29 14:44:22 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Apr 29 17:51:57 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36262e50

dev-python/pytz: Remove old

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

 dev-python/pytz/Manifest              |  2 --
 dev-python/pytz/pytz-2022.7.1.ebuild  | 34 -----------------------
 dev-python/pytz/pytz-2023.2-r2.ebuild | 51 -----------------------------------
 dev-python/pytz/pytz-2023.2.ebuild    | 34 -----------------------
 4 files changed, 121 deletions(-)

diff --git a/dev-python/pytz/Manifest b/dev-python/pytz/Manifest
index 4cd1c4d5dd9a..100bbb3e0be3 100644
--- a/dev-python/pytz/Manifest
+++ b/dev-python/pytz/Manifest
@@ -1,3 +1 @@
-DIST pytz-2022.7.1.tar.gz 313522 BLAKE2B 
f0e787438f56bb33e0681f28392ddcb8dde41e51437caf34de8c9891af468a1b60f845d393d300c408af598aa93463f2a66848a8d20754bd7980d44cac0f4216
 SHA512 
c70b9ef9c6e6a7dd50fc80a58bf068af33dbcdc83c3f2f44b0726e696927e17d843f2f0438392b6f34738a63aa51c5025e6aa4bcbb9e43400b9d68334ff05c18
-DIST pytz-2023.2.tar.gz 316321 BLAKE2B 
62f1896100f78d30953e40239b43cd9a53f365506bd56d0ed2ca21a31f1d5510e492e8751acfc44cb0a41e0db9125b454b9512f2b39be5fadfd366683738b893
 SHA512 
f0b7884bdad4ac367e1a812ff0402ad343592b062d6067d41133802972faf290a602e037686b28fc62574da49c4365b8a9213b3b02ad251835ceca692809355d
 DIST pytz-2023.3.tar.gz 317095 BLAKE2B 
dd2fe27471f641382667ddac77216f9e0e22dd0059b78ecb14be5490dd568cc4865a5624f8e89534a868fde5ea9c51fd3620a3cc1ed30ab32fc5b39445abeb14
 SHA512 
3a39e9ec22bf1468e7415f60f10bf4a4e5b0b12bea2aeec45c5e63a916136c747fa0abd1b0612a99da962e743f28f24ebc43c1d73d96f0e98f7fb0ae6b62e319

diff --git a/dev-python/pytz/pytz-2022.7.1.ebuild 
b/dev-python/pytz/pytz-2022.7.1.ebuild
deleted file mode 100644
index 397f0c11bc88..000000000000
--- a/dev-python/pytz/pytz-2022.7.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
-PYTHON_REQ_USE="threads(+)"
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="World timezone definitions for Python"
-HOMEPAGE="
-       https://pythonhosted.org/pytz/
-       https://launchpad.net/pytz/
-       https://pypi.org/project/pytz/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
-
-DEPEND="
-       || (
-               >=sys-libs/timezone-data-2017a
-               sys-libs/glibc[vanilla]
-       )
-"
-RDEPEND="${DEPEND}"
-
-python_test() {
-       "${EPYTHON}" pytz/tests/test_tzinfo.py -v ||
-               die "Tests fail with ${EPYTHON}"
-}

diff --git a/dev-python/pytz/pytz-2023.2-r2.ebuild 
b/dev-python/pytz/pytz-2023.2-r2.ebuild
deleted file mode 100644
index eea96064ba6e..000000000000
--- a/dev-python/pytz/pytz-2023.2-r2.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
-PYTHON_REQ_USE="threads(+)"
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="World timezone definitions for Python"
-HOMEPAGE="
-       https://pythonhosted.org/pytz/
-       https://github.com/stub42/pytz/
-       https://pypi.org/project/pytz/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-       || (
-               >=sys-libs/timezone-data-2023b
-               sys-libs/glibc[vanilla]
-       )
-"
-BDEPEND="
-       test? (
-               ${RDEPEND}
-       )
-"
-
-src_prepare() {
-       distutils-r1_src_prepare
-
-       # unbundle timezone-data
-       rm -r pytz/zoneinfo || die
-       # remove hardcoded list of all timezones but leave subjective set
-       # of "common timezones"
-       sed -i -e '/^_all_timezones_unchecked/,/^all_timezones_set/d' 
pytz/__init__.py || die
-       eapply "${FILESDIR}"/pytz-2023.2-system-tzinfo.patch
-}
-
-python_test() {
-       "${EPYTHON}" pytz/tests/test_tzinfo.py -v ||
-               die "Tests fail with ${EPYTHON}"
-}

diff --git a/dev-python/pytz/pytz-2023.2.ebuild 
b/dev-python/pytz/pytz-2023.2.ebuild
deleted file mode 100644
index f9351ada4225..000000000000
--- a/dev-python/pytz/pytz-2023.2.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
-PYTHON_REQ_USE="threads(+)"
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="World timezone definitions for Python"
-HOMEPAGE="
-       https://pythonhosted.org/pytz/
-       https://launchpad.net/pytz/
-       https://pypi.org/project/pytz/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
-
-DEPEND="
-       || (
-               >=sys-libs/timezone-data-2017a
-               sys-libs/glibc[vanilla]
-       )
-"
-RDEPEND="${DEPEND}"
-
-python_test() {
-       "${EPYTHON}" pytz/tests/test_tzinfo.py -v ||
-               die "Tests fail with ${EPYTHON}"
-}

Reply via email to