public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/genshi/
Date: Sun, 15 Sep 2019 19:14:51 +0000 (UTC)	[thread overview]
Message-ID: <1568574872.1d19d04cb8891aba48f58152221f8f2d99b9df2a.soap@gentoo> (raw)

commit:     1d19d04cb8891aba48f58152221f8f2d99b9df2a
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 15 19:14:32 2019 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Sep 15 19:14:32 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d19d04c

dev-python/genshi: Version bump to 0.7.3

Closes: https://bugs.gentoo.org/677542
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 dev-python/genshi/Manifest            |  1 +
 dev-python/genshi/genshi-0.7.3.ebuild | 38 +++++++++++++++++++++++++++++++++++
 2 files changed, 39 insertions(+)

diff --git a/dev-python/genshi/Manifest b/dev-python/genshi/Manifest
index 1dddd784aae..d573549e13b 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.tar.gz 491579 BLAKE2B 1ef490d6badcd483ab01e46c361964154bebe79ced78096a3e7422394d500597f0095bcbffd9f81ea3a58bc651f131698e539409101274c568135e833adbdb04 SHA512 2d0042d4da4566725ddd80b73c5b7be09f479f5529e4aa69903edc2a98905ff6de42a0d5a6f02986d7962deb7740c4a3acf6955a8b77fdb42d3cf4ca037de6bf

diff --git a/dev-python/genshi/genshi-0.7.3.ebuild b/dev-python/genshi/genshi-0.7.3.ebuild
new file mode 100644
index 00000000000..4eb7be61bec
--- /dev/null
+++ b/dev-python/genshi/genshi-0.7.3.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python{2_7,3_{5,6,7}} pypy{,3} )
+
+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 ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+IUSE="doc examples"
+
+BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+DEPEND="${BDEPEND}"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/${P^}"
+
+python_test() {
+	esetup.py test
+}
+
+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
+}


             reply	other threads:[~2019-09-15 19:14 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-15 19:14 David Seifert [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
2021-02-12 16:20 Sam James
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
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=1568574872.1d19d04cb8891aba48f58152221f8f2d99b9df2a.soap@gentoo \
    --to=soap@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