mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
dev-python/pudb: Bump
Package-Manager: Portage-2.3.10, Repoman-2.3.3
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST pudb-2016.2.tar.gz 51136 SHA256 e958d7f7b1771cf297714e95054075df3b2a47455d7a740be4abbbd41289505a SHA512 169ee8582b4e23745eea92b50486dedd2dd0decf57b6af226d462bb6d410fb3ef984e21e4a823ae14e6c52d73d765d846a060c03c9b73ca726064aa551848161 WHIRLPOOL 6c9f18e5725eb056185f3c84c11ec12340935eb3f1c1e57c8059914ac097e11f17053ae9500e502c07f8439abb35d70b7f2125fcccb443c74d30d129c5494da7
|
||||
DIST pudb-2017.1.4.tar.gz 55322 SHA256 aac8cb5008402e0189055f0288d9379c855c8506ab70f4c47cc7459925fa348a SHA512 7abc4f09eaf0df52f66cfc477e02285c32b1650f92db1e1bbc95cba534acb4bda1b5f853f7a1dd1af61ca7ac0296a10b9082e6c9059af176300b93153d472bc6 WHIRLPOOL 6d11a211f3bf6cbb847e6bb5ef67e4125f6cc360eb9fceefb6184a95db0c33459dec9303b1b32f2893083bb6e333b92861294910271b9b1d7cf67c7458bd65dc
|
||||
|
||||
20
dev-python/pudb/pudb-2017.1.4.ebuild
Normal file
20
dev-python/pudb/pudb-2017.1.4.ebuild
Normal file
@@ -0,0 +1,20 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="6"
|
||||
PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
|
||||
|
||||
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-linux"
|
||||
|
||||
RDEPEND="dev-python/urwid[${PYTHON_USEDEP}]
|
||||
dev-python/pygments[${PYTHON_USEDEP}]"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
Reference in New Issue
Block a user