diff options
| author | Michał Górny <mgorny@gentoo.org> | 2020-09-21 16:13:14 +0200 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2020-09-21 16:13:14 +0200 |
| commit | 3d1543c549649ecfa597be51cba05522c48a7abc (patch) | |
| tree | 2c9a2632de505ed9ba9b00030153331f98b7716d /dev-python | |
| parent | 15f4692c5a0a8be7d28a8e8e4115a402d8203040 (diff) | |
| download | gentoo-3d1543c549649ecfa597be51cba05522c48a7abc.tar.gz gentoo-3d1543c549649ecfa597be51cba05522c48a7abc.tar.bz2 gentoo-3d1543c549649ecfa597be51cba05522c48a7abc.zip | |
dev-python/whelk: Remove last-rited pkg
Closes: https://bugs.gentoo.org/719656
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
| -rw-r--r-- | dev-python/whelk/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/whelk/metadata.xml | 16 | ||||
| -rw-r--r-- | dev-python/whelk/whelk-2.7.1.ebuild | 21 |
3 files changed, 0 insertions, 38 deletions
diff --git a/dev-python/whelk/Manifest b/dev-python/whelk/Manifest deleted file mode 100644 index 6205bf83bb11..000000000000 --- a/dev-python/whelk/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST whelk-2.7.1.tar.gz 69983 BLAKE2B 4f9e46a91d5a8723b9d3de2a7c8b906e8d693733b6df74427f992d7318910eb74c58b7dd5e6aa08e56bd6c9cd344274d7b240f434d5804ffeb3b0af34b698e60 SHA512 39b73ed09a0d2442cdde5b8bae72805571a172c6acfa3f652c8cb125d3a400f2538fe6534179f95383d321e8975b6127115616372c60c736e8cd8ceba00ef093 diff --git a/dev-python/whelk/metadata.xml b/dev-python/whelk/metadata.xml deleted file mode 100644 index ded56739da1d..000000000000 --- a/dev-python/whelk/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>nicolasbock@gentoo.org</email> - </maintainer> - <longdescription lang="en"> - We all like python for scripting, because it's so much more powerful - than a shell. But sometimes we really need to call a shell command - because it's so much easier than writing yet another library in python - or adding a dependency. - </longdescription> - <upstream> - <remote-id type="github">seveas/whelk</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-python/whelk/whelk-2.7.1.ebuild b/dev-python/whelk/whelk-2.7.1.ebuild deleted file mode 100644 index e71c81a2b823..000000000000 --- a/dev-python/whelk/whelk-2.7.1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python3_6 ) - -inherit distutils-r1 - -DESCRIPTION="Pretending python is a shell" -HOMEPAGE="https://pypi.org/project/whelk/" -SRC_URI="https://github.com/seveas/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -python_test() { - ${EPYTHON} -m unittest discover || die -} |
