* [gentoo-commits] repo/proj/guru:dev commit in: app-misc/ssmtool/, app-misc/vocabsieve/, profiles/updates/
@ 2022-04-15 10:25 Shaoyu Tseng
0 siblings, 0 replies; only message in thread
From: Shaoyu Tseng @ 2022-04-15 10:25 UTC (permalink / raw
To: gentoo-commits
commit: 318009746930e0b83ed39e6b74968f2a44720b1c
Author: Shaoyu Tseng <1over137 <AT> anche <DOT> no>
AuthorDate: Fri Apr 15 10:25:21 2022 +0000
Commit: Shaoyu Tseng <shaoyu0209 <AT> tuta <DOT> io>
CommitDate: Fri Apr 15 10:25:21 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=31800974
app-misc/vocabsieve: move from app-misc/ssmtool
Signed-off-by: Shaoyu Tseng <1over137 <AT> anche.no>
app-misc/ssmtool/Manifest | 1 -
app-misc/vocabsieve/Manifest | 1 +
app-misc/{ssmtool => vocabsieve}/metadata.xml | 4 ++--
app-misc/{ssmtool => vocabsieve}/ssmtool-0.6.4.ebuild | 0
.../ssmtool-0.6.4.ebuild => vocabsieve/vocabsieve-0.7.0.ebuild} | 5 +++--
profiles/updates/2Q-2022 | 1 +
6 files changed, 7 insertions(+), 5 deletions(-)
diff --git a/app-misc/ssmtool/Manifest b/app-misc/ssmtool/Manifest
deleted file mode 100644
index d5ad0ba64..000000000
--- a/app-misc/ssmtool/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST ssmtool-0.6.4.tar.gz 153138 BLAKE2B 06d66776988d2da7a722f3e210f348868d0219e97457beea5090948df919fa5ec710a6578f57bd01556b1c505662611c406dcfdaee6de43e479443e955a8e514 SHA512 d1cb2c886916cc227a2a8f4feba8987423da97c6147be2eb7c70ef043390c89b1c442a8f315730dfa7a233f3005b49b1228ee58cb4830a08efa9209cc7f8af8c
diff --git a/app-misc/vocabsieve/Manifest b/app-misc/vocabsieve/Manifest
new file mode 100644
index 000000000..4b4087e5f
--- /dev/null
+++ b/app-misc/vocabsieve/Manifest
@@ -0,0 +1 @@
+DIST vocabsieve-0.7.0.tar.gz 157190 BLAKE2B 6985d189f24cb526e1b079a741d10cea20bbbe70d84425fbbf8ee2a251c6622ab5979dbc74a26810135b5a63acb987f7ede453f8a139ec941570c691fc2a2fd8 SHA512 3f0db2a77c77f8f78453300d03d2941cbe5c735a3c15877b8288d5f83ef8bfc6edd5b5dff8732f1930b7bd7e5d809269b427f4e9815de4d42985db31c9e13ab7
diff --git a/app-misc/ssmtool/metadata.xml b/app-misc/vocabsieve/metadata.xml
similarity index 70%
rename from app-misc/ssmtool/metadata.xml
rename to app-misc/vocabsieve/metadata.xml
index 6112f8d7f..ad8776139 100644
--- a/app-misc/ssmtool/metadata.xml
+++ b/app-misc/vocabsieve/metadata.xml
@@ -6,7 +6,7 @@
<name>Shaoyu Tseng</name>
</maintainer>
<upstream>
- <remote-id type="pypi">ssmtool</remote-id>
- <remote-id type="github">FreeLanguageTools/ssmtool</remote-id>
+ <remote-id type="pypi">vocabsieve</remote-id>
+ <remote-id type="github">FreeLanguageTools/vocabsieve</remote-id>
</upstream>
</pkgmetadata>
diff --git a/app-misc/ssmtool/ssmtool-0.6.4.ebuild b/app-misc/vocabsieve/ssmtool-0.6.4.ebuild
similarity index 100%
copy from app-misc/ssmtool/ssmtool-0.6.4.ebuild
copy to app-misc/vocabsieve/ssmtool-0.6.4.ebuild
diff --git a/app-misc/ssmtool/ssmtool-0.6.4.ebuild b/app-misc/vocabsieve/vocabsieve-0.7.0.ebuild
similarity index 83%
rename from app-misc/ssmtool/ssmtool-0.6.4.ebuild
rename to app-misc/vocabsieve/vocabsieve-0.7.0.ebuild
index 51e57408c..e72834c50 100644
--- a/app-misc/ssmtool/ssmtool-0.6.4.ebuild
+++ b/app-misc/vocabsieve/vocabsieve-0.7.0.ebuild
@@ -7,8 +7,8 @@ PYTHON_COMPAT=( python3_{8..10} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
-DESCRIPTION="A simple sentence mining tool written in PyQt5"
-HOMEPAGE="https://github.com/FreeLanguageTools/ssmtool/ https://pypi.org/project/ssmtool/"
+DESCRIPTION="A simple, effective tool for language learning"
+HOMEPAGE="https://github.com/FreeLanguageTools/vocabsieve/ https://pypi.org/project/vocabsieve/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="GPL-3"
@@ -32,4 +32,5 @@ RDEPEND="
dev-python/sentence-splitter[${PYTHON_USEDEP}]
dev-python/mobi[${PYTHON_USEDEP}]
dev-python/SLPP[${PYTHON_USEDEP}]
+ dev-python/pycountry[${PYTHON_USEDEP}]
"
diff --git a/profiles/updates/2Q-2022 b/profiles/updates/2Q-2022
new file mode 100644
index 000000000..febba1058
--- /dev/null
+++ b/profiles/updates/2Q-2022
@@ -0,0 +1 @@
+move app-misc/ssmtool app-misc/vocabsieve
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2022-04-15 10:25 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-15 10:25 [gentoo-commits] repo/proj/guru:dev commit in: app-misc/ssmtool/, app-misc/vocabsieve/, profiles/updates/ Shaoyu Tseng
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox