public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/genshi/
Date: Fri, 27 Mar 2020 10:42:50 +0000 (UTC)	[thread overview]
Message-ID: <1585305742.71571b023b78715283afe83ea45bdf088ab8b996.mgorny@gentoo> (raw)

commit:     71571b023b78715283afe83ea45bdf088ab8b996
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 27 10:26:10 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Mar 27 10:42:22 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71571b02

dev-python/genshi: Remove redundant versions

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/genshi/Manifest             |  1 -
 dev-python/genshi/genshi-0.7-r1.ebuild | 46 ----------------------------------
 dev-python/genshi/genshi-0.7.ebuild    | 39 ----------------------------
 3 files changed, 86 deletions(-)

diff --git a/dev-python/genshi/Manifest b/dev-python/genshi/Manifest
index d573549e13b..3b7af09b4d0 100644
--- a/dev-python/genshi/Manifest
+++ b/dev-python/genshi/Manifest
@@ -1,2 +1 @@
 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-r1.ebuild b/dev-python/genshi/genshi-0.7-r1.ebuild
deleted file mode 100644
index f5e11517b05..00000000000
--- a/dev-python/genshi/genshi-0.7-r1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_6} )
-
-inherit distutils-r1
-
-MY_P="Genshi-${PV}"
-
-DESCRIPTION="Python toolkit for stream-based generation of output for the web"
-HOMEPAGE="http://genshi.edgewall.org/ https://pypi.org/project/Genshi/"
-SRC_URI="http://ftp.edgewall.com/pub/genshi/${MY_P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
-IUSE="doc examples"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
-	epatch "${FILESDIR}/${P}-issue566.patch"
-	epatch "${FILESDIR}/${P}-issue582.patch"
-	epatch "${FILESDIR}/${P}-fix_tests_failure_with_python27.patch"
-	epatch "${FILESDIR}/${P}-issue602.patch"
-}
-
-python_test() {
-	esetup.py test
-}
-
-python_install_all() {
-	if use doc; then
-		dodoc doc/*.txt
-		dohtml -r doc/*
-	fi
-	if use examples; then
-		insinto /usr/share/doc/${PF}
-		doins -r examples
-	fi
-	distutils-r1_python_install_all
-}

diff --git a/dev-python/genshi/genshi-0.7.ebuild b/dev-python/genshi/genshi-0.7.ebuild
deleted file mode 100644
index 9d0b35ba0f2..00000000000
--- a/dev-python/genshi/genshi-0.7.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-MY_P="Genshi-${PV}"
-
-DESCRIPTION="Python toolkit for stream-based generation of output for the web"
-HOMEPAGE="http://genshi.edgewall.org/ https://pypi.org/project/Genshi/"
-SRC_URI="http://ftp.edgewall.com/pub/genshi/${MY_P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
-IUSE="doc examples"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${MY_P}"
-
-python_test() {
-	esetup.py test
-}
-
-python_install_all() {
-	if use doc; then
-		dodoc doc/*.txt
-		dohtml -r doc/*
-	fi
-	if use examples; then
-		insinto /usr/share/doc/${PF}
-		doins -r examples
-	fi
-	distutils-r1_python_install_all
-}


             reply	other threads:[~2020-03-27 10:42 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-27 10:42 Michał Górny [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
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=1585305742.71571b023b78715283afe83ea45bdf088ab8b996.mgorny@gentoo \
    --to=mgorny@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