summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-10-20 17:42:24 +0200
committerMichał Górny <mgorny@gentoo.org>2020-10-20 17:52:14 +0200
commit4fef130f7ac1f1b34d1f421b8a7b7919608642c2 (patch)
tree383d849d0ae6035307afeb14fe080f18e88fd209 /dev-python
parentgnome-base/libgnome: Remove last-rited pkg (diff)
downloadgentoo-4fef130f7ac1f1b34d1f421b8a7b7919608642c2.tar.gz
gentoo-4fef130f7ac1f1b34d1f421b8a7b7919608642c2.tar.bz2
gentoo-4fef130f7ac1f1b34d1f421b8a7b7919608642c2.zip
dev-python/ttystatus: Remove last-rited pkg
Closes: https://bugs.gentoo.org/743721 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/ttystatus/Manifest1
-rw-r--r--dev-python/ttystatus/metadata.xml5
-rw-r--r--dev-python/ttystatus/ttystatus-0.36.ebuild22
3 files changed, 0 insertions, 28 deletions
diff --git a/dev-python/ttystatus/Manifest b/dev-python/ttystatus/Manifest
deleted file mode 100644
index e531933fee8e..000000000000
--- a/dev-python/ttystatus/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST ttystatus-0.36.tar.gz 30766 BLAKE2B 4fbb298a86472305a01ed7a8a41cbbea3f0e1677c8f5b349e71631d3474a59cbd65d114f55ad64339804ecb97bfc3e745cd93d09bc110c2c32f53404f898ecd8 SHA512 0005d18834eca702e4c96ab85216e3bb06fadf58555641405b2657b9f296b750d1084947d1a39c4e2c0bf0711ff859df06f1e859d6e82af41d2945e980529dcc
diff --git a/dev-python/ttystatus/metadata.xml b/dev-python/ttystatus/metadata.xml
deleted file mode 100644
index 7a38bb900964..000000000000
--- a/dev-python/ttystatus/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
-</pkgmetadata>
diff --git a/dev-python/ttystatus/ttystatus-0.36.ebuild b/dev-python/ttystatus/ttystatus-0.36.ebuild
deleted file mode 100644
index a593d8c2a581..000000000000
--- a/dev-python/ttystatus/ttystatus-0.36.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7} )
-PYTHON_REQ_USE="ncurses"
-
-inherit distutils-r1
-
-DESCRIPTION="Terminal progress bar and status output for command line"
-HOMEPAGE="https://liw.fi/ttystatus/"
-SRC_URI="http://git.liw.fi/${PN}/snapshot/${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 sparc x86"
-IUSE=""
-
-python_test() {
- "${EPYTHON}" -m unittest discover -v -p '*_tests.py' || die
-}