diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-09-23 10:22:15 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-09-23 10:22:15 +0100 |
commit | 8b4ace9c50842c5b83401ea7b179dcab940387e1 (patch) | |
tree | 230f3135ceaace633cf93e9838b185c4a6664c2e /dev-python/whelk | |
parent | 9ee6d97c2883d42f204a533a8bc1f4562df778fb (diff) |
gentoo resync : 23.09.2020
Diffstat (limited to 'dev-python/whelk')
-rw-r--r-- | dev-python/whelk/Manifest | 3 | ||||
-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, 40 deletions
diff --git a/dev-python/whelk/Manifest b/dev-python/whelk/Manifest deleted file mode 100644 index ac2bc5eb039a..000000000000 --- a/dev-python/whelk/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST whelk-2.7.1.tar.gz 69983 BLAKE2B 4f9e46a91d5a8723b9d3de2a7c8b906e8d693733b6df74427f992d7318910eb74c58b7dd5e6aa08e56bd6c9cd344274d7b240f434d5804ffeb3b0af34b698e60 SHA512 39b73ed09a0d2442cdde5b8bae72805571a172c6acfa3f652c8cb125d3a400f2538fe6534179f95383d321e8975b6127115616372c60c736e8cd8ceba00ef093 -EBUILD whelk-2.7.1.ebuild 442 BLAKE2B 2f0d3767d902750001d3a3d718a5d094fa0ee8b8c1efd1e470442ed220967a2376acbda39c4289430de128f4a5d1f3b48cdc6bc1f15ef863b0bc4289a48cf052 SHA512 b15876094c0c5e9340186c355eeb5fb872f2c740ac3f48844f44e4a9d8d8658143af35b819fd0bd3b7064b26b24ba271a5c327199486966340cd555dc2932c48 -MISC metadata.xml 587 BLAKE2B 341a300a9428d4278f6b0ec8ae8c9ae870f3ebca5a3e61b2cea397f6384bbf92d5bb458750fa873a1bf4d205c424ecea755d4240e81cbbc5eaa6a653f356c869 SHA512 be2a88aa8dd546cee251a9ae1214580da143b954f7bcbf9fed60ac6b6b54957b7393669aac237831c2b0bb6135e24258a9032d263f0fa6a1c559857c65d45139 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 -} |