From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/iso8601/
Date: Wed, 28 Sep 2022 18:34:25 +0000 (UTC) [thread overview]
Message-ID: <1664389973.34bb49423c0346ecbe6077e930a7062668850087.mgorny@gentoo> (raw)
commit: 34bb49423c0346ecbe6077e930a7062668850087
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 28 17:55:12 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Sep 28 18:32:53 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34bb4942
dev-python/iso8601: Bump to 1.1.0
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/iso8601/Manifest | 1 +
dev-python/iso8601/iso8601-1.1.0.ebuild | 29 +++++++++++++++++++++++++++++
2 files changed, 30 insertions(+)
diff --git a/dev-python/iso8601/Manifest b/dev-python/iso8601/Manifest
index dcd6c6b1adbb..0901b0590388 100644
--- a/dev-python/iso8601/Manifest
+++ b/dev-python/iso8601/Manifest
@@ -1 +1,2 @@
DIST iso8601-1.0.2.tar.gz 12653 BLAKE2B c7dbbe680f2828050b2ff32765da009b5f6dafdbc5182d5136f951f8604d7ff579b85050dbefae47d2b28ce88515b9dd73a8abf73b3419b4cdc4a4dd275b7228 SHA512 f28fbfe82c25575ad73a92df144c108ef3cf4e1a5a9af8362187014904073f26daa3b77dde689a23cfd87cdbf86196b241e925dd8cf5fd81728f0dbeee4836b7
+DIST iso8601-1.1.0.tar.gz 12836 BLAKE2B 7860d52002008a76c1d28ae94abe5100c3ea434f8e19dcb677dfc84366e898d2d277d88e6591d663579281c4ee668e77db96fd586edbe8b027433844462071e9 SHA512 f3f9621863abcbcde467d38416391cd8c98f59b7b863845b670e11060f0f81bcf4979fadc51c19eb55a5fe44ee1af922976b11cc97bf7b2dc090a485ad9979ac
diff --git a/dev-python/iso8601/iso8601-1.1.0.ebuild b/dev-python/iso8601/iso8601-1.1.0.ebuild
new file mode 100644
index 000000000000..853630b33634
--- /dev/null
+++ b/dev-python/iso8601/iso8601-1.1.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Simple module to parse ISO 8601 dates"
+HOMEPAGE="
+ https://github.com/micktwomey/pyiso8601/
+ https://pypi.org/project/iso8601/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris"
+
+BDEPEND="
+ test? (
+ dev-python/hypothesis[${PYTHON_USEDEP}]
+ dev-python/pytz[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest
next reply other threads:[~2022-09-28 18:34 UTC|newest]
Thread overview: 49+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-09-28 18:34 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-05-11 20:18 [gentoo-commits] repo/gentoo:master commit in: dev-python/iso8601/ Sam James
2025-02-15 13:39 Michał Górny
2024-05-09 17:32 Michał Górny
2023-11-05 20:58 Michał Górny
2023-11-05 19:08 Arthur Zamarin
2023-10-03 5:11 Michał Górny
2023-07-10 1:47 Michał Górny
2023-07-09 16:51 Arthur Zamarin
2023-06-09 12:22 Michał Górny
2023-05-27 13:21 Michał Górny
2022-11-03 19:38 Arthur Zamarin
2022-11-03 19:16 Arthur Zamarin
2022-05-12 14:18 Michał Górny
2022-02-27 18:58 Michał Górny
2022-01-26 23:19 Michał Górny
2021-12-23 18:46 Michał Górny
2021-12-23 18:17 Arthur Zamarin
2021-12-09 22:51 Michał Górny
2021-12-09 21:55 Arthur Zamarin
2021-11-23 22:05 Michał Górny
2021-11-23 12:14 Michał Górny
2021-11-23 8:16 Michał Górny
2021-11-22 23:04 Michał Górny
2021-11-08 8:31 Michał Górny
2021-08-26 8:15 Michał Górny
2021-08-26 3:00 Sam James
2021-07-17 7:03 Michał Górny
2021-05-07 10:52 Michał Górny
2021-03-07 22:39 Michał Górny
2021-03-07 19:43 Sam James
2021-03-02 8:25 Michał Górny
2021-03-02 1:34 Sam James
2021-02-05 21:28 Michał Górny
2021-01-21 1:05 Sam James
2021-01-21 1:05 Sam James
2020-09-20 13:11 Michał Górny
2020-05-25 19:27 Michał Górny
2020-03-27 16:30 Michał Górny
2019-11-16 13:53 Michał Górny
2019-11-16 13:53 Michał Górny
2018-05-07 10:19 Mart Raudsepp
2018-05-07 7:12 Michał Górny
2018-05-07 0:12 Mart Raudsepp
2018-02-21 20:18 Michał Górny
2018-02-05 21:54 Michał Górny
2017-09-30 15:29 Patrick Lauer
2016-11-06 21:39 Matt Thode
2016-01-03 16:08 Patrick Lauer
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=1664389973.34bb49423c0346ecbe6077e930a7062668850087.mgorny@gentoo \
--to=mgorny@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