diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2021-07-08 12:25:30 +0200 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2021-07-08 13:07:55 +0200 |
commit | a504b54013234f3afdd860c648a875f17b7e283f (patch) | |
tree | 18985938c1612b646bcb983cd94cbf7144f17232 /dev-python/lunr | |
parent | dev-python/exdown: cleanup old (diff) | |
download | gentoo-a504b54013234f3afdd860c648a875f17b7e283f.tar.gz gentoo-a504b54013234f3afdd860c648a875f17b7e283f.tar.bz2 gentoo-a504b54013234f3afdd860c648a875f17b7e283f.zip |
dev-python/lunr: cleanup old
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python/lunr')
-rw-r--r-- | dev-python/lunr/Manifest | 2 | ||||
-rw-r--r-- | dev-python/lunr/lunr-0.5.8.ebuild | 40 | ||||
-rw-r--r-- | dev-python/lunr/lunr-0.5.9.ebuild | 36 |
3 files changed, 0 insertions, 78 deletions
diff --git a/dev-python/lunr/Manifest b/dev-python/lunr/Manifest index 05e908798284..1d83c31e7356 100644 --- a/dev-python/lunr/Manifest +++ b/dev-python/lunr/Manifest @@ -1,3 +1 @@ -DIST lunr-0.5.8.tar.gz 834919 BLAKE2B 970cc12fb30bc849d4ef846818f93fa7b7701b1155c9b7880f3a63384a8f353c760be5dc6c37188db656e7424715aa854f20615ae652b0a5c9e656871be490af SHA512 90c279b9e91744f19c4a155947526bff749aee5d727bc38cc36ee05228a6624419a54bef4214e8195a69abcf1a5b40b29c4fa8b14bece0befbde02d13af969ac -DIST lunr-0.5.9.tar.gz 837871 BLAKE2B 988d4b6a59a868b2e06d5454dd1e4932981328ddfc6312027f22dd11228547c6ab21c096f3e673ea5aee0745fcd718ac805bc2067b834ed64841a8592f4317c1 SHA512 e2efa0b22af79140befe9d16e8f9fd3cd57f5413b466447eecb9a21ad2f50a6b31f27510bc7558662f418023290350730e6517b202b9d5ae06428ccdac12ebd9 DIST lunr-0.6.0.tar.gz 839533 BLAKE2B fce81bfe0e12138b8ab335ecec828ac18be13f0d9f823218de11d701c4d44f54c06360c4c8f1c96fd36b634094b6f10bd964c9d4e154dc208cad1f36e4b32f47 SHA512 2067c34c12f77ab0fb32c7f800ea3c647a1073c061a14f2b72b2b95fc8d624429aa37e85992eee5d5b24add179eab1d81af52af09f0db67d6cae459a5faa0925 diff --git a/dev-python/lunr/lunr-0.5.8.ebuild b/dev-python/lunr/lunr-0.5.8.ebuild deleted file mode 100644 index fdf8b17158ab..000000000000 --- a/dev-python/lunr/lunr-0.5.8.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7,8} ) - -DOCS_BUILDER="mkdocs" - -inherit distutils-r1 docs - -DESCRIPTION="A Python implementation of Lunr.js" -HOMEPAGE="https://github.com/yeraydiazdiaz/lunr.py" -SRC_URI="https://github.com/yeraydiazdiaz/lunr.py/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 x86" - -RDEPEND=" - dev-python/future[${PYTHON_USEDEP}] - dev-python/nltk[${PYTHON_USEDEP}] - dev-python/six[${PYTHON_USEDEP}] -" - -BDEPEND="test? ( - dev-python/mock[${PYTHON_USEDEP}] -)" - -S="${WORKDIR}/${PN}.py-${PV}" - -distutils_enable_tests pytest - -python_prepare_all() { - # Tests in this subdir all fail - # Command '['node', '/var/tmp/portage/dev-python/lunr-0.5.8/work/lunr.py-0.5.8/tests/acceptance_tests/javascript/mkdocs_load_serialized_index_and_search.js', '/var/tmp/portage/dev-python/lunr-0.5.8/temp/tmpldbff36d', 'plugins']' returned non-zero exit status 1. - rm -r tests/acceptance_tests || die - - distutils-r1_python_prepare_all -} diff --git a/dev-python/lunr/lunr-0.5.9.ebuild b/dev-python/lunr/lunr-0.5.9.ebuild deleted file mode 100644 index 9db4e0eead72..000000000000 --- a/dev-python/lunr/lunr-0.5.9.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7,8,9} ) - -DOCS_BUILDER="mkdocs" - -inherit distutils-r1 docs - -DESCRIPTION="A Python implementation of Lunr.js" -HOMEPAGE="https://github.com/yeraydiazdiaz/lunr.py" -SRC_URI="https://github.com/yeraydiazdiaz/lunr.py/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND="dev-python/nltk[${PYTHON_USEDEP}]" - -BDEPEND="test? ( - dev-python/mock[${PYTHON_USEDEP}] -)" - -S="${WORKDIR}/${PN}.py-${PV}" - -distutils_enable_tests pytest - -python_prepare_all() { - # Tests in this subdir all fail - # Command '['node', '/var/tmp/portage/dev-python/lunr-0.5.8/work/lunr.py-0.5.8/tests/acceptance_tests/javascript/mkdocs_load_serialized_index_and_search.js', '/var/tmp/portage/dev-python/lunr-0.5.8/temp/tmpldbff36d', 'plugins']' returned non-zero exit status 1. - rm -r tests/acceptance_tests || die - - distutils-r1_python_prepare_all -} |