From: "Maciej Barć" <xgqt@riseup.net>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/dateparser/
Date: Mon, 8 Nov 2021 23:32:40 +0000 (UTC) [thread overview]
Message-ID: <1636414357.80371c883dd142c2f91b03580ad5636378850022.xgqt@gentoo> (raw)
commit: 80371c883dd142c2f91b03580ad5636378850022
Author: Maciej Barć <xgqt <AT> riseup <DOT> net>
AuthorDate: Mon Nov 8 22:19:57 2021 +0000
Commit: Maciej Barć <xgqt <AT> riseup <DOT> net>
CommitDate: Mon Nov 8 23:32:37 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=80371c88
dev-python/dateparser: bump to 1.1.0
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Maciej Barć <xgqt <AT> riseup.net>
dev-python/dateparser/Manifest | 1 +
dev-python/dateparser/dateparser-1.1.0.ebuild | 38 +++++++++++++++++++++++++++
2 files changed, 39 insertions(+)
diff --git a/dev-python/dateparser/Manifest b/dev-python/dateparser/Manifest
index f3166397e..c9b3c10f1 100644
--- a/dev-python/dateparser/Manifest
+++ b/dev-python/dateparser/Manifest
@@ -1 +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
diff --git a/dev-python/dateparser/dateparser-1.1.0.ebuild b/dev-python/dateparser/dateparser-1.1.0.ebuild
new file mode 100644
index 000000000..21d9b2178
--- /dev/null
+++ b/dev-python/dateparser/dateparser-1.1.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8,9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Date parsing library designed to parse dates from HTML pages"
+HOMEPAGE="https://github.com/scrapinghub/dateparser"
+SRC_URI="https://github.com/scrapinghub/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD-4"
+SLOT="0"
+KEYWORDS="~amd64"
+
+# Requires access to the internet
+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/tzlocal[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+distutils_enable_sphinx docs
next reply other threads:[~2021-11-08 23:32 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-11-08 23:32 Maciej Barć [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-03-31 7:24 Anna Vyalkova
2022-01-09 0:01 Anna Vyalkova
2021-12-07 20:42 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=1636414357.80371c883dd142c2f91b03580ad5636378850022.xgqt@gentoo \
--to=xgqt@riseup.net \
--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