From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EE14815814C for ; Mon, 2 Oct 2023 11:41:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 388E22BC049; Mon, 2 Oct 2023 11:41:34 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2304F2BC02E for ; Mon, 2 Oct 2023 11:41:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F0162335CB7 for ; Mon, 2 Oct 2023 11:41:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5611D92D for ; Mon, 2 Oct 2023 11:41:31 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1696246608.fb1cd24e6976e5e2f64d11c3a1953de70904354c.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytz_deprecation_shim/, profiles/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pytz_deprecation_shim/Manifest dev-python/pytz_deprecation_shim/metadata.xml dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r2.ebuild profiles/package.mask X-VCS-Directories: dev-python/pytz_deprecation_shim/ profiles/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: fb1cd24e6976e5e2f64d11c3a1953de70904354c X-VCS-Branch: master Date: Mon, 2 Oct 2023 11:41:31 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7b8f1a3f-32a3-4354-a829-d41f6dea85ee X-Archives-Hash: a708984f238837a928895f0e48c0f05a commit: fb1cd24e6976e5e2f64d11c3a1953de70904354c Author: Florian Schmaus gentoo org> AuthorDate: Mon Oct 2 11:28:07 2023 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Mon Oct 2 11:36:48 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb1cd24e dev-python/pytz_deprecation_shim: treeclean Closes: https://bugs.gentoo.org/906516 Signed-off-by: Florian Schmaus gentoo.org> dev-python/pytz_deprecation_shim/Manifest | 1 - dev-python/pytz_deprecation_shim/metadata.xml | 13 -------- .../pytz_deprecation_shim-0.1.0_p0-r2.ebuild | 39 ---------------------- profiles/package.mask | 5 --- 4 files changed, 58 deletions(-) diff --git a/dev-python/pytz_deprecation_shim/Manifest b/dev-python/pytz_deprecation_shim/Manifest deleted file mode 100644 index 6d44d53e6408..000000000000 --- a/dev-python/pytz_deprecation_shim/Manifest +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 100644 index 12126b02ffe2..000000000000 --- a/dev-python/pytz_deprecation_shim/metadata.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - python@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-r2.ebuild b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r2.ebuild deleted file mode 100644 index a85eee83b3d1..000000000000 --- a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r2.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 2021-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..11} pypy3 ) - -inherit distutils-r1 pypi - -DESCRIPTION="Shims to make deprecation of pytz easier" -HOMEPAGE=" - https://github.com/pganssle/pytz-deprecation-shim/ - https://pypi.org/project/pytz-deprecation-shim/ -" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86" - -RDEPEND=" - sys-libs/timezone-data -" -BDEPEND=" - test? ( - dev-python/hypothesis[${PYTHON_USEDEP}] - dev-python/pytz[${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 -} diff --git a/profiles/package.mask b/profiles/package.mask index 94666ba5db25..e616cfe60492 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -266,11 +266,6 @@ net-im/ricochet # Removal on 2023-09-28. Bug #912828. sci-biology/express -# Michał Górny (2023-08-28) -# A shim that is no longer needed. No reverse dependencies. -# Removal on 2023-09-27. Bug #906516. -dev-python/pytz_deprecation_shim - # Sam James (2023-08-04) # Stricter behavior which causes some packages to fail, see bug #911721. =dev-util/pkgconf-2.0.0