commit: d05e27ee72158aa69b488cf93e95f3caf62e3082 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu Jan 19 06:16:37 2023 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Jan 19 06:16:37 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d05e27ee
dev-python/lunr: Remove last-rited pkg Closes: https://bugs.gentoo.org/886203 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/lunr/Manifest | 1 - dev-python/lunr/lunr-0.6.2.ebuild | 31 ------------------------------- dev-python/lunr/metadata.xml | 12 ------------ profiles/package.mask | 4 ---- 4 files changed, 48 deletions(-) diff --git a/dev-python/lunr/Manifest b/dev-python/lunr/Manifest deleted file mode 100644 index 1299ac30e9de..000000000000 --- a/dev-python/lunr/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST lunr-0.6.2.tar.gz 45968 BLAKE2B dd9328182f58ff623bf81c5cfdf31e7a8b004f5aa9e64934f09ffda3626143f5dc5ab92339208b886a91e00100cff65295b65d416faa3f38bbe4fe6c39299826 SHA512 6b7c29d30a8a64b71246ff884e473cceeef5e00e382ad54474e7855dcafcf3817dcc14c29c1bb2eb3371f1cb5ab1485a7840dbe41d345a4503294052aa9cd644 diff --git a/dev-python/lunr/lunr-0.6.2.ebuild b/dev-python/lunr/lunr-0.6.2.ebuild deleted file mode 100644 index 1b524b3bb3d7..000000000000 --- a/dev-python/lunr/lunr-0.6.2.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{9..10} ) -DISTUTILS_USE_PEP517=setuptools - -inherit distutils-r1 - -DESCRIPTION="A Python implementation of Lunr.js" -HOMEPAGE="https://github.com/yeraydiazdiaz/lunr.py" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 x86" - -RDEPEND="dev-python/nltk[${PYTHON_USEDEP}]" - -BDEPEND=" - test? ( - dev-python/mock[${PYTHON_USEDEP}] - )" - -distutils_enable_tests pytest - -EPYTEST_DESELECT=( - tests/acceptance_tests - tests/test_stemmer -) diff --git a/dev-python/lunr/metadata.xml b/dev-python/lunr/metadata.xml deleted file mode 100644 index 388a29f37a98..000000000000 --- a/dev-python/lunr/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>[email protected]</email> - </maintainer> - <stabilize-allarches/> - <upstream> - <remote-id type="github">lepture/python-livereload</remote-id> - <remote-id type="pypi">lunr</remote-id> - </upstream> -</pkgmetadata> diff --git a/profiles/package.mask b/profiles/package.mask index 0bfab4be4f17..ec154a9f72c4 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -859,11 +859,7 @@ games-puzzle/mindless # via LICENSE=all-rights-reserved + RESTRICT=bindist but this # is not a feasible long-term solution. # -# dev-python/lunr is the only revdep and has no reverse dependencies -# itself. -# # Removal on 2023-01-15. Bug #886203. -dev-python/lunr dev-python/nltk dev-python/nltk-data
