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/cli_helpers/
Date: Thu, 16 Jan 2020 06:05:17 +0000 (UTC)	[thread overview]
Message-ID: <1579154691.eb916604e6e2e6dfbfcc6b4754e32fd7fe9800ac.mgorny@gentoo> (raw)

commit:     eb916604e6e2e6dfbfcc6b4754e32fd7fe9800ac
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 16 05:42:15 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jan 16 06:04:51 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb916604

dev-python/cli_helpers: Remove old

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

 dev-python/cli_helpers/Manifest                 |  3 ---
 dev-python/cli_helpers/cli_helpers-0.2.0.ebuild | 21 ---------------------
 dev-python/cli_helpers/cli_helpers-1.0.0.ebuild | 22 ----------------------
 dev-python/cli_helpers/cli_helpers-1.0.1.ebuild | 23 -----------------------
 4 files changed, 69 deletions(-)

diff --git a/dev-python/cli_helpers/Manifest b/dev-python/cli_helpers/Manifest
index 741d17dba7f..ab47dcb5b66 100644
--- a/dev-python/cli_helpers/Manifest
+++ b/dev-python/cli_helpers/Manifest
@@ -1,4 +1 @@
-DIST cli_helpers-0.2.0.tar.gz 33855 BLAKE2B 8509fd6ea4ce1af77a522d36f98261a019d6b4b7250549af8014c4aba01bc4f4a63106c55b3d5ce40f058f0927db4044af51c7f948879d44a452b35369df8f2b SHA512 7dfa9791f472ccba3d49d0e87daf859257e74349cfbd8920a624f3e8d6905d8c8b7fa7be70eda97091963e548fa16dfbb1171e198cbbaa9d7810bff2321ebe54
-DIST cli_helpers-1.0.0.tar.gz 23269 BLAKE2B 2de1729b32a690d5832cc956c30bdf3ec35b3bfa94d1eed391dc18a1aadfd7229a1cbb4368a08406a3c6bf2bf59c835ac975bee797a58dbb3121c34586632d1f SHA512 8137b081cfe3d226c63cc7c17165f884a42147ea184d11a1e0ee5805f2d22bce37ded580a0c15566bcb057df4c39f2685595d74b2e21d46932e2e635f77eec68
-DIST cli_helpers-1.0.1.tar.gz 23382 BLAKE2B 544bf4165315a6459ba203efc7f55e3a48d4af8a12a4a3dcd4742c9e8f9d72c9163784e4adc42f5910d5ffd42d957aca47f4765e01cc9fc8c17649494b0396c4 SHA512 f4999f20d7f785a143d672ea9e62375dc6cb1abf093796dedcc01003970931a397096cded3515d060b47aa8e38b2a03fbe12f919f84451365d078126a5b35021
 DIST cli_helpers-1.2.1.tar.gz 31104 BLAKE2B ded2b9b7825ddaeb33acf64b65362251f773a4a0a74aec1c79bdd8ef77f8f6953dd8761fd926f7a2b210c69534bee220f88e816dd63277b27db15b400510c9f3 SHA512 299fa4984b7c76e6be0527f040582242a746938f8725b6193895f9bbb835c82078658bbb8d1ea0000c26f3c8d2dad93139fd600e7c8d7c2d89777de27a5b26cf

diff --git a/dev-python/cli_helpers/cli_helpers-0.2.0.ebuild b/dev-python/cli_helpers/cli_helpers-0.2.0.ebuild
deleted file mode 100644
index dc30a060f6a..00000000000
--- a/dev-python/cli_helpers/cli_helpers-0.2.0.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_6} )
-inherit distutils-r1
-
-DESCRIPTION="Python helpers for common CLI tasks"
-
-HOMEPAGE="http://cli-helpers.rtfd.io/"
-SRC_URI="https://github.com/dbcli/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="
-	dev-python/terminaltables[${PYTHON_USEDEP}]
-	>=dev-python/pygments-2.0[${PYTHON_USEDEP}]
-"

diff --git a/dev-python/cli_helpers/cli_helpers-1.0.0.ebuild b/dev-python/cli_helpers/cli_helpers-1.0.0.ebuild
deleted file mode 100644
index b0424fb4e6d..00000000000
--- a/dev-python/cli_helpers/cli_helpers-1.0.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_6} )
-inherit distutils-r1
-
-DESCRIPTION="Python helpers for common CLI tasks"
-
-HOMEPAGE="http://cli-helpers.rtfd.io/"
-SRC_URI="https://github.com/dbcli/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="
-	>=dev-python/tabulate-0.8.0[${PYTHON_USEDEP}]
-	>=dev-python/terminaltables-3.0.0[${PYTHON_USEDEP}]
-	>=dev-python/pygments-2.0[${PYTHON_USEDEP}]
-"

diff --git a/dev-python/cli_helpers/cli_helpers-1.0.1.ebuild b/dev-python/cli_helpers/cli_helpers-1.0.1.ebuild
deleted file mode 100644
index b9152ddd69f..00000000000
--- a/dev-python/cli_helpers/cli_helpers-1.0.1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_6} )
-inherit distutils-r1
-
-DESCRIPTION="Python helpers for common CLI tasks"
-
-HOMEPAGE="http://cli-helpers.rtfd.io/"
-SRC_URI="https://github.com/dbcli/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="
-	>=dev-python/backports-csv-1.0[${PYTHON_USEDEP}]
-	>=dev-python/tabulate-0.8.0[${PYTHON_USEDEP}]
-	>=dev-python/terminaltables-3.0.0[${PYTHON_USEDEP}]
-	>=dev-python/pygments-2.0[${PYTHON_USEDEP}]
-"


             reply	other threads:[~2020-01-16  6:05 UTC|newest]

Thread overview: 35+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-16  6:05 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-10-27 16:29 [gentoo-commits] repo/gentoo:master commit in: dev-python/cli_helpers/ Michał Górny
2023-07-30 17:09 Sam James
2022-11-19 16:52 Michał Górny
2022-11-19 16:52 Michał Górny
2022-10-13 17:09 Michał Górny
2022-05-25 18:01 Arthur Zamarin
2022-02-11 19:43 Jakov Smolić
2022-02-11 19:42 Jakov Smolić
2022-02-11 19:42 Jakov Smolić
2022-01-18  9:51 Michał Górny
2021-10-04  8:05 Michał Górny
2021-10-04  0:49 Sam James
2021-10-03 18:48 Sam James
2021-08-28  6:53 Michał Górny
2021-05-23 13:41 Michał Górny
2020-12-17 21:02 Brian Evans
2020-12-17  2:39 Sam James
2020-12-03 17:37 Thomas Deutschmann
2020-11-17  0:08 Michał Górny
2020-07-30  6:03 Michał Górny
2020-07-30  6:03 Michał Górny
2020-05-28  7:19 Michał Górny
2020-05-27  7:03 Michał Górny
2020-03-17  7:23 Michał Górny
2020-01-16  6:05 Michał Górny
2020-01-16  6:05 Michał Górny
2019-08-11  8:31 Michał Górny
2019-07-07 13:10 Michał Górny
2019-07-07 13:10 Michał Górny
2019-07-07 13:10 Michał Górny
2019-07-07 13:10 Michał Górny
2017-12-27 14:42 Brian Evans
2017-11-07 19:03 Zac Medico
2017-07-05 15:04 Brian Evans

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=1579154691.eb916604e6e2e6dfbfcc6b4754e32fd7fe9800ac.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