public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] dev/mrueg:master commit in: dev-python/pyspotify/
@ 2015-06-30  1:20 Manuel Rüger
  0 siblings, 0 replies; 7+ messages in thread
From: Manuel Rüger @ 2015-06-30  1:20 UTC (permalink / raw
  To: gentoo-commits

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
+}


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

* [gentoo-commits] dev/mrueg:master commit in: dev-python/pyspotify/
@ 2015-07-22  2:09 Manuel Rüger
  0 siblings, 0 replies; 7+ messages in thread
From: Manuel Rüger @ 2015-07-22  2:09 UTC (permalink / raw
  To: gentoo-commits

commit:     e48b68fae2d937c013e8869b38bf094fc347389f
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 22 02:09:03 2015 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Wed Jul 22 02:09:03 2015 +0000
URL:        https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=e48b68fa

[dev-python/pyspotify] Version bump. Remove old.

Package-Manager: portage-2.2.20

 dev-python/pyspotify/Manifest                                           | 2 +-
 dev-python/pyspotify/{pyspotify-2.0.0.ebuild => pyspotify-2.0.1.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pyspotify/Manifest b/dev-python/pyspotify/Manifest
index f610b4e..6ecaa6c 100644
--- a/dev-python/pyspotify/Manifest
+++ b/dev-python/pyspotify/Manifest
@@ -1 +1 @@
-DIST pyspotify-2.0.0.tar.gz 147219 SHA256 565148ede5c27e029db2ffd98146253d3c9fa6eacd09123eb18f307644f792c8 SHA512 9f52604a54de9970808104b6e7d6cb014d6accb90dd87bd92ed4606c2b3a39164a98148936ea2dfef5490f91fbdaaaf2793f1dc683c213c314a0beac4fbb7644 WHIRLPOOL ec132c9a7ed0cb97d5b90f8e40812a533d3a1f41a99f9fad2ff105241dda856ea826b54208b6d62192d5af7442e140d5ecbe45f0740545c7d082fafbcc12fa60
+DIST pyspotify-2.0.1.tar.gz 147420 SHA256 cd08a9a0665b514f33b6f3ef8ccf7105d1149d000a89a1095f93d1dc23a59d0c SHA512 4aac131def2692ee1b9b4f24b5a765b1777cd6434f0419aed284f6c177af637f4b0e039be93c58a7eba4bd16d0089e7daa52cab490cd75652d244b2090c2d406 WHIRLPOOL a16371be7d870be3196dcba6da82d84f784023218de268962da76a83a94eb4da71719415a010805e578be834408fa6fae4e19d59f46881c992c398a8050f3ab8

diff --git a/dev-python/pyspotify/pyspotify-2.0.0.ebuild b/dev-python/pyspotify/pyspotify-2.0.1.ebuild
similarity index 100%
rename from dev-python/pyspotify/pyspotify-2.0.0.ebuild
rename to dev-python/pyspotify/pyspotify-2.0.1.ebuild


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

* [gentoo-commits] dev/mrueg:master commit in: dev-python/pyspotify/
@ 2015-07-26 19:29 Manuel Rüger
  0 siblings, 0 replies; 7+ messages in thread
From: Manuel Rüger @ 2015-07-26 19:29 UTC (permalink / raw
  To: gentoo-commits

commit:     742774f13b3f31e335ba9d9f160e3c609607c2b6
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 26 19:29:24 2015 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sun Jul 26 19:29:24 2015 +0000
URL:        https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=742774f1

[dev-python/pyspotify] Support python 3.4

Package-Manager: portage-2.2.20

 dev-python/pyspotify/pyspotify-2.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pyspotify/pyspotify-2.0.1.ebuild b/dev-python/pyspotify/pyspotify-2.0.1.ebuild
index f6593de..19170b2 100644
--- a/dev-python/pyspotify/pyspotify-2.0.1.ebuild
+++ b/dev-python/pyspotify/pyspotify-2.0.1.ebuild
@@ -3,7 +3,7 @@
 # $Header: $
 
 EAPI=5
-PYTHON_COMPAT=(python{2_7,3_3})
+PYTHON_COMPAT=(python{2_7,3_4})
 
 inherit distutils-r1
 


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

* [gentoo-commits] dev/mrueg:master commit in: dev-python/pyspotify/
@ 2015-08-06 23:39 Manuel Rüger
  0 siblings, 0 replies; 7+ messages in thread
From: Manuel Rüger @ 2015-08-06 23:39 UTC (permalink / raw
  To: gentoo-commits

commit:     30122f2f0d5c80c3106aee7df3716b8b79a434e3
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Thu Aug  6 23:38:06 2015 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Thu Aug  6 23:38:06 2015 +0000
URL:        https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=30122f2f

[dev-python/pyspotify] Version bump.

Package-Manager: portage-2.2.20

 dev-python/pyspotify/Manifest                                           | 2 +-
 dev-python/pyspotify/{pyspotify-2.0.1.ebuild => pyspotify-2.0.2.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pyspotify/Manifest b/dev-python/pyspotify/Manifest
index 6ecaa6c..70e4e45 100644
--- a/dev-python/pyspotify/Manifest
+++ b/dev-python/pyspotify/Manifest
@@ -1 +1 @@
-DIST pyspotify-2.0.1.tar.gz 147420 SHA256 cd08a9a0665b514f33b6f3ef8ccf7105d1149d000a89a1095f93d1dc23a59d0c SHA512 4aac131def2692ee1b9b4f24b5a765b1777cd6434f0419aed284f6c177af637f4b0e039be93c58a7eba4bd16d0089e7daa52cab490cd75652d244b2090c2d406 WHIRLPOOL a16371be7d870be3196dcba6da82d84f784023218de268962da76a83a94eb4da71719415a010805e578be834408fa6fae4e19d59f46881c992c398a8050f3ab8
+DIST pyspotify-2.0.2.tar.gz 148156 SHA256 ce94acbab5d7d4290e43a0e7b97944a8661e508f611e102b57ad5d53b15320a9 SHA512 af423c8547adf1b81f90b21ed14beaa7724ee611c0d5d13621cda8767d9afe13c1e554fc41ababaec070d1aae5dd916c003a1fb2acb2a26e2fe4bd9a8eaaf4ea WHIRLPOOL 4c850c89513f137640d9fbf7c8a0a60078b31033948a1e6dd4b3bb6d28cf7850e0ba8b0e13cb1124f5b44947e6aa2edb7f1d6390e3cdb4263ea0a87355408fc8

diff --git a/dev-python/pyspotify/pyspotify-2.0.1.ebuild b/dev-python/pyspotify/pyspotify-2.0.2.ebuild
similarity index 100%
rename from dev-python/pyspotify/pyspotify-2.0.1.ebuild
rename to dev-python/pyspotify/pyspotify-2.0.2.ebuild


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

* [gentoo-commits] dev/mrueg:master commit in: dev-python/pyspotify/
@ 2015-09-09 23:02 Manuel Rüger
  0 siblings, 0 replies; 7+ messages in thread
From: Manuel Rüger @ 2015-09-09 23:02 UTC (permalink / raw
  To: gentoo-commits

commit:     f8d61f942661ab616ad690e233eea0dc04f9d33c
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Wed Sep  9 23:02:21 2015 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Wed Sep  9 23:02:21 2015 +0000
URL:        https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=f8d61f94

dev-python/pyspotify: Version bump.

Package-Manager: portage-2.2.20.1

 dev-python/pyspotify/Manifest                                          | 2 +-
 .../pyspotify/{pyspotify-2.0.2.ebuild => pyspotify-2.0.3.ebuild}       | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-python/pyspotify/Manifest b/dev-python/pyspotify/Manifest
index 70e4e45..36bd97b 100644
--- a/dev-python/pyspotify/Manifest
+++ b/dev-python/pyspotify/Manifest
@@ -1 +1 @@
-DIST pyspotify-2.0.2.tar.gz 148156 SHA256 ce94acbab5d7d4290e43a0e7b97944a8661e508f611e102b57ad5d53b15320a9 SHA512 af423c8547adf1b81f90b21ed14beaa7724ee611c0d5d13621cda8767d9afe13c1e554fc41ababaec070d1aae5dd916c003a1fb2acb2a26e2fe4bd9a8eaaf4ea WHIRLPOOL 4c850c89513f137640d9fbf7c8a0a60078b31033948a1e6dd4b3bb6d28cf7850e0ba8b0e13cb1124f5b44947e6aa2edb7f1d6390e3cdb4263ea0a87355408fc8
+DIST pyspotify-2.0.3.tar.gz 148798 SHA256 e7facec737b450ae3e9157c20cadff0d8f0cca44fe413e4b0c90430c007de719 SHA512 02a13e3e2d56c1941a10be4027c93fcb4cc3e13fab60b73df216008b7876f6fa0748e2b1fe99ba017430ca13040be55a0611b1bbab7e0b8c858ee285c00993c6 WHIRLPOOL 722a6c2d8685cf74ac33b6aefd2c3c2fb49b57e0a91f3be37f6a2c5d188e9afe9f6894dc759d87c6cc794dac43e5912c8b9c830835ec1de7442d93449731e119

diff --git a/dev-python/pyspotify/pyspotify-2.0.2.ebuild b/dev-python/pyspotify/pyspotify-2.0.3.ebuild
similarity index 89%
rename from dev-python/pyspotify/pyspotify-2.0.2.ebuild
rename to dev-python/pyspotify/pyspotify-2.0.3.ebuild
index d3dfe5b..79b3c0b 100644
--- a/dev-python/pyspotify/pyspotify-2.0.2.ebuild
+++ b/dev-python/pyspotify/pyspotify-2.0.3.ebuild
@@ -20,7 +20,8 @@ RDEPEND="dev-libs/libspotify
 	>=dev-python/cffi-1.0.0[${PYTHON_USEDEP}]"
 
 DEPEND="${RDEPEND}
-	test? ( dev-python/nose[${PYTHON_USEDEP}] )
+	test? ( dev-python/nose[${PYTHON_USEDEP}]
+		dev-python/mock[${PYTHON_USEDEP}] )
 	dev-python/setuptools[${PYTHON_USEDEP}]"
 
 DOCS=( README.rst )


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

* [gentoo-commits] dev/mrueg:master commit in: dev-python/pyspotify/
@ 2015-09-16 17:09 Manuel Rüger
  0 siblings, 0 replies; 7+ messages in thread
From: Manuel Rüger @ 2015-09-16 17:09 UTC (permalink / raw
  To: gentoo-commits

commit:     27c06893cafda533dbb6ef21fc507024d37664a0
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 16 17:09:22 2015 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Wed Sep 16 17:09:22 2015 +0000
URL:        https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=27c06893

dev-python/pyspotify: Version bump. Remove old

Package-Manager: portage-2.2.20.1

 dev-python/pyspotify/Manifest                                           | 2 +-
 dev-python/pyspotify/{pyspotify-2.0.3.ebuild => pyspotify-2.0.4.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pyspotify/Manifest b/dev-python/pyspotify/Manifest
index 36bd97b..3ab5d3d 100644
--- a/dev-python/pyspotify/Manifest
+++ b/dev-python/pyspotify/Manifest
@@ -1 +1 @@
-DIST pyspotify-2.0.3.tar.gz 148798 SHA256 e7facec737b450ae3e9157c20cadff0d8f0cca44fe413e4b0c90430c007de719 SHA512 02a13e3e2d56c1941a10be4027c93fcb4cc3e13fab60b73df216008b7876f6fa0748e2b1fe99ba017430ca13040be55a0611b1bbab7e0b8c858ee285c00993c6 WHIRLPOOL 722a6c2d8685cf74ac33b6aefd2c3c2fb49b57e0a91f3be37f6a2c5d188e9afe9f6894dc759d87c6cc794dac43e5912c8b9c830835ec1de7442d93449731e119
+DIST pyspotify-2.0.4.tar.gz 149096 SHA256 c34f398f07c9613378b162cb0e59709ba495b6bb41affa4bb05dba394936a38f SHA512 adb72c039b2edfa17e8eae0a1d6f890dd484458fc08f7e48ce9c5c71ac0906b1c15cf5c69836864c13a6b419b8f20cdc7a56640801b453f0cc1b6dd31e9cc8b7 WHIRLPOOL 71905f6159b0e26ea7d9554f389b459efd71d81d789e99645295a6e52464053cc1e7370140225f098f3d49d3eadc7c94806754151538c384fdd41c8d366e4ed2

diff --git a/dev-python/pyspotify/pyspotify-2.0.3.ebuild b/dev-python/pyspotify/pyspotify-2.0.4.ebuild
similarity index 100%
rename from dev-python/pyspotify/pyspotify-2.0.3.ebuild
rename to dev-python/pyspotify/pyspotify-2.0.4.ebuild


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

* [gentoo-commits] dev/mrueg:master commit in: dev-python/pyspotify/
@ 2015-09-27 10:24 Manuel Rüger
  0 siblings, 0 replies; 7+ messages in thread
From: Manuel Rüger @ 2015-09-27 10:24 UTC (permalink / raw
  To: gentoo-commits

commit:     9aa282570a60f7c5824dbc99096f8fba8782c3ec
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 27 10:20:14 2015 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sun Sep 27 10:20:14 2015 +0000
URL:        https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=9aa28257

dev-python/pyspotify: Version bump. Remove old.

Package-Manager: portage-2.2.22

 dev-python/pyspotify/Manifest                                           | 2 +-
 dev-python/pyspotify/{pyspotify-2.0.4.ebuild => pyspotify-2.0.5.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pyspotify/Manifest b/dev-python/pyspotify/Manifest
index 3ab5d3d..585e109 100644
--- a/dev-python/pyspotify/Manifest
+++ b/dev-python/pyspotify/Manifest
@@ -1 +1 @@
-DIST pyspotify-2.0.4.tar.gz 149096 SHA256 c34f398f07c9613378b162cb0e59709ba495b6bb41affa4bb05dba394936a38f SHA512 adb72c039b2edfa17e8eae0a1d6f890dd484458fc08f7e48ce9c5c71ac0906b1c15cf5c69836864c13a6b419b8f20cdc7a56640801b453f0cc1b6dd31e9cc8b7 WHIRLPOOL 71905f6159b0e26ea7d9554f389b459efd71d81d789e99645295a6e52464053cc1e7370140225f098f3d49d3eadc7c94806754151538c384fdd41c8d366e4ed2
+DIST pyspotify-2.0.5.tar.gz 149570 SHA256 9a66714ff9fa02a946ab33337cdc4200f246d04d40b9abee0a6ef017b8f88bc6 SHA512 c4ea4eb0cc61bbca8c66d8a19b496ee93cecf7d25ad665a85265f3bdbe5eb0d24faa6739d405699a22a9d13201ea64b69e20878163c6e6c18200a4d14d618365 WHIRLPOOL 354afb46ec35c68ac0ab8f658f8e1e6a12d977201054b41ff419bebf1d96530b091f0c6493c0955c2f53211507db6a85d928c790c637691f622916de9f83896e

diff --git a/dev-python/pyspotify/pyspotify-2.0.4.ebuild b/dev-python/pyspotify/pyspotify-2.0.5.ebuild
similarity index 100%
rename from dev-python/pyspotify/pyspotify-2.0.4.ebuild
rename to dev-python/pyspotify/pyspotify-2.0.5.ebuild


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

end of thread, other threads:[~2015-09-27 10:24 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-09 23:02 [gentoo-commits] dev/mrueg:master commit in: dev-python/pyspotify/ Manuel Rüger
  -- strict thread matches above, loose matches on Subject: below --
2015-09-27 10:24 Manuel Rüger
2015-09-16 17:09 Manuel Rüger
2015-08-06 23:39 Manuel Rüger
2015-07-26 19:29 Manuel Rüger
2015-07-22  2:09 Manuel Rüger
2015-06-30  1:20 Manuel Rüger

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