From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/abydos/
Date: Fri, 9 Apr 2021 11:49:34 +0000 (UTC) [thread overview]
Message-ID: <1617968967.d6ce6fc0bb31b65716e1c69baa27367c7a7a08f7.juippis@gentoo> (raw)
commit: d6ce6fc0bb31b65716e1c69baa27367c7a7a08f7
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Thu Apr 8 13:10:15 2021 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Apr 9 11:49:27 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6ce6fc0
dev-python/abydos: add py3.9
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
dev-python/abydos/abydos-0.5.0-r1.ebuild | 39 ++++++++++++++++++++++++++++++++
1 file changed, 39 insertions(+)
diff --git a/dev-python/abydos/abydos-0.5.0-r1.ebuild b/dev-python/abydos/abydos-0.5.0-r1.ebuild
new file mode 100644
index 00000000000..7bb0fc5c9d4
--- /dev/null
+++ b/dev-python/abydos/abydos-0.5.0-r1.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8,9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Abydos NLP/IR library"
+HOMEPAGE="https://github.com/chrislit/abydos"
+SRC_URI="https://github.com/chrislit/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+# Requires access to the internet
+RESTRICT="test"
+
+RDEPEND="
+ dev-python/deprecation[${PYTHON_USEDEP}]
+ dev-python/numpy[${PYTHON_USEDEP}]
+"
+
+BDEPEND="test? (
+ dev-python/nltk[${PYTHON_USEDEP}]
+)"
+
+distutils_enable_tests pytest
+# Extension error: You must configure the bibtex_bibfiles setting
+#distutils_enable_sphinx docs dev-python/sphinx_rtd_theme dev-python/sphinxcontrib-bibtex
+
+python_prepare_all() {
+ # do not depend on pytest-cov
+ sed -i -e '/addopts/d' setup.cfg || die
+
+ distutils-r1_python_prepare_all
+}
next reply other threads:[~2021-04-09 11:49 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-04-09 11:49 Joonas Niilola [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-12-16 5:37 [gentoo-commits] repo/gentoo:master commit in: dev-python/abydos/ Michał Górny
2022-12-16 5:37 Michał Górny
2022-12-16 5:37 Michał Górny
2022-11-19 16:57 Arthur Zamarin
2022-11-08 5:17 Michał Górny
2022-11-08 4:54 Jakov Smolić
2022-10-28 10:37 Andrew Ammerlaan
2022-04-24 11:06 Jakov Smolić
2021-09-16 6:34 Arthur Zamarin
2021-06-25 20:06 Michał Górny
2021-06-25 19:33 Sam James
2021-06-25 19:32 Sam James
2021-04-02 10:33 Agostino Sarubbo
2021-03-11 12:55 Sam James
2021-01-16 8:05 Joonas Niilola
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=1617968967.d6ce6fc0bb31b65716e1c69baa27367c7a7a08f7.juippis@gentoo \
--to=juippis@gentoo.org \
--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