From: "Anna Vyalkova" <cyber+gentoo@sysrq.in>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-misc/ssmtool/
Date: Mon, 16 Aug 2021 19:47:20 +0000 (UTC) [thread overview]
Message-ID: <1629143090.1bff14fbb48fabf3fa9cb50ff3cd470915c45ce4.cybertailor@gentoo> (raw)
commit: 1bff14fbb48fabf3fa9cb50ff3cd470915c45ce4
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Mon Aug 16 19:44:42 2021 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Mon Aug 16 19:44:50 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1bff14fb
app-misc/ssmtool: update EAPI, enable py 3.10
Drop ~arm and ~arm64 keywords as not all deps support them.
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
app-misc/ssmtool/ssmtool-0.3.3.ebuild | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)
diff --git a/app-misc/ssmtool/ssmtool-0.3.3.ebuild b/app-misc/ssmtool/ssmtool-0.3.3.ebuild
index c5c8c6988..9d51a55aa 100644
--- a/app-misc/ssmtool/ssmtool-0.3.3.ebuild
+++ b/app-misc/ssmtool/ssmtool-0.3.3.ebuild
@@ -1,9 +1,9 @@
# Copyright 2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
-PYTHON_COMPAT=( python3_{8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
DISTUTILS_USE_SETUPTOOLS=pyproject.toml
inherit distutils-r1 desktop
@@ -12,7 +12,10 @@ HOMEPAGE="https://github.com/FreeLanguageTools/ssmtool/ https://pypi.org/project
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="GPL-3"
-DEPEND="
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
dev-python/PyQt5[${PYTHON_USEDEP}]
dev-python/simplemma[${PYTHON_USEDEP}]
~dev-python/googletrans-4.0.0_rc1[${PYTHON_USEDEP}]
@@ -22,16 +25,15 @@ DEPEND="
dev-python/bidict[${PYTHON_USEDEP}]
dev-python/pystardict[${PYTHON_USEDEP}]
"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
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
+ 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
next reply other threads:[~2021-08-16 20:48 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-08-16 19:47 Anna Vyalkova [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-03-26 1:48 [gentoo-commits] repo/proj/guru:dev commit in: app-misc/ssmtool/ Shaoyu Tseng
2022-01-21 13:26 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2022-01-21 13:26 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2022-01-21 3:32 Shaoyu Tseng
2021-12-29 12:20 Shaoyu Tseng
2021-12-28 1:15 Shaoyu Tseng
2021-12-23 8:54 Shaoyu Tseng
2021-08-09 0:41 Shaoyu Tseng
2021-08-08 8:32 Shaoyu Tseng
2021-07-30 8:48 Andrew Ammerlaan
2021-07-29 6:13 Shaoyu Tseng
2021-07-20 12:22 Shaoyu Tseng
2021-07-19 22:31 Shaoyu Tseng
2021-07-19 9:55 Andrew Ammerlaan
2021-07-18 22:41 Shaoyu Tseng
2021-07-15 5:18 Shaoyu Tseng
2021-07-15 1:38 Shaoyu Tseng
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1629143090.1bff14fbb48fabf3fa9cb50ff3cd470915c45ce4.cybertailor@gentoo \
--to=cyber+gentoo@sysrq.in \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox