From b7e00f849f9604ffe1bd232015478b0689503424 Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Sat, 28 Mar 2020 15:07:45 +0100 Subject: [PATCH] dev-python/lunr: A Python implementation of Lunr.js Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Andrew Ammerlaan Signed-off-by: Joonas Niilola --- dev-python/lunr/Manifest | 1 + dev-python/lunr/lunr-0.5.6.ebuild | 36 +++++++++++++++++++++++++++++++ dev-python/lunr/metadata.xml | 15 +++++++++++++ 3 files changed, 52 insertions(+) create mode 100644 dev-python/lunr/Manifest create mode 100644 dev-python/lunr/lunr-0.5.6.ebuild create mode 100644 dev-python/lunr/metadata.xml diff --git a/dev-python/lunr/Manifest b/dev-python/lunr/Manifest new file mode 100644 index 000000000000..61568bfc7763 --- /dev/null +++ b/dev-python/lunr/Manifest @@ -0,0 +1 @@ +DIST lunr-0.5.6.tar.gz 43815 BLAKE2B 0d68dc098a71c1fdaaddee80605fc63a0d30492b6e329cd8f963dc740bc40fc79959bf20b159af6b88c4eb2736db6793c6fea5b74968f74923741f220a372a89 SHA512 48167c90ac1351fd3aeaefbead752d8b96b941e79edb33a4232ac588a2fa54775972c883564ea23e3d58f3f5a94ee448c27049f4410016032f5a8f36aa4c6709 diff --git a/dev-python/lunr/lunr-0.5.6.ebuild b/dev-python/lunr/lunr-0.5.6.ebuild new file mode 100644 index 000000000000..09cb1c5d1390 --- /dev/null +++ b/dev-python/lunr/lunr-0.5.6.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6,7} ) + +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/future[${PYTHON_USEDEP}] + dev-python/nltk[${PYTHON_USEDEP}] + dev-python/six[${PYTHON_USEDEP}] +" + +DEPEND="test? ( + dev-python/mock[${PYTHON_USEDEP}] +)" + +distutils_enable_tests pytest + +python_prepare_all() { + # No such file or directory: '/var/tmp/portage/dev-python/lunr-0.5.6/work/lunr-0.5.6/tests/fixtures/stemming_vocab.json' + # file missing in pypi release tarball + sed -i -e 's:test_reduces_words_to_their_stem:_&:' tests/test_stemmer.py || die + + distutils-r1_python_prepare_all +} diff --git a/dev-python/lunr/metadata.xml b/dev-python/lunr/metadata.xml new file mode 100644 index 000000000000..5a0914daffe9 --- /dev/null +++ b/dev-python/lunr/metadata.xml @@ -0,0 +1,15 @@ + + + + + andrewammerlaan@riseup.net + Andrew Ammerlaan + + + proxy-maint@gentoo.org + Proxy Maintainers + + + lepture/python-livereload + + -- 2.26.2