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 6570A13835A for ; Mon, 8 Jun 2020 07:46:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7FD1BE08A4; Mon, 8 Jun 2020 07:46:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 54C45E08A4 for ; Mon, 8 Jun 2020 07:46:11 +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 E135E34F3F0 for ; Mon, 8 Jun 2020 07:46:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C4FB9292 for ; Mon, 8 Jun 2020 07:46:05 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1591602319.eac5864f67363bf4b725a6b0ec2dc9cb6c27f9f7.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pythondialog/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pythondialog/Manifest dev-python/pythondialog/metadata.xml dev-python/pythondialog/pythondialog-3.5.1.ebuild X-VCS-Directories: dev-python/pythondialog/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: eac5864f67363bf4b725a6b0ec2dc9cb6c27f9f7 X-VCS-Branch: master Date: Mon, 8 Jun 2020 07:46:05 +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: 585fd6be-d89d-4171-97a9-c63d7d840c9f X-Archives-Hash: c89fa779b6bbfc303eefb281c1f4e33b commit: eac5864f67363bf4b725a6b0ec2dc9cb6c27f9f7 Author: Amel Hodzic gmail com> AuthorDate: Mon Jun 8 06:52:03 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Mon Jun 8 07:45:19 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eac5864f dev-python/pythondialog: vbump 3.5.1 * Adds python3_{6,7,8} support Closes: https://bugs.gentoo.org/719498 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Amel Hodzic gmail.com> Closes: https://github.com/gentoo/gentoo/pull/15743 Signed-off-by: Joonas Niilola gentoo.org> dev-python/pythondialog/Manifest | 1 + dev-python/pythondialog/metadata.xml | 8 +++++- dev-python/pythondialog/pythondialog-3.5.1.ebuild | 33 +++++++++++++++++++++++ 3 files changed, 41 insertions(+), 1 deletion(-) diff --git a/dev-python/pythondialog/Manifest b/dev-python/pythondialog/Manifest index a08003d4aff..3ca0b7e3a0a 100644 --- a/dev-python/pythondialog/Manifest +++ b/dev-python/pythondialog/Manifest @@ -1,2 +1,3 @@ DIST python3-pythondialog-3.3.0.tar.bz2 1827891 BLAKE2B ef78832972cc2417ecedc797cb95ea10b1fcca4ff1ab2f7db74a9afaefddeedfee8303f2f4b9ff7230f3d2eea305e359f3854112abaefa2a4adf4c801de7ffe0 SHA512 b651593f077f6679be030182ac5f14a02d8bad86206c2733ba8b655d346809a32ea391de91e35101d400c55d9e8ecefaf6f1ba25fec036246186e13530f43a1f DIST python3-pythondialog-3.4.0.tar.bz2 1415324 BLAKE2B 1135df25b988dfaacd45a68dd918409e001719f92436e9e88fcf1a66e9ba70f03fdef1b86ebb80ca6a1c02006353ed3f9df998a5bfaacb9505d6e8a96a37d5d9 SHA512 a810128459133c4e416f4b04b8dd98b2230f046b8762e6b29c4e02e1458fa96029d37137a71cc01aee292106867a6f30026941ed1f727b7e48cbe976d96d7ed4 +DIST python3-pythondialog-3.5.1.tar.bz2 1418034 BLAKE2B 28dbb76a213d702abd6fb4571ddd28acea0bd9757424e99432aa58c1336fce2aa9b248e4de0631fe34c7ac52b928c8b3dc65afc42a826cc268ca4247be4dafb8 SHA512 f032e425ce1ebac53ade1401e48625b5869497367f788831d08fd22eb3b3b14fa5aebd26fd3681b47222ef0247ebb5c1ead127f111ca296197e258650dd675ad diff --git a/dev-python/pythondialog/metadata.xml b/dev-python/pythondialog/metadata.xml index e657e44db07..d39132dbf3a 100644 --- a/dev-python/pythondialog/metadata.xml +++ b/dev-python/pythondialog/metadata.xml @@ -1,7 +1,13 @@ - + + ilmostro7@gmail.com + + + proxy-maint@gentoo.org + Proxy Maintainers + pythondialog python2-pythondialog diff --git a/dev-python/pythondialog/pythondialog-3.5.1.ebuild b/dev-python/pythondialog/pythondialog-3.5.1.ebuild new file mode 100644 index 00000000000..fa6f747f876 --- /dev/null +++ b/dev-python/pythondialog/pythondialog-3.5.1.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6,7,8} 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" + +RDEPEND="dev-util/dialog" + +distutils_enable_sphinx doc + +python_prepare_all() { + distutils-r1_python_prepare_all + sed -e "/^ 'sphinx.ext.intersphinx',/d" -i doc/conf.py || die +} + +python_install_all() { + # examples disabled in EAPI6, so we do this manually + dodoc -r examples + docompress -x /usr/share/doc/${PF}/examples + default +}