From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/trove-classifiers/
Date: Tue, 27 Sep 2022 02:04:00 +0000 (UTC) [thread overview]
Message-ID: <1664244231.f83d09702a34712828a6b24f3c4219607b3a2337.mgorny@gentoo> (raw)
commit: f83d09702a34712828a6b24f3c4219607b3a2337
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 27 01:36:08 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Sep 27 02:03:51 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f83d0970
dev-python/trove-classifiers: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/trove-classifiers/Manifest | 5 ----
.../trove-classifiers-2022.6.23.ebuild | 34 ----------------------
.../trove-classifiers-2022.6.26.ebuild | 34 ----------------------
.../trove-classifiers-2022.7.22.ebuild | 34 ----------------------
.../trove-classifiers-2022.8.24.ebuild | 34 ----------------------
.../trove-classifiers-2022.8.7.ebuild | 34 ----------------------
6 files changed, 175 deletions(-)
diff --git a/dev-python/trove-classifiers/Manifest b/dev-python/trove-classifiers/Manifest
index af8cd92c0188..f248db00082c 100644
--- a/dev-python/trove-classifiers/Manifest
+++ b/dev-python/trove-classifiers/Manifest
@@ -1,6 +1 @@
-DIST trove-classifiers-2022.6.23.gh.tar.gz 14950 BLAKE2B 7203b8edb6f8a8886371a60f3c273b02b7fe045230a3a0c89a7282a896e513535a47fe06834fd6e33b98c480695b69be524dea1402f463f3c82fc80ddf8ac320 SHA512 c2c186b5d13f626a43f29a1eff6ebf2f17f8240af554f27ffdf05b506d428dd59582e7357a85b62f94714e024ae98ea216487726526639371c24c6b46b96df4e
-DIST trove-classifiers-2022.6.26.gh.tar.gz 14966 BLAKE2B 360a8a01d710456a7edf2f56ce5ca4645e0f5e79db09087a888556e6555a15fd6f6b0aa3112bf0f6c2652759fce93e76357775ca57e53615dd99c4f1b929303d SHA512 1857d53e7731ada3ca811222bab2d0734da0e18fdf36dcada166bd15b1f397cf8575963d8432eb2d0de571646da6b0b18299af3bb7e44fb225586aa76f6de35f
-DIST trove-classifiers-2022.7.22.gh.tar.gz 14999 BLAKE2B ba6647b8ccb0a8a791d91c48094f3a748866c7f80f92b28903bd09084b7a216b2ba824657ba5f8ef8988edf242140c0b449804f58d3c1522e857670a1f01d455 SHA512 7d60a18a7ee11e21021f5ccc131e9ca28769083776898d931dd92131ea7edecd7ecad17a7a9d6d2d11e19ab8ff6a6fc2373ff9938fc26567e0f7c4a0e903d3c1
-DIST trove-classifiers-2022.8.24.gh.tar.gz 15015 BLAKE2B 92a787e3dc80a06fe77462b0b5b443f36f8955b428c80efabe1d835f711eaf14e4748314e51355540a1566f792e83510393cd883ad9d7b4e586a497d0c863ca2 SHA512 a668835fe29e2a5052b531e8dba0003366793dd23ba5337a612e8f6242c519434c18c45101b0d7f397c2c6d07e2f965fe82f90bd9735266f3e86f07b8180cc93
DIST trove-classifiers-2022.8.31.gh.tar.gz 15020 BLAKE2B 3898164f5afe8c381894b7dfb07b0b2f5fb9f20b2b8b450bbde5651d71989cb39de674364e298e3fa67011a2f8f13c099bf92d67e4e79da33ac5e90e078af155 SHA512 bce304ca9d4b4b7a40272e69f4805de9798987baee2c14983fc809daa32b6c06479d1e24c64599228f3c6f3fa79709a2fee9b6661fdbcb40d539689e4fdd1595
-DIST trove-classifiers-2022.8.7.gh.tar.gz 14999 BLAKE2B e5ec3b122f357e61c62ef9d6bbb16addeeb59aad5d5bced9d7fa2325c545298c9e3fcf619c5b459b2734caa34f2e7281d1b0306b1832c9156223d94ba83a2206 SHA512 61b776e2c4cb79788a14c17cf10f3cafaa3364bce3927e0e328b2129b65efdac9948e54d74e4454df3a094b25e6eb23074b577c5eb5735cc1939342f5c5d06ce
diff --git a/dev-python/trove-classifiers/trove-classifiers-2022.6.23.ebuild b/dev-python/trove-classifiers/trove-classifiers-2022.6.23.ebuild
deleted file mode 100644
index 964617661415..000000000000
--- a/dev-python/trove-classifiers/trove-classifiers-2022.6.23.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{8..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
-}
diff --git a/dev-python/trove-classifiers/trove-classifiers-2022.6.26.ebuild b/dev-python/trove-classifiers/trove-classifiers-2022.6.26.ebuild
deleted file mode 100644
index 964617661415..000000000000
--- a/dev-python/trove-classifiers/trove-classifiers-2022.6.26.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{8..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
-}
diff --git a/dev-python/trove-classifiers/trove-classifiers-2022.7.22.ebuild b/dev-python/trove-classifiers/trove-classifiers-2022.7.22.ebuild
deleted file mode 100644
index 964617661415..000000000000
--- a/dev-python/trove-classifiers/trove-classifiers-2022.7.22.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{8..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
-}
diff --git a/dev-python/trove-classifiers/trove-classifiers-2022.8.24.ebuild b/dev-python/trove-classifiers/trove-classifiers-2022.8.24.ebuild
deleted file mode 100644
index 964617661415..000000000000
--- a/dev-python/trove-classifiers/trove-classifiers-2022.8.24.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{8..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
-}
diff --git a/dev-python/trove-classifiers/trove-classifiers-2022.8.7.ebuild b/dev-python/trove-classifiers/trove-classifiers-2022.8.7.ebuild
deleted file mode 100644
index 964617661415..000000000000
--- a/dev-python/trove-classifiers/trove-classifiers-2022.8.7.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{8..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
-}
next reply other threads:[~2022-09-27 2:04 UTC|newest]
Thread overview: 134+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-09-27 2:04 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-20 6:49 [gentoo-commits] repo/gentoo:master commit in: dev-python/trove-classifiers/ Michał Górny
2025-03-13 20:03 Arthur Zamarin
2025-03-08 11:13 Michał Górny
2025-03-08 11:01 Arthur Zamarin
2025-03-04 6:48 Michał Górny
2025-01-25 11:05 Michał Górny
2025-01-16 5:11 Michał Górny
2025-01-10 20:43 Michał Górny
2025-01-08 9:12 Michał Górny
2024-11-09 10:05 Michał Górny
2024-11-09 9:58 Arthur Zamarin
2024-10-22 3:10 Michał Górny
2024-10-21 11:44 Michał Górny
2024-10-21 11:24 Sam James
2024-10-17 2:51 Michał Górny
2024-10-13 14:58 Michał Górny
2024-10-13 3:10 Michał Górny
2024-09-28 12:59 Michał Górny
2024-09-28 12:32 Arthur Zamarin
2024-09-13 3:12 Michał Górny
2024-07-13 8:59 Michał Górny
2024-07-13 8:28 Arthur Zamarin
2024-07-03 3:44 Michał Górny
2024-07-02 6:58 Michał Górny
2024-06-01 7:22 Michał Górny
2024-06-01 7:18 Arthur Zamarin
2024-05-23 2:11 Michał Górny
2024-05-18 4:52 Michał Górny
2024-05-08 18:31 Michał Górny
2024-04-27 8:26 Michał Górny
2024-04-27 6:53 Michał Górny
2024-04-11 4:25 Michał Górny
2024-04-05 15:44 Michał Górny
2024-04-05 15:26 Arthur Zamarin
2024-03-26 6:57 Michał Górny
2024-03-09 11:30 Michał Górny
2024-03-09 11:03 Jakov Smolić
2024-03-04 6:31 Michał Górny
2024-02-24 8:49 Michał Górny
2024-02-23 3:40 Michał Górny
2024-02-18 3:28 Michał Górny
2024-02-17 21:42 Jakov Smolić
2024-02-01 4:47 Michał Górny
2024-01-24 19:05 Michał Górny
2024-01-24 18:59 Michał Górny
2024-01-09 7:02 Michał Górny
2023-12-14 18:30 Michał Górny
2023-12-09 14:00 Michał Górny
2023-12-09 13:56 Michał Górny
2023-11-30 5:48 Michał Górny
2023-11-28 5:27 Arthur Zamarin
2023-11-23 4:19 Michał Górny
2023-11-23 4:19 Michał Górny
2023-11-23 4:19 Michał Górny
2023-11-14 20:06 Michał Górny
2023-11-14 4:34 Michał Górny
2023-11-09 18:53 Michał Górny
2023-11-07 15:19 Michał Górny
2023-11-05 20:58 Michał Górny
2023-11-05 19:16 Arthur Zamarin
2023-10-24 5:58 Michał Górny
2023-10-23 18:50 Sam James
2023-10-19 4:00 Michał Górny
2023-10-17 18:57 Michał Górny
2023-09-19 3:16 Michał Górny
2023-09-08 4:53 Michał Górny
2023-09-07 19:31 Arthur Zamarin
2023-08-12 2:19 Michał Górny
2023-08-11 19:12 Arthur Zamarin
2023-08-08 5:31 Michał Górny
2023-07-07 3:15 Michał Górny
2023-06-27 12:03 Michał Górny
2023-06-27 6:43 Sam James
2023-05-27 8:50 Michał Górny
2023-05-25 3:01 Michał Górny
2023-05-23 13:37 Michał Górny
2023-05-23 6:40 Jakov Smolić
2023-05-23 5:07 Michał Górny
2023-05-23 5:07 Michał Górny
2023-05-03 11:28 Michał Górny
2023-05-03 10:47 Fabian Groffen
2023-05-03 10:18 Arthur Zamarin
2023-05-03 10:18 Arthur Zamarin
2023-05-03 7:57 Michał Górny
2023-05-03 7:51 Michał Górny
2023-05-03 6:59 Sam James
2023-05-03 6:59 Sam James
2023-05-03 6:56 Arthur Zamarin
2023-05-03 6:55 Arthur Zamarin
2023-05-03 6:55 Arthur Zamarin
2023-04-30 3:55 Michał Górny
2023-04-26 5:36 Michał Górny
2023-04-23 3:09 Michał Górny
2023-04-21 4:34 Michał Górny
2023-04-19 6:16 Michał Górny
2023-04-13 16:50 Sam James
2023-04-13 6:11 Sam James
2023-04-13 5:45 Sam James
2023-04-13 5:45 Sam James
2023-04-13 5:45 Sam James
2023-04-13 5:45 Sam James
2023-04-13 5:45 Sam James
2023-04-13 5:45 Sam James
2023-04-08 17:56 Arthur Zamarin
2023-04-07 22:02 James Le Cuirot
2023-04-06 4:02 WANG Xuerui
2023-04-04 19:32 Arthur Zamarin
2023-04-03 7:24 Jakov Smolić
2023-04-03 5:08 Sam James
2023-04-03 5:08 Sam James
2023-04-03 3:17 Sam James
2023-04-03 3:12 Sam James
2023-04-03 3:12 Sam James
2023-03-16 16:35 Michał Górny
2023-03-10 4:47 Michał Górny
2023-03-10 4:47 Michał Górny
2023-02-21 7:41 Michał Górny
2023-02-08 17:36 Michał Górny
2023-01-27 20:10 Michał Górny
2023-01-20 4:50 Michał Górny
2023-01-13 7:09 Michał Górny
2022-12-23 11:25 Michał Górny
2022-12-23 7:30 Arthur Zamarin
2022-12-03 9:09 Michał Górny
2022-11-14 5:07 Michał Górny
2022-10-19 3:49 Michał Górny
2022-09-27 2:04 Michał Górny
2022-09-03 9:12 Arthur Zamarin
2022-09-02 17:37 Michał Górny
2022-08-11 9:59 Michał Górny
2022-07-23 6:22 Michał Górny
2022-06-29 6:19 Michał Górny
2022-06-25 11:18 Michał Górny
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1664244231.f83d09702a34712828a6b24f3c4219607b3a2337.mgorny@gentoo \
--to=mgorny@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox