mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 20:43:38 +02:00
youtokentome-1.0.6.ebuild
This commit is contained in:
parent
771fbbb956
commit
6c1033c994
2 changed files with 26 additions and 0 deletions
1
dev-python/youtokentome/Manifest
Normal file
1
dev-python/youtokentome/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST youtokentome-1.0.6.tar.gz 86742 BLAKE2B 6c024fbce7130378d43c771ba0610842be42b74e2bea31385c2a8a8a9d1f9398273a9dd1185ea2f4c9ad7b2bf7ed61f6e43c4ffad509342f0a17060764fd4fb3 SHA512 4e9a35ec233c91946aa01d8a7f354d8227e5ae4065738b884c2a2522e5c5ebd1283c51a2fb99ce4b144cff1bef9762d38e2c6ed484a1e21256c1c4e8dcada3f9
|
||||
25
dev-python/youtokentome/youtokentome-1.0.6.ebuild
Normal file
25
dev-python/youtokentome/youtokentome-1.0.6.ebuild
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
# https://projects.gentoo.org/python/guide/distutils.html#pep-517-build-systems
|
||||
#DISTUTILS_USE_PEP517=poetry
|
||||
PYTHON_COMPAT=( python3_{10..11} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Unsupervised text tokenizer focused on computational efficiency"
|
||||
HOMEPAGE="https://github.com/vkcom/youtokentome"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE=""
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~arm64 x86"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND="dev-python/click[${PYTHON_USEDEP}]"
|
||||
DEPEND="${RDEPEND}"
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
||||
distutils_enable_tests pytest
|
||||
Loading…
Reference in a new issue