public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/tekore/
@ 2020-02-10 14:19 Andrew Ammerlaan
  0 siblings, 0 replies; 33+ messages in thread
From: Andrew Ammerlaan @ 2020-02-10 14:19 UTC (permalink / raw
  To: gentoo-commits

commit:     744f03002c637d9ad4fd63c3051350d84dd91c37
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Mon Feb 10 14:08:24 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Mon Feb 10 14:11:06 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=744f0300

dev-python/tekore: Fix IUSE="doc"

distutils_enable_sphinx acts weird when there is only one python
version in PYTHON_COMPAT, for some reason it wants to add
PYTHON_SINGLE_TARGET to use of sphinx-* deps, but these deps
don't have PYTHON_SINGLE_TARGET

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

 dev-python/tekore/tekore-1.1.0.ebuild | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/dev-python/tekore/tekore-1.1.0.ebuild b/dev-python/tekore/tekore-1.1.0.ebuild
index f356ed9..456c7d2 100644
--- a/dev-python/tekore/tekore-1.1.0.ebuild
+++ b/dev-python/tekore/tekore-1.1.0.ebuild
@@ -16,12 +16,23 @@ LICENSE="MIT"
 KEYWORDS="~amd64 ~x86"
 SLOT="0"
 
+distutils_enable_sphinx docs
+
+# the enable_sphinx fucntion seems to act strange when there is only 1 PYTHON_COMPAT
+# repoman says:
+# dev-python/tekore/tekore-1.1.0.ebuild: BDEPEND: ~x86(default/linux/x86/17.0/systemd)
+# [     'dev-python/sphinx[python_targets_python3_7(-),python_single_target_python3_7(+)]']
+# therefore we overwrite the deps that the function adds here:
+BDEPEND="doc? (
+	dev-python/sphinx[${PYTHON_USEDEP}]
+	dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}]
+	dev-python/sphinx-autodoc-typehints[${PYTHON_USEDEP}] )"
+
 RDEPEND="dev-python/requests[${PYTHON_USEDEP}]
 	dev-python/httpx[${PYTHON_USEDEP}]"
 
 DOCS="readme.rst"
 
