commit:     ea44bf7bbccb4d875fa962af8861a08419b0fe0c
Author:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 26 12:16:46 2018 +0000
Commit:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
CommitDate: Tue Jun 26 12:16:46 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea44bf7b

dev-python/curtsies: bump to 0.2.12, 0.3.0

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-python/curtsies/Manifest               |  2 ++
 dev-python/curtsies/curtsies-0.2.12.ebuild | 35 ++++++++++++++++++++++++++++++
 dev-python/curtsies/curtsies-0.3.0.ebuild  | 35 ++++++++++++++++++++++++++++++
 3 files changed, 72 insertions(+)

diff --git a/dev-python/curtsies/Manifest b/dev-python/curtsies/Manifest
index 6faa5ea9699..fb08e235ebb 100644
--- a/dev-python/curtsies/Manifest
+++ b/dev-python/curtsies/Manifest
@@ -1,2 +1,4 @@
 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.12.ebuild 
b/dev-python/curtsies/curtsies-0.2.12.ebuild
new file mode 100644
index 00000000000..00adb8bc310
--- /dev/null
+++ b/dev-python/curtsies/curtsies-0.2.12.ebuild
@@ -0,0 +1,35 @@
+# 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
+}

diff --git a/dev-python/curtsies/curtsies-0.3.0.ebuild 
b/dev-python/curtsies/curtsies-0.3.0.ebuild
new file mode 100644
index 00000000000..00adb8bc310
--- /dev/null
+++ b/dev-python/curtsies/curtsies-0.3.0.ebuild
@@ -0,0 +1,35 @@
+# 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