summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-09-21 16:13:14 +0200
committerMichał Górny <mgorny@gentoo.org>2020-09-21 16:13:14 +0200
commit3d1543c549649ecfa597be51cba05522c48a7abc (patch)
tree2c9a2632de505ed9ba9b00030153331f98b7716d
parentapp-emulation/libvirt: Fix obsolete package ref (diff)
downloadgentoo-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>
-rw-r--r--dev-python/whelk/Manifest1
-rw-r--r--dev-python/whelk/metadata.xml16
-rw-r--r--dev-python/whelk/whelk-2.7.1.ebuild21
-rw-r--r--profiles/package.mask1
4 files changed, 0 insertions, 39 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
-}
diff --git a/profiles/package.mask b/profiles/package.mask
index eed15982a2ad..a55c37cef2a0 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -616,7 +616,6 @@ dev-python/pygsl
dev-python/python-ntpdshm
dev-python/sphinxcontrib-napoleon
dev-python/textfsm
-dev-python/whelk
# Alfredo Tupone <tupone@gentoo.org> (2020-08-16)
# Ported to py3.8 but not yet released