From: "Manuel Rüger" <mrueg@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/parsedatetime/
Date: Mon, 12 Jun 2017 13:53:18 +0000 (UTC) [thread overview]
Message-ID: <1497275582.e1bfa0512445edd8943fdc443105ad145a2ed093.mrueg@gentoo> (raw)
commit: e1bfa0512445edd8943fdc443105ad145a2ed093
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 12 13:52:28 2017 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Mon Jun 12 13:53:02 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1bfa051
dev-python/parsedatetime: Add missing dependency on dev-python/future
Gentoo-Bug: #621182
Package-Manager: Portage-2.3.6, Repoman-2.3.2
.../parsedatetime/parsedatetime-2.4-r1.ebuild | 28 ++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/dev-python/parsedatetime/parsedatetime-2.4-r1.ebuild b/dev-python/parsedatetime/parsedatetime-2.4-r1.ebuild
new file mode 100644
index 00000000000..3fa2f61cf13
--- /dev/null
+++ b/dev-python/parsedatetime/parsedatetime-2.4-r1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=(python{2_7,3_4,3_5,3_6})
+
+inherit distutils-r1
+
+DESCRIPTION="Parse human-readable date/time strings"
+HOMEPAGE="https://github.com/bear/parsedatetime"
+SRC_URI="https://github.com/bear/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="test"
+
+RDEPEND="dev-python/future[${PYTHON_USEDEP}]"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+ test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
+
+python_prepare() {
+ rm setup.cfg || die
+}
+
+python_test() {
+ py.test || die
+}
next reply other threads:[~2017-06-12 13:53 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-06-12 13:53 Manuel Rüger [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-05-13 18:46 [gentoo-commits] repo/gentoo:master commit in: dev-python/parsedatetime/ Arthur Zamarin
2025-02-27 21:01 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-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-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=1497275582.e1bfa0512445edd8943fdc443105ad145a2ed093.mrueg@gentoo \
--to=mrueg@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