-distutils_enable_sphinx docs dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}] dev-python/sphinx-autodoc-typehints[${PYTHON_USEDEP}]
 distutils_enable_tests pytest
 
 python_prepare_all() {


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/tekore/
@ 2020-02-17 14:39 Andrew Ammerlaan
  0 siblings, 0 replies; 33+ messages in thread
From: Andrew Ammerlaan @ 2020-02-17 14:39 UTC (permalink / raw
  To: gentoo-commits

commit:     47842e84a1496e48833f8a1c7b90f056e33e6f0f
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Mon Feb 17 14:38:55 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Mon Feb 17 14:38:55 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=47842e84

dev-python/tekore: Version bump 1.2.0

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

 dev-python/tekore/Manifest                                     | 2 +-
 dev-python/tekore/{tekore-1.1.0.ebuild => tekore-1.2.0.ebuild} | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-python/tekore/Manifest b/dev-python/tekore/Manifest
index b4bc819..906a44e 100644
--- a/dev-python/tekore/Manifest
+++ b/dev-python/tekore/Manifest
@@ -1 +1 @@
-DIST tekore-1.1.0.tar.gz 138871 BLAKE2B 5580c502129ed1fd9c7a7f6a860d918a0a46f6ac51a3f6bef5f08c1e036756684d11c670e55343c27ff3dd7a40fa45b2307a9a27b594558525b7d4a41617908c SHA512 968315f3818803f076798a88f791ca10a4a118850ee730d449e2db8e5d5aca00293f8d8483a4d9edb9802b103aa6328a7514f58f4959bb0a551ed11b065ece87
+DIST tekore-1.2.0.tar.gz 140391 BLAKE2B 1ea9a70085a82385cfb8ef3013aa7acbbad00093fac2e4c5ac15d6faf4cd2a78643d975e7cff9299f2e3579788ea9fa35962ae9862113dded45c6a00a13746f9 SHA512 883f0bf9bef16961bc3bc5a0e1e6566d5e549c822ed9f056ff971810df2e54d0ef63a7d7618a6fc48213a96d62e7d2e54aae8e164f865bc0a49868b536688850

diff --git a/dev-python/tekore/tekore-1.1.0.ebuild b/dev-python/tekore/tekore-1.2.0.ebuild
similarity index 95%
rename from dev-python/tekore/tekore-1.1.0.ebuild
rename to dev-python/tekore/tekore-1.2.0.ebuild
index 456c7d2..7f8ce98 100644
--- a/dev-python/tekore/tekore-1.1.0.ebuild
+++ b/dev-python/tekore/tekore-1.2.0.ebuild
@@ -31,6 +31,8 @@ BDEPEND="doc? (
 RDEPEND="dev-python/requests[${PYTHON_USEDEP}]
 	dev-python/httpx[${PYTHON_USEDEP}]"
 
+DEPEND="test? ( dev-python/pytest-qt[${PYTHON_USEDEP}] )"
+
 DOCS="readme.rst"
 
 distutils_enable_tests pytest


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/tekore/
@ 2020-02-26 19:29 Andrew Ammerlaan
  0 siblings, 0 replies; 33+ messages in thread
From: Andrew Ammerlaan @ 2020-02-26 19:29 UTC (permalink / raw
  To: gentoo-commits

commit:     2f2d2fd75480c23aa752191de2604942be826f82
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Wed Feb 26 19:29:14 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Wed Feb 26 19:29:14 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2f2d2fd7

dev-python/tekore: Version bump 1.3.0

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

 dev-python/tekore/Manifest                                     | 2 +-
 dev-python/tekore/{tekore-1.2.0.ebuild => tekore-1.3.0.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/tekore/Manifest b/dev-python/tekore/Manifest
index 906a44e..089033f 100644
--- a/dev-python/tekore/Manifest
+++ b/dev-python/tekore/Manifest
@@ -1 +1 @@
-DIST tekore-1.2.0.tar.gz 140391 BLAKE2B 1ea9a70085a82385cfb8ef3013aa7acbbad00093fac2e4c5ac15d6faf4cd2a78643d975e7cff9299f2e3579788ea9fa35962ae9862113dded45c6a00a13746f9 SHA512 883f0bf9bef16961bc3bc5a0e1e6566d5e549c822ed9f056ff971810df2e54d0ef63a7d7618a6fc48213a96d62e7d2e54aae8e164f865bc0a49868b536688850
+DIST tekore-1.3.0.tar.gz 185198 BLAKE2B fcc5b46493d06c7d4acbcc7dd6b3078a280ccbc8d0e53d721c0445add150a53e947f6dbfaab5dfff27a4fc651a36a49904c693a2d24f1d09b94c95e05c202624 SHA512 10fb189374cf2b0a09120ff3f7c59de96b2374d1d7583fec36247e909d3589fdbf0d1411cbd3e134700ab58f34fece5cee5b9dbca72a38619c1f8c23d338c170

diff --git a/dev-python/tekore/tekore-1.2.0.ebuild b/dev-python/tekore/tekore-1.3.0.ebuild
similarity index 100%
rename from dev-python/tekore/tekore-1.2.0.ebuild
rename to dev-python/tekore/tekore-1.3.0.ebuild


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/tekore/
@ 2020-03-02  8:56 Andrew Ammerlaan
  0 siblings, 0 replies; 33+ messages in thread
From: Andrew Ammerlaan @ 2020-03-02  8:56 UTC (permalink / raw
  To: gentoo-commits

commit:     3674408fc211308448284897f82f54ba77fb2b32
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Mon Mar  2 08:56:02 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Mon Mar  2 08:56:02 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3674408f

dev-python/tekore: Version bump 1.4.0

Package-Manager: Portage-2.3.90, Repoman-2.3.20
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 dev-python/tekore/Manifest                                     |  2 +-
 dev-python/tekore/{tekore-1.3.0.ebuild => tekore-1.4.0.ebuild} | 10 +---------
 2 files changed, 2 insertions(+), 10 deletions(-)

diff --git a/dev-python/tekore/Manifest b/dev-python/tekore/Manifest
index 089033f..d40fc42 100644
--- a/dev-python/tekore/Manifest
+++ b/dev-python/tekore/Manifest
@@ -1 +1 @@
-DIST tekore-1.3.0.tar.gz 185198 BLAKE2B fcc5b46493d06c7d4acbcc7dd6b3078a280ccbc8d0e53d721c0445add150a53e947f6dbfaab5dfff27a4fc651a36a49904c693a2d24f1d09b94c95e05c202624 SHA512 10fb189374cf2b0a09120ff3f7c59de96b2374d1d7583fec36247e909d3589fdbf0d1411cbd3e134700ab58f34fece5cee5b9dbca72a38619c1f8c23d338c170
+DIST tekore-1.4.0.tar.gz 186665 BLAKE2B f3b06df721f76ac74e1dbe78292f94ab6f9d542031bbbb81e7ac7d4d55f2bd6607d136f5a8c0cadf86db95874e9dd99670567fe617b84f3ff8da5c741bc6dc15 SHA512 ba1036c6da0930c168f7f1112e671da3b1d0896d325a273d11120cd7c7515d1e680c8dfe855e7811928b381be769341d63aa87f32c6d992d30f45837ab51424d

diff --git a/dev-python/tekore/tekore-1.3.0.ebuild b/dev-python/tekore/tekore-1.4.0.ebuild
similarity index 83%
rename from dev-python/tekore/tekore-1.3.0.ebuild
rename to dev-python/tekore/tekore-1.4.0.ebuild
index 7f8ce98..a962f19 100644
--- a/dev-python/tekore/tekore-1.3.0.ebuild
+++ b/dev-python/tekore/tekore-1.4.0.ebuild
@@ -16,7 +16,7 @@ LICENSE="MIT"
 KEYWORDS="~amd64 ~x86"
 SLOT="0"
 
-distutils_enable_sphinx docs
+distutils_enable_sphinx docs/src
 
 # the enable_sphinx fucntion seems to act strange when there is only 1 PYTHON_COMPAT
 # repoman says:
@@ -37,14 +37,6 @@ DOCS="readme.rst"
 
 distutils_enable_tests pytest
 
-python_prepare_all() {
-	# docs fail: AttributeError: 'PosixPath' object has no attribute 'rstrip'
-	sed -i -e 's:sys.path.insert(0, _root):#&:' \
-		docs/conf.py || die
-
-	distutils-r1_python_prepare_all
-}
-
 python_test() {
 	pytest -vv tests/* || die "Tests fail with ${EPYTHON}"
 }


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/tekore/
@ 2020-03-02 10:26 Andrew Ammerlaan
  0 siblings, 0 replies; 33+ messages in thread
From: Andrew Ammerlaan @ 2020-03-02 10:26 UTC (permalink / raw
  To: gentoo-commits

commit:     7b6f96093344b4e6d8463b21afa48c213ecf9fc5
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Mon Mar  2 10:26:19 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Mon Mar  2 10:26:19 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7b6f9609

dev-python/tekore: Remove unnecessary pytest-qt dep

why was that there?
tests work just fine without it

Package-Manager: Portage-2.3.91, Repoman-2.3.20
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 dev-python/tekore/tekore-1.4.0.ebuild | 2 --
 1 file changed, 2 deletions(-)

diff --git a/dev-python/tekore/tekore-1.4.0.ebuild b/dev-python/tekore/tekore-1.4.0.ebuild
index a962f19..cff5cc9 100644
--- a/dev-python/tekore/tekore-1.4.0.ebuild
+++ b/dev-python/tekore/tekore-1.4.0.ebuild
@@ -31,8 +31,6 @@ BDEPEND="doc? (
 RDEPEND="dev-python/requests[${PYTHON_USEDEP}]
 	dev-python/httpx[${PYTHON_USEDEP}]"
 
-DEPEND="test? ( dev-python/pytest-qt[${PYTHON_USEDEP}] )"
-
 DOCS="readme.rst"
 
 distutils_enable_tests pytest


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/tekore/
@ 2020-03-04 11:04 Andrew Ammerlaan
  0 siblings, 0 replies; 33+ messages in thread
From: Andrew Ammerlaan @ 2020-03-04 11:04 UTC (permalink / raw
  To: gentoo-commits

commit:     466a3822888e37af4fd4443d975ca4a5bc2f0f47
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Wed Mar  4 11:04:14 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Wed Mar  4 11:04:14 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=466a3822

dev-python/tekore: depend on spotify

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

 dev-python/tekore/tekore-1.4.0.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-python/tekore/tekore-1.4.0.ebuild b/dev-python/tekore/tekore-1.4.0.ebuild
index cff5cc9..88c60d0 100644
--- a/dev-python/tekore/tekore-1.4.0.ebuild
+++ b/dev-python/tekore/tekore-1.4.0.ebuild
@@ -29,7 +29,8 @@ BDEPEND="doc? (
 	dev-python/sphinx-autodoc-typehints[${PYTHON_USEDEP}] )"
 
 RDEPEND="dev-python/requests[${PYTHON_USEDEP}]
-	dev-python/httpx[${PYTHON_USEDEP}]"
+	dev-python/httpx[${PYTHON_USEDEP}]
+	media-sound/spotify"
 
 DOCS="readme.rst"
 


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/tekore/
  2020-03-09 17:02 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
@ 2020-03-09 16:39 ` Andrew Ammerlaan
  0 siblings, 0 replies; 33+ messages in thread
From: Andrew Ammerlaan @ 2020-03-09 16:39 UTC (permalink / raw
  To: gentoo-commits

commit:     2bc209fb011e87ee41f7bf2111eb68a0187f913d
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Mon Mar  9 16:38:35 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Mon Mar  9 16:38:35 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2bc209fb

dev-python/tekore: depend on dataclasses if py3_6

Package-Manager: Portage-2.3.93, Repoman-2.3.20
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 dev-python/tekore/tekore-1.4.0.ebuild | 23 +++++++----------------
 1 file changed, 7 insertions(+), 16 deletions(-)

diff --git a/dev-python/tekore/tekore-1.4.0.ebuild b/dev-python/tekore/tekore-1.4.0.ebuild
index 88c60d0..93f8f55 100644
--- a/dev-python/tekore/tekore-1.4.0.ebuild
+++ b/dev-python/tekore/tekore-1.4.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_7 )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1
 
@@ -16,25 +16,16 @@ LICENSE="MIT"
 KEYWORDS="~amd64 ~x86"
 SLOT="0"
 
-distutils_enable_sphinx docs/src
-
-# the enable_sphinx fucntion seems to act strange when there is only 1 PYTHON_COMPAT
-# repoman says:
-# dev-python/tekore/tekore-1.1.0.ebuild: BDEPEND: ~x86(default/linux/x86/17.0/systemd)
-# [     'dev-python/sphinx[python_targets_python3_7(-),python_single_target_python3_7(+)]']
-# therefore we overwrite the deps that the function adds here:
-BDEPEND="doc? (
-	dev-python/sphinx[${PYTHON_USEDEP}]
-	dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}]
-	dev-python/sphinx-autodoc-typehints[${PYTHON_USEDEP}] )"
-
-RDEPEND="dev-python/requests[${PYTHON_USEDEP}]
-	dev-python/httpx[${PYTHON_USEDEP}]
-	media-sound/spotify"
+RDEPEND="
+	dev-python/requests[${PYTHON_USEDEP}]
+	~dev-python/httpx-0.11.1[${PYTHON_USEDEP}]
+	media-sound/spotify
+	python_targets_python3_6? ( dev-python/dataclasses[python_targets_python3_6] )"
 
 DOCS="readme.rst"
 
 distutils_enable_tests pytest
+distutils_enable_sphinx docs/src dev-python/sphinx_rtd_theme dev-python/sphinx-autodoc-typehints
 
 python_test() {
 	pytest -vv tests/* || die "Tests fail with ${EPYTHON}"


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/tekore/
  2020-03-09 17:02 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
@ 2020-03-09 16:52 ` Andrew Ammerlaan
  0 siblings, 0 replies; 33+ messages in thread
From: Andrew Ammerlaan @ 2020-03-09 16:52 UTC (permalink / raw
  To: gentoo-commits

commit:     e01bfb53bfa2572947d74941b02586afd87553cd
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Mon Mar  9 16:52:09 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Mon Mar  9 16:52:09 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e01bfb53

dev-python/tekore: do not test if py3_6

Package-Manager: Portage-2.3.93, Repoman-2.3.20
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 dev-python/tekore/tekore-1.4.0.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-python/tekore/tekore-1.4.0.ebuild b/dev-python/tekore/tekore-1.4.0.ebuild
index 93f8f55..a61bf2a 100644
--- a/dev-python/tekore/tekore-1.4.0.ebuild
+++ b/dev-python/tekore/tekore-1.4.0.ebuild
@@ -16,6 +16,9 @@ LICENSE="MIT"
 KEYWORDS="~amd64 ~x86"
 SLOT="0"
 
+# tests fail with py3_6
+RESTRICT="python_targets_python3_6? ( test )"
+
 RDEPEND="
 	dev-python/requests[${PYTHON_USEDEP}]
 	~dev-python/httpx-0.11.1[${PYTHON_USEDEP}]


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/tekore/
@ 2020-03-12  8:18 Andrew Ammerlaan
  0 siblings, 0 replies; 33+ messages in thread
From: Andrew Ammerlaan @ 2020-03-12  8:18 UTC (permalink / raw
  To: gentoo-commits

commit:     a4b43b338c8ff939b681f466cd73797950f1a5bd
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Thu Mar 12 08:17:46 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Thu Mar 12 08:17:46 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a4b43b33

dev-python/tekore: version bump 1.5.0

Package-Manager: Portage-2.3.93, Repoman-2.3.20
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 dev-python/tekore/Manifest                                     | 2 +-
 dev-python/tekore/{tekore-1.4.0.ebuild => tekore-1.5.0.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/tekore/Manifest b/dev-python/tekore/Manifest
index d40fc42..ee01f04 100644
--- a/dev-python/tekore/Manifest
+++ b/dev-python/tekore/Manifest
@@ -1 +1 @@
-DIST tekore-1.4.0.tar.gz 186665 BLAKE2B f3b06df721f76ac74e1dbe78292f94ab6f9d542031bbbb81e7ac7d4d55f2bd6607d136f5a8c0cadf86db95874e9dd99670567fe617b84f3ff8da5c741bc6dc15 SHA512 ba1036c6da0930c168f7f1112e671da3b1d0896d325a273d11120cd7c7515d1e680c8dfe855e7811928b381be769341d63aa87f32c6d992d30f45837ab51424d
+DIST tekore-1.5.0.tar.gz 186916 BLAKE2B 014e76afb5b12b6302a8956fee0fa1e80adc76480fd40c730ada00f549fc508361cde9b16e60775661b31147337da91bc0aa636d57b86fa10dfe5f4873fd20f7 SHA512 d0d708d68c931c7bf1586a36a00ff6621d0fd506d63dd45f0b39a1c529a93d627bb493cc3eb184f6044fd8f03becdee077ea768e5a941b322ab8c53efeae2658

diff --git a/dev-python/tekore/tekore-1.4.0.ebuild b/dev-python/tekore/tekore-1.5.0.ebuild
similarity index 100%
rename from dev-python/tekore/tekore-1.4.0.ebuild
rename to dev-python/tekore/tekore-1.5.0.ebuild


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/tekore/
@ 2020-03-27 18:24 Alessandro Barbieri
  0 siblings, 0 replies; 33+ messages in thread
From: Alessandro Barbieri @ 2020-03-27 18:24 UTC (permalink / raw
  To: gentoo-commits

commit:     412e5f58ecf8a342cea79ede059c71ac502054ae
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Fri Mar 27 18:23:58 2020 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Fri Mar 27 18:23:58 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=412e5f58

dev-python/tekore: fixes

* re-keyword for py3.7 when deps are available again

Package-Manager: Portage-2.3.96, Repoman-2.3.21
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 dev-python/tekore/tekore-1.5.0.ebuild | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/dev-python/tekore/tekore-1.5.0.ebuild b/dev-python/tekore/tekore-1.5.0.ebuild
index a61bf2a..53e4cb7 100644
--- a/dev-python/tekore/tekore-1.5.0.ebuild
+++ b/dev-python/tekore/tekore-1.5.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 
@@ -17,19 +17,21 @@ KEYWORDS="~amd64 ~x86"
 SLOT="0"
 
 # tests fail with py3_6
-RESTRICT="python_targets_python3_6? ( test )"
+RESTRICT="test"
 
 RDEPEND="
 	dev-python/requests[${PYTHON_USEDEP}]
 	~dev-python/httpx-0.11.1[${PYTHON_USEDEP}]
 	media-sound/spotify
-	python_targets_python3_6? ( dev-python/dataclasses[python_targets_python3_6] )"
+	$(python_gen_cond_dep 'dev-python/dataclasses[${PYTHON_USEDEP}]' python3_6)
+"
 
 DOCS="readme.rst"
 
 distutils_enable_tests pytest
 distutils_enable_sphinx docs/src dev-python/sphinx_rtd_theme dev-python/sphinx-autodoc-typehints
 
+#is this necessary?
 python_test() {
 	pytest -vv tests/* || die "Tests fail with ${EPYTHON}"
 }


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/tekore/
@ 2020-03-28 11:00 Andrew Ammerlaan
  0 siblings, 0 replies; 33+ messages in thread
From: Andrew Ammerlaan @ 2020-03-28 11:00 UTC (permalink / raw
  To: gentoo-commits

commit:     e88a44ea53c5659f6ca2fc491d2b62763d2ddf8a
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sat Mar 28 10:59:55 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sat Mar 28 11:00:14 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e88a44ea

dev-python/tekore: re-add py3_7

Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 dev-python/tekore/tekore-1.5.0.ebuild | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/dev-python/tekore/tekore-1.5.0.ebuild b/dev-python/tekore/tekore-1.5.0.ebuild
index 53e4cb7..9c3b0c4 100644
--- a/dev-python/tekore/tekore-1.5.0.ebuild
+++ b/dev-python/tekore/tekore-1.5.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1
 
@@ -17,7 +17,7 @@ KEYWORDS="~amd64 ~x86"
 SLOT="0"
 
 # tests fail with py3_6
-RESTRICT="test"
+RESTRICT="python_targets_python3_6? ( test )"
 
 RDEPEND="
 	dev-python/requests[${PYTHON_USEDEP}]
@@ -29,9 +29,10 @@ RDEPEND="
 DOCS="readme.rst"
 
 distutils_enable_tests pytest
-distutils_enable_sphinx docs/src dev-python/sphinx_rtd_theme dev-python/sphinx-autodoc-typehints
+# doc not working: 'PosixPath' object has no attribute 'rstrip'
+#distutils_enable_sphinx docs/src dev-python/sphinx_rtd_theme dev-python/sphinx-autodoc-typehints
 
-#is this necessary?
+#need this, otherwise: no tests ran
 python_test() {
 	pytest -vv tests/* || die "Tests fail with ${EPYTHON}"
 }


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/tekore/
  2020-04-07 12:58 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
@ 2020-04-07 12:57 ` Andrew Ammerlaan
  0 siblings, 0 replies; 33+ messages in thread
From: Andrew Ammerlaan @ 2020-04-07 12:57 UTC (permalink / raw
  To: gentoo-commits

commit:     427769d70a19297efa34191cff60e30376cd0f42
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Tue Apr  7 12:57:29 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Tue Apr  7 12:57:29 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=427769d7

dev-python/tekore: version bump 1.6.0, podcast support

Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 dev-python/tekore/Manifest                                     | 2 +-
 dev-python/tekore/{tekore-1.5.0.ebuild => tekore-1.6.0.ebuild} | 5 +++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/dev-python/tekore/Manifest b/dev-python/tekore/Manifest
index ee01f04..1bb6555 100644
--- a/dev-python/tekore/Manifest
+++ b/dev-python/tekore/Manifest
@@ -1 +1 @@
-DIST tekore-1.5.0.tar.gz 186916 BLAKE2B 014e76afb5b12b6302a8956fee0fa1e80adc76480fd40c730ada00f549fc508361cde9b16e60775661b31147337da91bc0aa636d57b86fa10dfe5f4873fd20f7 SHA512 d0d708d68c931c7bf1586a36a00ff6621d0fd506d63dd45f0b39a1c529a93d627bb493cc3eb184f6044fd8f03becdee077ea768e5a941b322ab8c53efeae2658
+DIST tekore-1.6.0.tar.gz 191825 BLAKE2B 6122ee7fa9b7f0380e18457168aeea2405036cd11a6be4369ce6e343e8ddc97b9b7ddf4cdd3879eaeee503a833e2fa08e459dd6f794143ca7e59109848fad2f9 SHA512 01190393c7762056095f30c17245620c732241b835787b3ffddbfe2dfe3025be813b35fe64cf0289bcd2a9cb6ac5d3d537b55eb16449991bc055331dd3fe8b7b

diff --git a/dev-python/tekore/tekore-1.5.0.ebuild b/dev-python/tekore/tekore-1.6.0.ebuild
similarity index 87%
rename from dev-python/tekore/tekore-1.5.0.ebuild
rename to dev-python/tekore/tekore-1.6.0.ebuild
index 9c3b0c4..053b6d0 100644
--- a/dev-python/tekore/tekore-1.5.0.ebuild
+++ b/dev-python/tekore/tekore-1.6.0.ebuild
@@ -16,12 +16,13 @@ LICENSE="MIT"
 KEYWORDS="~amd64 ~x86"
 SLOT="0"
 
-# tests fail with py3_6
+# tests fail with py3_6: no module named run
 RESTRICT="python_targets_python3_6? ( test )"
 
 RDEPEND="
 	dev-python/requests[${PYTHON_USEDEP}]
-	~dev-python/httpx-0.11.1[${PYTHON_USEDEP}]
+	>=dev-python/httpx-0.11.1[${PYTHON_USEDEP}]
+	<dev-python/httpx-0.13[${PYTHON_USEDEP}]
 	media-sound/spotify
 	$(python_gen_cond_dep 'dev-python/dataclasses[${PYTHON_USEDEP}]' python3_6)
 "


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/tekore/
  2020-04-28  7:44 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
@ 2020-04-28  7:39 ` Andrew Ammerlaan
  0 siblings, 0 replies; 33+ messages in thread
From: Andrew Ammerlaan @ 2020-04-28  7:39 UTC (permalink / raw
  To: gentoo-commits

commit:     6626415d0bb28316b96a7b06d5a6ad18d54199fa
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Tue Apr 28 07:39:47 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Tue Apr 28 07:39:47 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6626415d

dev-python/tekore: minor version bump 1.7.0

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 dev-python/tekore/Manifest                                     | 2 +-
 dev-python/tekore/{tekore-1.6.0.ebuild => tekore-1.7.0.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/tekore/Manifest b/dev-python/tekore/Manifest
index 1bb6555..d7335cc 100644
--- a/dev-python/tekore/Manifest
+++ b/dev-python/tekore/Manifest
@@ -1 +1 @@
-DIST tekore-1.6.0.tar.gz 191825 BLAKE2B 6122ee7fa9b7f0380e18457168aeea2405036cd11a6be4369ce6e343e8ddc97b9b7ddf4cdd3879eaeee503a833e2fa08e459dd6f794143ca7e59109848fad2f9 SHA512 01190393c7762056095f30c17245620c732241b835787b3ffddbfe2dfe3025be813b35fe64cf0289bcd2a9cb6ac5d3d537b55eb16449991bc055331dd3fe8b7b
+DIST tekore-1.7.0.tar.gz 191852 BLAKE2B ca0be9e5b8f4e291de87d495098f295529c75457aca466627ab2d8973365a64b40f7a618883c0178ed6482ac4d62ef95d78341992404a4bbbec803fe939afcfb SHA512 a62b456621633e05edb39944e0cf36a0df092468c9e238f6028f8ea684613e37c32f5257d6fb681c758e01f451e2f3d0993f5fa9344463e9f12b5945add161b0

diff --git a/dev-python/tekore/tekore-1.6.0.ebuild b/dev-python/tekore/tekore-1.7.0.ebuild
similarity index 100%
rename from dev-python/tekore/tekore-1.6.0.ebuild
rename to dev-python/tekore/tekore-1.7.0.ebuild


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/tekore/
@ 2020-05-28 11:05 Andrew Ammerlaan
  0 siblings, 0 replies; 33+ messages in thread
From: Andrew Ammerlaan @ 2020-05-28 11:05 UTC (permalink / raw
  To: gentoo-commits

commit:     f7c9a08e8db8d9745788e3f79112f9dd2e9bb197
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Thu May 28 10:38:54 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Thu May 28 10:38:54 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f7c9a08e

dev-python/tekore: version bump

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

 dev-python/tekore/Manifest            |  1 +
 dev-python/tekore/tekore-2.0.0.ebuild | 45 +++++++++++++++++++++++++++++++++++
 2 files changed, 46 insertions(+)

diff --git a/dev-python/tekore/Manifest b/dev-python/tekore/Manifest
index d7335cc..51a503c 100644
--- a/dev-python/tekore/Manifest
+++ b/dev-python/tekore/Manifest
@@ -1 +1,2 @@
 DIST tekore-1.7.0.tar.gz 191852 BLAKE2B ca0be9e5b8f4e291de87d495098f295529c75457aca466627ab2d8973365a64b40f7a618883c0178ed6482ac4d62ef95d78341992404a4bbbec803fe939afcfb SHA512 a62b456621633e05edb39944e0cf36a0df092468c9e238f6028f8ea684613e37c32f5257d6fb681c758e01f451e2f3d0993f5fa9344463e9f12b5945add161b0
+DIST tekore-2.0.0.tar.gz 200852 BLAKE2B e4611083dd442e557b05924335ac2607aa02e9894e95d129bc78d5eff477c0eecf6ab797c6d683e64230a45cca7c301c02ec31f6a0c7430dd8375dbbad98ad6f SHA512 a1f9584ff3d43e160761a93f7150265e37f974a28aacb7071d29ccb10de769ad1cda7e402b94edec6207e08d5724b2c7a65ac1dbc8b4849b7819c3f6f15a8df0

diff --git a/dev-python/tekore/tekore-2.0.0.ebuild b/dev-python/tekore/tekore-2.0.0.ebuild
new file mode 100644
index 0000000..da9463e
--- /dev/null
+++ b/dev-python/tekore/tekore-2.0.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7} )
+
+inherit distutils-r1
+
+DESCRIPTION="Spotify Web API client"
+HOMEPAGE="https://tekore.readthedocs.io
+	https://github.com/felix-hilden/tekore"
+SRC_URI="https://github.com/felix-hilden/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+
+RDEPEND="
+	dev-python/requests[${PYTHON_USEDEP}]
+	>=dev-python/httpx-0.11.1[${PYTHON_USEDEP}]
+	<dev-python/httpx-0.13[${PYTHON_USEDEP}]
+	media-sound/spotify
+	$(python_gen_cond_dep 'dev-python/dataclasses[${PYTHON_USEDEP}]' python3_6)
+"
+
+DOCS="readme.rst"
+
+distutils_enable_tests pytest
+# doc not working: 'PosixPath' object has no attribute 'rstrip'
+#distutils_enable_sphinx docs/src dev-python/sphinx_rtd_theme dev-python/sphinx-autodoc-typehints
+
+python_prepare_all() {
+	# requires network
+		# Assertion error (pytest-qt), maybe we can't do shortcuts inside ebuild environment?
+	sed -i -e 's:test_bad_arguments_raises_error:_&:' \
+			tests/auth/expiring.py || die
+
+	distutils-r1_python_prepare_all
+}
+
+#need this, otherwise: no tests ran
+python_test() {
+	pytest -vv tests/* || die "Tests fail with ${EPYTHON}"
+}


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/tekore/
@ 2020-06-01 11:31 Andrew Ammerlaan
  0 siblings, 0 replies; 33+ messages in thread
From: Andrew Ammerlaan @ 2020-06-01 11:31 UTC (permalink / raw
  To: gentoo-commits

commit:     2d3aeb3ff2d20a0b1a9e5d889c61adee0d5ea814
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Mon Jun  1 11:17:37 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Mon Jun  1 11:30:57 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2d3aeb3f

dev-python/tekore: version bump

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

 dev-python/tekore/Manifest                                     | 2 +-
 dev-python/tekore/{tekore-2.0.0.ebuild => tekore-2.1.0.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/tekore/Manifest b/dev-python/tekore/Manifest
index 51a503c..b81135c 100644
--- a/dev-python/tekore/Manifest
+++ b/dev-python/tekore/Manifest
@@ -1,2 +1,2 @@
 DIST tekore-1.7.0.tar.gz 191852 BLAKE2B ca0be9e5b8f4e291de87d495098f295529c75457aca466627ab2d8973365a64b40f7a618883c0178ed6482ac4d62ef95d78341992404a4bbbec803fe939afcfb SHA512 a62b456621633e05edb39944e0cf36a0df092468c9e238f6028f8ea684613e37c32f5257d6fb681c758e01f451e2f3d0993f5fa9344463e9f12b5945add161b0
-DIST tekore-2.0.0.tar.gz 200852 BLAKE2B e4611083dd442e557b05924335ac2607aa02e9894e95d129bc78d5eff477c0eecf6ab797c6d683e64230a45cca7c301c02ec31f6a0c7430dd8375dbbad98ad6f SHA512 a1f9584ff3d43e160761a93f7150265e37f974a28aacb7071d29ccb10de769ad1cda7e402b94edec6207e08d5724b2c7a65ac1dbc8b4849b7819c3f6f15a8df0
+DIST tekore-2.1.0.tar.gz 201657 BLAKE2B 239abbf2e5c0093cf59e568ae6cbe62c9a4ee62c669b83071681df14219d12e30884ba0d809c154c3b7b4030939fc3102d1b5333f81a5ee6be9b97b8f380c3e4 SHA512 f32b4e3ff07c11628b1b0ae504b7b8671632819d848864d9ab5310fbb8f5c83c3096eb794d24ee6487d2f35ec32c7c4e9ee23a04036d4a3615912bf185839af2

diff --git a/dev-python/tekore/tekore-2.0.0.ebuild b/dev-python/tekore/tekore-2.1.0.ebuild
similarity index 96%
rename from dev-python/tekore/tekore-2.0.0.ebuild
rename to dev-python/tekore/tekore-2.1.0.ebuild
index da9463e..26258cc 100644
--- a/dev-python/tekore/tekore-2.0.0.ebuild
+++ b/dev-python/tekore/tekore-2.1.0.ebuild
@@ -19,7 +19,7 @@ SLOT="0"
 RDEPEND="
 	dev-python/requests[${PYTHON_USEDEP}]
 	>=dev-python/httpx-0.11.1[${PYTHON_USEDEP}]
-	<dev-python/httpx-0.13[${PYTHON_USEDEP}]
+	<dev-python/httpx-0.14[${PYTHON_USEDEP}]
 	media-sound/spotify
 	$(python_gen_cond_dep 'dev-python/dataclasses[${PYTHON_USEDEP}]' python3_6)
 "


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/tekore/
  2020-06-30 19:43 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
@ 2020-06-30 19:27 ` Andrew Ammerlaan
  0 siblings, 0 replies; 33+ messages in thread
From: Andrew Ammerlaan @ 2020-06-30 19:27 UTC (permalink / raw
  To: gentoo-commits

commit:     21b5fb1e7f589b55382af515a819eb0b2e4eadc1
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Tue Jun 30 19:26:19 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Tue Jun 30 19:26:19 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=21b5fb1e

dev-python/tekore: drop py3_6

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 dev-python/tekore/tekore-1.7.0.ebuild | 6 +-----
 dev-python/tekore/tekore-2.1.0.ebuild | 3 +--
 2 files changed, 2 insertions(+), 7 deletions(-)

diff --git a/dev-python/tekore/tekore-1.7.0.ebuild b/dev-python/tekore/tekore-1.7.0.ebuild
index 053b6d0..67deaf4 100644
--- a/dev-python/tekore/tekore-1.7.0.ebuild
+++ b/dev-python/tekore/tekore-1.7.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_7 )
 
 inherit distutils-r1
 
@@ -16,15 +16,11 @@ LICENSE="MIT"
 KEYWORDS="~amd64 ~x86"
 SLOT="0"
 
-# tests fail with py3_6: no module named run
-RESTRICT="python_targets_python3_6? ( test )"
-
 RDEPEND="
 	dev-python/requests[${PYTHON_USEDEP}]
 	>=dev-python/httpx-0.11.1[${PYTHON_USEDEP}]
 	<dev-python/httpx-0.13[${PYTHON_USEDEP}]
 	media-sound/spotify
-	$(python_gen_cond_dep 'dev-python/dataclasses[${PYTHON_USEDEP}]' python3_6)
 "
 
 DOCS="readme.rst"

diff --git a/dev-python/tekore/tekore-2.1.0.ebuild b/dev-python/tekore/tekore-2.1.0.ebuild
index 26258cc..84d7136 100644
--- a/dev-python/tekore/tekore-2.1.0.ebuild
+++ b/dev-python/tekore/tekore-2.1.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_7 )
 
 inherit distutils-r1
 
@@ -21,7 +21,6 @@ RDEPEND="
 	>=dev-python/httpx-0.11.1[${PYTHON_USEDEP}]
 	<dev-python/httpx-0.14[${PYTHON_USEDEP}]
 	media-sound/spotify
-	$(python_gen_cond_dep 'dev-python/dataclasses[${PYTHON_USEDEP}]' python3_6)
 "
 
 DOCS="readme.rst"


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/tekore/
@ 2020-07-03 18:44 Andrew Ammerlaan
  0 siblings, 0 replies; 33+ messages in thread
From: Andrew Ammerlaan @ 2020-07-03 18:44 UTC (permalink / raw
  To: gentoo-commits

commit:     4927e1fb093e7eaefa6f2b13e12a8794ec936cda
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Fri Jul  3 18:44:32 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Fri Jul  3 18:44:32 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4927e1fb

dev-python/tekore: minor version bump

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 dev-python/tekore/Manifest                                     | 2 +-
 dev-python/tekore/{tekore-2.1.0.ebuild => tekore-2.1.1.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/tekore/Manifest b/dev-python/tekore/Manifest
index b81135c..06c2619 100644
--- a/dev-python/tekore/Manifest
+++ b/dev-python/tekore/Manifest
@@ -1,2 +1,2 @@
 DIST tekore-1.7.0.tar.gz 191852 BLAKE2B ca0be9e5b8f4e291de87d495098f295529c75457aca466627ab2d8973365a64b40f7a618883c0178ed6482ac4d62ef95d78341992404a4bbbec803fe939afcfb SHA512 a62b456621633e05edb39944e0cf36a0df092468c9e238f6028f8ea684613e37c32f5257d6fb681c758e01f451e2f3d0993f5fa9344463e9f12b5945add161b0
-DIST tekore-2.1.0.tar.gz 201657 BLAKE2B 239abbf2e5c0093cf59e568ae6cbe62c9a4ee62c669b83071681df14219d12e30884ba0d809c154c3b7b4030939fc3102d1b5333f81a5ee6be9b97b8f380c3e4 SHA512 f32b4e3ff07c11628b1b0ae504b7b8671632819d848864d9ab5310fbb8f5c83c3096eb794d24ee6487d2f35ec32c7c4e9ee23a04036d4a3615912bf185839af2
+DIST tekore-2.1.1.tar.gz 201959 BLAKE2B e845c77353f4d8f455ea051c80e20e94d63e5fcef3ff2dfd37d13d5db1554ac261fe3f05e4db2713ab9e8a72436ea682ece8cae26d7a6f0cf31d73a65a91b1d9 SHA512 14c497344dbd7b885a5fb70722cb2b2f3ef8a760f0ad653acd5ae7bb76f90daee816959e10ac23a2427509718cfde7def1e6abe3c4c2f4a33b4b50bb49cb88ff

diff --git a/dev-python/tekore/tekore-2.1.0.ebuild b/dev-python/tekore/tekore-2.1.1.ebuild
similarity index 100%
rename from dev-python/tekore/tekore-2.1.0.ebuild
rename to dev-python/tekore/tekore-2.1.1.ebuild


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/tekore/
@ 2020-07-21  8:13 Andrew Ammerlaan
  0 siblings, 0 replies; 33+ messages in thread
From: Andrew Ammerlaan @ 2020-07-21  8:13 UTC (permalink / raw
  To: gentoo-commits

commit:     586120d378fe55c054403f31f169b749ad398639
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Tue Jul 21 08:13:33 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Tue Jul 21 08:13:33 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=586120d3

dev-python/tekore: minor version bump

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 dev-python/tekore/Manifest                                     | 2 +-
 dev-python/tekore/{tekore-2.1.1.ebuild => tekore-2.1.2.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/tekore/Manifest b/dev-python/tekore/Manifest
index 06c2619..b0b26d2 100644
--- a/dev-python/tekore/Manifest
+++ b/dev-python/tekore/Manifest
@@ -1,2 +1,2 @@
 DIST tekore-1.7.0.tar.gz 191852 BLAKE2B ca0be9e5b8f4e291de87d495098f295529c75457aca466627ab2d8973365a64b40f7a618883c0178ed6482ac4d62ef95d78341992404a4bbbec803fe939afcfb SHA512 a62b456621633e05edb39944e0cf36a0df092468c9e238f6028f8ea684613e37c32f5257d6fb681c758e01f451e2f3d0993f5fa9344463e9f12b5945add161b0
-DIST tekore-2.1.1.tar.gz 201959 BLAKE2B e845c77353f4d8f455ea051c80e20e94d63e5fcef3ff2dfd37d13d5db1554ac261fe3f05e4db2713ab9e8a72436ea682ece8cae26d7a6f0cf31d73a65a91b1d9 SHA512 14c497344dbd7b885a5fb70722cb2b2f3ef8a760f0ad653acd5ae7bb76f90daee816959e10ac23a2427509718cfde7def1e6abe3c4c2f4a33b4b50bb49cb88ff
+DIST tekore-2.1.2.tar.gz 202009 BLAKE2B a0d5a6314fa96bb917a1c8d71ee1e5519f046aa4289f4d86b3fdbab40d8f83bfd2753e2ac700ed0d876259c77db889a5cbb5b20532f5efae531882e514267a2f SHA512 04fa94abce4c5180c29474fb2bfa80d05a7d421979b535dcda0e281dfa087d405f40a51a2b530e1b06725f5005aec3ff72ae90fc1c786cf9656f972975d985ee

diff --git a/dev-python/tekore/tekore-2.1.1.ebuild b/dev-python/tekore/tekore-2.1.2.ebuild
similarity index 100%
rename from dev-python/tekore/tekore-2.1.1.ebuild
rename to dev-python/tekore/tekore-2.1.2.ebuild


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/tekore/
@ 2020-08-05  8:33 Andrew Ammerlaan
  0 siblings, 0 replies; 33+ messages in thread
From: Andrew Ammerlaan @ 2020-08-05  8:33 UTC (permalink / raw
  To: gentoo-commits

commit:     3bf0b97db4fce1872b6dcd256454fa1d849c5fcf
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Wed Aug  5 08:33:08 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Wed Aug  5 08:33:08 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3bf0b97d

dev-python/tekore: version bump

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 dev-python/tekore/Manifest                                     | 2 +-
 dev-python/tekore/{tekore-2.1.2.ebuild => tekore-2.1.3.ebuild} | 6 +++++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/dev-python/tekore/Manifest b/dev-python/tekore/Manifest
index b0b26d2..8d0a1f7 100644
--- a/dev-python/tekore/Manifest
+++ b/dev-python/tekore/Manifest
@@ -1,2 +1,2 @@
 DIST tekore-1.7.0.tar.gz 191852 BLAKE2B ca0be9e5b8f4e291de87d495098f295529c75457aca466627ab2d8973365a64b40f7a618883c0178ed6482ac4d62ef95d78341992404a4bbbec803fe939afcfb SHA512 a62b456621633e05edb39944e0cf36a0df092468c9e238f6028f8ea684613e37c32f5257d6fb681c758e01f451e2f3d0993f5fa9344463e9f12b5945add161b0
-DIST tekore-2.1.2.tar.gz 202009 BLAKE2B a0d5a6314fa96bb917a1c8d71ee1e5519f046aa4289f4d86b3fdbab40d8f83bfd2753e2ac700ed0d876259c77db889a5cbb5b20532f5efae531882e514267a2f SHA512 04fa94abce4c5180c29474fb2bfa80d05a7d421979b535dcda0e281dfa087d405f40a51a2b530e1b06725f5005aec3ff72ae90fc1c786cf9656f972975d985ee
+DIST tekore-2.1.3.tar.gz 202522 BLAKE2B 2328116cf0d25e2c55e9f68c38064293bfb3e0d5361d02a7ed9f79a723ede54afeee2a355949ea619c56f02b242497a58044704197b757530cf51273b6970cc4 SHA512 d0895cdeee442bda19aecccd0cc2bd4022284972c535dac42d1aaa3c1e2b6676e9d80515cee44c555e6180b2b81a007fa43e77cb44f81c90e06aad6c6410d981

diff --git a/dev-python/tekore/tekore-2.1.2.ebuild b/dev-python/tekore/tekore-2.1.3.ebuild
similarity index 89%
rename from dev-python/tekore/tekore-2.1.2.ebuild
rename to dev-python/tekore/tekore-2.1.3.ebuild
index 84d7136..c821256 100644
--- a/dev-python/tekore/tekore-2.1.2.ebuild
+++ b/dev-python/tekore/tekore-2.1.3.ebuild
@@ -23,6 +23,11 @@ RDEPEND="
 	media-sound/spotify
 "
 
+BDEPEND="test? (
+	>=dev-python/pytest-asyncio-0.11[${PYTHON_USEDEP}]
+	<dev-python/pytest-asyncio-0.15[${PYTHON_USEDEP}]
+)"
+
 DOCS="readme.rst"
 
 distutils_enable_tests pytest
@@ -31,7 +36,6 @@ distutils_enable_tests pytest
 
 python_prepare_all() {
 	# requires network
-		# Assertion error (pytest-qt), maybe we can't do shortcuts inside ebuild environment?
 	sed -i -e 's:test_bad_arguments_raises_error:_&:' \
 			tests/auth/expiring.py || die
 


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/tekore/
@ 2020-08-14 18:20 Andrew Ammerlaan
  0 siblings, 0 replies; 33+ messages in thread
From: Andrew Ammerlaan @ 2020-08-14 18:20 UTC (permalink / raw
  To: gentoo-commits

commit:     43f3d45d2e3da80cdf9a338d38e8b3b256aa5821
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Fri Aug 14 18:13:01 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Fri Aug 14 18:13:01 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=43f3d45d

dev-python/tekore: add py3.8

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

 dev-python/tekore/tekore-2.1.3.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-python/tekore/tekore-2.1.3.ebuild b/dev-python/tekore/tekore-2.1.3.ebuild
index c821256..8a0dce0 100644
--- a/dev-python/tekore/tekore-2.1.3.ebuild
+++ b/dev-python/tekore/tekore-2.1.3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_7 )
+PYTHON_COMPAT=( python3_{7,8} )
 
 inherit distutils-r1
 
@@ -20,7 +20,6 @@ RDEPEND="
 	dev-python/requests[${PYTHON_USEDEP}]
 	>=dev-python/httpx-0.11.1[${PYTHON_USEDEP}]
 	<dev-python/httpx-0.14[${PYTHON_USEDEP}]
-	media-sound/spotify
 "
 
 BDEPEND="test? (


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/tekore/
  2020-08-14 18:35 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
@ 2020-08-14 18:20 ` Andrew Ammerlaan
  0 siblings, 0 replies; 33+ messages in thread
From: Andrew Ammerlaan @ 2020-08-14 18:20 UTC (permalink / raw
  To: gentoo-commits

commit:     297e962b46220e7a36888e38c47dd90668dcbc48
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Fri Aug 14 18:13:44 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Fri Aug 14 18:13:44 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=297e962b

dev-python/tekore: drop old

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

 dev-python/tekore/Manifest            |  1 -
 dev-python/tekore/tekore-1.7.0.ebuild | 35 -----------------------------------
 2 files changed, 36 deletions(-)

diff --git a/dev-python/tekore/Manifest b/dev-python/tekore/Manifest
index 8d0a1f7..e158b1c 100644
--- a/dev-python/tekore/Manifest
+++ b/dev-python/tekore/Manifest
@@ -1,2 +1 @@
-DIST tekore-1.7.0.tar.gz 191852 BLAKE2B ca0be9e5b8f4e291de87d495098f295529c75457aca466627ab2d8973365a64b40f7a618883c0178ed6482ac4d62ef95d78341992404a4bbbec803fe939afcfb SHA512 a62b456621633e05edb39944e0cf36a0df092468c9e238f6028f8ea684613e37c32f5257d6fb681c758e01f451e2f3d0993f5fa9344463e9f12b5945add161b0
 DIST tekore-2.1.3.tar.gz 202522 BLAKE2B 2328116cf0d25e2c55e9f68c38064293bfb3e0d5361d02a7ed9f79a723ede54afeee2a355949ea619c56f02b242497a58044704197b757530cf51273b6970cc4 SHA512 d0895cdeee442bda19aecccd0cc2bd4022284972c535dac42d1aaa3c1e2b6676e9d80515cee44c555e6180b2b81a007fa43e77cb44f81c90e06aad6c6410d981

diff --git a/dev-python/tekore/tekore-1.7.0.ebuild b/dev-python/tekore/tekore-1.7.0.ebuild
deleted file mode 100644
index 67deaf4..0000000
--- a/dev-python/tekore/tekore-1.7.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Spotify Web API client"
-HOMEPAGE="https://tekore.readthedocs.io
-	https://github.com/felix-hilden/tekore"
-SRC_URI="https://github.com/felix-hilden/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-
-RDEPEND="
-	dev-python/requests[${PYTHON_USEDEP}]
-	>=dev-python/httpx-0.11.1[${PYTHON_USEDEP}]
-	<dev-python/httpx-0.13[${PYTHON_USEDEP}]
-	media-sound/spotify
-"
-
-DOCS="readme.rst"
-
-distutils_enable_tests pytest
-# doc not working: 'PosixPath' object has no attribute 'rstrip'
-#distutils_enable_sphinx docs/src dev-python/sphinx_rtd_theme dev-python/sphinx-autodoc-typehints
-
-#need this, otherwise: no tests ran
-python_test() {
-	pytest -vv tests/* || die "Tests fail with ${EPYTHON}"
-}


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/tekore/
@ 2020-09-08 13:27 Andrew Ammerlaan
  0 siblings, 0 replies; 33+ messages in thread
From: Andrew Ammerlaan @ 2020-09-08 13:27 UTC (permalink / raw
  To: gentoo-commits

commit:     1a91520de7a46ef63fa9679ac658fe83767889e9
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Tue Sep  8 13:27:14 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Tue Sep  8 13:27:14 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1a91520d

dev-python/tekore: cleanup old

Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 dev-python/tekore/Manifest            |  1 -
 dev-python/tekore/tekore-2.1.3.ebuild | 47 -----------------------------------
 2 files changed, 48 deletions(-)

diff --git a/dev-python/tekore/Manifest b/dev-python/tekore/Manifest
index 99d160b0..438624e7 100644
--- a/dev-python/tekore/Manifest
+++ b/dev-python/tekore/Manifest
@@ -1,2 +1 @@
-DIST tekore-2.1.3.tar.gz 202522 BLAKE2B 2328116cf0d25e2c55e9f68c38064293bfb3e0d5361d02a7ed9f79a723ede54afeee2a355949ea619c56f02b242497a58044704197b757530cf51273b6970cc4 SHA512 d0895cdeee442bda19aecccd0cc2bd4022284972c535dac42d1aaa3c1e2b6676e9d80515cee44c555e6180b2b81a007fa43e77cb44f81c90e06aad6c6410d981
 DIST tekore-3.0.1.tar.gz 166629 BLAKE2B 7c79ccb5b5b336f09db70f5bd4ab4cd7c6839965117dba12bf75c23bc44d1a678a3348e1bbdf22e82ad25e458e344259c65be561de7913ec0a421551696407e4 SHA512 1217d6787d6f4be86a384eca4b2763be6229e14e8d53b3c304b5f88ad8ab785c6bd0c46f2305b539686eba5e5ee521d34ce18e3ab20d0946451c7d4d8bebd4f8

diff --git a/dev-python/tekore/tekore-2.1.3.ebuild b/dev-python/tekore/tekore-2.1.3.ebuild
deleted file mode 100644
index 8a0dce07..00000000
--- a/dev-python/tekore/tekore-2.1.3.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8} )
-
-inherit distutils-r1
-
-DESCRIPTION="Spotify Web API client"
-HOMEPAGE="https://tekore.readthedocs.io
-	https://github.com/felix-hilden/tekore"
-SRC_URI="https://github.com/felix-hilden/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-
-RDEPEND="
-	dev-python/requests[${PYTHON_USEDEP}]
-	>=dev-python/httpx-0.11.1[${PYTHON_USEDEP}]
-	<dev-python/httpx-0.14[${PYTHON_USEDEP}]
-"
-
-BDEPEND="test? (
-	>=dev-python/pytest-asyncio-0.11[${PYTHON_USEDEP}]
-	<dev-python/pytest-asyncio-0.15[${PYTHON_USEDEP}]
-)"
-
-DOCS="readme.rst"
-
-distutils_enable_tests pytest
-# doc not working: 'PosixPath' object has no attribute 'rstrip'
-#distutils_enable_sphinx docs/src dev-python/sphinx_rtd_theme dev-python/sphinx-autodoc-typehints
-
-python_prepare_all() {
-	# requires network
-	sed -i -e 's:test_bad_arguments_raises_error:_&:' \
-			tests/auth/expiring.py || die
-
-	distutils-r1_python_prepare_all
-}
-
-#need this, otherwise: no tests ran
-python_test() {
-	pytest -vv tests/* || die "Tests fail with ${EPYTHON}"
-}


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/tekore/
  2020-09-15  8:37 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
@ 2020-09-13 19:39 ` Andrew Ammerlaan
  0 siblings, 0 replies; 33+ messages in thread
From: Andrew Ammerlaan @ 2020-09-13 19:39 UTC (permalink / raw
  To: gentoo-commits

commit:     868f644cf3a48d613bcb5248a37990e666129c26
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sun Sep 13 19:39:17 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sun Sep 13 19:39:17 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=868f644c

dev-python/tekore: version bump 3.1.0

Package-Manager: Portage-3.0.6, Repoman-3.0.1
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 dev-python/tekore/Manifest                                     | 2 +-
 dev-python/tekore/{tekore-3.0.1.ebuild => tekore-3.1.0.ebuild} | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-python/tekore/Manifest b/dev-python/tekore/Manifest
index 438624e7..bb4b4254 100644
--- a/dev-python/tekore/Manifest
+++ b/dev-python/tekore/Manifest
@@ -1 +1 @@
-DIST tekore-3.0.1.tar.gz 166629 BLAKE2B 7c79ccb5b5b336f09db70f5bd4ab4cd7c6839965117dba12bf75c23bc44d1a678a3348e1bbdf22e82ad25e458e344259c65be561de7913ec0a421551696407e4 SHA512 1217d6787d6f4be86a384eca4b2763be6229e14e8d53b3c304b5f88ad8ab785c6bd0c46f2305b539686eba5e5ee521d34ce18e3ab20d0946451c7d4d8bebd4f8
+DIST tekore-3.1.0.tar.gz 166910 BLAKE2B a6fec96061a6e1319b25f3bbb73dc77f9dc8e4f6726ecb95f79e9b41ef9daa0062da0875bb74d5f195f6b6222e6f149936f77d87785469e4296d47d4234a6b49 SHA512 3ffef298bca6b817f3ce986a3fd844b4cad8f79345f7c7c1d0079ad82b6464f5d2a55afa154951dc2f8bbbb5cf899a6c35314700056d19c96188262aff33b1f7

diff --git a/dev-python/tekore/tekore-3.0.1.ebuild b/dev-python/tekore/tekore-3.1.0.ebuild
similarity index 96%
rename from dev-python/tekore/tekore-3.0.1.ebuild
rename to dev-python/tekore/tekore-3.1.0.ebuild
index a99c50aa..5d8fa99c 100644
--- a/dev-python/tekore/tekore-3.0.1.ebuild
+++ b/dev-python/tekore/tekore-3.1.0.ebuild
@@ -17,7 +17,6 @@ KEYWORDS="~amd64 ~x86"
 SLOT="0"
 
 RDEPEND="
-	dev-python/requests[${PYTHON_USEDEP}]
 	>=dev-python/httpx-0.11[${PYTHON_USEDEP}]
 	<dev-python/httpx-0.15[${PYTHON_USEDEP}]
 "


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/tekore/
  2020-10-18  9:03 [gentoo-commits] repo/proj/guru:master commit in: dev-python/tekore/ Andrew Ammerlaan
@ 2020-10-18  9:03 ` Andrew Ammerlaan
  0 siblings, 0 replies; 33+ messages in thread
From: Andrew Ammerlaan @ 2020-10-18  9:03 UTC (permalink / raw
  To: gentoo-commits

commit:     ef2de34cc2410580277f7e0c6cf540bf5bfbaf53
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sun Oct 18 07:28:18 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sun Oct 18 07:28:18 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ef2de34c

dev-python/tekore: version bump 3.2.0

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 dev-python/tekore/Manifest                                     | 2 +-
 dev-python/tekore/{tekore-3.1.0.ebuild => tekore-3.2.0.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/tekore/Manifest b/dev-python/tekore/Manifest
index bb4b4254..194a802e 100644
--- a/dev-python/tekore/Manifest
+++ b/dev-python/tekore/Manifest
@@ -1 +1 @@
-DIST tekore-3.1.0.tar.gz 166910 BLAKE2B a6fec96061a6e1319b25f3bbb73dc77f9dc8e4f6726ecb95f79e9b41ef9daa0062da0875bb74d5f195f6b6222e6f149936f77d87785469e4296d47d4234a6b49 SHA512 3ffef298bca6b817f3ce986a3fd844b4cad8f79345f7c7c1d0079ad82b6464f5d2a55afa154951dc2f8bbbb5cf899a6c35314700056d19c96188262aff33b1f7
+DIST tekore-3.2.0.tar.gz 167289 BLAKE2B 717cf6a2d0d56eca92252bdd1c391658ae1acf423e75d7c9751a0776074791b1f6bf44a7c1290ae57bad9a82f72dd86548508cad945a9ef823decd6b35a4923b SHA512 c837cd6f308bbc040bc4044418b1ca3e5c14a630156e1d5578b449b7608ec7d50bb1cd92a6a3cc075d2bd13573364bb1bfa0b1a741fe92d9402274d89840de82

diff --git a/dev-python/tekore/tekore-3.1.0.ebuild b/dev-python/tekore/tekore-3.2.0.ebuild
similarity index 95%
rename from dev-python/tekore/tekore-3.1.0.ebuild
rename to dev-python/tekore/tekore-3.2.0.ebuild
index 5d8fa99c..aa044bb9 100644
--- a/dev-python/tekore/tekore-3.1.0.ebuild
+++ b/dev-python/tekore/tekore-3.2.0.ebuild
@@ -18,7 +18,7 @@ SLOT="0"
 
 RDEPEND="
 	>=dev-python/httpx-0.11[${PYTHON_USEDEP}]
-	<dev-python/httpx-0.15[${PYTHON_USEDEP}]
+	<dev-python/httpx-0.17[${PYTHON_USEDEP}]
 "
 
 BDEPEND="test? (


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

* [gentoo-commits] repo/proj/guru:master commit in: dev-python/tekore/
@ 2020-10-18  9:03 Andrew Ammerlaan
  2020-10-18  9:03 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
  0 siblings, 1 reply; 33+ messages in thread
From: Andrew Ammerlaan @ 2020-10-18  9:03 UTC (permalink / raw
  To: gentoo-commits

commit:     ef2de34cc2410580277f7e0c6cf540bf5bfbaf53
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sun Oct 18 07:28:18 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sun Oct 18 07:28:18 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ef2de34c

dev-python/tekore: version bump 3.2.0

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 dev-python/tekore/Manifest                                     | 2 +-
 dev-python/tekore/{tekore-3.1.0.ebuild => tekore-3.2.0.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/tekore/Manifest b/dev-python/tekore/Manifest
index bb4b4254..194a802e 100644
--- a/dev-python/tekore/Manifest
+++ b/dev-python/tekore/Manifest
@@ -1 +1 @@
-DIST tekore-3.1.0.tar.gz 166910 BLAKE2B a6fec96061a6e1319b25f3bbb73dc77f9dc8e4f6726ecb95f79e9b41ef9daa0062da0875bb74d5f195f6b6222e6f149936f77d87785469e4296d47d4234a6b49 SHA512 3ffef298bca6b817f3ce986a3fd844b4cad8f79345f7c7c1d0079ad82b6464f5d2a55afa154951dc2f8bbbb5cf899a6c35314700056d19c96188262aff33b1f7
+DIST tekore-3.2.0.tar.gz 167289 BLAKE2B 717cf6a2d0d56eca92252bdd1c391658ae1acf423e75d7c9751a0776074791b1f6bf44a7c1290ae57bad9a82f72dd86548508cad945a9ef823decd6b35a4923b SHA512 c837cd6f308bbc040bc4044418b1ca3e5c14a630156e1d5578b449b7608ec7d50bb1cd92a6a3cc075d2bd13573364bb1bfa0b1a741fe92d9402274d89840de82

diff --git a/dev-python/tekore/tekore-3.1.0.ebuild b/dev-python/tekore/tekore-3.2.0.ebuild
similarity index 95%
rename from dev-python/tekore/tekore-3.1.0.ebuild
rename to dev-python/tekore/tekore-3.2.0.ebuild
index 5d8fa99c..aa044bb9 100644
--- a/dev-python/tekore/tekore-3.1.0.ebuild
+++ b/dev-python/tekore/tekore-3.2.0.ebuild
@@ -18,7 +18,7 @@ SLOT="0"
 
 RDEPEND="
 	>=dev-python/httpx-0.11[${PYTHON_USEDEP}]
-	<dev-python/httpx-0.15[${PYTHON_USEDEP}]
+	<dev-python/httpx-0.17[${PYTHON_USEDEP}]
 "
 
 BDEPEND="test? (


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/tekore/
  2020-10-22 18:32 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
@ 2020-10-22 18:32 ` Andrew Ammerlaan
  0 siblings, 0 replies; 33+ messages in thread
From: Andrew Ammerlaan @ 2020-10-22 18:32 UTC (permalink / raw
  To: gentoo-commits

commit:     754e9723d0379094c46df643ab8672f5be813f2e
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Thu Oct 22 18:32:16 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Thu Oct 22 18:32:16 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=754e9723

dev-python/tekore: version bump

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 dev-python/tekore/Manifest                                     | 2 +-
 dev-python/tekore/{tekore-3.2.0.ebuild => tekore-3.3.0.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/tekore/Manifest b/dev-python/tekore/Manifest
index 194a802e..e3536a97 100644
--- a/dev-python/tekore/Manifest
+++ b/dev-python/tekore/Manifest
@@ -1 +1 @@
-DIST tekore-3.2.0.tar.gz 167289 BLAKE2B 717cf6a2d0d56eca92252bdd1c391658ae1acf423e75d7c9751a0776074791b1f6bf44a7c1290ae57bad9a82f72dd86548508cad945a9ef823decd6b35a4923b SHA512 c837cd6f308bbc040bc4044418b1ca3e5c14a630156e1d5578b449b7608ec7d50bb1cd92a6a3cc075d2bd13573364bb1bfa0b1a741fe92d9402274d89840de82
+DIST tekore-3.3.0.tar.gz 167669 BLAKE2B eecdfc82a73371cb13464a2c9dd135c8d22d59674acfa3ee798660f90949e3635f59834e99dc174ed0669c3866c9f3745616d780c7edf20887e6ea674a5e46c8 SHA512 e16321f77d6ad837744a251aff885aac999ada1f96898611fe38a52d5a9f419fda17af1d69c484fbea47558219f23bd491f1a3ad877fc320ca4cc7a984d3446a

diff --git a/dev-python/tekore/tekore-3.2.0.ebuild b/dev-python/tekore/tekore-3.3.0.ebuild
similarity index 100%
rename from dev-python/tekore/tekore-3.2.0.ebuild
rename to dev-python/tekore/tekore-3.3.0.ebuild


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/tekore/
@ 2020-11-28 13:46 Andrew Ammerlaan
  0 siblings, 0 replies; 33+ messages in thread
From: Andrew Ammerlaan @ 2020-11-28 13:46 UTC (permalink / raw
  To: gentoo-commits

commit:     ca8944fadcf1ed26938a167265694af70fb6ed0f
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sat Nov 28 13:40:47 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sat Nov 28 13:40:47 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ca8944fa

dev-python/tekore: version bump 3.4.0

Package-Manager: Portage-3.0.10, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 dev-python/tekore/Manifest                                     | 2 +-
 dev-python/tekore/{tekore-3.3.0.ebuild => tekore-3.4.0.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/tekore/Manifest b/dev-python/tekore/Manifest
index e3536a97..6446cb11 100644
--- a/dev-python/tekore/Manifest
+++ b/dev-python/tekore/Manifest
@@ -1 +1 @@
-DIST tekore-3.3.0.tar.gz 167669 BLAKE2B eecdfc82a73371cb13464a2c9dd135c8d22d59674acfa3ee798660f90949e3635f59834e99dc174ed0669c3866c9f3745616d780c7edf20887e6ea674a5e46c8 SHA512 e16321f77d6ad837744a251aff885aac999ada1f96898611fe38a52d5a9f419fda17af1d69c484fbea47558219f23bd491f1a3ad877fc320ca4cc7a984d3446a
+DIST tekore-3.4.0.tar.gz 168166 BLAKE2B 3a1a39524efbdea27008d9c75d1b60cb27ef912aac1a1ac5ae9230717b23efbca7599c0ddf8a0655742cbfde8455619ffb2ac0d6b2deb93429778642ad7d5f71 SHA512 c9d43a8f1adb52287b0d1a628c702d0e3370ba59c3c3db96cb0db130e27110f1fa9e740431259cdefa383250833a89f60a4f199e6bbdbac2d9dfdfdfb8a63c24

diff --git a/dev-python/tekore/tekore-3.3.0.ebuild b/dev-python/tekore/tekore-3.4.0.ebuild
similarity index 100%
rename from dev-python/tekore/tekore-3.3.0.ebuild
rename to dev-python/tekore/tekore-3.4.0.ebuild


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/tekore/
  2020-12-18 14:15 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
@ 2020-12-18 14:15 ` Andrew Ammerlaan
  0 siblings, 0 replies; 33+ messages in thread
From: Andrew Ammerlaan @ 2020-12-18 14:15 UTC (permalink / raw
  To: gentoo-commits

commit:     8deaaa50f5c6e0f11259356fa034acc877823561
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Fri Dec 18 13:20:09 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Fri Dec 18 13:20:09 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8deaaa50

dev-python/tekore: version bump 3.4.2

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 dev-python/tekore/Manifest                                     | 2 +-
 dev-python/tekore/{tekore-3.4.0.ebuild => tekore-3.4.2.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/tekore/Manifest b/dev-python/tekore/Manifest
index 6446cb11..84f5f093 100644
--- a/dev-python/tekore/Manifest
+++ b/dev-python/tekore/Manifest
@@ -1 +1 @@
-DIST tekore-3.4.0.tar.gz 168166 BLAKE2B 3a1a39524efbdea27008d9c75d1b60cb27ef912aac1a1ac5ae9230717b23efbca7599c0ddf8a0655742cbfde8455619ffb2ac0d6b2deb93429778642ad7d5f71 SHA512 c9d43a8f1adb52287b0d1a628c702d0e3370ba59c3c3db96cb0db130e27110f1fa9e740431259cdefa383250833a89f60a4f199e6bbdbac2d9dfdfdfb8a63c24
+DIST tekore-3.4.2.tar.gz 168478 BLAKE2B dffa3dffe79c29b40e95f0f4f03e34d898cc0b7be3ce8194b813603636b0fc945bb4d2f810029dc1c3710cb55a9c7750e8b7ad2594145dac0584c545f49f9440 SHA512 755fced288c24840d7232418e8d5a4d85727e8311d7759633c8c5bef0f720ee75dae212a40943c788e10da555b63c0f41d3fd8ea0961ea7b9784b69d2247b0db

diff --git a/dev-python/tekore/tekore-3.4.0.ebuild b/dev-python/tekore/tekore-3.4.2.ebuild
similarity index 100%
rename from dev-python/tekore/tekore-3.4.0.ebuild
rename to dev-python/tekore/tekore-3.4.2.ebuild


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/tekore/
  2021-01-24 10:21 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
@ 2021-01-24 10:21 ` Andrew Ammerlaan
  0 siblings, 0 replies; 33+ messages in thread
From: Andrew Ammerlaan @ 2021-01-24 10:21 UTC (permalink / raw
  To: gentoo-commits

commit:     4fc4973ed39878a1eab81ae3c8fdd4c28a819288
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sun Jan 24 10:18:03 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sun Jan 24 10:18:03 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4fc4973e

dev-python/tekore: version bump 3.5.0

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 dev-python/tekore/Manifest                                     | 2 +-
 dev-python/tekore/{tekore-3.4.2.ebuild => tekore-3.5.0.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/tekore/Manifest b/dev-python/tekore/Manifest
index 84f5f093..5e673c13 100644
--- a/dev-python/tekore/Manifest
+++ b/dev-python/tekore/Manifest
@@ -1 +1 @@
-DIST tekore-3.4.2.tar.gz 168478 BLAKE2B dffa3dffe79c29b40e95f0f4f03e34d898cc0b7be3ce8194b813603636b0fc945bb4d2f810029dc1c3710cb55a9c7750e8b7ad2594145dac0584c545f49f9440 SHA512 755fced288c24840d7232418e8d5a4d85727e8311d7759633c8c5bef0f720ee75dae212a40943c788e10da555b63c0f41d3fd8ea0961ea7b9784b69d2247b0db
+DIST tekore-3.5.0.tar.gz 256322 BLAKE2B a0f29594eefcaa3d7d6d7a56b3b7cf850dc41b0cf96e2d3db6a4a5e3f7f1047e9a2e25578fb3eb92f553b858803b3ce1e8f0593ad6362ff4fe73f238bba2e1b0 SHA512 e09012b433f8f4e74f85b97575cc19da1a1923e8eab51ab167e7eb8500a5853e9c47a221f5373d68610507e812f5aeaa8e68cc663646b273bb6fdc5a6e52dfc4

diff --git a/dev-python/tekore/tekore-3.4.2.ebuild b/dev-python/tekore/tekore-3.5.0.ebuild
similarity index 96%
rename from dev-python/tekore/tekore-3.4.2.ebuild
rename to dev-python/tekore/tekore-3.5.0.ebuild
index aa044bb9..6014145f 100644
--- a/dev-python/tekore/tekore-3.4.2.ebuild
+++ b/dev-python/tekore/tekore-3.5.0.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


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/tekore/
@ 2021-02-13 20:00 Andrew Ammerlaan
  0 siblings, 0 replies; 33+ messages in thread
From: Andrew Ammerlaan @ 2021-02-13 20:00 UTC (permalink / raw
  To: gentoo-commits

commit:     ddd42f83095e0728b437f2dbd8ad47b1d0b31ce5
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sat Feb 13 20:00:09 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sat Feb 13 20:00:09 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ddd42f83

dev-python/tekore: minor version bump

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 dev-python/tekore/Manifest                                     | 2 +-
 dev-python/tekore/{tekore-3.5.0.ebuild => tekore-3.5.1.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/tekore/Manifest b/dev-python/tekore/Manifest
index 5e673c13..818000df 100644
--- a/dev-python/tekore/Manifest
+++ b/dev-python/tekore/Manifest
@@ -1 +1 @@
-DIST tekore-3.5.0.tar.gz 256322 BLAKE2B a0f29594eefcaa3d7d6d7a56b3b7cf850dc41b0cf96e2d3db6a4a5e3f7f1047e9a2e25578fb3eb92f553b858803b3ce1e8f0593ad6362ff4fe73f238bba2e1b0 SHA512 e09012b433f8f4e74f85b97575cc19da1a1923e8eab51ab167e7eb8500a5853e9c47a221f5373d68610507e812f5aeaa8e68cc663646b273bb6fdc5a6e52dfc4
+DIST tekore-3.5.1.tar.gz 256416 BLAKE2B 4b23011a51ad906c2d43225ce380977ba9c623db2de15ceb02cab340e7d07b00d1a675eddf2412b60439503ec940a3fc73404b4b4aad7d6e73635671ec24d8ae SHA512 ee0d45b7df6aec8dede6b70e8858debd3c48aad6f0ff489cac5fc8f4d8ce0e1fc270e74dc512dd449d73ebc18613322d7a64aa3519160e0076e8c0b7d0a5bb22

diff --git a/dev-python/tekore/tekore-3.5.0.ebuild b/dev-python/tekore/tekore-3.5.1.ebuild
similarity index 100%
rename from dev-python/tekore/tekore-3.5.0.ebuild
rename to dev-python/tekore/tekore-3.5.1.ebuild


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/tekore/
@ 2021-02-17 18:54 Andrew Ammerlaan
  0 siblings, 0 replies; 33+ messages in thread
From: Andrew Ammerlaan @ 2021-02-17 18:54 UTC (permalink / raw
  To: gentoo-commits

commit:     7aecca1bcd92aa37a6dd8f05172ede71f773d8eb
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Wed Feb 17 18:47:51 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Wed Feb 17 18:54:42 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7aecca1b

dev-python/tekore: add py3.9

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

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

diff --git a/dev-python/tekore/tekore-3.5.1.ebuild b/dev-python/tekore/tekore-3.5.1.ebuild
index 6014145f..629dfd89 100644
--- a/dev-python/tekore/tekore-3.5.1.ebuild
+++ b/dev-python/tekore/tekore-3.5.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7,8,9} )
 
 inherit distutils-r1
 


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/tekore/
@ 2021-03-12 12:10 Andrew Ammerlaan
  0 siblings, 0 replies; 33+ messages in thread
From: Andrew Ammerlaan @ 2021-03-12 12:10 UTC (permalink / raw
  To: gentoo-commits

commit:     1051c1a7ac1c0d468a44d8c90f43f5315e19d453
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Fri Mar 12 12:10:14 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Fri Mar 12 12:10:14 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1051c1a7

dev-python/tekore: version bump 3.6.1

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 dev-python/tekore/Manifest                                     | 2 +-
 dev-python/tekore/{tekore-3.5.1.ebuild => tekore-3.6.1.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/tekore/Manifest b/dev-python/tekore/Manifest
index 818000df..dd931718 100644
--- a/dev-python/tekore/Manifest
+++ b/dev-python/tekore/Manifest
@@ -1 +1 @@
-DIST tekore-3.5.1.tar.gz 256416 BLAKE2B 4b23011a51ad906c2d43225ce380977ba9c623db2de15ceb02cab340e7d07b00d1a675eddf2412b60439503ec940a3fc73404b4b4aad7d6e73635671ec24d8ae SHA512 ee0d45b7df6aec8dede6b70e8858debd3c48aad6f0ff489cac5fc8f4d8ce0e1fc270e74dc512dd449d73ebc18613322d7a64aa3519160e0076e8c0b7d0a5bb22
+DIST tekore-3.6.1.tar.gz 257432 BLAKE2B 8fa568ed12b8eebb4b1bd3c17184d93bbb345a341ce4d9c256520b17c9b5cf81f947845b751258408047a029a5a88cf13392dfd44e0e2f5f00d4cd84b125d499 SHA512 1323fb36e288d0d307e187cfe11bee507b22620d290fa74ab51c4ce37fa0604a5e992b70f01c3f515ec75324f6ef47940194e4ebf40d563543ac4bf9b8ac7f41

diff --git a/dev-python/tekore/tekore-3.5.1.ebuild b/dev-python/tekore/tekore-3.6.1.ebuild
similarity index 100%
rename from dev-python/tekore/tekore-3.5.1.ebuild
rename to dev-python/tekore/tekore-3.6.1.ebuild


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/tekore/
  2021-03-29  9:43 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
@ 2021-03-29  9:43 ` Andrew Ammerlaan
  0 siblings, 0 replies; 33+ messages in thread
From: Andrew Ammerlaan @ 2021-03-29  9:43 UTC (permalink / raw
  To: gentoo-commits

commit:     4f97cf2a0118a925c80eaf4fc5ca7fe3f3854636
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Mon Mar 29 09:43:15 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Mon Mar 29 09:43:15 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4f97cf2a

dev-python/tekore: minor version bump

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 dev-python/tekore/Manifest                                     | 2 +-
 dev-python/tekore/{tekore-3.6.1.ebuild => tekore-3.6.2.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/tekore/Manifest b/dev-python/tekore/Manifest
index dd931718d..e868ce2f7 100644
--- a/dev-python/tekore/Manifest
+++ b/dev-python/tekore/Manifest
@@ -1 +1 @@
-DIST tekore-3.6.1.tar.gz 257432 BLAKE2B 8fa568ed12b8eebb4b1bd3c17184d93bbb345a341ce4d9c256520b17c9b5cf81f947845b751258408047a029a5a88cf13392dfd44e0e2f5f00d4cd84b125d499 SHA512 1323fb36e288d0d307e187cfe11bee507b22620d290fa74ab51c4ce37fa0604a5e992b70f01c3f515ec75324f6ef47940194e4ebf40d563543ac4bf9b8ac7f41
+DIST tekore-3.6.2.tar.gz 257516 BLAKE2B 68b1506b50e078234c86e6a634820289567f5e1b2d33d66f14270a0189b7f4bc18af2ec393c9f6733b48cfcc888dac32c73c137a40e34da2e5f2379931f57f8c SHA512 71f6d3f2eda3603d8c145fe94d56b54118964eadd2e4b40097aac14a793577355526fa41c077829ae40c5bb89a53869ca88c41dce0ed3e3f88e828147e16b3db

diff --git a/dev-python/tekore/tekore-3.6.1.ebuild b/dev-python/tekore/tekore-3.6.2.ebuild
similarity index 100%
rename from dev-python/tekore/tekore-3.6.1.ebuild
rename to dev-python/tekore/tekore-3.6.2.ebuild


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

end of thread, other threads:[~2021-03-29  9:43 UTC | newest]

Thread overview: 33+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-18  9:03 [gentoo-commits] repo/proj/guru:master commit in: dev-python/tekore/ Andrew Ammerlaan
2020-10-18  9:03 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
  -- strict thread matches above, loose matches on Subject: below --
2021-03-29  9:43 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2021-03-29  9:43 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2021-03-12 12:10 Andrew Ammerlaan
2021-02-17 18:54 Andrew Ammerlaan
2021-02-13 20:00 Andrew Ammerlaan
2021-01-24 10:21 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2021-01-24 10:21 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-12-18 14:15 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-12-18 14:15 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-11-28 13:46 Andrew Ammerlaan
2020-10-22 18:32 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-10-22 18:32 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-09-15  8:37 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-09-13 19:39 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-09-08 13:27 Andrew Ammerlaan
2020-08-14 18:35 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-08-14 18:20 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-08-14 18:20 Andrew Ammerlaan
2020-08-05  8:33 Andrew Ammerlaan
2020-07-21  8:13 Andrew Ammerlaan
2020-07-03 18:44 Andrew Ammerlaan
2020-06-30 19:43 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-06-30 19:27 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-06-01 11:31 Andrew Ammerlaan
2020-05-28 11:05 Andrew Ammerlaan
2020-04-28  7:44 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-04-28  7:39 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-04-07 12:58 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-04-07 12:57 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-03-28 11:00 Andrew Ammerlaan
2020-03-27 18:24 Alessandro Barbieri
2020-03-12  8:18 Andrew Ammerlaan
2020-03-09 17:02 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-03-09 16:39 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-03-09 17:02 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-03-09 16:52 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-03-04 11:04 Andrew Ammerlaan
2020-03-02 10:26 Andrew Ammerlaan
2020-03-02  8:56 Andrew Ammerlaan
2020-02-26 19:29 Andrew Ammerlaan
2020-02-17 14:39 Andrew Ammerlaan
2020-02-10 14:19 Andrew Ammerlaan

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