From: "Shaoyu Tseng" <shaoyu0209@tuta.io>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-misc/ssmtool/
Date: Thu, 15 Jul 2021 01:38:21 +0000 (UTC) [thread overview]
Message-ID: <1626312767.b46f86a94807e0d6d26790270bd2a24fe41908df.shaoyu0209@gentoo> (raw)
commit: b46f86a94807e0d6d26790270bd2a24fe41908df
Author: Shaoyu Tseng <shaoyu0209 <AT> tuta <DOT> io>
AuthorDate: Thu Jul 15 01:32:47 2021 +0000
Commit: Shaoyu Tseng <shaoyu0209 <AT> tuta <DOT> io>
CommitDate: Thu Jul 15 01:32:47 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b46f86a9
app-misc/ssmtool: new package
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Shaoyu Tseng <shaoyu0209 <AT> tuta.io>
app-misc/ssmtool/Manifest | 1 +
app-misc/ssmtool/metadata.xml | 8 ++++++++
app-misc/ssmtool/ssmtool-0.1.7.ebuild | 21 +++++++++++++++++++++
3 files changed, 30 insertions(+)
diff --git a/app-misc/ssmtool/Manifest b/app-misc/ssmtool/Manifest
new file mode 100644
index 000000000..4dee5c884
--- /dev/null
+++ b/app-misc/ssmtool/Manifest
@@ -0,0 +1 @@
+DIST ssmtool-0.1.7.tar.gz 20179 BLAKE2B 2943e2f66178196161c4718a8f64d9370090bc5cc61434cded800b00556f3dcde4b7e97f2a45bc549f44c0fbdb2ed4bf707275f6c304c044ae551e0b7febe2de SHA512 91987982807086e883ea234aee27998456f1e7fbc01fdefb4d3f35831e415766834ae6ea22ffc1c5bf308900b56182640128c48413974772a805b6684c9c835b
diff --git a/app-misc/ssmtool/metadata.xml b/app-misc/ssmtool/metadata.xml
new file mode 100644
index 000000000..bcfeeff55
--- /dev/null
+++ b/app-misc/ssmtool/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM 'http://www.gentoo.org/dtd/metadata.dtd'>
+<pkgmetadata>
+ <maintainer type="person">
+ <email>shaoyu0209@tuta.io</email>
+ <name>Shaoyu Tseng</name>
+ </maintainer>
+</pkgmetadata>
diff --git a/app-misc/ssmtool/ssmtool-0.1.7.ebuild b/app-misc/ssmtool/ssmtool-0.1.7.ebuild
new file mode 100644
index 000000000..4ae1d9659
--- /dev/null
+++ b/app-misc/ssmtool/ssmtool-0.1.7.ebuild
@@ -0,0 +1,21 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 )
+DISTUTILS_USE_SETUPTOOLS=pyproject.toml
+inherit distutils-r1
+
+DESCRIPTION="A simple sentence mining tool written in PyQt5"
+HOMEPAGE="https://github.com/FreeLanguageTools/ssmtool/ https://pypi.org/project/ssmtool/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-3"
+DEPEND="
+ dev-python/pymorphy2
+ dev-python/pymorphy2-dicts-ru
+ dev-python/PyQt5
+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
next reply other threads:[~2021-07-15 1:38 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-07-15 1:38 Shaoyu Tseng [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-07-15 5:18 [gentoo-commits] repo/proj/guru:dev commit in: app-misc/ssmtool/ Shaoyu Tseng
2021-07-18 22:41 Shaoyu Tseng
2021-07-19 9:55 Andrew Ammerlaan
2021-07-19 22:31 Shaoyu Tseng
2021-07-20 12:22 Shaoyu Tseng
2021-07-29 6:13 Shaoyu Tseng
2021-07-30 8:48 Andrew Ammerlaan
2021-08-08 8:32 Shaoyu Tseng
2021-08-09 0:41 Shaoyu Tseng
2021-08-16 19:47 Anna Vyalkova
2021-12-23 8:54 Shaoyu Tseng
2021-12-28 1:15 Shaoyu Tseng
2021-12-29 12:20 Shaoyu Tseng
2022-01-21 3:32 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-03-26 1:48 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=1626312767.b46f86a94807e0d6d26790270bd2a24fe41908df.shaoyu0209@gentoo \
--to=shaoyu0209@tuta.io \
--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