public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mike Gilbert" <floppym@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/colorspacious/
Date: Wed, 21 Jun 2017 01:32:50 +0000 (UTC)	[thread overview]
Message-ID: <1498008723.e72a8e5565a2dd49b0a3c8de25dba40cb68177bb.floppym@gentoo> (raw)

commit:     e72a8e5565a2dd49b0a3c8de25dba40cb68177bb
Author:     Sean Vig <sean.v.775 <AT> gmail <DOT> com>
AuthorDate: Fri Jun  9 12:22:56 2017 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> 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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="project">
+    <email>python@gentoo.org</email>
+    <name>Python</name>
+  </maintainer>
+  <upstream>
+    <remote-id type="pypi">colorspacious</remote-id>
+	<remote-id type="github">njsmith/colorspacious</remote-id>
+  </upstream>
+</pkgmetadata>


             reply	other threads:[~2017-06-21  1:32 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-21  1:32 Mike Gilbert [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-06-21 11:25 [gentoo-commits] repo/gentoo:master commit in: dev-python/colorspacious/ Manuel Rüger
2017-08-15  5:41 Alexis Ballier
2018-01-08 22:50 Thomas Deutschmann
2018-01-09  0:10 Mikle Kolyada
2018-03-12  0:51 Matt Turner
2018-03-18 23:51 Sergei Trofimovich
2018-03-19 23:05 Sergei Trofimovich
2018-04-22  7:34 Mikle Kolyada
2018-04-29  7:35 Michał Górny
2020-01-30 21:26 Michał Górny
2020-03-01  3:45 Andrey Grozin
2020-05-03 19:11 Agostino Sarubbo
2020-05-17  7:47 Michał Górny
2020-06-05 19:26 Michał Górny
2020-09-18 15:11 Agostino Sarubbo
2020-09-18 15:19 Michał Górny
2021-10-11  8:24 Arthur Zamarin
2021-10-11  8:24 Arthur Zamarin
2023-03-16  3:47 Michał Górny

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=1498008723.e72a8e5565a2dd49b0a3c8de25dba40cb68177bb.floppym@gentoo \
    --to=floppym@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