app-misc/vocabsieve: treeclean

Closes: https://bugs.gentoo.org/921157
Signed-off-by: David Roman <davidroman96@gmail.com>
This commit is contained in:
David Roman
2026-04-04 01:52:59 +02:00
parent 35c7c49908
commit 89e5c6fbb9
4 changed files with 0 additions and 58 deletions

View File

@@ -1 +0,0 @@
DIST vocabsieve-0.12.2.tar.gz 391916 BLAKE2B 00f3af7716aa2dfdd86fccf5a9ad79a874d2ceddfefc7eee17950bcb52a7a322b92b9c040ed0182be3c9cdc103d8aad454c80f822fff3feac89f9acfae33040a SHA512 b96fff8b57cf6caeeafceac9e65896c56d314d7a09630e491d26f771a288af46416000f800c7dcf03dc5ac4b3e4142ab0bea18da7bcd3195acb6cd8ae01eec67

View File

@@ -1,12 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM 'https://www.gentoo.org/dtd/metadata.dtd'>
<pkgmetadata>
<maintainer type="person">
<email>dev@notyourcomputer.net</email>
<name>Shaoyu Tseng</name>
</maintainer>
<upstream>
<remote-id type="pypi">vocabsieve</remote-id>
<remote-id type="github">FreeLanguageTools/vocabsieve</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -1,44 +0,0 @@
# Copyright 2021-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_11 )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="A simple, effective tool for language learning"
HOMEPAGE="https://github.com/FreeLanguageTools/vocabsieve/ https://pypi.org/project/vocabsieve/"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
dev-python/pyqt5[${PYTHON_USEDEP},multimedia]
dev-python/loguru[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
dev-python/simplemma[${PYTHON_USEDEP}]
dev-python/beautifulsoup4[${PYTHON_USEDEP}]
dev-python/lxml[${PYTHON_USEDEP}]
dev-python/flask[${PYTHON_USEDEP}]
dev-python/pysubs2[${PYTHON_USEDEP}]
dev-python/bidict[${PYTHON_USEDEP}]
dev-python/pystardict[${PYTHON_USEDEP}]
dev-python/pymorphy3[${PYTHON_USEDEP}]
dev-python/pymorphy3-dicts-ru[${PYTHON_USEDEP}]
dev-python/pymorphy3-dicts-uk[${PYTHON_USEDEP}]
dev-python/pyqtdarktheme[${PYTHON_USEDEP}]
dev-python/charset-normalizer[${PYTHON_USEDEP}]
dev-python/EbookLib[${PYTHON_USEDEP}]
dev-python/sentence-splitter[${PYTHON_USEDEP}]
dev-python/mobi[${PYTHON_USEDEP}]
dev-python/SLPP[${PYTHON_USEDEP}]
dev-python/markdown[${PYTHON_USEDEP}]
dev-python/markdownify[${PYTHON_USEDEP}]
dev-python/readmdict[${PYTHON_USEDEP}]
dev-python/python-lzo[${PYTHON_USEDEP}]
dev-python/pyqtgraph[${PYTHON_USEDEP}]
dev-python/pynput[${PYTHON_USEDEP}]
dev-python/waitress[${PYTHON_USEDEP}]
"