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/argh/
Date: Tue,  2 May 2017 19:15:40 +0000 (UTC)	[thread overview]
Message-ID: <1493752527.2216717769668e08f8bfb0afbf721ebe9f40b544.mgorny@gentoo> (raw)

commit:     2216717769668e08f8bfb0afbf721ebe9f40b544
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue May  2 18:46:40 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue May  2 19:15:27 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22167177

dev-python/argh: Clean old versions up

 dev-python/argh/Manifest           |  3 ---
 dev-python/argh/argh-0.25.0.ebuild | 30 ------------------------------
 dev-python/argh/argh-0.26.0.ebuild | 29 -----------------------------
 dev-python/argh/argh-0.26.1.ebuild | 29 -----------------------------
 4 files changed, 91 deletions(-)

diff --git a/dev-python/argh/Manifest b/dev-python/argh/Manifest
index 6ce472af546..ebfe77f8670 100644
--- a/dev-python/argh/Manifest
+++ b/dev-python/argh/Manifest
@@ -1,4 +1 @@
-DIST argh-0.25.0.tar.gz 30865 SHA256 f55f004a9077db0abc50e8ef5c0e0d0e3573b4a1c8365439c8186ca69197ff33 SHA512 76d4a1451e7f7bb759525b4e0f7dd5fcae4528b92e2866c3d543519df0394fb8de88511869ac04e2f160ac8ae150c1f0c7d348848af2039a26f71b7179555a69 WHIRLPOOL 4fd748081b2973a87f3d425f7468e2cc03edbf64dcff785e6080829ea9728c931f236cfbb2bc6eb6599a2480adabc9448d6bdd57e9a6bb8f8af825ab1fdf2053
-DIST argh-0.26.0.tar.gz 32238 SHA256 3417619f76d18cbb2d19fae4ad27a8ecf1432b22fdf8834df77cf1a1c86716a4 SHA512 be6c52b6e7b438152c145e9ce303f7ba9d44713cb0c68b2526ea725a99522f848c8afceded43da889e335656bc38f69bc4cb1dc7cb39ae238eda55083c9e9076 WHIRLPOOL b589fccf8d31d5aa543c1da9418804461acfa58b08d272cb03ea03080fc808ffc3a810cb487f0c02a94c9a47e1a392bde684850b9f8fc8bfd9b59f74309fb2ab
-DIST argh-0.26.1.tar.gz 32261 SHA256 06a7442cb9130fb8806fe336000fcf20edf1f2f8ad205e7b62cec118505510db SHA512 8c286434b13fe72eca7c35313581921f49ab8934e0c791bd230ed775067507dc492b73b76c9ec521161395aeb8d1cfedc71e3251bba8f68d2227c3cf56c326bf WHIRLPOOL b33570b453f11deecddd1ec6eb2901647f24ec9c78e499ed14b97950ef09fcc4d3842a69ef802e14a218c9c376d386c5f5ec724a93af47141b1d07c9d57761da
 DIST argh-0.26.2.tar.gz 32913 SHA256 e9535b8c84dc9571a48999094fda7f33e63c3f1b74f3e5f3ac0105a58405bb65 SHA512 90382900d5cec9629dacb4459a2c9491d1425b66fa3f90d7cbf511dec846a99dbb9424f3e08f0c006da48fbf9c067078705be70b314700541fd800630e4b1707 WHIRLPOOL 1bf82170a097584f92e6a59f5a0a0d97544cc7dfc909e847faa6c84de0ee782d51601d09aec14ef99a70c39699d6b1686562b3ca71cb39d20fdd179c57e81201

diff --git a/dev-python/argh/argh-0.25.0.ebuild b/dev-python/argh/argh-0.25.0.ebuild
deleted file mode 100644
index a7683adf19c..00000000000
--- a/dev-python/argh/argh-0.25.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_4} pypy )
-
-inherit distutils-r1
-
-DESCRIPTION="A simple argparse wrapper"
-HOMEPAGE="http://packages.python.org/argh/"
-SRC_URI="mirror://pypi/a/${PN}/${P}.tar.gz"
-
-SLOT="0"
-KEYWORDS="amd64 x86"
-LICENSE="LGPL-3"
-IUSE="test"
-
-RDEPEND=""
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-	test? (
-		dev-python/pytest[${PYTHON_USEDEP}]
-		dev-python/mock[${PYTHON_USEDEP}]
-		${RDEPEND}
-	)"
-
-python_test() {
-	# setup.py tries to install argparse for some reason...
-	py.test || die "Tests fail with ${EPYTHON}"
-}

