public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
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: Sat, 24 Feb 2024 08:49:30 +0000 (UTC)	[thread overview]
Message-ID: <1708764560.e199ef39f3e92c0ff745959e134c721c374357b5.mgorny@gentoo> (raw)

commit:     e199ef39f3e92c0ff745959e134c721c374357b5
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 24 06:42:51 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Feb 24 08:49:20 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e199ef39

dev-python/trove-classifiers: Bump to 2024.2.23

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

 dev-python/trove-classifiers/Manifest              |  1 +
 .../trove-classifiers-2024.2.23.ebuild             | 43 ++++++++++++++++++++++
 2 files changed, 44 insertions(+)

diff --git a/dev-python/trove-classifiers/Manifest b/dev-python/trove-classifiers/Manifest
index 0f585ad84f4d..66f57ae5e822 100644
--- a/dev-python/trove-classifiers/Manifest
+++ b/dev-python/trove-classifiers/Manifest
@@ -1,2 +1,3 @@
 DIST trove-classifiers-2024.1.31.tar.gz 15958 BLAKE2B c08cd4c7a13cd1473171bb8f5ed478f649bc1083d9881e260d43a2a3fb2679cf0f7ac926af3136d593cab63266826545be35301bf4d18a0b9b2d5919a31d0b74 SHA512 b77f2a84a89a4f5ce3ee94921d7d293bd70869af53632ffc0e08a4e0e3876c5ca4e86aefef0622be3d1a2f4eb5f153f294bbec251431373d1e98418a76cf93fb
 DIST trove-classifiers-2024.2.22.tar.gz 15951 BLAKE2B 97afd582592d094a226f3deb8076b0c4bbd9b1321d57eeef4a4e45088825d23ff07102d34a5192b62f3d509de744ae923876d2b3a98513fe1305e71edc2ddab4 SHA512 efbcf87d5c197b26e7972fff2b024dc7044941cf29c61b9a652227f28590f9a4063ac3738130c94e913232828ae386967265e3d405c11a160aff9c0af888a16a
+DIST trove-classifiers-2024.2.23.tar.gz 15976 BLAKE2B 48327abd7c5b4cc20725247082420c70981ec47d2e82e1bda70499fffc80787d456e1ea46c03df7e08848adb922a8f38c39321e2f886639d5c3967c1fcc26e88 SHA512 8099d9c66099c43a8d8eb29b47cfd33d3ca893f434fbcd14c3d5ce5561a385ca382ba772933fc8303f900af2067b86ecce34adb8f5962211aa54c62e968e3ce1

diff --git a/dev-python/trove-classifiers/trove-classifiers-2024.2.23.ebuild b/dev-python/trove-classifiers/trove-classifiers-2024.2.23.ebuild
new file mode 100644
index 000000000000..3172a692bdd9
--- /dev/null
+++ b/dev-python/trove-classifiers/trove-classifiers-2024.2.23.ebuild
@@ -0,0 +1,43 @@
+# Copyright 2022-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Canonical source for classifiers on PyPI (pypi.org)"
+HOMEPAGE="
+	https://github.com/pypa/trove-classifiers/
+	https://pypi.org/project/trove-classifiers/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
+
+distutils_enable_tests pytest
+
+src_configure() {
+	grep -q 'build-backend = "setuptools' pyproject.toml ||
+		die "Upstream changed build-backend, recheck"
+	# write a custom pyproject.toml to ease hatchling bootstrap
+	cat > pyproject.toml <<-EOF || die
+		[build-system]
+		requires = ["flit_core >=3.2,<4"]
+		build-backend = "flit_core.buildapi"
+
+		[project]
+		name = "trove-classifiers"
+		version = "${PV}"
+		description = "Canonical source for classifiers on PyPI (pypi.org)."
+	EOF
+}
+
+python_test() {
+	epytest
+	"${EPYTHON}" -m tests.lib || die
+}


             reply	other threads:[~2024-02-24  8:49 UTC|newest]

Thread overview: 117+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-24  8:49 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-28 12:59 [gentoo-commits] repo/gentoo:master commit in: dev-python/trove-classifiers/ 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-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-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=1708764560.e199ef39f3e92c0ff745959e134c721c374357b5.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