public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/jellyfin-apiclient-python/
@ 2020-12-04  3:40 Theo Anderson
  0 siblings, 0 replies; 4+ messages in thread
From: Theo Anderson @ 2020-12-04  3:40 UTC (permalink / raw
  To: gentoo-commits

commit:     1d1b8bdee35a6e148f82ce2d44400ce797c56cb2
Author:     Theo Anderson <telans <AT> posteo <DOT> de>
AuthorDate: Fri Dec  4 03:33:22 2020 +0000
Commit:     Theo Anderson <telans <AT> posteo <DOT> de>
CommitDate: Fri Dec  4 03:33:22 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1d1b8bde

dev-python/jellyfin-apiclient-python: new package 1.6.2

Package-Manager: Portage-3.0.11, Repoman-3.0.2
Signed-off-by: Theo Anderson <telans <AT> posteo.de>

 dev-python/jellyfin-apiclient-python/Manifest      |  1 +
 .../jellyfin-apiclient-python-1.6.2.ebuild         | 23 ++++++++++++++++++++++
 dev-python/jellyfin-apiclient-python/metadata.xml  |  8 ++++++++
 3 files changed, 32 insertions(+)

diff --git a/dev-python/jellyfin-apiclient-python/Manifest b/dev-python/jellyfin-apiclient-python/Manifest
new file mode 100644
index 00000000..644759a4
--- /dev/null
+++ b/dev-python/jellyfin-apiclient-python/Manifest
@@ -0,0 +1 @@
+DIST v1.6.2.tar.gz 28421 BLAKE2B cedadb3f13db72c78b8283bae1e005f79a2b35dde90541976799e13c9f648b3f119d2efe7a8516d99fb9f39fab662ee0433e97ff9b316587e9fa11234d5fbfdb SHA512 d041e8715fb5c83d936e879f4e24e24d0baf49ca8ac39402008d52aac7aa8e69b0365e1c149e08824bfdcdf6b59cc634e25804446eee90fe9a67501657d89d16

diff --git a/dev-python/jellyfin-apiclient-python/jellyfin-apiclient-python-1.6.2.ebuild b/dev-python/jellyfin-apiclient-python/jellyfin-apiclient-python-1.6.2.ebuild
new file mode 100644
index 00000000..106d014f
--- /dev/null
+++ b/dev-python/jellyfin-apiclient-python/jellyfin-apiclient-python-1.6.2.ebuild
@@ -0,0 +1,23 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python API client for Jellyfin"
+HOMEPAGE="https://github.com/iwalton3/jellyfin-apiclient-python"
+SRC_URI="https://github.com/iwalton3/jellyfin-apiclient-python/archive/v${PV}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="
+	dev-python/requests[${PYTHON_USEDEP}]
+	dev-python/urllib3[${PYTHON_USEDEP}]
+	dev-python/websocket-client[${PYTHON_USEDEP}]
+	dev-python/six[${PYTHON_USEDEP}]
+"
\ No newline at end of file

diff --git a/dev-python/jellyfin-apiclient-python/metadata.xml b/dev-python/jellyfin-apiclient-python/metadata.xml
new file mode 100644
index 00000000..d3ad614d
--- /dev/null
+++ b/dev-python/jellyfin-apiclient-python/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+    <maintainer type="person">
+        <email>telans@posteo.de</email>
+        <name>Theo Anderson</name>
+    </maintainer>
+</pkgmetadata>


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/jellyfin-apiclient-python/
@ 2020-12-04  3:53 Theo Anderson
  0 siblings, 0 replies; 4+ messages in thread
From: Theo Anderson @ 2020-12-04  3:53 UTC (permalink / raw
  To: gentoo-commits

commit:     ca965323e83f25f625c0674dd5f2f361e958ff8d
Author:     Theo Anderson <telans <AT> posteo <DOT> de>
AuthorDate: Fri Dec  4 03:53:29 2020 +0000
Commit:     Theo Anderson <telans <AT> posteo <DOT> de>
CommitDate: Fri Dec  4 03:53:29 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ca965323

dev-python/jellyfin-apiclient-python: newline

Package-Manager: Portage-3.0.11, Repoman-3.0.2
Signed-off-by: Theo Anderson <telans <AT> posteo.de>

 .../jellyfin-apiclient-python/jellyfin-apiclient-python-1.6.2.ebuild    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/jellyfin-apiclient-python/jellyfin-apiclient-python-1.6.2.ebuild b/dev-python/jellyfin-apiclient-python/jellyfin-apiclient-python-1.6.2.ebuild
index 106d014f..ff557e67 100644
--- a/dev-python/jellyfin-apiclient-python/jellyfin-apiclient-python-1.6.2.ebuild
+++ b/dev-python/jellyfin-apiclient-python/jellyfin-apiclient-python-1.6.2.ebuild
@@ -20,4 +20,4 @@ DEPEND="
 	dev-python/urllib3[${PYTHON_USEDEP}]
 	dev-python/websocket-client[${PYTHON_USEDEP}]
 	dev-python/six[${PYTHON_USEDEP}]
-"
\ No newline at end of file
+"


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/jellyfin-apiclient-python/
@ 2021-03-26 20:42 Theo Anderson
  0 siblings, 0 replies; 4+ messages in thread
From: Theo Anderson @ 2021-03-26 20:42 UTC (permalink / raw
  To: gentoo-commits

commit:     bbee5cc6288cad43642c21d88bcec7c4aa8a600c
Author:     Theo Anderson <telans <AT> posteo <DOT> de>
AuthorDate: Fri Mar 26 00:09:58 2021 +0000
Commit:     Theo Anderson <telans <AT> posteo <DOT> de>
CommitDate: Fri Mar 26 20:42:00 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bbee5cc6

dev-python/jellyfin-apiclient-python: add 1.7.2

Signed-off-by: Theo Anderson <telans <AT> posteo.de>

 dev-python/jellyfin-apiclient-python/Manifest      |  1 +
 .../jellyfin-apiclient-python-1.7.2.ebuild         | 23 ++++++++++++++++++++++
 2 files changed, 24 insertions(+)

diff --git a/dev-python/jellyfin-apiclient-python/Manifest b/dev-python/jellyfin-apiclient-python/Manifest
index b45b65a70..b91566a4c 100644
--- a/dev-python/jellyfin-apiclient-python/Manifest
+++ b/dev-python/jellyfin-apiclient-python/Manifest
@@ -1 +1,2 @@
 DIST jellyfin-apiclient-python-1.6.2.tar.gz 17115 BLAKE2B 37889d6359d7a1d4350b99fe5eb4fa0bb2e28248daaee64aa324e07b46d6a254c1e488bf39954680f7f044cbf4c78fc6059c8f91787410bdea629996d0874ac3 SHA512 42be1fe1d0d360127655c9718c3a157028918597c3782ea3df9326b844aa9a542d23480da405f580da340b251ce0d790220d55f891000346b219dacddbd523fc
+DIST jellyfin-apiclient-python-1.7.2.tar.gz 17365 BLAKE2B 0cb3dd380bd15dc7092eac7e2a76963b980383899b69c5eafa9ad8136f2f94a9d4b18cfcc7645ba0d8cab1454b1e0c08028640348724859bcf1683f0473ef9b1 SHA512 70685a65da58588013f304d1185ec7d672872c1891f0a81d1ac9c56b2be54b88f920192d0c9ba047d11f78125d937e9f6c920ccfc9687a3e862beff7190aff8c

diff --git a/dev-python/jellyfin-apiclient-python/jellyfin-apiclient-python-1.7.2.ebuild b/dev-python/jellyfin-apiclient-python/jellyfin-apiclient-python-1.7.2.ebuild
new file mode 100644
index 000000000..d14ccf5bc
--- /dev/null
+++ b/dev-python/jellyfin-apiclient-python/jellyfin-apiclient-python-1.7.2.ebuild
@@ -0,0 +1,23 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python API client for Jellyfin"
+HOMEPAGE="https://github.com/jellyfin/jellyfin-apiclient-python"
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+DEPEND="
+	dev-python/requests[${PYTHON_USEDEP}]
+	dev-python/urllib3[${PYTHON_USEDEP}]
+	dev-python/websocket-client[${PYTHON_USEDEP}]
+	dev-python/six[${PYTHON_USEDEP}]
+"


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/jellyfin-apiclient-python/
@ 2022-06-08  5:14 Theo Anderson
  0 siblings, 0 replies; 4+ messages in thread
From: Theo Anderson @ 2022-06-08  5:14 UTC (permalink / raw
  To: gentoo-commits

commit:     daad61a78fe69234e514a6291f22a02d5a3b40c5
Author:     James Beddek <telans <AT> posteo <DOT> de>
AuthorDate: Fri Jun  3 06:03:26 2022 +0000
Commit:     Theo Anderson <telans <AT> posteo <DOT> de>
CommitDate: Wed Jun  8 05:13:43 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=daad61a7

dev-python/jellyfin-apiclient-python: treeclean

Closes: https://bugs.gentoo.org/848201
Signed-off-by: James Beddek <telans <AT> posteo.de>

 dev-python/jellyfin-apiclient-python/Manifest      |  2 --
 .../jellyfin-apiclient-python-1.6.2.ebuild         | 23 ----------------------
 .../jellyfin-apiclient-python-1.7.2.ebuild         | 23 ----------------------
 dev-python/jellyfin-apiclient-python/metadata.xml  |  8 --------
 4 files changed, 56 deletions(-)

diff --git a/dev-python/jellyfin-apiclient-python/Manifest b/dev-python/jellyfin-apiclient-python/Manifest
deleted file mode 100644
index b91566a4c..000000000
--- a/dev-python/jellyfin-apiclient-python/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST jellyfin-apiclient-python-1.6.2.tar.gz 17115 BLAKE2B 37889d6359d7a1d4350b99fe5eb4fa0bb2e28248daaee64aa324e07b46d6a254c1e488bf39954680f7f044cbf4c78fc6059c8f91787410bdea629996d0874ac3 SHA512 42be1fe1d0d360127655c9718c3a157028918597c3782ea3df9326b844aa9a542d23480da405f580da340b251ce0d790220d55f891000346b219dacddbd523fc
-DIST jellyfin-apiclient-python-1.7.2.tar.gz 17365 BLAKE2B 0cb3dd380bd15dc7092eac7e2a76963b980383899b69c5eafa9ad8136f2f94a9d4b18cfcc7645ba0d8cab1454b1e0c08028640348724859bcf1683f0473ef9b1 SHA512 70685a65da58588013f304d1185ec7d672872c1891f0a81d1ac9c56b2be54b88f920192d0c9ba047d11f78125d937e9f6c920ccfc9687a3e862beff7190aff8c

diff --git a/dev-python/jellyfin-apiclient-python/jellyfin-apiclient-python-1.6.2.ebuild b/dev-python/jellyfin-apiclient-python/jellyfin-apiclient-python-1.6.2.ebuild
deleted file mode 100644
index 79a9bd391..000000000
--- a/dev-python/jellyfin-apiclient-python/jellyfin-apiclient-python-1.6.2.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 2020-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="Python API client for Jellyfin"
-HOMEPAGE="https://github.com/iwalton3/jellyfin-apiclient-python"
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-
-DEPEND="
-	dev-python/requests[${PYTHON_USEDEP}]
-	dev-python/urllib3[${PYTHON_USEDEP}]
-	dev-python/websocket-client[${PYTHON_USEDEP}]
-	dev-python/six[${PYTHON_USEDEP}]
-"

diff --git a/dev-python/jellyfin-apiclient-python/jellyfin-apiclient-python-1.7.2.ebuild b/dev-python/jellyfin-apiclient-python/jellyfin-apiclient-python-1.7.2.ebuild
deleted file mode 100644
index aef7a746f..000000000
--- a/dev-python/jellyfin-apiclient-python/jellyfin-apiclient-python-1.7.2.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 2020-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="Python API client for Jellyfin"
-HOMEPAGE="https://github.com/jellyfin/jellyfin-apiclient-python"
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-
-DEPEND="
-	dev-python/requests[${PYTHON_USEDEP}]
-	dev-python/urllib3[${PYTHON_USEDEP}]
-	dev-python/websocket-client[${PYTHON_USEDEP}]
-	dev-python/six[${PYTHON_USEDEP}]
-"

diff --git a/dev-python/jellyfin-apiclient-python/metadata.xml b/dev-python/jellyfin-apiclient-python/metadata.xml
deleted file mode 100644
index cd174bd3e..000000000
--- a/dev-python/jellyfin-apiclient-python/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-    <maintainer type="person">
-        <email>telans@posteo.de</email>
-        <name>James Beddek</name>
-    </maintainer>
-</pkgmetadata>


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

end of thread, other threads:[~2022-06-08  5:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-26 20:42 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/jellyfin-apiclient-python/ Theo Anderson
  -- strict thread matches above, loose matches on Subject: below --
2022-06-08  5:14 Theo Anderson
2020-12-04  3:53 Theo Anderson
2020-12-04  3:40 Theo Anderson

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