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: Mon, 14 Dec 2020 19:45:11 +0000 (UTC) [thread overview]
Message-ID: <1607975097.3d6198e0896c1becb4f7f5bf487bb599503b104a.chutzpah@gentoo> (raw)
commit: 3d6198e0896c1becb4f7f5bf487bb599503b104a
Author: Patrick McLean <patrick.mclean <AT> sony <DOT> com>
AuthorDate: Mon Dec 14 19:44:57 2020 +0000
Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Mon Dec 14 19:44:57 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d6198e0
dev-python/argparse-manpage-1.5: Version bump
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
dev-python/argparse-manpage/Manifest | 1 +
.../argparse-manpage/argparse-manpage-1.5.ebuild | 18 ++++++++++++++++++
2 files changed, 19 insertions(+)
diff --git a/dev-python/argparse-manpage/Manifest b/dev-python/argparse-manpage/Manifest
index 327bbae6cba..71191cb6e58 100644
--- a/dev-python/argparse-manpage/Manifest
+++ b/dev-python/argparse-manpage/Manifest
@@ -1 +1,2 @@
DIST argparse-manpage-1.4.tar.gz 33661 BLAKE2B b2f6a0bb7ef3a95470e73c4c94b9fef42f130433d5f91263201d98c0afebd4c3fc38153a172aa86c50a773e3270e1f618083f968bd38a86046362367f2e8c022 SHA512 4756781dbe988541cb0e1fd8a79c4d262c7bf54397fb302ff3ad706e9a896d68f781931e73013cdd7136efc6e46914118b862e0377f49b73fb25b20d0a23744d
+DIST argparse-manpage-1.5.tar.gz 34290 BLAKE2B 598a0eb0d4816a764c1ba4093b18e28d7865c9a113db1910793748eb24394636a9e1caad86fef5416933ae5341026048d1e39ce928131a8796a5d66a40e36853 SHA512 bfdea19fa62ac029754d6df26c4fb51c18f7fee4fae681c1117253627e724cf1ff1db5196ad0690fd436cebbe403536905f157cb7eae7be50d321c663b491fd0
diff --git a/dev-python/argparse-manpage/argparse-manpage-1.5.ebuild b/dev-python/argparse-manpage/argparse-manpage-1.5.ebuild
new file mode 100644
index 00000000000..4eeae5dd849
--- /dev/null
+++ b/dev-python/argparse-manpage/argparse-manpage-1.5.ebuild
@@ -0,0 +1,18 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6..9} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+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}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+distutils_enable_tests pytest
next reply other threads:[~2020-12-14 19:45 UTC|newest]
Thread overview: 35+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-12-14 19:45 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-06-06 0:44 Patrick McLean
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-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=1607975097.3d6198e0896c1becb4f7f5bf487bb599503b104a.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