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 62D5515A7D9 for ; Thu, 16 Mar 2023 16:35:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7788AE085E; Thu, 16 Mar 2023 16:35:15 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5C8A3E0857 for ; Thu, 16 Mar 2023 16:35:15 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7F6BE335D73 for ; Thu, 16 Mar 2023 16:35:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 989C88FD for ; Thu, 16 Mar 2023 16:35:10 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1678984309.ffa7373b6f462041af0e5aa5f9915bf230733b05.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/trove-classifiers/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/trove-classifiers/Manifest dev-python/trove-classifiers/trove-classifiers-2023.2.20.ebuild X-VCS-Directories: dev-python/trove-classifiers/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: ffa7373b6f462041af0e5aa5f9915bf230733b05 X-VCS-Branch: master Date: Thu, 16 Mar 2023 16:35:10 +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: 1a85c28a-771e-40e2-897c-db04bc373f4b X-Archives-Hash: 38db95702aa8df77d2e587f91f3f39dc commit: ffa7373b6f462041af0e5aa5f9915bf230733b05 Author: Michał Górny gentoo org> AuthorDate: Thu Mar 16 16:31:49 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Mar 16 16:31:49 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffa7373b dev-python/trove-classifiers: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/trove-classifiers/Manifest | 1 - .../trove-classifiers-2023.2.20.ebuild | 34 ---------------------- 2 files changed, 35 deletions(-) diff --git a/dev-python/trove-classifiers/Manifest b/dev-python/trove-classifiers/Manifest index 984ba7c6bb22..f30f50a5aa1b 100644 --- a/dev-python/trove-classifiers/Manifest +++ b/dev-python/trove-classifiers/Manifest @@ -1,2 +1 @@ -DIST trove-classifiers-2023.2.20.gh.tar.gz 15075 BLAKE2B 83c970fee610eef97c4beedbd77d8741fcd71c52676888f281574d91818ade2ca0de5119c354b01236eb6f9f6de29a75dcaed4f1e6c4a9ba9dbce68a75344348 SHA512 c6dc3d80ac7da86c5003aba3c8a4dee431a1ccb61f67b0499e40317a8b141b5476620eefc512167fe4a61e1fe7045d6ef2ace885cbb20bfc998ed979ddfcc83c DIST trove-classifiers-2023.3.9.tar.gz 15792 BLAKE2B 1b96dae0f4a141ab5a5e4f3ebe5fbede972b6d09cd289bded3192dfffb26dd68d85bdd46bec20c1b9fb83dc3f8c521e4512a995fe5950c07c9ccf8d53986aca3 SHA512 a94b4c6d7102934677c4debd55274770d4de7db9ad641a253e4718f65dd4b624a4b0c8f6e83cdaf5ea484cecc975baf8dcee0e50824fc373760b8c5cc2e25f89 diff --git a/dev-python/trove-classifiers/trove-classifiers-2023.2.20.ebuild b/dev-python/trove-classifiers/trove-classifiers-2023.2.20.ebuild deleted file mode 100644 index 850f0b5ffda7..000000000000 --- a/dev-python/trove-classifiers/trove-classifiers-2023.2.20.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 2022-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( pypy3 python3_{9..11} ) - -inherit distutils-r1 - -DESCRIPTION="Canonical source for classifiers on PyPI (pypi.org)" -HOMEPAGE=" - https://github.com/pypa/trove-classifiers/ - https://pypi.org/project/trove-classifiers/ -" -SRC_URI=" - https://github.com/pypa/trove-classifiers/archive/${PV}.tar.gz - -> ${P}.gh.tar.gz -" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64" - -BDEPEND=" - dev-python/calver[${PYTHON_USEDEP}] -" - -distutils_enable_tests pytest - -python_test() { - epytest - "${EPYTHON}" -m tests.lib || die -}