public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Manuel Rüger" <mrueg@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pythondialog/
Date: Wed, 25 Nov 2015 21:38:42 +0000 (UTC)	[thread overview]
Message-ID: <1448487494.4f9a8705b102672db068b5439761961e140a62f3.mrueg@gentoo> (raw)

commit:     4f9a8705b102672db068b5439761961e140a62f3
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 25 21:38:14 2015 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Wed Nov 25 21:38:14 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f9a8705

dev-python/pythondialog: Add version that supports python2

Package-Manager: portage-2.2.26

 dev-python/pythondialog/Manifest                   |  1 +
 .../pythondialog/pythondialog-3.3.0-r200.ebuild    | 38 ++++++++++++++++++++++
 2 files changed, 39 insertions(+)

diff --git a/dev-python/pythondialog/Manifest b/dev-python/pythondialog/Manifest
index a7df16b..0fc60b7 100644
--- a/dev-python/pythondialog/Manifest
+++ b/dev-python/pythondialog/Manifest
@@ -1,2 +1,3 @@
+DIST python2-pythondialog-3.3.0.tar.gz 1906527 SHA256 3e6f593fead98f8a526bc3e306933533236e33729f552f52896ea504f55313fa SHA512 65ce7f9305e20b0c5e0d4588a241e0f14907ecad64f8a6bb3899a2d6e0245fdd848a8c4fb1da3465f03810a1e408fa97c46d9ec082c4ebba0c04a41293a23ea8 WHIRLPOOL 5fc43839b302956a42110e0d2e64bfb9f9b5ccada90cb69579afbb1211b7f117233a25f5bbb970c8b5033413c5c274e27c689e72c83a5887307fa11abc4dc6b8
 DIST python3-pythondialog-3.2.2.tar.bz2 1412368 SHA256 bb104bd0512f9eda046b0cda53b5607d68de72b585cd8d5a1eebd549d8f2af99 SHA512 58b84c0dd7b71ec9d1e60c4802cfc8e6cc72f79b8b6accd387553c685a92367d242746065bac6cb1c9d501ac291d9307cb2bb6b26694e9f24a3c5d6637a5bb8e WHIRLPOOL 8e899f910eaaa5112403aed8adcd2e8fc9db371a5023bafdb5d2645b2ade716710b1c826d9208055fc510e8777751f8a43ef501db11c04827b93cb3040f4d793
 DIST python3-pythondialog-3.3.0.tar.bz2 1827891 SHA256 e4ace5b09d712992b7327249e375e49608127666679b2ca9fd48141e218ec998 SHA512 b651593f077f6679be030182ac5f14a02d8bad86206c2733ba8b655d346809a32ea391de91e35101d400c55d9e8ecefaf6f1ba25fec036246186e13530f43a1f WHIRLPOOL 267a2ee4215fd53d7faaf88a02ee544e88eafdd5b1f4c45c4ba535fe46dbed41a1ebae72b0dae00fedb30cfb1fcd245e0439077f538d128137e8c8caca6bba70

diff --git a/dev-python/pythondialog/pythondialog-3.3.0-r200.ebuild b/dev-python/pythondialog/pythondialog-3.3.0-r200.ebuild
new file mode 100644
index 0000000..e1f504e
--- /dev/null
+++ b/dev-python/pythondialog/pythondialog-3.3.0-r200.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 pypy )
+
+inherit distutils-r1
+
+DESCRIPTION="A Python module for making simple text/console-mode user interfaces"
+HOMEPAGE="http://pythondialog.sourceforge.net/ https://pypi.python.org/pypi/python2-pythondialog"
+SRC_URI="mirror://pypi/${PN:0:1}/python2-${PN}/python2-${P}.tar.gz"
+
+LICENSE="LGPL-2"
+SLOT="python-2"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
+IUSE="doc examples"
+
+RDEPEND="dev-util/dialog"
+DEPEND="doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
+
+S=${WORKDIR}/python2-${P}
+
+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() {
+	use examples && local EXAMPLES=( examples/. )
+	use doc && local HTML_DOCS=( doc/_build/html/. )
+
+	distutils-r1_python_install_all
+}


             reply	other threads:[~2015-11-25 21:38 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-25 21:38 Manuel Rüger [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-06-23 15:23 [gentoo-commits] repo/gentoo:master commit in: dev-python/pythondialog/ Patrice Clement
2017-07-15  9:43 Sergei Trofimovich
2017-07-15 17:25 Tobias Klausmann
2017-07-16 11:08 Tobias Klausmann
2017-09-12 23:02 Matt Turner
2017-09-17 21:09 Matt Turner
2017-11-28 20:48 Sergei Trofimovich
2018-01-29 10:11 Patrice Clement
2019-03-21 18:12 Michał Górny
2020-03-20  9:58 David Seifert
2020-03-28 21:11 Michał Górny
2020-04-26 15:51 Michał Górny
2020-06-08  7:46 Joonas Niilola
2020-06-08  7:46 Joonas Niilola
2020-06-08  7:46 Joonas Niilola
2020-07-13 15:26 Patrice Clement
2020-07-17 15:09 Agostino Sarubbo
2020-07-17 15:15 Agostino Sarubbo
2020-07-19  1:31 Sam James
2020-07-19 20:08 Andreas Sturmlechner
2021-02-13 21:22 Conrad Kostecki
2022-04-01  7:41 Arthur Zamarin
2022-05-06 12:45 Jakov Smolić
2022-05-06 12:48 Jakov Smolić
2022-05-07  0:19 Jakov Smolić
2022-05-07  4:33 Sam James
2022-05-07  7:45 Michał Górny
2022-11-01 10:23 Yixun Lan
2023-04-09 17:02 Arthur Zamarin
2023-04-09 17:02 Arthur Zamarin
2023-04-09 17:02 Arthur Zamarin
2024-07-30  8:00 Pacho Ramos

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=1448487494.4f9a8705b102672db068b5439761961e140a62f3.mrueg@gentoo \
    --to=mrueg@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