From: "Manuel Rüger" <mrueg@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/mrueg:master commit in: dev-python/pyspotify/
Date: Tue, 30 Jun 2015 01:20:21 +0000 (UTC) [thread overview]
Message-ID: <1435627207.7574f1b9e35bd2cee3ce0e8d7fb28cb37e4e481e.mrueg@gentoo> (raw)
commit: 7574f1b9e35bd2cee3ce0e8d7fb28cb37e4e481e
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 30 01:20:07 2015 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Tue Jun 30 01:20:07 2015 +0000
URL: https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=7574f1b9
[dev-python/pyspotify] Initial version.
Package-Manager: portage-2.2.20
dev-python/pyspotify/Manifest | 1 +
dev-python/pyspotify/metadata.xml | 8 +++++++
dev-python/pyspotify/pyspotify-2.0.0.ebuild | 33 +++++++++++++++++++++++++++++
3 files changed, 42 insertions(+)
diff --git a/dev-python/pyspotify/Manifest b/dev-python/pyspotify/Manifest
new file mode 100644
index 0000000..f610b4e
--- /dev/null
+++ b/dev-python/pyspotify/Manifest
@@ -0,0 +1 @@
+DIST pyspotify-2.0.0.tar.gz 147219 SHA256 565148ede5c27e029db2ffd98146253d3c9fa6eacd09123eb18f307644f792c8 SHA512 9f52604a54de9970808104b6e7d6cb014d6accb90dd87bd92ed4606c2b3a39164a98148936ea2dfef5490f91fbdaaaf2793f1dc683c213c314a0beac4fbb7644 WHIRLPOOL ec132c9a7ed0cb97d5b90f8e40812a533d3a1f41a99f9fad2ff105241dda856ea826b54208b6d62192d5af7442e140d5ecbe45f0740545c7d082fafbcc12fa60
diff --git a/dev-python/pyspotify/metadata.xml b/dev-python/pyspotify/metadata.xml
new file mode 100644
index 0000000..bfcb697
--- /dev/null
+++ b/dev-python/pyspotify/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer>
+ <email>mrueg@gentoo.org</email>
+ <name>Manuel Rüger</name>
+ </maintainer>
+</pkgmetadata>
diff --git a/dev-python/pyspotify/pyspotify-2.0.0.ebuild b/dev-python/pyspotify/pyspotify-2.0.0.ebuild
new file mode 100644
index 0000000..f6593de
--- /dev/null
+++ b/dev-python/pyspotify/pyspotify-2.0.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+PYTHON_COMPAT=(python{2_7,3_3})
+
+inherit distutils-r1
+
+DESCRIPTION="Python bindings for libspotify"
+HOMEPAGE="http://pyspotify.mopidy.com https://github.com/mopidy/pyspotify"
+SRC_URI="https://github.com/mopidy/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+RDEPEND="dev-libs/libspotify
+ >=dev-python/cffi-1.0.0[${PYTHON_USEDEP}]"
+
+DEPEND="${RDEPEND}
+ test? ( dev-python/nose[${PYTHON_USEDEP}] )
+ dev-python/setuptools[${PYTHON_USEDEP}]"
+
+DOCS=( README.rst )
+
+DISTUTILS_IN_SOURCE_BUILD=1
+
+python_test() {
+ cp build/lib/spotify/_spotify.*so spotify || die
+ nosetests || die
+}
next reply other threads:[~2015-06-30 1:20 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-06-30 1:20 Manuel Rüger [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-07-22 2:09 [gentoo-commits] dev/mrueg:master commit in: dev-python/pyspotify/ Manuel Rüger
2015-07-26 19:29 Manuel Rüger
2015-08-06 23:39 Manuel Rüger
2015-09-09 23:02 Manuel Rüger
2015-09-16 17:09 Manuel Rüger
2015-09-27 10:24 Manuel Rüger
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=1435627207.7574f1b9e35bd2cee3ce0e8d7fb28cb37e4e481e.mrueg@gentoo \
--to=mrueg@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