From: "Takuya Wakazono" <pastalian46@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/dateparser/
Date: Mon, 30 Jun 2025 14:47:29 +0000 (UTC) [thread overview]
Message-ID: <1751294721.9b9d0543c67d142f4be8e8df1f29c07b142b2407.pastalian46@gentoo> (raw)
commit: 9b9d0543c67d142f4be8e8df1f29c07b142b2407
Author: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Mon Jun 30 14:45:21 2025 +0000
Commit: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
CommitDate: Mon Jun 30 14:45:21 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9b9d0543
dev-python/dateparser: add 1.2.2
Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>
dev-python/dateparser/Manifest | 1 +
dev-python/dateparser/dateparser-1.2.2.ebuild | 61 +++++++++++++++++++++++++++
2 files changed, 62 insertions(+)
diff --git a/dev-python/dateparser/Manifest b/dev-python/dateparser/Manifest
index 1f05fece6f..09056b5bc1 100644
--- a/dev-python/dateparser/Manifest
+++ b/dev-python/dateparser/Manifest
@@ -1 +1,2 @@
DIST dateparser-1.2.1.tar.gz 309924 BLAKE2B 09b7cf4148edea37bb80d1734b2f5a3ddac7965e6d46bc1775f2f0807d3421c80bd3927dd62135a80adc99451a85a2961b61335784d191cfdd1fdc51b3d81298 SHA512 85e1c5cabb8acebd63ec60c0913ac89b362b64edfbe5af06bcd5968ed7be6383d4035ec9f45afadc0d10fc95a3f538702285d75365c4f8e4522ac9643f4ed4da
+DIST dateparser-1.2.2.tar.gz 329840 BLAKE2B 7f17feb402cd72d6b99c1c5e75627588e085963193aef72eaaeada82ea448d5d45c19d3aa5b8986500cecbc7b2417c9fc5f8526de47560455a6e9f12b2e500f1 SHA512 96ebc214843f57f3cdede79f63fd3067e9b26e17882a0dea023830e7a2a3f50b07145ae34d174bd3cd11f4f42980110111f90e7175fd38a4b0c428ac5f26428d
diff --git a/dev-python/dateparser/dateparser-1.2.2.ebuild b/dev-python/dateparser/dateparser-1.2.2.ebuild
new file mode 100644
index 0000000000..c415fed852
--- /dev/null
+++ b/dev-python/dateparser/dateparser-1.2.2.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{11..13} )
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1 optfeature pypi
+
+DESCRIPTION="Date parsing library designed to parse dates from HTML pages"
+HOMEPAGE="
+ https://pypi.org/project/dateparser/
+ https://github.com/scrapinghub/dateparser
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+ dev-python/python-dateutil[${PYTHON_USEDEP}]
+ dev-python/pytz[${PYTHON_USEDEP}]
+ dev-python/regex[${PYTHON_USEDEP}]
+ dev-python/tzlocal[${PYTHON_USEDEP}]
+"
+BDEPEND="test? (
+ dev-libs/fastText[python,${PYTHON_USEDEP}]
+ dev-python/convertdate[${PYTHON_USEDEP}]
+ dev-python/hijridate[${PYTHON_USEDEP}]
+ dev-python/langdetect[${PYTHON_USEDEP}]
+ dev-python/parameterized[${PYTHON_USEDEP}]
+)"
+
+distutils_enable_tests pytest
+
+distutils_enable_sphinx docs \
+ dev-python/sphinx-rtd-theme
+
+python_test() {
+ # Need to set TZ when testing with gentoo docker images.
+ # Their /etc/{timezone,localtime} are inconsistent, which causes
+ # to tests to fail.
+ local -x TZ=UTC
+
+ local EPYTEST_IGNORE=(
+ # tests that require network
+ tests/test_dateparser_data_integrity.py
+ )
+ local EPYTEST_DESELECT=(
+ # tests that require network
+ tests/test_language_detect.py::CustomLangDetectParserTest::test_custom_language_detect_fast_text_{0,1}
+ )
+
+ epytest
+}
+
+pkg_postinst() {
+ optfeature "calendars support" "dev-python/hijridate dev-python/convertdate"
+ optfeature "fasttext support" "dev-libs/fastText[python]"
+ optfeature "langdetect support" dev-python/langdetect
+}
next reply other threads:[~2025-06-30 14:47 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-06-30 14:47 Takuya Wakazono [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-08-26 19:57 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/dateparser/ Takuya Wakazono
2025-08-26 19:57 Takuya Wakazono
2025-02-06 13:04 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-03-31 7:24 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=1751294721.9b9d0543c67d142f4be8e8df1f29c07b142b2407.pastalian46@gentoo \
--to=pastalian46@gmail.com \
--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