[gentoo-commits] repo/proj/guru:dev commit in: dev-python/spotipy/

2022-04-05 Thread Maciej Barć
commit: 378a88319032bd5ab2413a4c9f565f2291331ad2
Author: Maciej Barć  gentoo  org>
AuthorDate: Tue Apr  5 13:15:14 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Tue Apr  5 13:15:18 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=378a8831

dev-python/spotipy: move to ::gentoo

Bug: https://github.com/deepjyoti30/ytmdl/issues/222
Signed-off-by: Maciej Barć  gentoo.org>

 dev-python/spotipy/Manifest  |  2 --
 dev-python/spotipy/metadata.xml  |  6 
 dev-python/spotipy/spotipy-2.17.1.ebuild | 54 
 dev-python/spotipy/spotipy-2.19.0.ebuild | 50 -
 4 files changed, 112 deletions(-)

diff --git a/dev-python/spotipy/Manifest b/dev-python/spotipy/Manifest
deleted file mode 100644
index 67f3e6da3..0
--- a/dev-python/spotipy/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST spotipy-2.17.1.tar.gz 100524 BLAKE2B 
3c020276f245b03a5a2052b49e353ead6aca69c510ddaeef732aa0ecd835abccf49fde58ac26bd5c64f9ea7afa9b6772a36abbc3d48a076559c6fb96e465ce7d
 SHA512 
39dbd089fe98896387f805e6cb487c38543c0777aaf73cacc805d5f6f074c07ee5a5dd7adfe7925cdc717e46b5fee0e9151265fd4f792b901040e107cb8c515c
-DIST spotipy-2.19.0.tar.gz 102703 BLAKE2B 
bc132edb972236b43097c0bbc9d86932a3305d8bd3807e44e20767b123455950b8e01060efd83c87b3a162e329f5c48614205f131686af7f9312a44894a7f1e7
 SHA512 
fbaecd1a2cab3ef458d30de46cb89462021dfc3cfc85516d8bfe509af016a0b19af2f8de4f5cae36188b1ce1f5718c75edff0e71af2a87f4d720ee99d4541a6a

diff --git a/dev-python/spotipy/metadata.xml b/dev-python/spotipy/metadata.xml
deleted file mode 100644
index a0a60d714..0
--- a/dev-python/spotipy/metadata.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-
-   
-

