public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Tony Vroon" <chainsaw@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-sense-hat/
Date: Wed, 11 Jul 2018 08:21:54 +0000 (UTC)	[thread overview]
Message-ID: <1531297310.ca8783ab7d8375c5bd9edc21602bff846f9d6ea2.chainsaw@gentoo> (raw)

commit:     ca8783ab7d8375c5bd9edc21602bff846f9d6ea2
Author:     Conrad Kostecki <conrad <AT> kostecki <DOT> com>
AuthorDate: Sat Jul  7 22:24:01 2018 +0000
Commit:     Tony Vroon <chainsaw <AT> gentoo <DOT> org>
CommitDate: Wed Jul 11 08:21:50 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca8783ab

dev-python/python-sense-hat: New package

Closes: https://bugs.gentoo.org/571234
Package-Manager: Portage-2.3.41, Repoman-2.3.9
Closes: https://github.com/gentoo/gentoo/pull/9108
Closes: https://bugs.gentoo.org/571234

 dev-python/python-sense-hat/Manifest               |  1 +
 dev-python/python-sense-hat/metadata.xml           | 12 +++++++++++
 .../python-sense-hat/python-sense-hat-2.2.0.ebuild | 23 ++++++++++++++++++++++
 3 files changed, 36 insertions(+)

diff --git a/dev-python/python-sense-hat/Manifest b/dev-python/python-sense-hat/Manifest
new file mode 100644
index 00000000000..3a7e5d96205
--- /dev/null
+++ b/dev-python/python-sense-hat/Manifest
@@ -0,0 +1 @@
+DIST python-sense-hat-2.2.0.tar.gz 20841 BLAKE2B 59e6b9111fb90493e6bda00ce4a4c143dcb84d8b6529efadaf2f337adb38a8fb4287cbd9a303070ea4f335f1e03c6f4789e6f8fbe64a7c70db20675bdae7c6a1 SHA512 71914f6f22206cff23992a6908698978741a46bf9b98648388bac4550f39e8de73db6bd389b79585eba6e82160649a8c8da4217d515bbdbcb50d47218415f3ac

diff --git a/dev-python/python-sense-hat/metadata.xml b/dev-python/python-sense-hat/metadata.xml
new file mode 100644
index 00000000000..54d5423c406
--- /dev/null
+++ b/dev-python/python-sense-hat/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="person">
+		<email>ck+gentoo@bl4ckb0x.de</email>
+		<name>Conrad Kostecki</name>
+	</maintainer>
+	<maintainer type="project">
+		<email>proxy-maint@gentoo.org</email>
+		<name>Proxy Maintainers</name>
+	</maintainer>
+</pkgmetadata>

diff --git a/dev-python/python-sense-hat/python-sense-hat-2.2.0.ebuild b/dev-python/python-sense-hat/python-sense-hat-2.2.0.ebuild
new file mode 100644
index 00000000000..e941ad6c7ac
--- /dev/null
+++ b/dev-python/python-sense-hat/python-sense-hat-2.2.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2018 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="Raspberry Pi Sense HAT python library"
+HOMEPAGE="https://github.com/RPi-Distro/python-sense-hat"
+SRC_URI="https://github.com/RPi-Distro/python-sense-hat/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~arm ~arm64"
+
+RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]
+	dev-python/pillow[${PYTHON_USEDEP}]
+	dev-python/rtimulib[${PYTHON_USEDEP}]"
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+	${RDEPEND}"


             reply	other threads:[~2018-07-11  8:22 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-11  8:21 Tony Vroon [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-10-29 23:15 [gentoo-commits] repo/gentoo:master commit in: dev-python/python-sense-hat/ Patrice Clement
2018-10-29 23:15 Patrice Clement
2019-03-26 16:45 Patrice Clement
2019-04-16 23:29 Aaron Bauman
2019-04-19  1:28 Aaron Bauman
2019-05-11 12:15 Mikle Kolyada
2019-09-22  8:13 Joonas Niilola
2019-12-17 18:40 Conrad Kostecki
2020-08-24 22:33 Conrad Kostecki
2020-08-24 22:33 Conrad Kostecki
2020-12-11 15:16 Michał Górny
2021-07-01 21:16 Conrad Kostecki
2022-08-12 16:25 Conrad Kostecki
2022-08-12 16:25 Conrad Kostecki
2022-09-12  4:05 Jakov Smolić
2022-09-12  7:06 Agostino Sarubbo
2022-11-03 22:37 Conrad Kostecki

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=1531297310.ca8783ab7d8375c5bd9edc21602bff846f9d6ea2.chainsaw@gentoo \
    --to=chainsaw@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