public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andrey Grozin" <grozin@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/docopt/
Date: Fri,  1 Apr 2016 16:37:32 +0000 (UTC)	[thread overview]
Message-ID: <1459527920.bc1cef9f99c07c68ed0203336bd15eae94536d77.grozin@gentoo> (raw)

commit:     bc1cef9f99c07c68ed0203336bd15eae94536d77
Author:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
AuthorDate: Fri Apr  1 16:25:20 2016 +0000
Commit:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
CommitDate: Fri Apr  1 16:25:20 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc1cef9f

dev-python/docopt: added python3_5

Package-Manager: portage-2.2.28

 dev-python/docopt/docopt-0.6.2-r1.ebuild | 33 ++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

diff --git a/dev-python/docopt/docopt-0.6.2-r1.ebuild b/dev-python/docopt/docopt-0.6.2-r1.ebuild
new file mode 100644
index 0000000..8161713
--- /dev/null
+++ b/dev-python/docopt/docopt-0.6.2-r1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
+
+inherit distutils-r1
+
+DESCRIPTION="Pythonic argument parser, that will make you smile"
+HOMEPAGE="https://pypi.python.org/pypi/docopt https://github.com/docopt/docopt"
+SRC_URI="
+	mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz
+	https://github.com/docopt/docopt/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+SLOT="0"
+LICENSE="MIT"
+KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+	dev-python/setuptools[${PYTHON_USEDEP}]
+	test? ( dev-python/pytest[${PYTHON_USEDEP}] )
+"
+
+# not implemented in this version, git already has it
+RESTRICT=test
+
+python_test() {
+	esetup.py test
+}


             reply	other threads:[~2016-04-01 16:37 UTC|newest]

Thread overview: 47+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-01 16:37 Andrey Grozin [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-04-27 15:26 [gentoo-commits] repo/gentoo:master commit in: dev-python/docopt/ Ian Delaney
2017-01-17 16:22 Agostino Sarubbo
2017-01-18 11:57 Agostino Sarubbo
2017-02-20 18:13 Markus Meier
2017-03-30 18:15 Andrey Grozin
2017-03-30 18:29 Andrey Grozin
2018-02-03 23:50 Tim Harder
2018-02-03 23:50 Tim Harder
2018-08-06  9:14 Sergei Trofimovich
2018-10-17 12:11 Tobias Klausmann
2018-11-18  9:38 Mikle Kolyada
2019-01-03 15:02 Sergei Trofimovich
2019-02-17 17:34 Sergei Trofimovich
2019-04-18 21:21 Aaron Bauman
2019-05-15 22:56 Sergei Trofimovich
2019-07-05  9:45 Michał Górny
2019-07-05  9:45 Michał Górny
2019-07-05  9:45 Michał Górny
2019-07-05 22:27 Sergei Trofimovich
2020-01-08 16:53 Ben Kohler
2020-03-07  9:44 Agostino Sarubbo
2020-03-07 11:03 Agostino Sarubbo
2020-03-07 15:03 Michał Górny
2020-08-01 22:37 Michał Górny
2020-08-03  1:40 Sam James
2020-11-04  5:32 Sam James
2021-05-14 18:41 Marek Szuba
2021-05-29 19:03 David Seifert
2021-06-22 13:10 Marek Szuba
2021-07-24  9:04 Michał Górny
2021-07-24 15:12 Sam James
2021-07-24 17:30 Michał Górny
2022-05-23  9:20 Michał Górny
2022-05-23  9:20 Michał Górny
2022-06-22 18:37 Sam James
2022-06-23  8:17 Michał Górny
2023-04-14 20:43 Sam James
2023-04-14 22:30 Sam James
2023-04-22 19:44 Sam James
2023-04-23 22:12 Sam James
2023-05-01  7:16 Arthur Zamarin
2023-05-01  7:16 Arthur Zamarin
2023-05-06  9:58 Arthur Zamarin
2023-07-23 15:29 Michał Górny
2024-05-17 17:38 Michał Górny
2024-07-06  9:42 Arthur Zamarin

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=1459527920.bc1cef9f99c07c68ed0203336bd15eae94536d77.grozin@gentoo \
    --to=grozin@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