public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] dev/dev-zero:master commit in: dev-python/fabulous/
@ 2016-07-07 14:09 Tiziano Müller
  0 siblings, 0 replies; 2+ messages in thread
From: Tiziano Müller @ 2016-07-07 14:09 UTC (permalink / raw
  To: gentoo-commits

commit:     5876dee9a65a096f8775eeb3501be46b7a648658
Author:     Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
AuthorDate: Thu Jul  7 14:09:22 2016 +0000
Commit:     Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
CommitDate: Thu Jul  7 14:09:22 2016 +0000
URL:        https://gitweb.gentoo.org/dev/dev-zero.git/commit/?id=5876dee9

dev-python/fabulous: initial commit

 dev-python/fabulous/Manifest              |  1 +
 dev-python/fabulous/fabulous-0.2.0.ebuild | 30 ++++++++++++++++++++++++++++++
 2 files changed, 31 insertions(+)

diff --git a/dev-python/fabulous/Manifest b/dev-python/fabulous/Manifest
new file mode 100644
index 0000000..10dbbd8
--- /dev/null
+++ b/dev-python/fabulous/Manifest
@@ -0,0 +1 @@
+DIST fabulous-0.2.0.tar.gz 677805 SHA256 7d6983b3aae2e91adf5461a60d4a233a87ffca518ef1380758b07925d212e80e SHA512 96608c1404fc7ce5aa51c82d687cdd54961149d3617bdee1e5b4828db250f9c5fc6ea6c07064c6140c9f27d1bc4e379f01a55124a22f75ca13be2c906bea9886 WHIRLPOOL 3c5df8c9d3c5836bf303f1b385e458991b5f200576296c5789a3f3ee84522bfac58b8aa8b67a6c183de6c14129fb2d70f9ea9f54e1d3d052c6e0e24c52816b2b

diff --git a/dev-python/fabulous/fabulous-0.2.0.ebuild b/dev-python/fabulous/fabulous-0.2.0.ebuild
new file mode 100644
index 0000000..c8a8015
--- /dev/null
+++ b/dev-python/fabulous/fabulous-0.2.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
+PYTHON_REQ_USE="ncurses"
+
+inherit distutils-r1 eutils
+
+DESCRIPTION="Makes your terminal output totally fabulous"
+HOMEPAGE="https://jart.github.io/fabulous https://pypi.python.org/pypi/fabulous"
+SRC_URI="https://github.com/jart/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+# tarball on pypi does not contain tests
+LICENSE="Apache-2.0 OFL"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+RDEPEND=""
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+	test? ( dev-python/pillow[${PYTHON_USEDEP}] )"
+
+python_test() {
+	${PYTHON} -m doctest -v fabulous/*.py || die
+}
+
+pkg_postinst() {
+	optfeature "Image conversion/display support" dev-python/pillow
+}


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] dev/dev-zero:master commit in: dev-python/fabulous/
@ 2016-07-22 10:33 Tiziano Müller
  0 siblings, 0 replies; 2+ messages in thread
From: Tiziano Müller @ 2016-07-22 10:33 UTC (permalink / raw
  To: gentoo-commits

commit:     a53df0dc8676c3dbb4889fde79f11d6c0b96c455
Author:     Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 22 10:33:14 2016 +0000
Commit:     Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
CommitDate: Fri Jul 22 10:33:14 2016 +0000
URL:        https://gitweb.gentoo.org/dev/dev-zero.git/commit/?id=a53df0dc

dev-python/fabulous: version bump

 dev-python/fabulous/Manifest                                         | 2 +-
 dev-python/fabulous/{fabulous-0.2.0.ebuild => fabulous-0.3.0.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/fabulous/Manifest b/dev-python/fabulous/Manifest
index 10dbbd8..bbf8134 100644
--- a/dev-python/fabulous/Manifest
+++ b/dev-python/fabulous/Manifest
@@ -1 +1 @@
-DIST fabulous-0.2.0.tar.gz 677805 SHA256 7d6983b3aae2e91adf5461a60d4a233a87ffca518ef1380758b07925d212e80e SHA512 96608c1404fc7ce5aa51c82d687cdd54961149d3617bdee1e5b4828db250f9c5fc6ea6c07064c6140c9f27d1bc4e379f01a55124a22f75ca13be2c906bea9886 WHIRLPOOL 3c5df8c9d3c5836bf303f1b385e458991b5f200576296c5789a3f3ee84522bfac58b8aa8b67a6c183de6c14129fb2d70f9ea9f54e1d3d052c6e0e24c52816b2b
+DIST fabulous-0.3.0.tar.gz 680697 SHA256 44e1c2bbb5a7762d78b88eb067f3c41dbe1fdc06f9bc383e81cb4ca45157089f SHA512 b8a449948a01c28bd37d7437c14a84fecc58398be0ce527bc35a162ceacc0d18e993874273a94f2291c49b20e8ee6565f2c5863478d416e389af8295df3bc5f6 WHIRLPOOL 07b9d06599c199fa9411c254b0a1632110b2cd746a7b96c754fbb5deaa09f320138ff2d1b05b66850223d8e5b50ba098add3a4a2ae2294ab7a480ad991fb9f46

diff --git a/dev-python/fabulous/fabulous-0.2.0.ebuild b/dev-python/fabulous/fabulous-0.3.0.ebuild
similarity index 93%
rename from dev-python/fabulous/fabulous-0.2.0.ebuild
rename to dev-python/fabulous/fabulous-0.3.0.ebuild
index c8a8015..d5f95f4 100644
--- a/dev-python/fabulous/fabulous-0.2.0.ebuild
+++ b/dev-python/fabulous/fabulous-0.3.0.ebuild
@@ -3,7 +3,7 @@
 # $Id$
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy )
 PYTHON_REQ_USE="ncurses"
 
 inherit distutils-r1 eutils


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-07-22 10:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-22 10:33 [gentoo-commits] dev/dev-zero:master commit in: dev-python/fabulous/ Tiziano Müller
  -- strict thread matches above, loose matches on Subject: below --
2016-07-07 14:09 Tiziano Müller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox