From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 99FCA138334 for ; Sun, 15 Sep 2019 19:14:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CC261E0870; Sun, 15 Sep 2019 19:14:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B1C0BE0870 for ; Sun, 15 Sep 2019 19:14:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B746534B1D6 for ; Sun, 15 Sep 2019 19:14:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 37D806FF for ; Sun, 15 Sep 2019 19:14:51 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1568574872.1d19d04cb8891aba48f58152221f8f2d99b9df2a.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/genshi/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/genshi/Manifest dev-python/genshi/genshi-0.7.3.ebuild X-VCS-Directories: dev-python/genshi/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 1d19d04cb8891aba48f58152221f8f2d99b9df2a X-VCS-Branch: master Date: Sun, 15 Sep 2019 19:14:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b0fba6c6-8371-4322-9a62-dc12c23e1897 X-Archives-Hash: 64284fc6ea24062a81630b6759e478d0 commit: 1d19d04cb8891aba48f58152221f8f2d99b9df2a Author: David Seifert gentoo org> AuthorDate: Sun Sep 15 19:14:32 2019 +0000 Commit: David Seifert gentoo 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 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 +}