public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/docopt/
Date: Fri,  5 Jul 2019 09:45:11 +0000 (UTC)	[thread overview]
Message-ID: <1562319895.b74f44cb49108fb12bc8c2c1ec567d7e556de728.mgorny@gentoo> (raw)

commit:     b74f44cb49108fb12bc8c2c1ec567d7e556de728
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jul  5 09:35:13 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jul  5 09:44:55 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b74f44cb

dev-python/docopt: Fix running tests, switch to GitHub archive

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/docopt/Manifest               |  1 +
 dev-python/docopt/docopt-0.6.2-r3.ebuild | 27 +++++++++++++++++++++++++++
 2 files changed, 28 insertions(+)

diff --git a/dev-python/docopt/Manifest b/dev-python/docopt/Manifest
index 28d518d3aff..0a5a95e75a0 100644
--- a/dev-python/docopt/Manifest
+++ b/dev-python/docopt/Manifest
@@ -1 +1,2 @@
+DIST docopt-0.6.2.gh.tar.gz 26345 BLAKE2B e2a4b2030239387b6e7985c7e4ca15b001ec86f0d7a8c8f316c2321ccb18ed8cc94060a6c8eee4e84916d5f42e4a304551fae69b47abe2e173fa5e2409e9835d SHA512 228661924329682786b143f414c9df911016963cdc91ae6eba833285144e71744df507321a476b51f779e3ea270af6dc4e50edb8b0ee99674c19acccaab57a03
 DIST docopt-0.6.2.tar.gz 25901 BLAKE2B b44308bb4a6571ddd092de63401d16e31a9d9b93be9b132fb45503eb9d84273d7c1f20bc5b2e3e2d969506fcf760fff142c37197e0b92dc9e7f6f431fb0abcc0 SHA512 af138feccf8c37b374ee44fcda4938a88107d434df13c173214021b1a3348b152a595095a86982b66ac03a11db8e0f1e9e6a3a65c98deea92330311daeb831a3

diff --git a/dev-python/docopt/docopt-0.6.2-r3.ebuild b/dev-python/docopt/docopt-0.6.2-r3.ebuild
new file mode 100644
index 00000000000..1ea687432a5
--- /dev/null
+++ b/dev-python/docopt/docopt-0.6.2-r3.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_{5,6} pypy pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Pythonic argument parser, that will make you smile"
+HOMEPAGE="https://pypi.org/project/docopt/ https://github.com/docopt/docopt"
+SRC_URI="https://github.com/docopt/docopt/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"
+
+SLOT="0"
+LICENSE="MIT"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+	dev-python/setuptools[${PYTHON_USEDEP}]
+	test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
+
+python_test() {
+	pytest -vv || die "Tests fail with ${EPYTHON}"
+}


             reply	other threads:[~2019-07-05  9:45 UTC|newest]

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

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=1562319895.b74f44cb49108fb12bc8c2c1ec567d7e556de728.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