commit:     10ec919c5d4b4bce8a8762a8978f5e1ab942f686
Author:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 26 14:15:58 2019 +0000
Commit:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
CommitDate: Tue Feb 26 14:16:48 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10ec919c

dev-python/curtsies: clean old versions

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andrey Grozin <grozin <AT> gentoo.org>

 dev-python/curtsies/Manifest               |  2 --
 dev-python/curtsies/curtsies-0.2.10.ebuild | 35 ------------------------------
 dev-python/curtsies/curtsies-0.2.12.ebuild | 35 ------------------------------
 3 files changed, 72 deletions(-)

diff --git a/dev-python/curtsies/Manifest b/dev-python/curtsies/Manifest
index fb08e235ebb..364331a9932 100644
--- a/dev-python/curtsies/Manifest
+++ b/dev-python/curtsies/Manifest
@@ -1,4 +1,2 @@
-DIST curtsies-0.2.10.tar.gz 46320 BLAKE2B 
672b10969d6b8d71c00ef048f23284d62858fbba0ab639339a30ebe5713382be2f231742f95f581be8cfb221f24c02efc0a85dd961d6d3f22dd6c2b2aafe5c10
 SHA512 
0e4349e460dd9d8ec5c900d1b3dd98ede7c7462f9842cb4bb22e1f1a2a0048090593af2c1cddf26a1239db00060429b27785e05de84ff9b4199fe3b8d4973fc3
 DIST curtsies-0.2.11.tar.gz 46740 BLAKE2B 
103355b8467617ac4890ca0d2c444336963d91934539c79314f4319b9fe273973c6464247cf2f5d07ae2ec5fcf45f302c80fdc94cd159715cd204d12870a54f1
 SHA512 
1fd71d9bc4125a427a5990c6fcef4f73f6e677096eda8d29f7dfee7fe6fc3a350fc66c4383d5e9370a3ed19dfa211285f8b99c425b154e22d3cb4718e1f1d05e
-DIST curtsies-0.2.12.tar.gz 45039 BLAKE2B 
21cbf76ca62e4f833a5f5e6c89ef288e12dc1bad106ee90cd43a100ecf87d4f55040049915ed57c1f6817047770a8f37975d7409b209ffbc00c8356930cdfff0
 SHA512 
228c02daed58ca38790ce349b8e5725a9c43d831dd6871aa0a5de10238e2822d36a9ff036a40a6a79ca1b838a7a01b5159944a39664ca3df0d8a6fb26ae2a518
 DIST curtsies-0.3.0.tar.gz 47120 BLAKE2B 
51d6bf5686c275690c6b906e7eba642aebd54dccb106463a9b1733e2174fa26a30b8365a17d6cfa18244fb74693364a3aa5184a17f2460425a57fb8912d6bcaf
 SHA512 
b1fc09a4e9aefe09b878a5c710ef86c90f93895a8ed40b40a3c13b24a2dfc1fe771ace11c20e3fed4fcdd0bed8b9615ee3c2bcf200fa34fbfb895a4a7b57b14c

diff --git a/dev-python/curtsies/curtsies-0.2.10.ebuild 
b/dev-python/curtsies/curtsies-0.2.10.ebuild
deleted file mode 100644
index b2c7e2fb643..00000000000
--- a/dev-python/curtsies/curtsies-0.2.10.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
-
-inherit distutils-r1
-
-DESCRIPTION="Curses-like terminal wrapper, with colored strings"
-HOMEPAGE="https://github.com/thomasballinger/curtsies";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="MIT"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-
-RDEPEND="
-       >=dev-python/blessings-1.5[${PYTHON_USEDEP}]
-       dev-python/pyte[${PYTHON_USEDEP}]
-       >=dev-python/wcwidth-0.1.4[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}
-       dev-python/setuptools[${PYTHON_USEDEP}]
-       test? (
-               dev-python/mock[${PYTHON_USEDEP}]
-               dev-python/nose[${PYTHON_USEDEP}]
-               dev-python/pyte[${PYTHON_USEDEP}]
-       )
-"
-
-python_test() {
-       nosetests --verbose tests || die
-}

diff --git a/dev-python/curtsies/curtsies-0.2.12.ebuild 
b/dev-python/curtsies/curtsies-0.2.12.ebuild
deleted file mode 100644
index 00adb8bc310..00000000000
--- a/dev-python/curtsies/curtsies-0.2.12.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
-
-inherit distutils-r1
-
-DESCRIPTION="Curses-like terminal wrapper, with colored strings"
-HOMEPAGE="https://github.com/thomasballinger/curtsies";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="MIT"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-
-RDEPEND="
-       >=dev-python/blessings-1.5[${PYTHON_USEDEP}]
-       dev-python/pyte[${PYTHON_USEDEP}]
-       >=dev-python/wcwidth-0.1.4[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}
-       dev-python/setuptools[${PYTHON_USEDEP}]
-       test? (
-               dev-python/mock[${PYTHON_USEDEP}]
-               dev-python/nose[${PYTHON_USEDEP}]
-               dev-python/pyte[${PYTHON_USEDEP}]
-       )
-"
-
-python_test() {
-       nosetests --verbose tests || die
-}

Reply via email to