From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/genshi/
Date: Fri, 12 Feb 2021 16:20:36 +0000 (UTC) [thread overview]
Message-ID: <1613146832.afeb3f94be89d102efa97e7cc6342c325916b71d.sam@gentoo> (raw)
commit: afeb3f94be89d102efa97e7cc6342c325916b71d
Author: Wim Muskee <wimmuskee <AT> gmail <DOT> com>
AuthorDate: Sun Jan 31 12:40:05 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Feb 12 16:20:32 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afeb3f94
dev-python/genshi: version bump to 0.7.5
- add py39
- add github upstream id to metadata
Signed-off-by: Wim Muskee <wimmuskee <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/19269
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/genshi/Manifest | 1 +
dev-python/genshi/genshi-0.7.5.ebuild | 32 ++++++++++++++++++++++++++++++++
dev-python/genshi/metadata.xml | 1 +
3 files changed, 34 insertions(+)
diff --git a/dev-python/genshi/Manifest b/dev-python/genshi/Manifest
index 3b7af09b4d0..7115d30ae8c 100644
--- a/dev-python/genshi/Manifest
+++ b/dev-python/genshi/Manifest
@@ -1 +1,2 @@
DIST Genshi-0.7.3.tar.gz 271238 BLAKE2B 20addd3243980574e6e2024a7c275c157392987c5265aaa71527e78b92bd25ec476de21d08f6b442de420a925654a064a0071bbd8cf056c0eb18cd8fb085af8c SHA512 b153a9755f9791f349dea35e3ab3099af66b1be5b83bdea9d356b456ddd4e1ff88f7a85e822a2c06aea936c2f843bdc8ddc91c74de2a72111896d8db9a195b87
+DIST Genshi-0.7.5.tar.gz 266071 BLAKE2B 007a094f8ce9aa17209a2c1c7241eb5eb50c3be3439fa2066ac7ceab88fa4dccbcaa11809042445e23ad1ce106b2e9efa825ac11de03038f07b421e9b93c03f6 SHA512 b5be34094e2eea8f5fc373097414dc77ddfe0ab0a82901b6fd87af558cf62420f690fb39bff2d13bde3f7fef5ef000697372996877b48187ed068227dab59119
diff --git a/dev-python/genshi/genshi-0.7.5.ebuild b/dev-python/genshi/genshi-0.7.5.ebuild
new file mode 100644
index 00000000000..277bb83e32e
--- /dev/null
+++ b/dev-python/genshi/genshi-0.7.5.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} pypy3 )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+inherit distutils-r1
+
+DESCRIPTION="Python toolkit for stream-based generation of output for the web"
+HOMEPAGE="http://genshi.edgewall.org/ https://pypi.org/project/Genshi/"
+SRC_URI="mirror://pypi/G/${PN^}/${P^}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+IUSE="doc examples"
+
+S="${WORKDIR}/${P^}"
+
+distutils_enable_tests setup.py
+
+python_install_all() {
+ if use doc; then
+ dodoc doc/*.txt
+ fi
+ if use examples; then
+ dodoc -r examples
+ docompress -x /usr/share/doc/${PF}/examples
+ fi
+ distutils-r1_python_install_all
+}
diff --git a/dev-python/genshi/metadata.xml b/dev-python/genshi/metadata.xml
index 026887751ec..a4ac4b4516e 100644
--- a/dev-python/genshi/metadata.xml
+++ b/dev-python/genshi/metadata.xml
@@ -7,6 +7,7 @@
</maintainer>
<stabilize-allarches/>
<upstream>
+ <remote-id type="github">edgewall/genshi</remote-id>
<remote-id type="pypi">Genshi</remote-id>
</upstream>
</pkgmetadata>
next reply other threads:[~2021-02-12 16:20 UTC|newest]
Thread overview: 38+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-02-12 16:20 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-27 21:15 [gentoo-commits] repo/gentoo:master commit in: dev-python/genshi/ Michał Górny
2024-07-06 8:33 Michał Górny
2024-07-06 7:26 Arthur Zamarin
2024-07-06 6:51 Sam James
2024-07-06 6:15 Sam James
2024-06-29 14:47 Arthur Zamarin
2024-06-16 5:07 Michał Górny
2024-06-14 12:19 Michał Górny
2024-04-21 12:24 Michał Górny
2023-11-24 15:29 Michał Górny
2023-05-31 16:17 Michał Górny
2022-05-27 19:53 Michał Górny
2022-05-27 19:53 Michał Górny
2022-05-27 9:49 Jakov Smolić
2022-05-27 9:12 Jakov Smolić
2022-05-27 9:07 Jakov Smolić
2022-04-21 20:48 Michał Górny
2022-03-23 23:41 Marek Szuba
2022-03-16 23:53 Sam James
2022-03-15 11:36 Jakov Smolić
2022-03-15 11:36 Jakov Smolić
2022-02-09 19:45 Michał Górny
2021-07-12 22:19 Sam James
2021-07-12 22:17 Sam James
2021-03-15 8:52 Michał Górny
2021-03-15 3:50 Sam James
2021-03-14 16:16 Michał Górny
2021-03-14 16:16 Michał Górny
2020-08-22 9:15 Michał Górny
2020-07-09 9:51 Michał Górny
2020-07-09 9:51 Michał Górny
2020-07-09 8:16 Agostino Sarubbo
2020-04-29 4:12 Patrick McLean
2020-03-27 10:42 Michał Górny
2019-09-15 19:14 David Seifert
2017-04-22 13:52 Michał Górny
2017-04-22 13:52 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=1613146832.afeb3f94be89d102efa97e7cc6342c325916b71d.sam@gentoo \
--to=sam@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