mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-16 02:23:16 -04:00
dev-python/simplemma: add 0.5.0
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST simplemma-0.3.0.tar.gz 44610556 BLAKE2B e82434ebfa15f2a4ec0cbb7a9ce281c198053a41b707561dfb1a59c217c03242dede9f3239a725893c22797f8781a68e030a0f769c3c2ec0a10efbd8dfe749a9 SHA512 c1a6f5d94098dd87eb992c301e8afbd2257b466571bca636c6815c9b5150f8e606ae7791652d34719383b356c0a1d5aa5311d266a4df6ebcb7f23402bbe65e2c
|
||||
DIST simplemma-0.5.0.tar.gz 63727628 BLAKE2B f7f3ace8fa2923a89268a37452b698d3c0ec33cc4239476625b443ea3b6a6d343e187de8c033c908b552f805cf2c0912ed9035af46247ef59f94b24b510f5081 SHA512 93f609c2c4b94dfbf812c0933b25e069ab916d7a45c61d0c16c7ed7b5146f555957da736e4d1e6cd8d23386e8673161c5d77ffb538d040113f330dbe8536b1cc
|
||||
|
||||
19
dev-python/simplemma/simplemma-0.5.0.ebuild
Normal file
19
dev-python/simplemma/simplemma-0.5.0.ebuild
Normal file
@@ -0,0 +1,19 @@
|
||||
# Copyright 2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="A simple multilingual lemmatizer for Python."
|
||||
HOMEPAGE="https://github.com/adbar/simplemma https://pypi.org/project/simplemma/"
|
||||
SRC_URI="https://github.com/adbar/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||
|
||||
DOCS=( HISTORY.rst README.rst )
|
||||
|
||||
distutils_enable_tests pytest
|
||||
Reference in New Issue
Block a user