public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Patrick McLean" <chutzpah@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/argparse-manpage/
Date: Thu,  6 Jun 2024 00:44:26 +0000 (UTC)	[thread overview]
Message-ID: <1717634658.fc9544e4637a262825ec84d3cc178ca4ec17e3c9.chutzpah@gentoo> (raw)

commit:     fc9544e4637a262825ec84d3cc178ca4ec17e3c9
Author:     Patrick McLean <chutzpah <AT> gentoo <DOT> org>
AuthorDate: Wed Jun  5 21:06:11 2024 +0000
Commit:     Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Thu Jun  6 00:44:18 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc9544e4

dev-python/argparse-manpage: add 4.6

Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>

 dev-python/argparse-manpage/Manifest               |  1 +
 .../argparse-manpage/argparse-manpage-4.6.ebuild   | 41 ++++++++++++++++++++++
 2 files changed, 42 insertions(+)

diff --git a/dev-python/argparse-manpage/Manifest b/dev-python/argparse-manpage/Manifest
index 218c9ba44374..18d126407ac5 100644
--- a/dev-python/argparse-manpage/Manifest
+++ b/dev-python/argparse-manpage/Manifest
@@ -1 +1,2 @@
 DIST argparse-manpage-4.5.gh.tar.gz 54783 BLAKE2B a348ad06990126965b48c64db209f13c91d68329fba57e4287b1a2ac7c246a25aedc25b70bfc01fd19b72c5700a67193da4ef47106a5b8ea863edf859ea07ecd SHA512 b9b166d2469d0fc6c9f6d1112bef553c1de32d1f558be4ef4f9b739b94d83acba2712eb9d324d9f3437bf421b833336c0eab34061ccd7b3cf810591705078bf2
+DIST argparse-manpage-4.6.gh.tar.gz 55498 BLAKE2B a77629d1eeb49dd069789f1e435a9c0567d45912689c10796f75e8641fbe13d10603a1bf562f18248b443a8951575a4b98a2e670fd0a941b4235e9ac5fec6eb9 SHA512 d8036a8657f91a2b5a0e6eaf62e546f2ccf51563fb0327396851bbf6bb661ed7812a43cc215438b3466a821ee2276305e7136d5adbe32f18b50dd05b41f26396

diff --git a/dev-python/argparse-manpage/argparse-manpage-4.6.ebuild b/dev-python/argparse-manpage/argparse-manpage-4.6.ebuild
new file mode 100644
index 000000000000..048517e3fa95
--- /dev/null
+++ b/dev-python/argparse-manpage/argparse-manpage-4.6.ebuild
@@ -0,0 +1,41 @@
+# Copyright 2022-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..13} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Automatically build man-pages for your Python project"
+HOMEPAGE="
+	https://github.com/praiskup/argparse-manpage/
+	https://pypi.org/project/argparse-manpage/
+"
+SRC_URI="
+	https://github.com/praiskup/${PN}/archive/v${PV}.tar.gz
+		-> ${P}.gh.tar.gz
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+RDEPEND="
+	$(python_gen_cond_dep '
+		dev-python/tomli[${PYTHON_USEDEP}]
+	' 3.10)
+"
+BDEPEND="
+	test? (
+		dev-python/pip[${PYTHON_USEDEP}]
+	)
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+	local -x COLUMNS=80
+	epytest
+}


             reply	other threads:[~2024-06-06  0:44 UTC|newest]

Thread overview: 35+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-06  0:44 Patrick McLean [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-27 20:50 [gentoo-commits] repo/gentoo:master commit in: dev-python/argparse-manpage/ Michał Górny
2024-10-05  1:34 Sam James
2024-07-12  6:03 Sam James
2024-07-12  6:03 Sam James
2024-07-12  6:03 Sam James
2024-06-16 19:11 Arthur Zamarin
2024-05-08 14:20 Yixun Lan
2024-05-07 20:50 Sam James
2024-05-07 20:50 Sam James
2023-12-30 18:26 Michał Górny
2023-09-23  5:59 Michał Górny
2023-09-04 13:14 Michał Górny
2023-07-24 11:30 Michał Górny
2023-05-31 13:58 Michał Górny
2023-05-18  3:14 Michał Górny
2023-04-16  3:42 Michał Górny
2022-11-14  4:34 Michał Górny
2022-10-31 15:49 Michał Górny
2022-06-04 17:39 Michał Górny
2022-05-16 12:55 Michał Górny
2022-05-12 19:09 Arthur Zamarin
2022-04-19 11:39 Arthur Zamarin
2022-03-09 20:06 Arthur Zamarin
2022-01-13  7:16 Arthur Zamarin
2021-11-29 14:45 Michał Górny
2021-11-29  4:02 Michał Górny
2021-10-17  7:33 Michał Górny
2021-09-12  8:29 Sam James
2021-09-10  1:27 Sam James
2021-09-07 12:20 Arthur Zamarin
2021-09-07  6:49 Arthur Zamarin
2021-03-15  2:55 Sam James
2020-12-14 19:45 Patrick McLean
2020-06-12  0:40 Patrick McLean

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=1717634658.fc9544e4637a262825ec84d3cc178ca4ec17e3c9.chutzpah@gentoo \
    --to=chutzpah@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