mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 12:03:02 -04:00
app-misc/ssmtool: bump version
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Shaoyu Tseng <shaoyu0209@tuta.io>
This commit is contained in:
@@ -1 +1 @@
|
||||
DIST ssmtool-0.5.3.tar.gz 60818 BLAKE2B ab5a00226b206347bd80dbdda6b758ce28c5b772815daeeec887cb732e020202b5c893e50adea43714dacc7c5867ceceb78d5f88c05e66bed4b9ea66e7fa052e SHA512 a5abd9532cd98c7f9d3e74480299dad7cfe7140c129d81b84204cb5fe99a957f39cf28e5e67eac55d3a8e920b095b63da8dcf75c46105a0062403029cdc0875d
|
||||
DIST ssmtool-0.6.2.tar.gz 152686 BLAKE2B fe274017f8ac25bc90f66aa4046f52ebc6057c1bcf3ab218f429ecc20df6f192bba9156095250f10ac88963297393d21fd812f4d45fb24952253a20920f2064d SHA512 0e0f0e6f5720ea8afdc3172d30ff2adc822c02bcc23e9b5149b023db46116b60732cb05f092ec77eca33deebc4c291e71b8a3bd3b11f4f59ac729ea5cb17709d
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 2021 Gentoo Authors
|
||||
# Copyright 2021-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -22,23 +22,23 @@ RDEPEND="
|
||||
dev-python/beautifulsoup4[${PYTHON_USEDEP}]
|
||||
dev-python/lxml[${PYTHON_USEDEP}]
|
||||
dev-python/flask[${PYTHON_USEDEP}]
|
||||
dev-python/flask-sqlalchemy[${PYTHON_USEDEP}]
|
||||
dev-python/bidict[${PYTHON_USEDEP}]
|
||||
dev-python/pystardict[${PYTHON_USEDEP}]
|
||||
dev-python/pymorphy2[${PYTHON_USEDEP}]
|
||||
dev-python/pymorphy2-dicts-ru[${PYTHON_USEDEP}]
|
||||
dev-python/playsound[${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}]
|
||||
"
|
||||
|
||||
python_prepare_all () {
|
||||
# sed to remove the data_files option, which are necessary to include
|
||||
# data files in the packaged version, but will install files into
|
||||
# /usr/data if not removed before converting it to setup.py
|
||||
sed -i -e '/options\.data_files/,+4d' setup.cfg || die
|
||||
distutils-r1_python_prepare_all
|
||||
}
|
||||
|
||||
python_install() {
|
||||
distutils-r1_python_install
|
||||
newicon icon.png ssmtool.png
|
||||
domenu ssmtool.desktop
|
||||
}
|
||||
Reference in New Issue
Block a user