mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-29 22:28:08 -07:00
dev-python/pudb: Clean old up
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST pudb-2016.2.tar.gz 51136 BLAKE2B 064bfe2007a126c53ec68a8573397ba24558eeb6a2797e203922c38dcb6d26524000d7bc90e8e1579966b7c4a3d28bb8b4e76c504820ffd5a8620e5e088a55aa SHA512 169ee8582b4e23745eea92b50486dedd2dd0decf57b6af226d462bb6d410fb3ef984e21e4a823ae14e6c52d73d765d846a060c03c9b73ca726064aa551848161
|
||||
DIST pudb-2017.1.4.tar.gz 55322 BLAKE2B 9cbcf856e364938b93e882d97556512817eaf9fda81a6b5dcb62f626696ed50ad5434cd238a2a73d90484b8e10a2d25b41d4d151fa066b410ba88b85372559d9 SHA512 7abc4f09eaf0df52f66cfc477e02285c32b1650f92db1e1bbc95cba534acb4bda1b5f853f7a1dd1af61ca7ac0296a10b9082e6c9059af176300b93153d472bc6
|
||||
|
||||
@@ -1,20 +0,0 @@
|
||||
# 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