From: "Anna Vyalkova" <cyber+gentoo@sysrq.in>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/dateparser/
Date: Thu, 31 Mar 2022 07:24:21 +0000 (UTC) [thread overview]
Message-ID: <1648711405.51a340b50704d59e069ba0753e0ff37c5f7a1001.cybertailor@gentoo> (raw)
commit: 51a340b50704d59e069ba0753e0ff37c5f7a1001
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Thu Mar 31 07:23:25 2022 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Thu Mar 31 07:23:25 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=51a340b5
dev-python/dateparser: add 1.1.1, drop 1.0.0
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-python/dateparser/Manifest | 2 +-
...parser-1.0.0.ebuild => dateparser-1.1.1.ebuild} | 35 +++++++++++++++-------
2 files changed, 25 insertions(+), 12 deletions(-)
diff --git a/dev-python/dateparser/Manifest b/dev-python/dateparser/Manifest
index c9b3c10f1..e71ed270e 100644
--- a/dev-python/dateparser/Manifest
+++ b/dev-python/dateparser/Manifest
@@ -1,2 +1,2 @@
-DIST dateparser-1.0.0.tar.gz 471943 BLAKE2B b248def372fb792dcd6c0bdc523217d0eea74a70c65fa4975953c42de8b6408a541d3031774fe75c464c3528e43179a9a9675005f88351a539ea72dd4d5f81b5 SHA512 4ce97038c53bc49bf9261f82bd3c093b48987f1a776f033594e16488faf75cb7b255cd89ca7f4d229b8d0ab8e41ba9ca525c58300bc6ee5222bf73411f3cff53
DIST dateparser-1.1.0.tar.gz 483853 BLAKE2B d754bef57b7a062063fe35480d5c5b8cfdd8144b32d4b0c92c949e31b1bfb7bb388e5eff68981dd20a3bd51328dd48f1f650477efa80b5004337b2ab3fdb53d3 SHA512 019fa8fcc00ba298d38d166fb17bca3cb3ea34934cc59d05d7e47924a4caf1a640a628ee29552b72fc53e7a005109ec227c3a09c52e46d1094565db0a6daed2a
+DIST dateparser-1.1.1.tar.gz 484365 BLAKE2B c4044a4b00370439eee452ee90503c0fef7f7462c4a5de028af911ee312fb672dff139303fe1b8231fd737408ebf5bf46e3655dfa9b0819d740374574af70cdf SHA512 184307023306bc91c80c70a7cabb64bab8589b0e45db719c7f65f7edaad910daa76e5f3c46faf5591db15b170c0d72a0f84ea4b2ad5009fd89adba596beacfba
diff --git a/dev-python/dateparser/dateparser-1.0.0.ebuild b/dev-python/dateparser/dateparser-1.1.1.ebuild
similarity index 66%
rename from dev-python/dateparser/dateparser-1.0.0.ebuild
rename to dev-python/dateparser/dateparser-1.1.1.ebuild
index ff29e35b4..c0d358612 100644
--- a/dev-python/dateparser/dateparser-1.0.0.ebuild
+++ b/dev-python/dateparser/dateparser-1.1.1.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-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} )
inherit distutils-r1
@@ -15,24 +15,37 @@ LICENSE="BSD-4"
SLOT="0"
KEYWORDS="~amd64"
-# Requires access to the internet
+PROPERTIES="test_network"
RESTRICT="test"
-DEPEND="test? (
- dev-python/ruamel-yaml[${PYTHON_USEDEP}]
- dev-python/parameterized[${PYTHON_USEDEP}]
- dev-python/GitPython[${PYTHON_USEDEP}]
- dev-python/ordered-set[${PYTHON_USEDEP}]
-)"
-
RDEPEND="
dev-python/convertdate[${PYTHON_USEDEP}]
dev-python/hijri-converter[${PYTHON_USEDEP}]
dev-python/python-dateutil[${PYTHON_USEDEP}]
dev-python/pytz[${PYTHON_USEDEP}]
- dev-python/regex[${PYTHON_USEDEP}]
+ <dev-python/regex-2022.3.15[${PYTHON_USEDEP}]
dev-python/tzlocal[${PYTHON_USEDEP}]
"
+BDEPEND="test? (
+ dev-libs/fastText[python,${PYTHON_USEDEP}]
+ dev-python/GitPython[${PYTHON_USEDEP}]
+ dev-python/langdetect[${PYTHON_USEDEP}]
+ dev-python/ordered-set[${PYTHON_USEDEP}]
+ dev-python/parameterized[${PYTHON_USEDEP}]
+ dev-python/ruamel-yaml[${PYTHON_USEDEP}]
+ <dev-python/pytest-7.1.0[${PYTHON_USEDEP}]
+)"
+
+EPYTEST_DESELECT=(
+ dateparser/date.py
+ dateparser/search/__init__.py
+)
distutils_enable_tests pytest
+
distutils_enable_sphinx docs
+
+python_prepare_all() {
+ rm tests/test_search.py || die
+ distutils-r1_python_prepare_all
+}
next reply other threads:[~2022-03-31 7:24 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-03-31 7:24 Anna Vyalkova [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-06 13:04 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/dateparser/ Takuya Wakazono
2024-07-26 10:16 Takuya Wakazono
2024-01-25 13:55 Takuya Wakazono
2023-03-24 11:17 Anna Vyalkova
2023-02-25 23:27 Anna Vyalkova
2023-01-13 10:46 Anna Vyalkova
2023-01-01 0:19 Anna Vyalkova
2022-11-23 7:32 Anna Vyalkova
2022-11-22 7:32 Anna Vyalkova
2022-01-09 0:01 Anna Vyalkova
2021-12-07 20:42 Maciej Barć
2021-11-08 23:32 Maciej Barć
2021-06-03 17:36 Maciej Barć
2021-02-19 4:34 Maciej Barć
2020-12-18 16:26 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-12-18 16:17 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-09-27 4:01 Maciej Barć
2020-05-03 9:33 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-05-03 9:12 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-05-02 16:46 Maciej Barć
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=1648711405.51a340b50704d59e069ba0753e0ff37c5f7a1001.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