diff --git a/dev-python/argh/argh-0.26.0.ebuild b/dev-python/argh/argh-0.26.0.ebuild
deleted file mode 100644
index 453588f84b3..00000000000
--- a/dev-python/argh/argh-0.26.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_4} pypy )
-
-inherit distutils-r1
-
-DESCRIPTION="A simple argparse wrapper"
-HOMEPAGE="http://packages.python.org/argh/"
-SRC_URI="mirror://pypi/a/${PN}/${P}.tar.gz"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-LICENSE="LGPL-3"
-IUSE="test"
-
-RDEPEND=""
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-	test? (
-		dev-python/pytest[${PYTHON_USEDEP}]
-		$(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' python2_7 pypy)
-		${RDEPEND}
-	)"
-
-python_test() {
-	py.test || die "Tests fail with ${EPYTHON}"
-}

diff --git a/dev-python/argh/argh-0.26.1.ebuild b/dev-python/argh/argh-0.26.1.ebuild
deleted file mode 100644
index 61ffa812526..00000000000
--- a/dev-python/argh/argh-0.26.1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_4} pypy )
-
-inherit distutils-r1
-
-DESCRIPTION="A simple argparse wrapper"
-HOMEPAGE="http://packages.python.org/argh/"
-SRC_URI="mirror://pypi/a/${PN}/${P}.tar.gz"
-
-SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc x86"
-LICENSE="LGPL-3"
-IUSE="test"
-
-RDEPEND=""
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-	test? (
-		dev-python/pytest[${PYTHON_USEDEP}]
-		$(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' python2_7 pypy)
-		${RDEPEND}
-	)"
-
-python_test() {
-	py.test || die "Tests fail with ${EPYTHON}"
-}


             reply	other threads:[~2017-05-02 19:16 UTC|newest]

Thread overview: 65+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-02 19:15 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-03  6:24 [gentoo-commits] repo/gentoo:master commit in: dev-python/argh/ Michał Górny
2024-07-14  3:23 Michał Górny
2024-06-13 16:15 Michał Górny
2024-05-18 15:40 Michał Górny
2024-02-08 14:48 Michał Górny
2024-02-08 14:43 Michał Górny
2024-01-25  4:52 Michał Górny
2024-01-19 18:28 Arthur Zamarin
2024-01-18 18:46 Michał Górny
2024-01-18 18:03 Arthur Zamarin
2024-01-13 10:22 Michał Górny
2024-01-13  9:51 Arthur Zamarin
2023-12-31  7:17 Michał Górny
2023-12-26  6:44 Michał Górny
2023-11-22 11:59 Michał Górny
2023-11-05  5:36 Michał Górny
2023-10-31  7:53 Michał Górny
2023-10-25  7:43 Michał Górny
2023-10-24  5:27 Michał Górny
2023-10-22  6:55 Michał Górny
2023-10-06 15:08 Michał Górny
2023-10-06 14:29 Sam James
2023-09-24  3:12 Michał Górny
2023-09-04  2:48 Michał Górny
2023-05-27  9:44 Arthur Zamarin
2023-03-11  8:06 Arthur Zamarin
2023-02-16 15:14 Michał Górny
2023-02-10  6:52 Michał Górny
2023-02-09  5:56 Michał Górny
2022-06-21 18:39 Arthur Zamarin
2022-06-21 18:19 Arthur Zamarin
2022-05-18 10:47 Andrew Ammerlaan
2021-12-04 17:49 Sam James
2021-12-01 17:47 Arthur Zamarin
2021-11-13  9:45 Arthur Zamarin
2021-09-21 21:37 James Le Cuirot
2021-09-06 23:42 Sam James
2021-08-20  6:00 Agostino Sarubbo
2021-08-20  5:59 Agostino Sarubbo
2021-06-25 19:36 Sam James
2021-06-10 14:02 Yixun Lan
2021-05-19 18:21 Michał Górny
2021-05-15 19:39 Sergei Trofimovich
2021-05-15 19:36 Sam James
2021-05-13 13:19 Sergei Trofimovich
2021-03-15  2:55 Sam James
2020-11-04  5:32 Sam James
2020-06-03  6:41 Michał Górny
2020-03-26 11:48 Michał Górny
2020-03-08 10:42 Agostino Sarubbo
2020-03-08 10:37 Agostino Sarubbo
2020-02-07  7:15 Michał Górny
2020-02-03 20:46 Michał Górny
2019-07-18 10:34 Michał Górny
2019-07-18 10:34 Michał Górny
2019-07-18 10:34 Michał Górny
2019-05-20  2:17 Stephen Klimaszewski
2018-03-30 18:35 Aaron Bauman
2018-03-03 20:58 Michał Górny
2017-02-28 12:56 Andrey Grozin
2017-01-21 17:27 Agostino Sarubbo
2017-01-21 17:16 Agostino Sarubbo
2016-06-12 17:17 Patrick Lauer
2015-10-15  9:21 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=1493752527.2216717769668e08f8bfb0afbf721ebe9f40b544.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