From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pythondialog/
Date: Sun, 19 Jul 2020 20:08:17 +0000 (UTC) [thread overview]
Message-ID: <1595189283.91e869f13aaa02453d0936f41985302e6117583b.asturm@gentoo> (raw)
commit: 91e869f13aaa02453d0936f41985302e6117583b
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 19 20:08:03 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jul 19 20:08:03 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91e869f1
dev-python/pythondialog: Drop 3.3.0
Overshadowed by 3.5.1.
Closes: https://bugs.gentoo.org/732072
Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
dev-python/pythondialog/Manifest | 1 -
dev-python/pythondialog/pythondialog-3.3.0.ebuild | 38 -----------------------
2 files changed, 39 deletions(-)
diff --git a/dev-python/pythondialog/Manifest b/dev-python/pythondialog/Manifest
index ce092d00e84..a0f7d8de19f 100644
--- a/dev-python/pythondialog/Manifest
+++ b/dev-python/pythondialog/Manifest
@@ -1,2 +1 @@
-DIST python3-pythondialog-3.3.0.tar.bz2 1827891 BLAKE2B ef78832972cc2417ecedc797cb95ea10b1fcca4ff1ab2f7db74a9afaefddeedfee8303f2f4b9ff7230f3d2eea305e359f3854112abaefa2a4adf4c801de7ffe0 SHA512 b651593f077f6679be030182ac5f14a02d8bad86206c2733ba8b655d346809a32ea391de91e35101d400c55d9e8ecefaf6f1ba25fec036246186e13530f43a1f
DIST python3-pythondialog-3.5.1.tar.bz2 1418034 BLAKE2B 28dbb76a213d702abd6fb4571ddd28acea0bd9757424e99432aa58c1336fce2aa9b248e4de0631fe34c7ac52b928c8b3dc65afc42a826cc268ca4247be4dafb8 SHA512 f032e425ce1ebac53ade1401e48625b5869497367f788831d08fd22eb3b3b14fa5aebd26fd3681b47222ef0247ebb5c1ead127f111ca296197e258650dd675ad
diff --git a/dev-python/pythondialog/pythondialog-3.3.0.ebuild b/dev-python/pythondialog/pythondialog-3.3.0.ebuild
deleted file mode 100644
index 08b42b40f48..00000000000
--- a/dev-python/pythondialog/pythondialog-3.3.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python3_6 pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="A Python module for making simple text/console-mode user interfaces"
-HOMEPAGE="http://pythondialog.sourceforge.net/"
-SRC_URI="mirror://sourceforge/pythondialog//${PV}/python3-${P}.tar.bz2"
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ppc sparc x86"
-IUSE="doc examples"
-
-RDEPEND="dev-util/dialog"
-DEPEND="doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
-
-python_prepare_all() {
- sed -e "/^ 'sphinx.ext.intersphinx',/d" -i doc/conf.py || die
- distutils-r1_python_prepare_all
-}
-
-python_compile_all() {
- use doc && emake -C doc html
-}
-
-python_install_all() {
- if use examples; then
- dodoc -r examples
- docompress -x /usr/share/doc/${PF}/examples
- fi
- use doc && local HTML_DOCS=( doc/_build/html/. )
-
- distutils-r1_python_install_all
-}
next reply other threads:[~2020-07-19 20:08 UTC|newest]
Thread overview: 33+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-07-19 20:08 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-07-30 8:00 [gentoo-commits] repo/gentoo:master commit in: dev-python/pythondialog/ Pacho Ramos
2023-04-09 17:02 Arthur Zamarin
2023-04-09 17:02 Arthur Zamarin
2023-04-09 17:02 Arthur Zamarin
2022-11-01 10:23 Yixun Lan
2022-05-07 7:45 Michał Górny
2022-05-07 4:33 Sam James
2022-05-07 0:19 Jakov Smolić
2022-05-06 12:48 Jakov Smolić
2022-05-06 12:45 Jakov Smolić
2022-04-01 7:41 Arthur Zamarin
2021-02-13 21:22 Conrad Kostecki
2020-07-19 1:31 Sam James
2020-07-17 15:15 Agostino Sarubbo
2020-07-17 15:09 Agostino Sarubbo
2020-07-13 15:26 Patrice Clement
2020-06-08 7:46 Joonas Niilola
2020-06-08 7:46 Joonas Niilola
2020-06-08 7:46 Joonas Niilola
2020-04-26 15:51 Michał Górny
2020-03-28 21:11 Michał Górny
2020-03-20 9:58 David Seifert
2019-03-21 18:12 Michał Górny
2018-01-29 10:11 Patrice Clement
2017-11-28 20:48 Sergei Trofimovich
2017-09-17 21:09 Matt Turner
2017-09-12 23:02 Matt Turner
2017-07-16 11:08 Tobias Klausmann
2017-07-15 17:25 Tobias Klausmann
2017-07-15 9:43 Sergei Trofimovich
2017-06-23 15:23 Patrice Clement
2015-11-25 21:38 Manuel Rüger
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=1595189283.91e869f13aaa02453d0936f41985302e6117583b.asturm@gentoo \
--to=asturm@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