diff --git a/dev-python/spotipy/spotipy-2.17.1.ebuild 
b/dev-python/spotipy/spotipy-2.17.1.ebuild
deleted file mode 100644
index bebfe..0
--- a/dev-python/spotipy/spotipy-2.17.1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8,9} )
-
-inherit distutils-r1
-
-DESCRIPTION="A light weight Python library for the Spotify Web API"
-HOMEPAGE="https://spotipy.readthedocs.io
-   https://github.com/plamere/spotipy;
-SRC_URI="https://github.com/plamere/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-IUSE="examples"
-
-LICENSE="MIT"
-KEYWORDS="~amd64 ~x86 "
-SLOT="0"
-
-RDEPEND="
-   dev-python/requests[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-   dev-python/urllib3[${PYTHON_USEDEP}]
-"
-
-BDEPEND="test? ( dev-python/mock[${PYTHON_USEDEP}] )"
-
-distutils_enable_sphinx docs
-distutils_enable_tests pytest
-
-python_prepare_all() {
-   # this test requires user credentials
-   rm tests/integration/test_user_endpoints.py || die
-
-   # this test requires a spotify client ID
-   rm tests/integration/test_non_user_endpoints.py || die
-
-   # need internet access
-   sed -i -e 's:test_spotify_client_credentials_get_access_token:_&:' \
-   tests/unit/test_oauth.py || die
-
-   distutils-r1_python_prepare_all
-}
-
-python_test() {
-   pytest -vv tests || die "Tests fail with ${EPYTHON}"
-}
-
-python_install_all() {
-   use examples && dodoc -r examples
-
-   distutils-r1_python_install_all
-}

diff --git a/dev-python/spotipy/spotipy-2.19.0.ebuild 
b/dev-python/spotipy/spotipy-2.19.0.ebuild
deleted file mode 100644
index a941f3883..0
--- a/dev-python/spotipy/spotipy-2.19.0.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="A light weight Python library for the Spotify Web API"
-HOMEPAGE="https://spotipy.readthedocs.io
-   https://github.com/plamere/spotipy;
-SRC_URI="https://github.com/plamere/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-IUSE="examples"
-
-LICENSE="MIT"
-KEYWORDS="~amd64"
-SLOT="0"
-
-RDEPEND="
-   dev-python/requests[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-   dev-python/urllib3[${PYTHON_USEDEP}]
-"
-
-BDEPEND="test? ( dev-python/mock[${PYTHON_USEDEP}] )"
-
-distutils_enable_sphinx docs
-distutils_enable_tests pytest
-
-python_prepare_all() {
-   # this test requires user credentials
-   rm tests/integration/test_user_endpoints.py || die
-
-   # this test requires a spotify client ID
-   rm tests/integration/test_non_user_endpoints.py || die
-
-   # need internet access
-   sed -i -e 's:test_spotify_client_credentials_get_access_token:_&:' \
-   tests/unit/test_oauth.py || die
-
-   distutils-r1_python_prepare_all
-}
-
-python_install_all() {
-   use examples && dodoc -r examples
-
-   distutils-r1_python_install_all
-}



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/spotipy/

2022-02-07 Thread Nicola Smaniotto
commit: 14007fd01aae28b682a6e1ec83b921fb10746167
Author: Nicola Smaniotto  gmail  com>
AuthorDate: Mon Feb  7 09:48:06 2022 +
Commit: Nicola Smaniotto  gmail  com>
CommitDate: Mon Feb  7 09:51:59 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=14007fd0

dev-python/spotipy: bump to 2.19.0

I'm bumping this as a dependency for spotify_dl, if no one whishes to
maintain it I may consider it in the future.

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Nicola Smaniotto  gmail.com>

 dev-python/spotipy/Manifest  |  1 +
 dev-python/spotipy/spotipy-2.19.0.ebuild | 50 
 2 files changed, 51 insertions(+)

diff --git a/dev-python/spotipy/Manifest b/dev-python/spotipy/Manifest
index e45578759..67f3e6da3 100644
--- a/dev-python/spotipy/Manifest
+++ b/dev-python/spotipy/Manifest
@@ -1 +1,2 @@
 DIST spotipy-2.17.1.tar.gz 100524 BLAKE2B 
3c020276f245b03a5a2052b49e353ead6aca69c510ddaeef732aa0ecd835abccf49fde58ac26bd5c64f9ea7afa9b6772a36abbc3d48a076559c6fb96e465ce7d
 SHA512 
39dbd089fe98896387f805e6cb487c38543c0777aaf73cacc805d5f6f074c07ee5a5dd7adfe7925cdc717e46b5fee0e9151265fd4f792b901040e107cb8c515c
+DIST spotipy-2.19.0.tar.gz 102703 BLAKE2B 
bc132edb972236b43097c0bbc9d86932a3305d8bd3807e44e20767b123455950b8e01060efd83c87b3a162e329f5c48614205f131686af7f9312a44894a7f1e7
 SHA512 
fbaecd1a2cab3ef458d30de46cb89462021dfc3cfc85516d8bfe509af016a0b19af2f8de4f5cae36188b1ce1f5718c75edff0e71af2a87f4d720ee99d4541a6a

diff --git a/dev-python/spotipy/spotipy-2.19.0.ebuild 
b/dev-python/spotipy/spotipy-2.19.0.ebuild
new file mode 100644
index 0..a941f3883
--- /dev/null
+++ b/dev-python/spotipy/spotipy-2.19.0.ebuild
@@ -0,0 +1,50 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="A light weight Python library for the Spotify Web API"
+HOMEPAGE="https://spotipy.readthedocs.io
+   https://github.com/plamere/spotipy;
+SRC_URI="https://github.com/plamere/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+IUSE="examples"
+
+LICENSE="MIT"
+KEYWORDS="~amd64"
+SLOT="0"
+
+RDEPEND="
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+   dev-python/urllib3[${PYTHON_USEDEP}]
+"
+
+BDEPEND="test? ( dev-python/mock[${PYTHON_USEDEP}] )"
+
+distutils_enable_sphinx docs
+distutils_enable_tests pytest
+
+python_prepare_all() {
+   # this test requires user credentials
+   rm tests/integration/test_user_endpoints.py || die
+
+   # this test requires a spotify client ID
+   rm tests/integration/test_non_user_endpoints.py || die
+
+   # need internet access
+   sed -i -e 's:test_spotify_client_credentials_get_access_token:_&:' \
+   tests/unit/test_oauth.py || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_install_all() {
+   use examples && dodoc -r examples
+
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/spotipy/

2021-05-24 Thread Andrew Ammerlaan
commit: a0feada6d25004046c44a690fa9181a6e1deb391
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Mon May 24 09:44:33 2021 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Mon May 24 09:59:40 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a0feada6

dev-python/spotipy: 

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/spotipy/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/dev-python/spotipy/metadata.xml b/dev-python/spotipy/metadata.xml
index 651e2156c..a0a60d714 100644
--- a/dev-python/spotipy/metadata.xml
+++ b/dev-python/spotipy/metadata.xml
@@ -2,8 +2,5 @@
 http://www.gentoo.org/dtd/metadata.dtd;>
 
 
-
-andrewammerl...@gentoo.org
-Andrew Ammerlaan
-
+   
 



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/spotipy/

2021-02-28 Thread Andrew Ammerlaan
commit: ad4c54b0b8cf299f50ac48ee3188e8429e749e6e
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Sun Feb 28 17:34:56 2021 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Sun Feb 28 17:34:56 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ad4c54b0

dev-python/spotipy: version bump 2.17.1

Package-Manager: Portage-3.0.15, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan  riseup.net>

 dev-python/spotipy/Manifest | 2 +-
 dev-python/spotipy/{spotipy-2.16.1.ebuild => spotipy-2.17.1.ebuild} | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-python/spotipy/Manifest b/dev-python/spotipy/Manifest
index f31d05c0..e4557875 100644
--- a/dev-python/spotipy/Manifest
+++ b/dev-python/spotipy/Manifest
@@ -1 +1 @@
-DIST spotipy-2.16.1.tar.gz 97441 BLAKE2B 
133d30ed4d43493ce7cb951bfb2fc5eb5102bfa4027d8a6130885d1e56bdd33f75d3afc68b6a6ad0fb77f92a6601cb3777fb1c03252537d78143ec29ea9d56c8
 SHA512 
798eb5837b3f226920207239ba663b14f5ce56d4312ad8fe8be34d4d5986b5f7b73dfe95d3b6713e9b7b6633e9e1ef1d0ad2127506dcfbbb1c9375264fc16d89
+DIST spotipy-2.17.1.tar.gz 100524 BLAKE2B 
3c020276f245b03a5a2052b49e353ead6aca69c510ddaeef732aa0ecd835abccf49fde58ac26bd5c64f9ea7afa9b6772a36abbc3d48a076559c6fb96e465ce7d
 SHA512 
39dbd089fe98896387f805e6cb487c38543c0777aaf73cacc805d5f6f074c07ee5a5dd7adfe7925cdc717e46b5fee0e9151265fd4f792b901040e107cb8c515c

diff --git a/dev-python/spotipy/spotipy-2.16.1.ebuild 
b/dev-python/spotipy/spotipy-2.17.1.ebuild
similarity index 93%
rename from dev-python/spotipy/spotipy-2.16.1.ebuild
rename to dev-python/spotipy/spotipy-2.17.1.ebuild
index 06b99a23..4f37125b 100644
--- a/dev-python/spotipy/spotipy-2.16.1.ebuild
+++ b/dev-python/spotipy/spotipy-2.17.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -21,6 +21,7 @@ SLOT="0"
 RDEPEND="
dev-python/requests[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]
+   dev-python/urllib3[${PYTHON_USEDEP}]
 "
 
 BDEPEND="test? ( dev-python/mock[${PYTHON_USEDEP}] )"



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/spotipy/

2020-11-04 Thread Andrew Ammerlaan
commit: 725bfb76ca49769c3d1a770268e00a545907f642
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Wed Nov  4 09:54:39 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Wed Nov  4 09:54:39 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=725bfb76

dev-python/spotipy: version bump 2.16.1

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan  riseup.net>

 dev-python/spotipy/Manifest | 2 +-
 dev-python/spotipy/{spotipy-2.16.0.ebuild => spotipy-2.16.1.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/spotipy/Manifest b/dev-python/spotipy/Manifest
index 9cf38e32..f31d05c0 100644
--- a/dev-python/spotipy/Manifest
+++ b/dev-python/spotipy/Manifest
@@ -1 +1 @@
-DIST spotipy-2.16.0.tar.gz 96672 BLAKE2B 
08f6c477251abe80efebb9199449d8846f2d94684113b728333173abdbabbccd692700600728c37650ac5bfd13b18ea2b04179833619fd67e2ba7ce0fedda0ba
 SHA512 
abb7c6b7cc04774a4e7c4e895378a2acec50cd3ca91234e9376c58a8c390cd3a1460340c29aedeb6add4a8502d4cd480bee2ce8a153065b13ec35b4f442a302d
+DIST spotipy-2.16.1.tar.gz 97441 BLAKE2B 
133d30ed4d43493ce7cb951bfb2fc5eb5102bfa4027d8a6130885d1e56bdd33f75d3afc68b6a6ad0fb77f92a6601cb3777fb1c03252537d78143ec29ea9d56c8
 SHA512 
798eb5837b3f226920207239ba663b14f5ce56d4312ad8fe8be34d4d5986b5f7b73dfe95d3b6713e9b7b6633e9e1ef1d0ad2127506dcfbbb1c9375264fc16d89

diff --git a/dev-python/spotipy/spotipy-2.16.0.ebuild 
b/dev-python/spotipy/spotipy-2.16.1.ebuild
similarity index 100%
rename from dev-python/spotipy/spotipy-2.16.0.ebuild
rename to dev-python/spotipy/spotipy-2.16.1.ebuild



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/spotipy/

2020-09-16 Thread Andrew Ammerlaan
commit: ab4b50f7232bb462874de088236b0e02db0b6a88
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Wed Sep 16 20:29:50 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Wed Sep 16 20:29:50 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ab4b50f7

dev-python/spotipy: version bump

Package-Manager: Portage-3.0.7, Repoman-3.0.1
Signed-off-by: Andrew Ammerlaan  riseup.net>

 dev-python/spotipy/Manifest | 2 +-
 dev-python/spotipy/{spotipy-2.15.0.ebuild => spotipy-2.16.0.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/spotipy/Manifest b/dev-python/spotipy/Manifest
index ef1a610a..9cf38e32 100644
--- a/dev-python/spotipy/Manifest
+++ b/dev-python/spotipy/Manifest
@@ -1 +1 @@
-DIST spotipy-2.15.0.tar.gz 96340 BLAKE2B 
9e63f03e4aec7fc193eafe6dc4af71fe1da0529946c6ca3a204abd6bf637374ac56db769922a390f8a130d27b77159e82101a12c022d01917b447f98e5cde159
 SHA512 
245b8fc3000c39791171d86632b22d787eb2212788f748fa7f0074a3101e47718265a9ca1e8deb7dfd10043dc5c1dc2ecd68f669cfa16c51417908cbd5d42653
+DIST spotipy-2.16.0.tar.gz 96672 BLAKE2B 
08f6c477251abe80efebb9199449d8846f2d94684113b728333173abdbabbccd692700600728c37650ac5bfd13b18ea2b04179833619fd67e2ba7ce0fedda0ba
 SHA512 
abb7c6b7cc04774a4e7c4e895378a2acec50cd3ca91234e9376c58a8c390cd3a1460340c29aedeb6add4a8502d4cd480bee2ce8a153065b13ec35b4f442a302d

diff --git a/dev-python/spotipy/spotipy-2.15.0.ebuild 
b/dev-python/spotipy/spotipy-2.16.0.ebuild
similarity index 100%
rename from dev-python/spotipy/spotipy-2.15.0.ebuild
rename to dev-python/spotipy/spotipy-2.16.0.ebuild



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/spotipy/

2020-08-14 Thread Andrew Ammerlaan
commit: d6f0676a4d552bd7e8c74c93be6665b378aa2e8f
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Fri Aug 14 18:15:04 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Fri Aug 14 18:15:04 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d6f0676a

dev-python/spotipy: do not depend on spotify

Package-Manager: Portage-3.0.2, Repoman-2.3.23
Signed-off-by: Andrew Ammerlaan  riseup.net>

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

diff --git a/dev-python/spotipy/spotipy-2.13.0.ebuild 
b/dev-python/spotipy/spotipy-2.13.0.ebuild
index e238311..6a64b51 100644
--- a/dev-python/spotipy/spotipy-2.13.0.ebuild
+++ b/dev-python/spotipy/spotipy-2.13.0.ebuild
@@ -21,7 +21,7 @@ SLOT="0"
 RDEPEND="
dev-python/requests[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]
-   media-sound/spotify"
+"
 
 DEPEND="test? ( dev-python/mock[${PYTHON_USEDEP}] )"
 



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/spotipy/

2020-06-09 Thread Andrew Ammerlaan
commit: 64c5334d47dd3be1a29ab014efdf32511613c312
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Tue Jun  9 16:27:29 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Tue Jun  9 16:27:29 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=64c5334d

dev-python/spotipy: add py3_9

Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan  riseup.net>

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

diff --git a/dev-python/spotipy/spotipy-2.12.0.ebuild 
b/dev-python/spotipy/spotipy-2.12.0.ebuild
index 1b775ce..3a0aa1b 100644
--- a/dev-python/spotipy/spotipy-2.12.0.ebuild
+++ b/dev-python/spotipy/spotipy-2.12.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8,9} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/spotipy/

2020-04-11 Thread Andrew Ammerlaan
commit: 678b22e46e279428aeaaf5c837c0222dc4253244
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Sat Apr 11 19:23:19 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Sat Apr 11 19:23:30 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=678b22e4

dev-python/spotipy: 2.11.1 version bump

Package-Manager: Portage-2.3.98, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan  riseup.net>

 dev-python/spotipy/Manifest | 2 +-
 dev-python/spotipy/{spotipy-2.10.0.ebuild => spotipy-2.11.1.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/spotipy/Manifest b/dev-python/spotipy/Manifest
index 7b13792..8abc1d9 100644
--- a/dev-python/spotipy/Manifest
+++ b/dev-python/spotipy/Manifest
@@ -1 +1 @@
-DIST spotipy-2.10.0.tar.gz 82414 BLAKE2B 
06915b6e910ab69853ee8e54503da050733e138dc27fbb3c27049c2277231c97659fcbc3f3205aa252f89b738f5863851751de253efce970f31617046a6e8de5
 SHA512 
00e9a05ce4321c889a4586ae504b4399753701a6fc08ecc4775099b74d82087551c81329242c395ff9d0497f45c9aa4c9a261132295117be310cd6f33ca1811a
+DIST spotipy-2.11.1.tar.gz 85670 BLAKE2B 
821650ed83968ad76c1cf1fd6463d1441acf0e05b48721b82200d4be642056b3525f5d61de61856a342ffd67623b09a6d466df0e4b4c036e2a33c66872fd6702
 SHA512 
596ba9ce5e36f8885d6cf04112e16e97e40e39a1da0879e0c2e254118454766220a16b3dd8008364085aa238f27e40899c57e442574dfebf1e393fad74b852a9

diff --git a/dev-python/spotipy/spotipy-2.10.0.ebuild 
b/dev-python/spotipy/spotipy-2.11.1.ebuild
similarity index 100%
rename from dev-python/spotipy/spotipy-2.10.0.ebuild
rename to dev-python/spotipy/spotipy-2.11.1.ebuild



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/spotipy/

2020-03-19 Thread Andrew Ammerlaan
commit: d8c71fadc8f1ac53ea86c4322eb84177a2eef983
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Thu Mar 19 08:10:15 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Thu Mar 19 08:10:15 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d8c71fad

dev-python/spotipy: version bump 2.10.0

Package-Manager: Portage-2.3.94, Repoman-2.3.21
Signed-off-by: Andrew Ammerlaan  riseup.net>

 dev-python/spotipy/Manifest| 2 +-
 dev-python/spotipy/{spotipy-2.9.0.ebuild => spotipy-2.10.0.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/spotipy/Manifest b/dev-python/spotipy/Manifest
index d1e2b17..7b13792 100644
--- a/dev-python/spotipy/Manifest
+++ b/dev-python/spotipy/Manifest
@@ -1 +1 @@
-DIST spotipy-2.9.0.tar.gz 81689 BLAKE2B 
909e615c4dad90571c7aa4c1ce4512eab34505b1193eca8694290fa937143bc4e90d69779f4e899fe0556626591078fcbc175c8d52427553de1b0dbcdd0e
 SHA512 
ebfe8e4b31cb741fe5ddd5fae52d269e6e311d04aa6edc9d727d56bc32963b253db22ae3b43b0db10d1c55bd045439b0e74e0cfefab386e895730ac5cd10b110
+DIST spotipy-2.10.0.tar.gz 82414 BLAKE2B 
06915b6e910ab69853ee8e54503da050733e138dc27fbb3c27049c2277231c97659fcbc3f3205aa252f89b738f5863851751de253efce970f31617046a6e8de5
 SHA512 
00e9a05ce4321c889a4586ae504b4399753701a6fc08ecc4775099b74d82087551c81329242c395ff9d0497f45c9aa4c9a261132295117be310cd6f33ca1811a

diff --git a/dev-python/spotipy/spotipy-2.9.0.ebuild 
b/dev-python/spotipy/spotipy-2.10.0.ebuild
similarity index 100%
rename from dev-python/spotipy/spotipy-2.9.0.ebuild
rename to dev-python/spotipy/spotipy-2.10.0.ebuild



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/spotipy/

2020-02-15 Thread Andrew Ammerlaan
commit: a2cef52349a046380e6610a8da0c8991ef733e21
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Sat Feb 15 21:19:24 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Sat Feb 15 21:19:24 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a2cef523

dev-python/spotipy: Version bump 2.9.0

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Andrew Ammerlaan  riseup.net>

 dev-python/spotipy/Manifest   | 2 +-
 dev-python/spotipy/{spotipy-2.8.0.ebuild => spotipy-2.9.0.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/spotipy/Manifest b/dev-python/spotipy/Manifest
index 30f8d3e..d1e2b17 100644
--- a/dev-python/spotipy/Manifest
+++ b/dev-python/spotipy/Manifest
@@ -1 +1 @@
-DIST spotipy-2.8.0.tar.gz 81270 BLAKE2B 
25f17a3fbf368157bf5c8a2e9262eb7573da48e05e545fbf530c87751c07abf1945dad082681115946ac8574d40ddb548660ba4dc398bc3bba06f5919b162ba3
 SHA512 
b7be4d30a5935970c432b5faab19d58683e2cb9ce41fdadb132199fc4be4314e3f32c4fcb4dc44fbfba096b38a6f2a4cce3cf476b8d929639cf773aaac94ab8a
+DIST spotipy-2.9.0.tar.gz 81689 BLAKE2B 
909e615c4dad90571c7aa4c1ce4512eab34505b1193eca8694290fa937143bc4e90d69779f4e899fe0556626591078fcbc175c8d52427553de1b0dbcdd0e
 SHA512 
ebfe8e4b31cb741fe5ddd5fae52d269e6e311d04aa6edc9d727d56bc32963b253db22ae3b43b0db10d1c55bd045439b0e74e0cfefab386e895730ac5cd10b110

diff --git a/dev-python/spotipy/spotipy-2.8.0.ebuild 
b/dev-python/spotipy/spotipy-2.9.0.ebuild
similarity index 100%
rename from dev-python/spotipy/spotipy-2.8.0.ebuild
rename to dev-python/spotipy/spotipy-2.9.0.ebuild



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/spotipy/

2020-02-13 Thread Andrew Ammerlaan
commit: d5c6cab2124bfabc7155241a4f52b6753f4de30a
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Thu Feb 13 10:21:48 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Thu Feb 13 10:21:48 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d5c6cab2

dev-python/spotipy: Remove now unused PATCHES variable

Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: Andrew Ammerlaan  riseup.net>

 dev-python/spotipy/spotipy-2.8.0.ebuild | 2 --
 1 file changed, 2 deletions(-)

diff --git a/dev-python/spotipy/spotipy-2.8.0.ebuild 
b/dev-python/spotipy/spotipy-2.8.0.ebuild
index 896765b..1b775ce 100644
--- a/dev-python/spotipy/spotipy-2.8.0.ebuild
+++ b/dev-python/spotipy/spotipy-2.8.0.ebuild
@@ -28,8 +28,6 @@ DEPEND="test? ( dev-python/mock[${PYTHON_USEDEP}] )"
 distutils_enable_sphinx docs
 distutils_enable_tests pytest
 
-#PATCHES="${FILESDIR}/${P}-skip-online-test.patch"
-
 python_prepare_all() {
# this test requires user credentials
rm tests/integration/test_user_endpoints.py || die



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/spotipy/files/, dev-python/spotipy/

2020-02-13 Thread Andrew Ammerlaan
commit: 1b5499afda02bb048e8049191abfd8294bac3050
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Thu Feb 13 10:20:15 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Thu Feb 13 10:20:15 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1b5499af

dev-python/spotipy: Version bump 2.8.0

Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: Andrew Ammerlaan  riseup.net>

 dev-python/spotipy/Manifest|   2 +-
 .../files/spotipy-2.7.1-skip-online-test.patch | 515 -
 .../{spotipy-2.7.1.ebuild => spotipy-2.8.0.ebuild} |  12 +-
 3 files changed, 12 insertions(+), 517 deletions(-)

diff --git a/dev-python/spotipy/Manifest b/dev-python/spotipy/Manifest
index b3343ca..30f8d3e 100644
--- a/dev-python/spotipy/Manifest
+++ b/dev-python/spotipy/Manifest
@@ -1 +1 @@
-DIST spotipy-2.7.1.tar.gz 80050 BLAKE2B 
f4c4be4c8284a0c1fe12d7f963dc1a92c0c9f73ac9981debc193f21502b9106e13311a7ca97bfe00384892da73df7f964a8e8d786371551079902aebf3c32815
 SHA512 
8751f78e51778ff595ddf4f511bfd9c81b7c46789d91a86c1a6dcd169b55668d48b812e6c6e2befd85a12a3e622127a9ba466c6a5008b1e3cafe25939f26e705
+DIST spotipy-2.8.0.tar.gz 81270 BLAKE2B 
25f17a3fbf368157bf5c8a2e9262eb7573da48e05e545fbf530c87751c07abf1945dad082681115946ac8574d40ddb548660ba4dc398bc3bba06f5919b162ba3
 SHA512 
b7be4d30a5935970c432b5faab19d58683e2cb9ce41fdadb132199fc4be4314e3f32c4fcb4dc44fbfba096b38a6f2a4cce3cf476b8d929639cf773aaac94ab8a

diff --git a/dev-python/spotipy/files/spotipy-2.7.1-skip-online-test.patch 
b/dev-python/spotipy/files/spotipy-2.7.1-skip-online-test.patch
deleted file mode 100644
index 0386b96..000
--- a/dev-python/spotipy/files/spotipy-2.7.1-skip-online-test.patch
+++ /dev/null
@@ -1,515 +0,0 @@
-diff --git a/tests/test_auth.py b/tests/test_auth.py
-deleted file mode 100644
-index 438e88f..000
 a/tests/test_auth.py
-+++ /dev/null
-@@ -1,363 +0,0 @@
--# -*- coding: utf-8 -*-
--
--"""
--These tests require user authentication - provide client credentials using the
--following environment variables
--
--::
--
--'SPOTIPY_CLIENT_USERNAME'
--'SPOTIPY_CLIENT_ID'
--'SPOTIPY_CLIENT_SECRET'
--'SPOTIPY_REDIRECT_URI'
--"""
--
--from __future__ import print_function
--
--from spotipy import (
--CLIENT_CREDS_ENV_VARS as CCEV,
--prompt_for_user_token,
--Spotify,
--SpotifyException,
--)
--import os
--import sys
--import unittest
--import warnings
--import requests
--
--sys.path.insert(0, os.path.abspath(os.pardir))
--
--
--class AuthTestSpotipy(unittest.TestCase):
--"""
--These tests require user authentication - provide client credentials using
--the following environment variables
--
--::
--
--'SPOTIPY_CLIENT_USERNAME'
--'SPOTIPY_CLIENT_ID'
--'SPOTIPY_CLIENT_SECRET'
--'SPOTIPY_REDIRECT_URI'
--"""
--
--playlist = "spotify:user:plamere:playlist:2oCEWyyAPbZp9xhVSxZavx"
--playlist_new_id = "spotify:playlist:7GlxpQjjxRjmbb3RP2rDqI"
--four_tracks = ["spotify:track:6RtPijgfPKROxEzTHNRiDp",
--   "spotify:track:7IHOIqZUUInxjVkko181PB",
--   "4VrWlk8IQxevMvERoX08iC",
--   "http://open.spotify.com/track/3cySlItpiPiIAzU3NyHCJf;]
--
--two_tracks = ["spotify:track:6RtPijgfPKROxEzTHNRiDp",
--  "spotify:track:7IHOIqZUUInxjVkko181PB"]
--
--other_tracks = ["spotify:track:2wySlB6vMzCbQrRnNGOYKa",
--"spotify:track:29xKs5BAHlmlX1u4gzQAbJ",
--"spotify:track:1PB7gRWcvefzu7t3LJLUlf"]
--
--album_ids = ["spotify:album:6kL09DaURb7rAoqqaA51KU",
-- "spotify:album:6RTzC0rDbvagTSJLlY7AKl"]
--
--bad_id = 'BAD_ID'
--
--@classmethod
--def setUpClass(self):
--if sys.version_info >= (3, 2):
--# >= Python3.2 only
--warnings.filterwarnings(
--"ignore",
--category=ResourceWarning,
--message="unclosed.*")
--
--missing = list(filter(lambda var: not os.getenv(CCEV[var]), CCEV))
--
--if missing:
--raise Exception(
--('Please set the client credentials for the test application'
-- ' using the following environment variables: {}').format(
--CCEV.values()))
--
--self.username = os.getenv(CCEV['client_username'])
--
--self.scope = (
--'playlist-modify-public '
--'user-library-read '
--'user-follow-read '
--'user-library-modify '
--'user-read-private '
--'user-top-read '
--'user-follow-modify '
--'ugc-image-upload'
--)
--
--self.token = prompt_for_user_token(self.username, scope=self.scope)
--
--self.spotify = Spotify(auth=self.token)
--
--# Helper
--def get_or_create_spotify_playlist(self, playlist_name):
--playlists = self.spotify.user_playlists(self.username)

[gentoo-commits] repo/proj/guru:dev commit in: dev-python/spotipy/

2020-02-10 Thread Andrew Ammerlaan
commit: 5150e59e30d2247d084f61e2a397c492539fb4b3
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Mon Feb 10 13:47:07 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Mon Feb 10 13:47:22 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5150e59e

dev-python/spotipy: fix metadata

Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: Andrew Ammerlaan  riseup.net>

 dev-python/spotipy/metadata.xml | 4 
 1 file changed, 4 deletions(-)

diff --git a/dev-python/spotipy/metadata.xml b/dev-python/spotipy/metadata.xml
index dd0bd9c..628ab20 100644
--- a/dev-python/spotipy/metadata.xml
+++ b/dev-python/spotipy/metadata.xml
@@ -6,8 +6,4 @@
 andrewammerl...@riseup.net
 Andrew Ammerlaan
 
-
-proxy-ma...@gentoo.org
-Proxy Maintainers
-
 



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/spotipy/files/, dev-python/spotipy/

2020-01-21 Thread Andrew Ammerlaan
commit: 70b71a5584b9d40d8df84ac717c73128ef687fec
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Tue Jan 21 14:34:31 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Tue Jan 21 14:34:31 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=70b71a55

dev-python/spotipy: A light weight Py library for Spotify Web API

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andrew Ammerlaan  riseup.net>

 dev-python/spotipy/Manifest|   1 +
 .../files/spotipy-2.7.1-skip-online-test.patch | 515 +
 dev-python/spotipy/metadata.xml|  13 +
 dev-python/spotipy/spotipy-2.7.1.ebuild|  41 ++
 4 files changed, 570 insertions(+)

diff --git a/dev-python/spotipy/Manifest b/dev-python/spotipy/Manifest
new file mode 100644
index 000..b3343ca
--- /dev/null
+++ b/dev-python/spotipy/Manifest
@@ -0,0 +1 @@
+DIST spotipy-2.7.1.tar.gz 80050 BLAKE2B 
f4c4be4c8284a0c1fe12d7f963dc1a92c0c9f73ac9981debc193f21502b9106e13311a7ca97bfe00384892da73df7f964a8e8d786371551079902aebf3c32815
 SHA512 
8751f78e51778ff595ddf4f511bfd9c81b7c46789d91a86c1a6dcd169b55668d48b812e6c6e2befd85a12a3e622127a9ba466c6a5008b1e3cafe25939f26e705

diff --git a/dev-python/spotipy/files/spotipy-2.7.1-skip-online-test.patch 
b/dev-python/spotipy/files/spotipy-2.7.1-skip-online-test.patch
new file mode 100644
index 000..0386b96
--- /dev/null
+++ b/dev-python/spotipy/files/spotipy-2.7.1-skip-online-test.patch
@@ -0,0 +1,515 @@
+diff --git a/tests/test_auth.py b/tests/test_auth.py
+deleted file mode 100644
+index 438e88f..000
+--- a/tests/test_auth.py
 /dev/null
+@@ -1,363 +0,0 @@
+-# -*- coding: utf-8 -*-
+-
+-"""
+-These tests require user authentication - provide client credentials using the
+-following environment variables
+-
+-::
+-
+-'SPOTIPY_CLIENT_USERNAME'
+-'SPOTIPY_CLIENT_ID'
+-'SPOTIPY_CLIENT_SECRET'
+-'SPOTIPY_REDIRECT_URI'
+-"""
+-
+-from __future__ import print_function
+-
+-from spotipy import (
+-CLIENT_CREDS_ENV_VARS as CCEV,
+-prompt_for_user_token,
+-Spotify,
+-SpotifyException,
+-)
+-import os
+-import sys
+-import unittest
+-import warnings
+-import requests
+-
+-sys.path.insert(0, os.path.abspath(os.pardir))
+-
+-
+-class AuthTestSpotipy(unittest.TestCase):
+-"""
+-These tests require user authentication - provide client credentials using
+-the following environment variables
+-
+-::
+-
+-'SPOTIPY_CLIENT_USERNAME'
+-'SPOTIPY_CLIENT_ID'
+-'SPOTIPY_CLIENT_SECRET'
+-'SPOTIPY_REDIRECT_URI'
+-"""
+-
+-playlist = "spotify:user:plamere:playlist:2oCEWyyAPbZp9xhVSxZavx"
+-playlist_new_id = "spotify:playlist:7GlxpQjjxRjmbb3RP2rDqI"
+-four_tracks = ["spotify:track:6RtPijgfPKROxEzTHNRiDp",
+-   "spotify:track:7IHOIqZUUInxjVkko181PB",
+-   "4VrWlk8IQxevMvERoX08iC",
+-   "http://open.spotify.com/track/3cySlItpiPiIAzU3NyHCJf;]
+-
+-two_tracks = ["spotify:track:6RtPijgfPKROxEzTHNRiDp",
+-  "spotify:track:7IHOIqZUUInxjVkko181PB"]
+-
+-other_tracks = ["spotify:track:2wySlB6vMzCbQrRnNGOYKa",
+-"spotify:track:29xKs5BAHlmlX1u4gzQAbJ",
+-"spotify:track:1PB7gRWcvefzu7t3LJLUlf"]
+-
+-album_ids = ["spotify:album:6kL09DaURb7rAoqqaA51KU",
+- "spotify:album:6RTzC0rDbvagTSJLlY7AKl"]
+-
+-bad_id = 'BAD_ID'
+-
+-@classmethod
+-def setUpClass(self):
+-if sys.version_info >= (3, 2):
+-# >= Python3.2 only
+-warnings.filterwarnings(
+-"ignore",
+-category=ResourceWarning,
+-message="unclosed.*")
+-
+-missing = list(filter(lambda var: not os.getenv(CCEV[var]), CCEV))
+-
+-if missing:
+-raise Exception(
+-('Please set the client credentials for the test application'
+- ' using the following environment variables: {}').format(
+-CCEV.values()))
+-
+-self.username = os.getenv(CCEV['client_username'])
+-
+-self.scope = (
+-'playlist-modify-public '
+-'user-library-read '
+-'user-follow-read '
+-'user-library-modify '
+-'user-read-private '
+-'user-top-read '
+-'user-follow-modify '
+-'ugc-image-upload'
+-)
+-
+-self.token = prompt_for_user_token(self.username, scope=self.scope)
+-
+-self.spotify = Spotify(auth=self.token)
+-
+-# Helper
+-def get_or_create_spotify_playlist(self, playlist_name):
+-playlists = self.spotify.user_playlists(self.username)
+-while playlists:
+-for item in playlists['items']:
+-if item['name'] == playlist_name:
+-return item
+-playlists = self.spotify.next(playlists)
+-return