commit: 38b00ab0e149757350a5f80442b07238f4b6303a Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Mon May 5 19:37:51 2025 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Mon May 5 19:38:06 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38b00ab0
sci-ml/pysentencepiece: treeclean Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> sci-ml/pysentencepiece/Manifest | 1 - sci-ml/pysentencepiece/metadata.xml | 11 -------- .../pysentencepiece/pysentencepiece-0.2.0.ebuild | 30 ---------------------- 3 files changed, 42 deletions(-) diff --git a/sci-ml/pysentencepiece/Manifest b/sci-ml/pysentencepiece/Manifest deleted file mode 100644 index c66a30ba660a..000000000000 --- a/sci-ml/pysentencepiece/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST sentencepiece-0.2.0.tar.gz 11980811 BLAKE2B adf28a66de3f6995d31c3b9be6a324614b95f20fe07ea33dd914bcd9d33d123dfee69f80ef7b2a70c3c23700534916caf57ac877e55e5c9d0d671d37372e0aed SHA512 b4214f5bfbe2a0757794c792e87e7c53fda7e65b2511b37fc757f280bf9287ba59b5d630801e17de6058f8292a3c6433211917324cb3446a212a51735402e614 diff --git a/sci-ml/pysentencepiece/metadata.xml b/sci-ml/pysentencepiece/metadata.xml deleted file mode 100644 index c1ecc19d09a6..000000000000 --- a/sci-ml/pysentencepiece/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>[email protected]</email> - <name>Tupone Alfredo</name> - </maintainer> - <upstream> - <remote-id type="github">google/sentencepiece</remote-id> - </upstream> -</pkgmetadata> diff --git a/sci-ml/pysentencepiece/pysentencepiece-0.2.0.ebuild b/sci-ml/pysentencepiece/pysentencepiece-0.2.0.ebuild deleted file mode 100644 index f14d4ada1bbd..000000000000 --- a/sci-ml/pysentencepiece/pysentencepiece-0.2.0.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -DISTUTILS_EXT=1 -PYTHON_COMPAT=( python3_{10..13} ) -inherit distutils-r1 - -MY_PN=${PN:2} -MY_P=${MY_PN}-${PV} - -DESCRIPTION="Text tokenizer for Neural Network-based text generation" -HOMEPAGE="https://github.com/google/sentencepiece" -SRC_URI="https://github.com/google/${MY_PN}/archive/refs/tags/v${PV}.tar.gz - -> ${MY_P}.tar.gz" - -S="${WORKDIR}"/${MY_P}/python - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND="${CATEGORY}/${MY_PN}" -DEPEND="${RDEPEND}" - -python_test() { - ${EPYTHON} test/sentencepiece_test.py || die -}
