summaryrefslogtreecommitdiff
path: root/dev-python/pudb
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
commit1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch)
treee48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-python/pudb
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-python/pudb')
-rw-r--r--dev-python/pudb/Manifest3
-rw-r--r--dev-python/pudb/metadata.xml16
-rw-r--r--dev-python/pudb/pudb-2017.1.4.ebuild20
3 files changed, 0 insertions, 39 deletions
diff --git a/dev-python/pudb/Manifest b/dev-python/pudb/Manifest
deleted file mode 100644
index 037419891f04..000000000000
--- a/dev-python/pudb/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST pudb-2017.1.4.tar.gz 55322 BLAKE2B 9cbcf856e364938b93e882d97556512817eaf9fda81a6b5dcb62f626696ed50ad5434cd238a2a73d90484b8e10a2d25b41d4d151fa066b410ba88b85372559d9 SHA512 7abc4f09eaf0df52f66cfc477e02285c32b1650f92db1e1bbc95cba534acb4bda1b5f853f7a1dd1af61ca7ac0296a10b9082e6c9059af176300b93153d472bc6
-EBUILD pudb-2017.1.4.ebuild 550 BLAKE2B 84bacd3c419fddd9b7eb52b72f3d6fa954d27ecfabc9971d2a14f9ad467c8a2ead726f1640d9c645abac418db899280fb92d0fc9e8c498beb87e902b39ebdecf SHA512 37e7f9139b56aa973eaad7b2e82208c1c908c25c22b4bc7f3248eaf50c227002741755c853de26625d853773f25103e6c4a9ec3ca46d9ee3728aa8d0e477ab62
-MISC metadata.xml 495 BLAKE2B 7cc2da3650908671807f02695e8fd3f1f674a7a591313072bb6b61ec1a7a597f8b6fff2473cc385a9cfe8792be4248cf5e48330f6716dd362f3ab3671f179150 SHA512 21a4c18638b19cef9f1d01f7641be082c20053a0dbd455d2c8a6f5cd41a058224362187c299b96e0735cff6dccb942c060776f17c94d74a47b290ac7f5916b80
diff --git a/dev-python/pudb/metadata.xml b/dev-python/pudb/metadata.xml
deleted file mode 100644
index 9604635e362a..000000000000
--- a/dev-python/pudb/metadata.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>grozin@gentoo.org</email>
- <name>Andrey Grozin</name>
- </maintainer>
- <maintainer type="project">
- <email>python@gentoo.org</email>
- <name>Python</name>
- </maintainer>
- <longdescription>A full-screen, console-based Python debugger</longdescription>
- <upstream>
- <remote-id type="pypi">pudb</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/pudb/pudb-2017.1.4.ebuild b/dev-python/pudb/pudb-2017.1.4.ebuild
deleted file mode 100644
index 46579c224268..000000000000
--- a/dev-python/pudb/pudb-2017.1.4.ebuild
+++ /dev/null
@@ -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.org/project/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}]"