public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Louis Sautier" <sbraz@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/parsedatetime/
Date: Thu, 17 Sep 2020 22:41:58 +0000 (UTC)	[thread overview]
Message-ID: <1600382502.15612ca09bc57e897cecf67b75649d0e23fc8dc8.sbraz@gentoo> (raw)

commit:     15612ca09bc57e897cecf67b75649d0e23fc8dc8
Author:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 17 19:32:45 2020 +0000
Commit:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
CommitDate: Thu Sep 17 22:41:42 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15612ca0

dev-python/parsedatetime: bump to 2.6, support Python 3.9 and PyPy3

Also:
* Stop removing setup.cfg which doesn't seem to do any harm.
* Update dependencies.

Package-Manager: Portage-3.0.7, Repoman-3.0.1
Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>

 dev-python/parsedatetime/Manifest                 |  1 +
 dev-python/parsedatetime/parsedatetime-2.6.ebuild | 20 ++++++++++++++++++++
 2 files changed, 21 insertions(+)

diff --git a/dev-python/parsedatetime/Manifest b/dev-python/parsedatetime/Manifest
index 81559fb22ec..3be3ef37082 100644
--- a/dev-python/parsedatetime/Manifest
+++ b/dev-python/parsedatetime/Manifest
@@ -1 +1,2 @@
 DIST parsedatetime-2.4.tar.gz 63598 BLAKE2B 864e40311b56d28f5b1eed5ea069d40f7bd06b99a365530466ec0d16e99ce61d64d2c0bf78f1653aafa936a4fa91b2145e76f4da288dd3d1ff69ec8ccdc00174 SHA512 0fd8bfa3411476a20d8874b44036bc162735fb7865d39ca98b0a608daec39daac47100314279dbf66229ec333821492744f7505315d955f58216fdaa75cbf046
+DIST parsedatetime-2.6.tar.gz 70732 BLAKE2B 099b2d4d434fabf3e3d587923a037608a982eee7986f5843f7a463acc52a736a0661261da557a16cfb310414778ef49b1d2bcde62bbf53807132004b526aa175 SHA512 ed7649feb8773fdb33d609ef0abe4d20f555744bd70e9766aba6b9a79d8415c7e2efea1d7ef5c6b5906f3bc90bff124ef92992ce17d83fe70575da2db918e543

diff --git a/dev-python/parsedatetime/parsedatetime-2.6.ebuild b/dev-python/parsedatetime/parsedatetime-2.6.ebuild
new file mode 100644
index 00000000000..c0270d81284
--- /dev/null
+++ b/dev-python/parsedatetime/parsedatetime-2.6.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( pypy3 python3_{6..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Parse human-readable date/time strings"
+HOMEPAGE="https://github.com/bear/parsedatetime"
+# Tests aren't detected in PyPI tarballs
+# https://github.com/bear/parsedatetime/pull/252
+SRC_URI="https://github.com/bear/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+
+distutils_enable_tests pytest


             reply	other threads:[~2020-09-17 22:42 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-17 22:41 Louis Sautier [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-27 21:01 [gentoo-commits] repo/gentoo:master commit in: dev-python/parsedatetime/ Michał Górny
2024-05-18  6:36 Michał Górny
2023-04-26 14:33 Sam James
2023-04-26 14:33 Sam James
2022-12-17  7:03 Michał Górny
2022-12-16 20:04 Arthur Zamarin
2022-11-11 18:24 Arthur Zamarin
2022-11-11 18:24 Arthur Zamarin
2021-10-02  1:42 Matthew Thode
2021-06-05 14:40 Michał Górny
2020-11-02 10:34 Michał Górny
2020-10-25 21:48 Sam James
2020-10-25 21:34 Thomas Deutschmann
2020-10-21 21:45 Michał Górny
2020-09-17 22:41 Louis Sautier
2020-04-18 17:55 Craig Andrews
2020-02-05 17:59 Michał Górny
2019-11-24 16:15 Aaron Bauman
2018-08-22 21:52 Michał Górny
2017-11-02  4:28 Matt Thode
2017-09-13 15:05 Fabian Groffen
2017-08-28 20:44 Alexis Ballier
2017-07-23 11:45 Manuel Rüger
2017-06-12 13:53 Manuel Rüger
2017-06-12 13:53 Manuel Rüger
2017-06-06 21:50 Manuel Rüger
2017-05-15 17:01 Manuel Rüger
2017-05-02 17:43 Michał Górny
2016-03-02 22:18 Manuel Rüger
2015-08-09 12:30 Justin Lecher

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=1600382502.15612ca09bc57e897cecf67b75649d0e23fc8dc8.sbraz@gentoo \
    --to=sbraz@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