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/cmd2/
Date: Wed, 25 Sep 2019 05:53:02 +0000 (UTC)	[thread overview]
Message-ID: <1569390776.e3640e125c70ff80cc0811b8b059fd3bae9e4d2e.mgorny@gentoo> (raw)

commit:     e3640e125c70ff80cc0811b8b059fd3bae9e4d2e
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 25 05:14:30 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Sep 25 05:52:56 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3640e12

dev-python/cmd2: Drop old

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

 dev-python/cmd2/Manifest           |  3 ---
 dev-python/cmd2/cmd2-0.7.5.ebuild  | 37 --------------------------------
 dev-python/cmd2/cmd2-0.9.14.ebuild | 44 --------------------------------------
 dev-python/cmd2/cmd2-0.9.15.ebuild | 44 --------------------------------------
 4 files changed, 128 deletions(-)

diff --git a/dev-python/cmd2/Manifest b/dev-python/cmd2/Manifest
index ec432c4df5b..9e1e5552d75 100644
--- a/dev-python/cmd2/Manifest
+++ b/dev-python/cmd2/Manifest
@@ -1,6 +1,3 @@
-DIST cmd2-0.7.5.tar.gz 64939 BLAKE2B 57c8d3f4c7c94e8e2627fb5d2cf8c164da72c531808a53118f950ee79fcc2e0f431621ffbd74d275bf508c8646ded761d2d38c2b99570fdadbbaddf095e422a1 SHA512 14376ee283ac1c153ab0194a5dfa168eca36174783322ff72e190ed96b8c315518fef4f3ef09d77633851cb53b32f71fe380042ee3c0ef8ef2cbdfa16dabf704
 DIST cmd2-0.7.9.tar.gz 71298 BLAKE2B d1623e2d6a7ac66058b5a43a9688ba850962fa7b5659c3287a9aef9a7deb16338d71a2c07ef15ec72ee5e62aae0ce3cdf2f202d0d423040b734dee059f1d4876 SHA512 39086794ea57cdfdc7388aaa485770f1a76457bf2b2f58cd4703dc0c082f58a8343aa777304e833133040fdab8ef8451d85bc3c19721432514bb380330823abd
 DIST cmd2-0.8.9.tar.gz 112543 BLAKE2B b55edd450abcff863a34252b724919ace9f65b62b8175f28a1bb4fb64692a67723339a887dac45e87f37db71773689cfa213038740a4b3d165bf95f9cdad1d0e SHA512 80c80b67f8a1709156450fa476215a5466cca2853102f6012f1d83867a311d86a68d441dcea9895b62add731b3d00a7c3ecefde939b4f2ccd61d058ef9386a84
-DIST cmd2-0.9.14.tar.gz 530199 BLAKE2B a503e71959927e01986028da423c11f971972df0826f95cb06ca0594d9b90c19a5502ec19d741ea7a30b0ab9fb6f9d33fb5c20fc37c01695039b69979b862410 SHA512 4a606fc821f32dccb53b0558645850b383f814ae79f65e491376638960c5951ddff3ff860190d6ffe37b9fd616f44659793c1b1389eb76fbb369726cc1108c77
-DIST cmd2-0.9.15.tar.gz 550232 BLAKE2B b9e57ca150ee94cfc38bf394f9a3a8de06c4e63c8787944491fc5802781c3afc585d075b07b636c673dd20e50cd1222a7cd146a6284abc0f87873ccb915ec2a3 SHA512 6a2405e6b83200fb53cc251a4095fea6dfe0d7edd26875aee5121267d7615599aef4d84592be2b72b9cbd38e22e25f320d4c334b82e360140d517b65f2be25a8
 DIST cmd2-0.9.16.tar.gz 550919 BLAKE2B 0c8fa50bc1df503b17fc1c753ddac755968a0d4886921baf5f1113cbe7d8928b6ee0be49c93e697e00a1951deaee5c35403da74ad4d14fabf566dbe8abf27bfc SHA512 63b973e63fe48675a25c76b5c79d3838aad8fea62e50287cc72f2dc431e798535fc24caf589a2358012e6c8c601e8b46ac08b0da63ca64e46727890657d7ddfa

