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/bracex/
Date: Sun, 29 Sep 2024 03:01:23 +0000 (UTC)	[thread overview]
Message-ID: <1727578198.03581a1aa1c9a60d48460ae61ab0a3503424839e.mgorny@gentoo> (raw)

commit:     03581a1aa1c9a60d48460ae61ab0a3503424839e
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 29 02:49:58 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Sep 29 02:49:58 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03581a1a

dev-python/bracex: Bump to 2.5_p1

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

 dev-python/bracex/Manifest             |  1 +
 dev-python/bracex/bracex-2.5_p1.ebuild | 49 ++++++++++++++++++++++++++++++++++
 2 files changed, 50 insertions(+)

diff --git a/dev-python/bracex/Manifest b/dev-python/bracex/Manifest
index e3a4394e51f0..6176d9645e9d 100644
--- a/dev-python/bracex/Manifest
+++ b/dev-python/bracex/Manifest
@@ -1 +1,2 @@
+DIST bracex-2.5.post1.tar.gz 26641 BLAKE2B ac437977f37e81ce5e5a829e50d71629aa13c22328da2d57fdf7b668be28b87d3720f3e7cae05518fc8ad975de69b8cebbea528bb539d3200c8b1a70537a6434 SHA512 f1eca0a27ad3556513573088c9d0e2afe41fb08c45bdd6dc62828936d8aa532a5757e95eafa1f65bd6802b8f315e7d2d63e01af706a066c656570b06ea8d835f
 DIST bracex-2.5.tar.gz 26622 BLAKE2B d86e133ab0b8033f94c238afab4c1e023d648e512dbd2759a9cb756322e317132d51c33b9826bc5cb20d715557abae1470a1d6212f6e103164a30618bf1e5b20 SHA512 e738ea7b45b17bbbc9a64e1782653ed69d56a94ef8c83f538d19319ed3ad23ec96037d22af0b00796bf5cb2fca3f75c8c2770ddfa9ef60536fd435de594aaae4

diff --git a/dev-python/bracex/bracex-2.5_p1.ebuild b/dev-python/bracex/bracex-2.5_p1.ebuild
new file mode 100644
index 000000000000..d8b5df921ba4
--- /dev/null
+++ b/dev-python/bracex/bracex-2.5_p1.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..13} )
+DISTUTILS_USE_PEP517=hatchling
+
+DOCS_BUILDER="mkdocs"
+DOCS_DEPEND="
+	dev-python/mkdocs-git-revision-date-localized-plugin
+	dev-python/mkdocs-material
+	dev-python/mkdocs-minify-plugin
+	dev-python/mkdocs-pymdownx-material-extras
+	dev-python/pyspelling
+"
+
+inherit distutils-r1 docs pypi
+
+DESCRIPTION="Bash style brace expansion for Python"
+HOMEPAGE="
+	https://github.com/facelessuser/bracex/
+	https://pypi.org/project/bracex/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+BDEPEND="
+	test? (
+		dev-vcs/git
+	)
+"
+
+distutils_enable_tests pytest
+
+python_prepare_all() {
+	# mkdocs-git-revision-date-localized-plugin needs git repo
+	if use doc; then
+		git init || die
+		git config --global user.email "you@example.com" || die
+		git config --global user.name "Your Name" || die
+		git add . || die
+		git commit -m 'init' || die
+	fi
+
+	distutils-r1_python_prepare_all
+}


             reply	other threads:[~2024-09-29  3:01 UTC|newest]

Thread overview: 49+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-29  3:01 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-07-12 11:15 [gentoo-commits] repo/gentoo:master commit in: dev-python/bracex/ Michał Górny
2025-07-12 10:11 Arthur Zamarin
2025-06-23  3:25 Michał Górny
2024-10-19  8:42 Michał Górny
2024-10-19  8:08 Arthur Zamarin
2024-08-24 13:06 Michał Górny
2024-08-24  9:05 Arthur Zamarin
2024-08-04  2:48 Michał Górny
2024-05-29 23:41 Sam James
2023-10-06 15:08 Michał Górny
2023-10-06 14:29 Sam James
2023-09-02  2:58 Michał Górny
2023-06-18  1:07 Sam James
2023-05-30  0:27 Sam James
2023-04-29 11:48 Arthur Zamarin
2023-04-24  8:25 Arthur Zamarin
2023-04-24  8:25 Arthur Zamarin
2023-04-24  8:25 Arthur Zamarin
2023-04-23 21:28 Sam James
2023-04-23 20:52 Sam James
2023-04-09 20:40 Andrew Ammerlaan
2023-04-08  5:13 Michał Górny
2022-11-25  6:33 Arthur Zamarin
2022-11-23 23:40 Sam James
2022-11-23 23:40 Sam James
2022-11-23 23:40 Sam James
2022-11-23 17:43 Jakov Smolić
2022-11-23 14:40 Arthur Zamarin
2022-11-23 12:03 Arthur Zamarin
2022-11-23 12:03 Arthur Zamarin
2022-06-22  7:42 Michał Górny
2022-06-22  5:33 Joonas Niilola
2022-06-04 17:48 Michał Górny
2022-06-01  9:20 Andrew Ammerlaan
2022-05-22  5:53 Michał Górny
2021-11-21 19:14 Michał Górny
2021-11-21 18:39 Jakov Smolić
2021-11-04 22:09 Michał Górny
2021-10-18  7:35 Michał Górny
2021-09-23 15:35 Marek Szuba
2021-07-15  7:38 Agostino Sarubbo
2021-05-22 20:55 Andrew Ammerlaan
2021-05-22  7:58 Michał Górny
2021-05-22  7:58 Michał Górny
2021-02-08 16:05 Michał Górny
2021-02-07  9:00 Michał Górny
2020-12-08  5:53 Joonas Niilola
2020-12-08  5:53 Joonas Niilola

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=1727578198.03581a1aa1c9a60d48460ae61ab0a3503424839e.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