From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C86CE139694 for ; Wed, 21 Jun 2017 01:32:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D3233E0EA8; Wed, 21 Jun 2017 01:32:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9BD23E0EA8 for ; Wed, 21 Jun 2017 01:32:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2A7C934177E for ; Wed, 21 Jun 2017 01:32:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 710F1746C for ; Wed, 21 Jun 2017 01:32:50 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1498008723.e72a8e5565a2dd49b0a3c8de25dba40cb68177bb.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/colorspacious/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/colorspacious/Manifest dev-python/colorspacious/colorspacious-1.1.0.ebuild dev-python/colorspacious/metadata.xml X-VCS-Directories: dev-python/colorspacious/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: e72a8e5565a2dd49b0a3c8de25dba40cb68177bb X-VCS-Branch: master Date: Wed, 21 Jun 2017 01:32:50 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b853f559-8048-4773-8b85-6ff567d1414a X-Archives-Hash: f6966c784d753ee93458044cab27e4da commit: e72a8e5565a2dd49b0a3c8de25dba40cb68177bb Author: Sean Vig gmail com> AuthorDate: Fri Jun 9 12:22:56 2017 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Wed Jun 21 01:32:03 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e72a8e55 dev-python/colorspacious: New ebuild dev-python/colorspacious/Manifest | 1 + .../colorspacious/colorspacious-1.1.0.ebuild | 25 ++++++++++++++++++++++ dev-python/colorspacious/metadata.xml | 12 +++++++++++ 3 files changed, 38 insertions(+) diff --git a/dev-python/colorspacious/Manifest b/dev-python/colorspacious/Manifest new file mode 100644 index 00000000000..6ad849175d7 --- /dev/null +++ b/dev-python/colorspacious/Manifest @@ -0,0 +1 @@ +DIST colorspacious-1.1.0.zip 698745 SHA256 7fd83cdb22224335c51c1f85e54a55f18568660452680d21f4b306d4454aec56 SHA512 b4267cab679d581f2072f5a315aeccd78cc68e325e16f14675cb17133cd411a28f376f150aee7822e1568b84571d5d149adff10e9c5a7fd9f41927153967e2ef WHIRLPOOL ea4c14a616933cf5646ccc9c311d12f23daec03615468976cfd555f9a1104c4d64460ac4c6c5b6cc52bf9b878f46b7be2dc6dece9be1ea17ab11001d3ecdcea7 diff --git a/dev-python/colorspacious/colorspacious-1.1.0.ebuild b/dev-python/colorspacious/colorspacious-1.1.0.ebuild new file mode 100644 index 00000000000..326dacfdfed --- /dev/null +++ b/dev-python/colorspacious/colorspacious-1.1.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) +inherit distutils-r1 + +DESCRIPTION="A powerful, accurate, and easy-to-use Python library for doing colorspace conversions" +HOMEPAGE="http://colorspacious.readthedocs.org/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +DEPEND=" + dev-python/numpy[${PYTHON_USEDEP}] + test? ( dev-python/nose[${PYTHON_USEDEP}] )" +RDEPEND="${DEPEND}" + +python_test () { + nosetests --all-modules || die "Tests fail with ${EPYTHON}" +} diff --git a/dev-python/colorspacious/metadata.xml b/dev-python/colorspacious/metadata.xml new file mode 100644 index 00000000000..9062040d1f1 --- /dev/null +++ b/dev-python/colorspacious/metadata.xml @@ -0,0 +1,12 @@ + + + + + python@gentoo.org + Python + + + colorspacious + njsmith/colorspacious + +