diff --git a/dev-python/cmd2/cmd2-0.7.5.ebuild b/dev-python/cmd2/cmd2-0.7.5.ebuild
deleted file mode 100644
index ce1260582f8..00000000000
--- a/dev-python/cmd2/cmd2-0.7.5.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python{2_7,3_5,3_6} pypy )
-
-inherit distutils-r1
-
-DESCRIPTION="Extra features for standard library's cmd module"
-HOMEPAGE="https://github.com/python-cmd2/cmd2"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-
-# restrict tests because pyperclip is fairly unstable...
-RESTRICT="test"
-
-RDEPEND="
-	>=dev-python/pyparsing-2.0.1[${PYTHON_USEDEP}]
-	dev-python/pyperclip[${PYTHON_USEDEP}]
-	dev-python/six[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}
-	dev-python/setuptools[${PYTHON_USEDEP}]
-	test? (
-		dev-python/mock[${PYTHON_USEDEP}]
-		dev-python/pytest[${PYTHON_USEDEP}]
-	)
-"
-
-python_test() {
-	py.test -vv || die
-	${EPYTHON} example/example.py --test example/exampleSession.txt || die
-}

diff --git a/dev-python/cmd2/cmd2-0.9.14.ebuild b/dev-python/cmd2/cmd2-0.9.14.ebuild
deleted file mode 100644
index 49165bc5b23..00000000000
--- a/dev-python/cmd2/cmd2-0.9.14.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python{3_5,3_6,3_7} )
-
-inherit distutils-r1 virtualx
-
-DESCRIPTION="Extra features for standard library's cmd module"
-HOMEPAGE="https://github.com/python-cmd2/cmd2"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-	dev-python/attrs[${PYTHON_USEDEP}]
-	dev-python/colorama[${PYTHON_USEDEP}]
-	dev-python/pyperclip[${PYTHON_USEDEP}]
-	dev-python/six[${PYTHON_USEDEP}]
-	dev-python/wcwidth[${PYTHON_USEDEP}]
-"
-DEPEND="
-	dev-python/setuptools[${PYTHON_USEDEP}]
-	dev-python/setuptools_scm[${PYTHON_USEDEP}]
-	test? (
-		${RDEPEND}
-		$(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' python3_5)
-		dev-python/pytest[${PYTHON_USEDEP}]
-	)
-"
-
-python_test() {
-	# test rely on very specific text wrapping...
-	local -x COLUMNS=80
-	pytest -vv || die
-}
-
-src_test() {
-	virtx distutils-r1_src_test
-}

diff --git a/dev-python/cmd2/cmd2-0.9.15.ebuild b/dev-python/cmd2/cmd2-0.9.15.ebuild
deleted file mode 100644
index 715f6032dc2..00000000000
--- a/dev-python/cmd2/cmd2-0.9.15.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python{3_5,3_6,3_7} )
-
-inherit distutils-r1 virtualx
-
-DESCRIPTION="Extra features for standard library's cmd module"
-HOMEPAGE="https://github.com/python-cmd2/cmd2"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-	dev-python/attrs[${PYTHON_USEDEP}]
-	>=dev-python/colorama-0.3.7[${PYTHON_USEDEP}]
-	>=dev-python/pyperclip-1.6[${PYTHON_USEDEP}]
-	dev-python/six[${PYTHON_USEDEP}]
-	dev-python/wcwidth[${PYTHON_USEDEP}]
-"
-DEPEND="
-	dev-python/setuptools[${PYTHON_USEDEP}]
-	dev-python/setuptools_scm[${PYTHON_USEDEP}]
-	test? (
-		${RDEPEND}
-		$(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' python3_5)
-		dev-python/pytest[${PYTHON_USEDEP}]
-	)
-"
-
-python_test() {
-	# test rely on very specific text wrapping...
-	local -x COLUMNS=80
-	pytest -vv || die
-}
-
-src_test() {
-	virtx distutils-r1_src_test
-}


             reply	other threads:[~2019-09-25  5:53 UTC|newest]

Thread overview: 159+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-25  5:53 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-15  8:19 [gentoo-commits] repo/gentoo:master commit in: dev-python/cmd2/ Michał Górny
2025-02-15  7:44 Arthur Zamarin
2025-02-01 11:58 Michał Górny
2025-01-26  3:06 Michał Górny
2025-01-18  7:20 Michał Górny
2025-01-04 12:40 Michał Górny
2025-01-04 12:28 Sam James
2024-12-18  8:07 Michał Górny
2024-12-07 11:36 Michał Górny
2024-12-07 10:35 Arthur Zamarin
2024-11-23  7:10 Michał Górny
2024-11-15  4:59 Michał Górny
2024-11-15  4:59 Michał Górny
2024-11-14  4:39 Michał Górny
2024-11-07  6:45 Michał Górny
2024-11-06  7:11 Michał Górny
2024-11-06  7:11 Michał Górny
2024-11-04  5:04 Michał Górny
2024-11-03  3:52 Michał Górny
2024-10-24  4:32 Michał Górny
2024-06-11 13:40 Michał Górny
2023-05-31 19:23 Arthur Zamarin
2023-04-06 13:25 Michał Górny
2023-04-06  8:06 Arthur Zamarin
2023-03-16  3:47 Michał Górny
2023-01-28  7:39 Michał Górny
2022-08-13 11:53 Arthur Zamarin
2022-07-14  7:31 Michał Górny
2022-05-28 21:12 Jakov Smolić
2022-05-27 19:45 Michał Górny
2022-05-27  9:07 Jakov Smolić
2022-05-21 13:49 Michał Górny
2022-04-26  1:51 Sam James
2022-04-15  8:22 Arthur Zamarin
2022-03-26 18:14 Arthur Zamarin
2022-03-26 17:34 Arthur Zamarin
2022-02-23  8:12 Michał Górny
2021-12-13  8:09 Michał Górny
2021-12-13  5:42 Sam James
2021-11-29 22:28 Michał Górny
2021-11-22 23:04 Michał Górny
2021-11-19  9:03 Michał Górny
2021-11-12  9:40 Michał Górny
2021-10-16  5:59 Michał Górny
2021-10-15 22:43 Sam James
2021-09-14 21:35 Michał Górny
2021-08-07 14:52 Michał Górny
2021-08-07 14:43 Sam James
2021-07-12 22:46 Michał Górny
2021-07-12 21:50 Sam James
2021-07-06  7:58 Michał Górny
2021-06-17 19:35 Michał Górny
2021-06-14 21:03 Michał Górny
2021-06-07  6:56 Michał Górny
2021-05-24  1:34 Joshua Kinard
2021-03-07 22:39 Michał Górny
2021-03-07 19:43 Sam James
2021-02-01  8:50 Michał Górny
2021-01-05 21:27 Michał Górny
2021-01-05 21:03 Sam James
2021-01-05 15:53 Michał Górny
2020-12-22 21:13 Michał Górny
2020-12-22 20:36 Sam James
2020-12-01 10:32 Michał Górny
2020-11-30 21:12 Sergei Trofimovich
2020-11-12  9:17 Michał Górny
2020-10-26 23:44 Sergei Trofimovich
2020-10-01 21:38 Michał Górny
2020-09-19  7:21 Michał Górny
2020-09-19  2:10 Sam James
2020-09-18 14:36 Michał Górny
2020-09-18  7:23 Michał Górny
2020-09-04  3:30 Michał Górny
2020-08-28  6:28 Michał Górny
2020-08-26  6:38 Michał Górny
2020-08-21 15:36 Agostino Sarubbo
2020-08-21 15:31 Agostino Sarubbo
2020-08-21 15:27 Agostino Sarubbo
2020-08-21  2:47 Michał Górny
2020-08-17  7:10 Agostino Sarubbo
2020-08-16 14:48 Agostino Sarubbo
2020-08-16 14:46 Agostino Sarubbo
2020-08-16 14:46 Agostino Sarubbo
2020-08-15  7:26 Sergei Trofimovich
2020-08-13 19:49 Michał Górny
2020-08-11 13:43 Michał Górny
2020-08-07  4:53 Michał Górny
2020-08-05  7:50 Michał Górny
2020-07-15  5:04 Michał Górny
2020-07-14 12:01 Michał Górny
2020-07-08 13:16 Michał Górny
2020-06-07  7:27 Michał Górny
2020-05-31 15:42 Michał Górny
2020-05-31  6:57 Matt Turner
2020-05-17  9:37 Sergei Trofimovich
2020-05-04 10:29 Michał Górny
2020-04-23 12:12 Michał Górny
2020-04-21 19:45 Sergei Trofimovich
2020-04-09 18:40 Sergei Trofimovich
2020-04-08 20:53 Sergei Trofimovich
2020-04-08 20:53 Sergei Trofimovich
2020-04-08 20:53 Sergei Trofimovich
2020-04-07 10:42 Michał Górny
2020-04-03  9:37 Michał Górny
2020-03-26 14:51 Michał Górny
2020-03-26 14:51 Michał Górny
2020-03-26 14:51 Michał Górny
2020-03-15 18:41 Agostino Sarubbo
2020-03-15 18:27 Agostino Sarubbo
2020-03-14 22:31 Agostino Sarubbo
2020-03-14  4:55 Michał Górny
2020-03-02  5:42 Michał Górny
2020-02-21 10:08 Michał Górny
2020-02-11 11:37 Agostino Sarubbo
2020-02-10  8:18 Agostino Sarubbo
2020-02-09  8:48 Mikle Kolyada
2020-02-09  4:44 Michał Górny
2020-02-09  4:44 Michał Górny
2020-01-27 11:50 Mikle Kolyada
2020-01-27  7:22 Michał Górny
2020-01-26 20:24 Matthew Thode
2020-01-26 20:24 Matthew Thode
2020-01-24  5:27 Michał Górny
2020-01-24  5:27 Michał Górny
2020-01-13  8:50 Agostino Sarubbo
2020-01-10 19:14 Agostino Sarubbo
2020-01-10  6:19 Michał Górny
2020-01-10  6:19 Michał Górny
2020-01-10  6:19 Michał Górny
2020-01-03 20:46 David Seifert
2019-12-10 14:26 Michał Górny
2019-12-10 14:26 Michał Górny
2019-11-27 10:45 Michał Górny
2019-11-27 10:45 Michał Górny
2019-11-13  7:33 Michał Górny
2019-11-13  7:33 Michał Górny
2019-10-16  7:42 Michał Górny
2019-10-16  7:42 Michał Górny
2019-10-02 13:30 Michał Górny
2019-09-25  5:53 Michał Górny
2019-08-08  3:31 Michał Górny
2019-07-25  5:52 Michał Górny
2019-07-10 19:34 Michał Górny
2019-07-09 20:00 Michał Górny
2019-07-09 19:54 Michał Górny
2019-05-11 19:48 Matthew Thode
2019-04-12 22:47 Matthew Thode
2019-01-28  0:25 Matthew Thode
2018-08-30 17:50 Matt Thode
2018-02-22 19:59 Matt Thode
2017-08-31 20:46 Matt Thode
2017-08-31 19:17 Mike Gilbert
2017-08-31 17:20 Matt Thode
2017-08-28 18:35 Matt Thode
2017-04-22 18:28 Mike Gilbert
2017-04-22 18:08 Mike Gilbert
2016-03-26  1:56 Matt Thode
2016-02-28  7:00 Matt Thode

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=1569390776.e3640e125c70ff80cc0811b8b059fd3bae9e4d2e.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