mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-11 08:03:16 -04:00
dev-python/simplemma: new package
Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Shaoyu Tseng <shaoyu0209@tuta.io>
This commit is contained in:
1
dev-python/simplemma/Manifest
Normal file
1
dev-python/simplemma/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST v0.3.0.tar.gz 44610556 BLAKE2B e82434ebfa15f2a4ec0cbb7a9ce281c198053a41b707561dfb1a59c217c03242dede9f3239a725893c22797f8781a68e030a0f769c3c2ec0a10efbd8dfe749a9 SHA512 c1a6f5d94098dd87eb992c301e8afbd2257b466571bca636c6815c9b5150f8e606ae7791652d34719383b356c0a1d5aa5311d266a4df6ebcb7f23402bbe65e2c
|
||||
12
dev-python/simplemma/metadata.xml
Normal file
12
dev-python/simplemma/metadata.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM 'http://www.gentoo.org/dtd/metadata.dtd'>
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>shaoyu0209@tuta.io</email>
|
||||
<name>Shaoyu Tseng</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="pypi">simplemma</remote-id>
|
||||
<remote-id type="github">adbar/simplemma</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
17
dev-python/simplemma/simplemma-0.3.0.ebuild
Normal file
17
dev-python/simplemma/simplemma-0.3.0.ebuild
Normal file
@@ -0,0 +1,17 @@
|
||||
# Copyright 2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{8,9} pypy3 )
|
||||
DISTUTILS_USE_SETUPTOOLS=bdepend
|
||||
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"
|
||||
DEPEND=""
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||
Reference in New Issue
Block a user