public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Patrick Lauer" <patrick@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pudb/
Date: Wed, 20 Apr 2016 07:52:15 +0000 (UTC)	[thread overview]
Message-ID: <1461138730.e603c471a2bca73cfba6477e8f91619202498802.patrick@gentoo> (raw)

commit:     e603c471a2bca73cfba6477e8f91619202498802
Author:     Patrick Lauer <patrick <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 20 07:51:37 2016 +0000
Commit:     Patrick Lauer <patrick <AT> gentoo <DOT> org>
CommitDate: Wed Apr 20 07:52:10 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e603c471

dev-python/pudb: Bump

Package-Manager: portage-2.2.28

 dev-python/pudb/Manifest           |  1 +
 dev-python/pudb/pudb-2016.1.ebuild | 21 +++++++++++++++++++++
 2 files changed, 22 insertions(+)

diff --git a/dev-python/pudb/Manifest b/dev-python/pudb/Manifest
index 388a461..b715420 100644
--- a/dev-python/pudb/Manifest
+++ b/dev-python/pudb/Manifest
@@ -4,3 +4,4 @@ DIST pudb-2014.1.tar.gz 46489 SHA256 75453feb20a29c6b40132af658dd58a9eb6e22e27c1
 DIST pudb-2015.1.tar.gz 45079 SHA256 b01e2bb0e74d733ae3c6dca8f5d0fa86b5ebd54243892e890f1b352787e4d024 SHA512 e1378574a0cb6a790466cd0050f78f0bf14743cfabebe6a39e22efe6422859f7c5388b31f0df2136a84048a3f95444bd8cc6885fa93bc60de1e9dd7ffd9f495e WHIRLPOOL be2e98371c776f76bcd539da0bee488f91dd414e01f0078e1bde6133502bbdf5a20eb23e7a7ca1e25c951cb46b4fe7b34a7c6355a465a5afdca0f509f112c582
 DIST pudb-2015.2.tar.gz 45297 SHA256 68499d1c3df2b14a0679ba103e858393fc4f83145614cb41edfa7ce8a9c3c2db SHA512 5338985b8f6a54fb1a19067af57edc5da8e43d7e19299b8f06742311af60ac62fea884fd7fb4fa6ea5c891473cecaddc17e6728943a4abb282359892f128227d WHIRLPOOL 180ba9e8e4f3a492788ccb7135dd4e1912daaa3d83c4e43e7d44d2d98bfb40cad786133e4a0229e65c7813d0d2aab13d5b2f0399e4d51c6539f713b4dc4f5c0f
 DIST pudb-2015.3.tar.gz 46921 SHA256 1e875137a6254e30bbff62d3d0aedcaea74778fdef583035abd9898b3a8a040c SHA512 b702667c5a91656483020bf4332f49082421c69ef8b464e0a4da8ef042a9220fb7cb524dd0bcc43a8b66bb212c4ca44de906e21f8be713f2f6b5d343627541da WHIRLPOOL 2e753caa4b62e04a824293b821c6857bfc15540cdf7035bce8cedc817d52bbf8e146ffca0c3db9e8a5fea243a2b78a8bc5b3ac28e597f808c8a019f2b75984d4
+DIST pudb-2016.1.tar.gz 50111 SHA256 d6c453f553d414c0b656242a12df2d0410db548588ed46f7219237927b157786 SHA512 5e17f48a4c6b6aa56c087b9c7741402d146d83423792bdb1f7606a1e0cb7c4e8e0984a5565ea8474ddcc8414d93cc65415d7b057b856a3faaaba0b9f29ef5921 WHIRLPOOL 85a00ac2de67d5cce8b218affaec96bb6d918181bf142c1a4a2a1d683e8d8d95e8f50b94cd1baef136b55947fbd017eb94cb852dcab51f41832599aba35a1356

diff --git a/dev-python/pudb/pudb-2016.1.ebuild b/dev-python/pudb/pudb-2016.1.ebuild
new file mode 100644
index 0000000..68dfbd5
--- /dev/null
+++ b/dev-python/pudb/pudb-2016.1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
+
+inherit distutils-r1
+
+DESCRIPTION="A full-screen, console-based Python debugger"
+HOMEPAGE="https://pypi.python.org/pypi/pudb"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-interix ~x86-linux"
+
+RDEPEND="dev-python/urwid[${PYTHON_USEDEP}]
+	dev-python/pygments[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+	dev-python/setuptools[${PYTHON_USEDEP}]"


             reply	other threads:[~2016-04-20  7:52 UTC|newest]

Thread overview: 39+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-20  7:52 Patrick Lauer [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-10-26 22:52 [gentoo-commits] repo/gentoo:master commit in: dev-python/pudb/ Tim Harder
2017-01-29 17:15 Fabian Groffen
2017-04-18 16:31 Kacper Kowalik
2017-09-29 16:58 Patrick Lauer
2018-11-11 13:44 Andrey Grozin
2020-03-28 17:07 Michał Górny
2020-03-28 17:07 Michał Górny
2020-06-25 12:53 Patrice Clement
2020-07-17 23:25 Sam James
2021-03-04  9:01 Andrey Grozin
2021-05-06  6:29 Andrey Grozin
2021-05-09  8:23 Michał Górny
2021-05-09  8:23 Michał Górny
2021-05-09  8:23 Michał Górny
2021-05-09 21:03 Michał Górny
2021-10-17  9:13 Michał Górny
2021-10-29  9:16 Michał Górny
2021-11-04 21:15 Sam James
2022-01-07 18:12 Arthur Zamarin
2022-03-14 17:04 Michał Górny
2022-05-16 13:24 Michał Górny
2022-07-20  5:39 Michał Górny
2022-07-20  5:39 Michał Górny
2022-11-04  8:23 Arthur Zamarin
2022-11-04  8:23 Arthur Zamarin
2022-11-05 14:34 Michał Górny
2022-11-14  4:44 Michał Górny
2023-01-27 15:47 Arthur Zamarin
2023-10-27 15:28 Andrey Grozin
2023-12-30 18:32 Michał Górny
2024-01-17  7:41 Michał Górny
2024-04-05  6:19 Andrey Grozin
2024-06-20 18:40 Michał Górny
2024-07-11 11:59 Michał Górny
2024-07-23  3:18 Michał Górny
2024-07-23  3:18 Michał Górny
2024-10-19  6:03 Michał Górny
2024-10-19  6:03 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=1461138730.e603c471a2bca73cfba6477e8f91619202498802.patrick@gentoo \
    --to=patrick@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