[gentoo-commits] repo/gentoo:master commit in: dev-python/PyGithub/

2024-04-11 Thread Arthur Zamarin
commit: f7616d1aaf856d2a29aeb7bbe60db94e606ee623
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Apr 11 17:07:19 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Apr 11 17:07:19 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7616d1a

dev-python/PyGithub: Stabilize 2.3.0 ALLARCHES, #929157

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/dev-python/PyGithub/PyGithub-2.3.0.ebuild 
b/dev-python/PyGithub/PyGithub-2.3.0.ebuild
index 61d3148c22b2..831cab7e7c76 100644
--- a/dev-python/PyGithub/PyGithub-2.3.0.ebuild
+++ b/dev-python/PyGithub/PyGithub-2.3.0.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="LGPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 arm64 x86"
 
 # cryptography via pyjwt[crypto]
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/PyGithub/

2024-03-24 Thread Michał Górny
commit: cbba096ee78cb4af021c8e418a19e0949c4a6b9d
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Mar 24 15:45:42 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Mar 24 16:22:26 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbba096e

dev-python/PyGithub: Bump to 2.3.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/PyGithub/Manifest  |  1 +
 dev-python/PyGithub/PyGithub-2.3.0.ebuild | 39 +++
 2 files changed, 40 insertions(+)

diff --git a/dev-python/PyGithub/Manifest b/dev-python/PyGithub/Manifest
index 10b27b9ab416..5af8b49f87e6 100644
--- a/dev-python/PyGithub/Manifest
+++ b/dev-python/PyGithub/Manifest
@@ -1 +1,2 @@
 DIST PyGithub-2.2.0.tar.gz 3439222 BLAKE2B 
4211786a258d1a9ed5202f495085a9c32b41b8d60ce567d8d7cdfab593acbc533aa34ed82afd1f65490efaeef2a4afc5dcf31ed95b3c382e4e488bc2495f7f79
 SHA512 
58431e0d696c4e9fa7311850711f16ab2feec28fb93acf31d0d204702e853f47ffa483b8b0b9bec9fba0eb98c714d85c9ebd3b98f87195e97fc2dbd6525024da
+DIST PyGithub-2.3.0.tar.gz 3455482 BLAKE2B 
3638d5a101dcc41196a54f1a1e36dbc2dd53ab21fc2edd1945a036527979939da53dbf1cdd462622e851e891eae1264231b42c9f8a561740087d602a966d11b2
 SHA512 
7964b8ab1ad989e48b7d4cda42e7690cdd99c7f8d199e0eaa5ff5b2986592cef135e252253bef4f425cf04946ea18d8c83bcce4253914113fc9a21e83dc31166

diff --git a/dev-python/PyGithub/PyGithub-2.3.0.ebuild 
b/dev-python/PyGithub/PyGithub-2.3.0.ebuild
new file mode 100644
index ..61d3148c22b2
--- /dev/null
+++ b/dev-python/PyGithub/PyGithub-2.3.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Python library to access the Github API v3"
+HOMEPAGE="
+   https://github.com/PyGithub/PyGithub/
+   https://pypi.org/project/PyGithub/
+"
+
+LICENSE="LGPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+# cryptography via pyjwt[crypto]
+RDEPEND="
+   dev-python/cryptography[${PYTHON_USEDEP}]
+   dev-python/deprecated[${PYTHON_USEDEP}]
+   >=dev-python/pyjwt-2.4.0[${PYTHON_USEDEP}]
+   >=dev-python/pynacl-1.4.0[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.14.0[${PYTHON_USEDEP}]
+   >=dev-python/typing-extensions-4.0.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   dev-python/setuptools-scm[${PYTHON_USEDEP}]
+   test? (
+   >=dev-python/httpretty-1.0.3[${PYTHON_USEDEP}]
+   >=dev-python/pytest-subtests-0.11.0[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/PyGithub/

2024-02-14 Thread Michał Górny
commit: 94811d31f26e797e45cbb4eeaaeeaef0f97026da
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Feb 14 12:30:44 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Feb 14 12:30:44 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94811d31

dev-python/PyGithub: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/PyGithub/Manifest  |  1 -
 dev-python/PyGithub/PyGithub-2.1.1.ebuild | 41 ---
 2 files changed, 42 deletions(-)

diff --git a/dev-python/PyGithub/Manifest b/dev-python/PyGithub/Manifest
index 5d50a81ce6ab..10b27b9ab416 100644
--- a/dev-python/PyGithub/Manifest
+++ b/dev-python/PyGithub/Manifest
@@ -1,2 +1 @@
-DIST PyGithub-2.1.1.tar.gz 3330531 BLAKE2B 
9b288266379d7b1d85be91a7261596f9c98b97bdb5f17c4f8bb43b4765f07e2088f1130c802a623c875c8ddd7d31bdf3cad2a7fc6672ca50bb9a69c80bf4c907
 SHA512 
f5a0186c1a206cef070c6c19ae0cca5ab19993dd16b9df9997ba01a3fa02baee3425cef51588f7ac38636a165e36d9a5a2c4014e59482b583001c75efa7afc40
 DIST PyGithub-2.2.0.tar.gz 3439222 BLAKE2B 
4211786a258d1a9ed5202f495085a9c32b41b8d60ce567d8d7cdfab593acbc533aa34ed82afd1f65490efaeef2a4afc5dcf31ed95b3c382e4e488bc2495f7f79
 SHA512 
58431e0d696c4e9fa7311850711f16ab2feec28fb93acf31d0d204702e853f47ffa483b8b0b9bec9fba0eb98c714d85c9ebd3b98f87195e97fc2dbd6525024da

diff --git a/dev-python/PyGithub/PyGithub-2.1.1.ebuild 
b/dev-python/PyGithub/PyGithub-2.1.1.ebuild
deleted file mode 100644
index 0ba6d20de241..
--- a/dev-python/PyGithub/PyGithub-2.1.1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Python library to access the Github API v3"
-HOMEPAGE="
-   https://github.com/PyGithub/PyGithub/
-   https://pypi.org/project/PyGithub/
-"
-
-LICENSE="LGPL-3+"
-SLOT="0"
-KEYWORDS="amd64 arm64 x86"
-
-# cryptography via pyjwt[crypto]
-RDEPEND="
-   dev-python/cryptography[${PYTHON_USEDEP}]
-   dev-python/deprecated[${PYTHON_USEDEP}]
-   >=dev-python/pyjwt-2.4.0[${PYTHON_USEDEP}]
-   >=dev-python/pynacl-1.4.0[${PYTHON_USEDEP}]
-   dev-python/python-dateutil[${PYTHON_USEDEP}]
-   >=dev-python/requests-2.14.0[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-   >=dev-python/typing-extensions-4.0.0[${PYTHON_USEDEP}]
-   >=dev-python/urllib3-1.26.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   dev-python/setuptools-scm[${PYTHON_USEDEP}]
-   test? (
-   >=dev-python/httpretty-1.0.3[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/PyGithub/

2024-02-14 Thread Michał Górny
commit: 2248300e215d366418b5a0c25514a6fa36295021
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Feb 14 12:25:38 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Feb 14 12:26:16 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2248300e

dev-python/PyGithub: Stabilize 2.2.0 ALLARCHES, #924535

Signed-off-by: Michał Górny  gentoo.org>

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

diff --git a/dev-python/PyGithub/PyGithub-2.2.0.ebuild 
b/dev-python/PyGithub/PyGithub-2.2.0.ebuild
index 61d3148c22b2..831cab7e7c76 100644
--- a/dev-python/PyGithub/PyGithub-2.2.0.ebuild
+++ b/dev-python/PyGithub/PyGithub-2.2.0.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="LGPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 arm64 x86"
 
 # cryptography via pyjwt[crypto]
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/PyGithub/

2024-01-30 Thread Michał Górny
commit: fc1b6a384d9c1c67f470d4f25c052426ee279c0f
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jan 30 14:11:17 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jan 30 14:19:14 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc1b6a38

dev-python/PyGithub: Bump to 2.2.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/PyGithub/Manifest  |  1 +
 dev-python/PyGithub/PyGithub-2.2.0.ebuild | 39 +++
 2 files changed, 40 insertions(+)

diff --git a/dev-python/PyGithub/Manifest b/dev-python/PyGithub/Manifest
index 6d9bf229258e..5d50a81ce6ab 100644
--- a/dev-python/PyGithub/Manifest
+++ b/dev-python/PyGithub/Manifest
@@ -1 +1,2 @@
 DIST PyGithub-2.1.1.tar.gz 3330531 BLAKE2B 
9b288266379d7b1d85be91a7261596f9c98b97bdb5f17c4f8bb43b4765f07e2088f1130c802a623c875c8ddd7d31bdf3cad2a7fc6672ca50bb9a69c80bf4c907
 SHA512 
f5a0186c1a206cef070c6c19ae0cca5ab19993dd16b9df9997ba01a3fa02baee3425cef51588f7ac38636a165e36d9a5a2c4014e59482b583001c75efa7afc40
+DIST PyGithub-2.2.0.tar.gz 3439222 BLAKE2B 
4211786a258d1a9ed5202f495085a9c32b41b8d60ce567d8d7cdfab593acbc533aa34ed82afd1f65490efaeef2a4afc5dcf31ed95b3c382e4e488bc2495f7f79
 SHA512 
58431e0d696c4e9fa7311850711f16ab2feec28fb93acf31d0d204702e853f47ffa483b8b0b9bec9fba0eb98c714d85c9ebd3b98f87195e97fc2dbd6525024da

diff --git a/dev-python/PyGithub/PyGithub-2.2.0.ebuild 
b/dev-python/PyGithub/PyGithub-2.2.0.ebuild
new file mode 100644
index ..61d3148c22b2
--- /dev/null
+++ b/dev-python/PyGithub/PyGithub-2.2.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Python library to access the Github API v3"
+HOMEPAGE="
+   https://github.com/PyGithub/PyGithub/
+   https://pypi.org/project/PyGithub/
+"
+
+LICENSE="LGPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+# cryptography via pyjwt[crypto]
+RDEPEND="
+   dev-python/cryptography[${PYTHON_USEDEP}]
+   dev-python/deprecated[${PYTHON_USEDEP}]
+   >=dev-python/pyjwt-2.4.0[${PYTHON_USEDEP}]
+   >=dev-python/pynacl-1.4.0[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.14.0[${PYTHON_USEDEP}]
+   >=dev-python/typing-extensions-4.0.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   dev-python/setuptools-scm[${PYTHON_USEDEP}]
+   test? (
+   >=dev-python/httpretty-1.0.3[${PYTHON_USEDEP}]
+   >=dev-python/pytest-subtests-0.11.0[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/PyGithub/

2023-11-24 Thread Michał Górny
commit: 157c8658f5586ac66247fd854a554da272f976b6
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Nov 24 14:14:35 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Nov 24 14:14:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=157c8658

dev-python/PyGithub: Stabilize 2.1.1 arm64, #918139

Signed-off-by: Michał Górny  gentoo.org>

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

diff --git a/dev-python/PyGithub/PyGithub-2.1.1.ebuild 
b/dev-python/PyGithub/PyGithub-2.1.1.ebuild
index 1e2142fd685f..0ba6d20de241 100644
--- a/dev-python/PyGithub/PyGithub-2.1.1.ebuild
+++ b/dev-python/PyGithub/PyGithub-2.1.1.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="LGPL-3+"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
+KEYWORDS="amd64 arm64 x86"
 
 # cryptography via pyjwt[crypto]
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/PyGithub/

2023-10-28 Thread Michał Górny
commit: bcb3bb8ffb2a6d9d8ca0e42e1564b4afc4d0112b
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Oct 28 18:06:43 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Oct 28 18:24:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcb3bb8f

dev-python/PyGithub: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/PyGithub/Manifest   |  1 -
 dev-python/PyGithub/PyGithub-1.59.1.ebuild | 38 --
 2 files changed, 39 deletions(-)

diff --git a/dev-python/PyGithub/Manifest b/dev-python/PyGithub/Manifest
index ba42695c4ee1..6d9bf229258e 100644
--- a/dev-python/PyGithub/Manifest
+++ b/dev-python/PyGithub/Manifest
@@ -1,2 +1 @@
-DIST PyGithub-1.59.1.tar.gz 3295328 BLAKE2B 
7a7dcfa49261aa7c6d7d3b252c77cc93bd24440858989ef2a8b257235ed7b101647c08532860f0fa21d1b8f2ac35541341df49a94c3495c7d9666fe7367738c1
 SHA512 
795c104253b250b11b539b526944776f70e947e23dc4b26fcdadb5de3dd3208a9b27c08ffdd14cade220fde3360b6993be7a028f0069ff60d99331048560faed
 DIST PyGithub-2.1.1.tar.gz 3330531 BLAKE2B 
9b288266379d7b1d85be91a7261596f9c98b97bdb5f17c4f8bb43b4765f07e2088f1130c802a623c875c8ddd7d31bdf3cad2a7fc6672ca50bb9a69c80bf4c907
 SHA512 
f5a0186c1a206cef070c6c19ae0cca5ab19993dd16b9df9997ba01a3fa02baee3425cef51588f7ac38636a165e36d9a5a2c4014e59482b583001c75efa7afc40

diff --git a/dev-python/PyGithub/PyGithub-1.59.1.ebuild 
b/dev-python/PyGithub/PyGithub-1.59.1.ebuild
deleted file mode 100644
index 97685ed6fe03..
--- a/dev-python/PyGithub/PyGithub-1.59.1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Python library to access the Github API v3"
-HOMEPAGE="
-   https://github.com/PyGithub/PyGithub/
-   https://pypi.org/project/PyGithub/
-"
-
-LICENSE="LGPL-3+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-# cryptography via pyjwt[crypto]
-RDEPEND="
-   dev-python/cryptography[${PYTHON_USEDEP}]
-   dev-python/deprecated[${PYTHON_USEDEP}]
-   >=dev-python/pyjwt-2.4.0[${PYTHON_USEDEP}]
-   >=dev-python/pynacl-1.4.0[${PYTHON_USEDEP}]
-   >=dev-python/requests-2.14.0[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   dev-python/setuptools-scm[${PYTHON_USEDEP}]
-   test? (
-   >=dev-python/httpretty-0.9.6[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/PyGithub/

2023-10-28 Thread Arthur Zamarin
commit: e97d6d06c51d0d64fa9d898ddb5020647dd6c39e
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Oct 28 16:48:07 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Oct 28 16:48:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e97d6d06

dev-python/PyGithub: Stabilize 2.1.1 ALLARCHES, #916399

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/dev-python/PyGithub/PyGithub-2.1.1.ebuild 
b/dev-python/PyGithub/PyGithub-2.1.1.ebuild
index 27780cfb190a..5fba988429d4 100644
--- a/dev-python/PyGithub/PyGithub-2.1.1.ebuild
+++ b/dev-python/PyGithub/PyGithub-2.1.1.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="LGPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 # cryptography via pyjwt[crypto]
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/PyGithub/

2023-09-29 Thread Michał Górny
commit: 4e99931852e7213d748363622a9cd1e1d0b9e94f
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Sep 30 04:55:08 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Sep 30 04:56:21 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e999318

dev-python/PyGithub: Enable py3.12

Signed-off-by: Michał Górny  gentoo.org>

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

diff --git a/dev-python/PyGithub/PyGithub-2.1.1.ebuild 
b/dev-python/PyGithub/PyGithub-2.1.1.ebuild
index 1c86483925ae..27780cfb190a 100644
--- a/dev-python/PyGithub/PyGithub-2.1.1.ebuild
+++ b/dev-python/PyGithub/PyGithub-2.1.1.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
 PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1 pypi
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/PyGithub/

2023-09-29 Thread Michał Górny
commit: d8ae26d93bf30e1f5219a327478557f5b8813685
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Sep 30 04:36:46 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Sep 30 04:56:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8ae26d9

dev-python/PyGithub: Bump to 2.1.1

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/PyGithub/Manifest  |  1 +
 dev-python/PyGithub/PyGithub-2.1.1.ebuild | 41 +++
 2 files changed, 42 insertions(+)

diff --git a/dev-python/PyGithub/Manifest b/dev-python/PyGithub/Manifest
index 0ce814886671..ba42695c4ee1 100644
--- a/dev-python/PyGithub/Manifest
+++ b/dev-python/PyGithub/Manifest
@@ -1 +1,2 @@
 DIST PyGithub-1.59.1.tar.gz 3295328 BLAKE2B 
7a7dcfa49261aa7c6d7d3b252c77cc93bd24440858989ef2a8b257235ed7b101647c08532860f0fa21d1b8f2ac35541341df49a94c3495c7d9666fe7367738c1
 SHA512 
795c104253b250b11b539b526944776f70e947e23dc4b26fcdadb5de3dd3208a9b27c08ffdd14cade220fde3360b6993be7a028f0069ff60d99331048560faed
+DIST PyGithub-2.1.1.tar.gz 3330531 BLAKE2B 
9b288266379d7b1d85be91a7261596f9c98b97bdb5f17c4f8bb43b4765f07e2088f1130c802a623c875c8ddd7d31bdf3cad2a7fc6672ca50bb9a69c80bf4c907
 SHA512 
f5a0186c1a206cef070c6c19ae0cca5ab19993dd16b9df9997ba01a3fa02baee3425cef51588f7ac38636a165e36d9a5a2c4014e59482b583001c75efa7afc40

diff --git a/dev-python/PyGithub/PyGithub-2.1.1.ebuild 
b/dev-python/PyGithub/PyGithub-2.1.1.ebuild
new file mode 100644
index ..1c86483925ae
--- /dev/null
+++ b/dev-python/PyGithub/PyGithub-2.1.1.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Python library to access the Github API v3"
+HOMEPAGE="
+   https://github.com/PyGithub/PyGithub/
+   https://pypi.org/project/PyGithub/
+"
+
+LICENSE="LGPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+# cryptography via pyjwt[crypto]
+RDEPEND="
+   dev-python/cryptography[${PYTHON_USEDEP}]
+   dev-python/deprecated[${PYTHON_USEDEP}]
+   >=dev-python/pyjwt-2.4.0[${PYTHON_USEDEP}]
+   >=dev-python/pynacl-1.4.0[${PYTHON_USEDEP}]
+   dev-python/python-dateutil[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.14.0[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+   >=dev-python/typing-extensions-4.0.0[${PYTHON_USEDEP}]
+   >=dev-python/urllib3-1.26.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   dev-python/setuptools-scm[${PYTHON_USEDEP}]
+   test? (
+   >=dev-python/httpretty-1.0.3[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/PyGithub/

2023-09-07 Thread Michał Górny
commit: c0e8d7f40e0e9f5583f2d1b7e864697dc8a065b3
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Sep  8 04:51:24 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Sep  8 04:53:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0e8d7f4

dev-python/PyGithub: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/PyGithub/Manifest   |  1 -
 dev-python/PyGithub/PyGithub-1.59.0.ebuild | 38 --
 2 files changed, 39 deletions(-)

diff --git a/dev-python/PyGithub/Manifest b/dev-python/PyGithub/Manifest
index ec5db36c8169..0ce814886671 100644
--- a/dev-python/PyGithub/Manifest
+++ b/dev-python/PyGithub/Manifest
@@ -1,2 +1 @@
-DIST PyGithub-1.59.0.tar.gz 3295401 BLAKE2B 
39261ddcd20112aa529c17f66c8e69d7af7db9708f179395f29ea4b881fdec4598637b63ca1214affc2f6a9c15db227e57ade51029ed578a6b90633d353712cf
 SHA512 
2a95fb9a99c096a1ee0971df18764275a9ac99e58a4d81ece954831497e0aaf6eec26172513843098777666ab4f3c5df92a42802f0b953fe50f5ec7824a9
 DIST PyGithub-1.59.1.tar.gz 3295328 BLAKE2B 
7a7dcfa49261aa7c6d7d3b252c77cc93bd24440858989ef2a8b257235ed7b101647c08532860f0fa21d1b8f2ac35541341df49a94c3495c7d9666fe7367738c1
 SHA512 
795c104253b250b11b539b526944776f70e947e23dc4b26fcdadb5de3dd3208a9b27c08ffdd14cade220fde3360b6993be7a028f0069ff60d99331048560faed

diff --git a/dev-python/PyGithub/PyGithub-1.59.0.ebuild 
b/dev-python/PyGithub/PyGithub-1.59.0.ebuild
deleted file mode 100644
index 97685ed6fe03..
--- a/dev-python/PyGithub/PyGithub-1.59.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Python library to access the Github API v3"
-HOMEPAGE="
-   https://github.com/PyGithub/PyGithub/
-   https://pypi.org/project/PyGithub/
-"
-
-LICENSE="LGPL-3+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-# cryptography via pyjwt[crypto]
-RDEPEND="
-   dev-python/cryptography[${PYTHON_USEDEP}]
-   dev-python/deprecated[${PYTHON_USEDEP}]
-   >=dev-python/pyjwt-2.4.0[${PYTHON_USEDEP}]
-   >=dev-python/pynacl-1.4.0[${PYTHON_USEDEP}]
-   >=dev-python/requests-2.14.0[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   dev-python/setuptools-scm[${PYTHON_USEDEP}]
-   test? (
-   >=dev-python/httpretty-0.9.6[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/PyGithub/

2023-09-07 Thread Sam James
commit: 887e7540aaae81574b225458f834a64f7c088e34
Author: Sam James  gentoo  org>
AuthorDate: Thu Sep  7 19:51:02 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep  7 19:51:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=887e7540

dev-python/PyGithub: Stabilize 1.59.1 ALLARCHES, #913780

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/PyGithub/PyGithub-1.59.1.ebuild 
b/dev-python/PyGithub/PyGithub-1.59.1.ebuild
index c22ebb71ed44..97685ed6fe03 100644
--- a/dev-python/PyGithub/PyGithub-1.59.1.ebuild
+++ b/dev-python/PyGithub/PyGithub-1.59.1.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="LGPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 # cryptography via pyjwt[crypto]
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/PyGithub/

2023-08-03 Thread Michał Górny
commit: 2859cab4d525513f6580f0bbc48f43b33f82568c
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Aug  4 02:31:19 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Aug  4 02:41:59 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2859cab4

dev-python/PyGithub: Bump to 1.59.1

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/PyGithub/Manifest   |  1 +
 dev-python/PyGithub/PyGithub-1.59.1.ebuild | 38 ++
 2 files changed, 39 insertions(+)

diff --git a/dev-python/PyGithub/Manifest b/dev-python/PyGithub/Manifest
index e8926224b30e..ec5db36c8169 100644
--- a/dev-python/PyGithub/Manifest
+++ b/dev-python/PyGithub/Manifest
@@ -1 +1,2 @@
 DIST PyGithub-1.59.0.tar.gz 3295401 BLAKE2B 
39261ddcd20112aa529c17f66c8e69d7af7db9708f179395f29ea4b881fdec4598637b63ca1214affc2f6a9c15db227e57ade51029ed578a6b90633d353712cf
 SHA512 
2a95fb9a99c096a1ee0971df18764275a9ac99e58a4d81ece954831497e0aaf6eec26172513843098777666ab4f3c5df92a42802f0b953fe50f5ec7824a9
+DIST PyGithub-1.59.1.tar.gz 3295328 BLAKE2B 
7a7dcfa49261aa7c6d7d3b252c77cc93bd24440858989ef2a8b257235ed7b101647c08532860f0fa21d1b8f2ac35541341df49a94c3495c7d9666fe7367738c1
 SHA512 
795c104253b250b11b539b526944776f70e947e23dc4b26fcdadb5de3dd3208a9b27c08ffdd14cade220fde3360b6993be7a028f0069ff60d99331048560faed

diff --git a/dev-python/PyGithub/PyGithub-1.59.1.ebuild 
b/dev-python/PyGithub/PyGithub-1.59.1.ebuild
new file mode 100644
index ..c22ebb71ed44
--- /dev/null
+++ b/dev-python/PyGithub/PyGithub-1.59.1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Python library to access the Github API v3"
+HOMEPAGE="
+   https://github.com/PyGithub/PyGithub/
+   https://pypi.org/project/PyGithub/
+"
+
+LICENSE="LGPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+# cryptography via pyjwt[crypto]
+RDEPEND="
+   dev-python/cryptography[${PYTHON_USEDEP}]
+   dev-python/deprecated[${PYTHON_USEDEP}]
+   >=dev-python/pyjwt-2.4.0[${PYTHON_USEDEP}]
+   >=dev-python/pynacl-1.4.0[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.14.0[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   dev-python/setuptools-scm[${PYTHON_USEDEP}]
+   test? (
+   >=dev-python/httpretty-0.9.6[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/PyGithub/

2023-07-24 Thread Michał Górny
commit: a45d0c8d3fd4e7b6bbfcd587465cb3eb080b6119
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jul 24 11:08:31 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jul 24 11:08:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a45d0c8d

dev-python/PyGithub: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/PyGithub/Manifest   |  1 -
 dev-python/PyGithub/PyGithub-1.58.2.ebuild | 38 --
 2 files changed, 39 deletions(-)

diff --git a/dev-python/PyGithub/Manifest b/dev-python/PyGithub/Manifest
index b6b6642f41dc..e8926224b30e 100644
--- a/dev-python/PyGithub/Manifest
+++ b/dev-python/PyGithub/Manifest
@@ -1,2 +1 @@
-DIST PyGithub-1.58.2.tar.gz 3171156 BLAKE2B 
251964d542eff68b16a4b56740ed3753f80e56f56458cbc1b909b082b6f5deaf805088a24002e1bb95dae46fc7dcd54da6dbfdbd43c79c097a55f118c0bcc755
 SHA512 
91db0db09c4bfd145013c4b0861d12271a83bce9de7865eaa3e8baeb02bbb262218987556e7df435b50fcd14ea178da7bc23225d4d93ccf1714fa9a894cd46bd
 DIST PyGithub-1.59.0.tar.gz 3295401 BLAKE2B 
39261ddcd20112aa529c17f66c8e69d7af7db9708f179395f29ea4b881fdec4598637b63ca1214affc2f6a9c15db227e57ade51029ed578a6b90633d353712cf
 SHA512 
2a95fb9a99c096a1ee0971df18764275a9ac99e58a4d81ece954831497e0aaf6eec26172513843098777666ab4f3c5df92a42802f0b953fe50f5ec7824a9

diff --git a/dev-python/PyGithub/PyGithub-1.58.2.ebuild 
b/dev-python/PyGithub/PyGithub-1.58.2.ebuild
deleted file mode 100644
index 97685ed6fe03..
--- a/dev-python/PyGithub/PyGithub-1.58.2.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Python library to access the Github API v3"
-HOMEPAGE="
-   https://github.com/PyGithub/PyGithub/
-   https://pypi.org/project/PyGithub/
-"
-
-LICENSE="LGPL-3+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-# cryptography via pyjwt[crypto]
-RDEPEND="
-   dev-python/cryptography[${PYTHON_USEDEP}]
-   dev-python/deprecated[${PYTHON_USEDEP}]
-   >=dev-python/pyjwt-2.4.0[${PYTHON_USEDEP}]
-   >=dev-python/pynacl-1.4.0[${PYTHON_USEDEP}]
-   >=dev-python/requests-2.14.0[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   dev-python/setuptools-scm[${PYTHON_USEDEP}]
-   test? (
-   >=dev-python/httpretty-0.9.6[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/PyGithub/

2023-07-24 Thread Jakov Smolić
commit: f75d94219725ee7f575c745475f11dc318c30558
Author: Jakov Smolić  gentoo  org>
AuthorDate: Mon Jul 24 11:03:26 2023 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon Jul 24 11:03:26 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f75d9421

dev-python/PyGithub: Stabilize 1.59.0 ALLARCHES, #911070

Signed-off-by: Jakov Smolić  gentoo.org>

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

diff --git a/dev-python/PyGithub/PyGithub-1.59.0.ebuild 
b/dev-python/PyGithub/PyGithub-1.59.0.ebuild
index c22ebb71ed44..97685ed6fe03 100644
--- a/dev-python/PyGithub/PyGithub-1.59.0.ebuild
+++ b/dev-python/PyGithub/PyGithub-1.59.0.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="LGPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 # cryptography via pyjwt[crypto]
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/PyGithub/

2023-06-22 Thread Michał Górny
commit: 37fa37038cde1f250a762afcd7a582805b4ea753
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jun 23 05:11:29 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jun 23 05:35:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37fa3703

dev-python/PyGithub: Bump to 1.59.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/PyGithub/Manifest   |  1 +
 dev-python/PyGithub/PyGithub-1.59.0.ebuild | 38 ++
 2 files changed, 39 insertions(+)

diff --git a/dev-python/PyGithub/Manifest b/dev-python/PyGithub/Manifest
index 17bf6064b8f7..b6b6642f41dc 100644
--- a/dev-python/PyGithub/Manifest
+++ b/dev-python/PyGithub/Manifest
@@ -1 +1,2 @@
 DIST PyGithub-1.58.2.tar.gz 3171156 BLAKE2B 
251964d542eff68b16a4b56740ed3753f80e56f56458cbc1b909b082b6f5deaf805088a24002e1bb95dae46fc7dcd54da6dbfdbd43c79c097a55f118c0bcc755
 SHA512 
91db0db09c4bfd145013c4b0861d12271a83bce9de7865eaa3e8baeb02bbb262218987556e7df435b50fcd14ea178da7bc23225d4d93ccf1714fa9a894cd46bd
+DIST PyGithub-1.59.0.tar.gz 3295401 BLAKE2B 
39261ddcd20112aa529c17f66c8e69d7af7db9708f179395f29ea4b881fdec4598637b63ca1214affc2f6a9c15db227e57ade51029ed578a6b90633d353712cf
 SHA512 
2a95fb9a99c096a1ee0971df18764275a9ac99e58a4d81ece954831497e0aaf6eec26172513843098777666ab4f3c5df92a42802f0b953fe50f5ec7824a9

diff --git a/dev-python/PyGithub/PyGithub-1.59.0.ebuild 
b/dev-python/PyGithub/PyGithub-1.59.0.ebuild
new file mode 100644
index ..c22ebb71ed44
--- /dev/null
+++ b/dev-python/PyGithub/PyGithub-1.59.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Python library to access the Github API v3"
+HOMEPAGE="
+   https://github.com/PyGithub/PyGithub/
+   https://pypi.org/project/PyGithub/
+"
+
+LICENSE="LGPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+# cryptography via pyjwt[crypto]
+RDEPEND="
+   dev-python/cryptography[${PYTHON_USEDEP}]
+   dev-python/deprecated[${PYTHON_USEDEP}]
+   >=dev-python/pyjwt-2.4.0[${PYTHON_USEDEP}]
+   >=dev-python/pynacl-1.4.0[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.14.0[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   dev-python/setuptools-scm[${PYTHON_USEDEP}]
+   test? (
+   >=dev-python/httpretty-0.9.6[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/PyGithub/

2023-06-10 Thread Michał Górny
commit: a7e65bfc87f7a8ffb757d87821093f71289bcbac
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jun 10 08:30:21 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jun 10 08:31:26 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7e65bfc

dev-python/PyGithub: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/PyGithub/Manifest   |  1 -
 dev-python/PyGithub/PyGithub-1.58.1.ebuild | 38 --
 2 files changed, 39 deletions(-)

diff --git a/dev-python/PyGithub/Manifest b/dev-python/PyGithub/Manifest
index 7dae511047b3..17bf6064b8f7 100644
--- a/dev-python/PyGithub/Manifest
+++ b/dev-python/PyGithub/Manifest
@@ -1,2 +1 @@
-DIST PyGithub-1.58.1.tar.gz 3171074 BLAKE2B 
e1397db839b2fc194fc67d9ac47adf9faa4a087c9350596e243d8d763a05d50ee1f9b03192bc5b88c0c94893c8d39b798efd07d0c2c8c597072c65306339c03a
 SHA512 
97e316d8bcd47546da2f64afe462b51d183a5385544a57963585a179d844e12865c7b87f08c507c4d3d8c0397a7f98acd84c17f45e9668722459c4c2cc328363
 DIST PyGithub-1.58.2.tar.gz 3171156 BLAKE2B 
251964d542eff68b16a4b56740ed3753f80e56f56458cbc1b909b082b6f5deaf805088a24002e1bb95dae46fc7dcd54da6dbfdbd43c79c097a55f118c0bcc755
 SHA512 
91db0db09c4bfd145013c4b0861d12271a83bce9de7865eaa3e8baeb02bbb262218987556e7df435b50fcd14ea178da7bc23225d4d93ccf1714fa9a894cd46bd

diff --git a/dev-python/PyGithub/PyGithub-1.58.1.ebuild 
b/dev-python/PyGithub/PyGithub-1.58.1.ebuild
deleted file mode 100644
index 97685ed6fe03..
--- a/dev-python/PyGithub/PyGithub-1.58.1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Python library to access the Github API v3"
-HOMEPAGE="
-   https://github.com/PyGithub/PyGithub/
-   https://pypi.org/project/PyGithub/
-"
-
-LICENSE="LGPL-3+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-# cryptography via pyjwt[crypto]
-RDEPEND="
-   dev-python/cryptography[${PYTHON_USEDEP}]
-   dev-python/deprecated[${PYTHON_USEDEP}]
-   >=dev-python/pyjwt-2.4.0[${PYTHON_USEDEP}]
-   >=dev-python/pynacl-1.4.0[${PYTHON_USEDEP}]
-   >=dev-python/requests-2.14.0[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   dev-python/setuptools-scm[${PYTHON_USEDEP}]
-   test? (
-   >=dev-python/httpretty-0.9.6[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/PyGithub/

2023-06-09 Thread Sam James
commit: b5281761e7733301449eb3f5b15fb23503874996
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 10 04:19:12 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 10 04:19:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5281761

dev-python/PyGithub: Stabilize 1.58.2 ALLARCHES, #908202

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/PyGithub/PyGithub-1.58.2.ebuild 
b/dev-python/PyGithub/PyGithub-1.58.2.ebuild
index c22ebb71ed44..97685ed6fe03 100644
--- a/dev-python/PyGithub/PyGithub-1.58.2.ebuild
+++ b/dev-python/PyGithub/PyGithub-1.58.2.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="LGPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 # cryptography via pyjwt[crypto]
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/PyGithub/

2023-05-09 Thread Michał Górny
commit: 6e069810fa48f35bcddcf20e70ebd77b16de85af
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 10 03:04:09 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 10 03:13:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e069810

dev-python/PyGithub: Bump to 1.58.2

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/PyGithub/Manifest   |  1 +
 dev-python/PyGithub/PyGithub-1.58.2.ebuild | 38 ++
 2 files changed, 39 insertions(+)

diff --git a/dev-python/PyGithub/Manifest b/dev-python/PyGithub/Manifest
index eb771d6a76bb..7dae511047b3 100644
--- a/dev-python/PyGithub/Manifest
+++ b/dev-python/PyGithub/Manifest
@@ -1 +1,2 @@
 DIST PyGithub-1.58.1.tar.gz 3171074 BLAKE2B 
e1397db839b2fc194fc67d9ac47adf9faa4a087c9350596e243d8d763a05d50ee1f9b03192bc5b88c0c94893c8d39b798efd07d0c2c8c597072c65306339c03a
 SHA512 
97e316d8bcd47546da2f64afe462b51d183a5385544a57963585a179d844e12865c7b87f08c507c4d3d8c0397a7f98acd84c17f45e9668722459c4c2cc328363
+DIST PyGithub-1.58.2.tar.gz 3171156 BLAKE2B 
251964d542eff68b16a4b56740ed3753f80e56f56458cbc1b909b082b6f5deaf805088a24002e1bb95dae46fc7dcd54da6dbfdbd43c79c097a55f118c0bcc755
 SHA512 
91db0db09c4bfd145013c4b0861d12271a83bce9de7865eaa3e8baeb02bbb262218987556e7df435b50fcd14ea178da7bc23225d4d93ccf1714fa9a894cd46bd

diff --git a/dev-python/PyGithub/PyGithub-1.58.2.ebuild 
b/dev-python/PyGithub/PyGithub-1.58.2.ebuild
new file mode 100644
index ..c22ebb71ed44
--- /dev/null
+++ b/dev-python/PyGithub/PyGithub-1.58.2.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Python library to access the Github API v3"
+HOMEPAGE="
+   https://github.com/PyGithub/PyGithub/
+   https://pypi.org/project/PyGithub/
+"
+
+LICENSE="LGPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+# cryptography via pyjwt[crypto]
+RDEPEND="
+   dev-python/cryptography[${PYTHON_USEDEP}]
+   dev-python/deprecated[${PYTHON_USEDEP}]
+   >=dev-python/pyjwt-2.4.0[${PYTHON_USEDEP}]
+   >=dev-python/pynacl-1.4.0[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.14.0[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   dev-python/setuptools-scm[${PYTHON_USEDEP}]
+   test? (
+   >=dev-python/httpretty-0.9.6[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/PyGithub/

2023-03-24 Thread Michał Górny
commit: ac9e8b981203165bb3aced9c74d951fbb2273f27
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Mar 25 05:00:57 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar 25 05:01:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac9e8b98

dev-python/PyGithub: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/PyGithub/Manifest   |  2 --
 dev-python/PyGithub/PyGithub-1.57.ebuild   | 39 --
 dev-python/PyGithub/PyGithub-1.58.0.ebuild | 39 --
 3 files changed, 80 deletions(-)

diff --git a/dev-python/PyGithub/Manifest b/dev-python/PyGithub/Manifest
index 05a1fe131dc7..eb771d6a76bb 100644
--- a/dev-python/PyGithub/Manifest
+++ b/dev-python/PyGithub/Manifest
@@ -1,3 +1 @@
-DIST PyGithub-1.57.gh.tar.gz 3159952 BLAKE2B 
e753a72c0fe20f0697ff3246fd2c3445571079ae18bee50abf6543da51d9e889c67cafa0bf36a980223f3423cf880c36d24ce74a6bf245117a080186a209ddcb
 SHA512 
6c8880d21c5134581be6bc5549184c3f13cef8f360a46a459234f22f3dd4fc5f8b573cc3a5d870bba6c6129ff7b670e739d87e42f2e34ddcdf357a3fe2b3cadc
-DIST PyGithub-1.58.0.gh.tar.gz 3172006 BLAKE2B 
a1d71c11a359d296fbf895a1fc3c9f60490b7c63fd65c92a3a025c2b306ca281a03cf65d49a1dcca5bb0a9c537b130f5ef7bd9ab594f1521a106857f83669f65
 SHA512 
cbaca0d116be56f6d44084892e52b7073378743178342a480c2b3990542e476bee52947d56f8be950d05d5c06fb8eaeb32acb35285c79e0cbbd8b24239af6cba
 DIST PyGithub-1.58.1.tar.gz 3171074 BLAKE2B 
e1397db839b2fc194fc67d9ac47adf9faa4a087c9350596e243d8d763a05d50ee1f9b03192bc5b88c0c94893c8d39b798efd07d0c2c8c597072c65306339c03a
 SHA512 
97e316d8bcd47546da2f64afe462b51d183a5385544a57963585a179d844e12865c7b87f08c507c4d3d8c0397a7f98acd84c17f45e9668722459c4c2cc328363

diff --git a/dev-python/PyGithub/PyGithub-1.57.ebuild 
b/dev-python/PyGithub/PyGithub-1.57.ebuild
deleted file mode 100644
index 1768dcfd92fb..
--- a/dev-python/PyGithub/PyGithub-1.57.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python library to access the Github API v3"
-HOMEPAGE="
-   https://github.com/PyGithub/PyGithub/
-   https://pypi.org/project/PyGithub/
-"
-SRC_URI="
-   https://github.com/PyGithub/PyGithub/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="LGPL-3+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="
-   dev-python/deprecated[${PYTHON_USEDEP}]
-   >=dev-python/pyjwt-2.4.0[${PYTHON_USEDEP}]
-   >=dev-python/pynacl-1.4.0[${PYTHON_USEDEP}]
-   >=dev-python/requests-2.14.0[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/cryptography[${PYTHON_USEDEP}]
-   >=dev-python/httpretty-0.9.6[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest

diff --git a/dev-python/PyGithub/PyGithub-1.58.0.ebuild 
b/dev-python/PyGithub/PyGithub-1.58.0.ebuild
deleted file mode 100644
index 5ad78d5f92e7..
--- a/dev-python/PyGithub/PyGithub-1.58.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python library to access the Github API v3"
-HOMEPAGE="
-   https://github.com/PyGithub/PyGithub/
-   https://pypi.org/project/PyGithub/
-"
-SRC_URI="
-   https://github.com/PyGithub/PyGithub/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="LGPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-   dev-python/deprecated[${PYTHON_USEDEP}]
-   >=dev-python/pyjwt-2.4.0[${PYTHON_USEDEP}]
-   >=dev-python/pynacl-1.4.0[${PYTHON_USEDEP}]
-   >=dev-python/requests-2.14.0[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/cryptography[${PYTHON_USEDEP}]
-   >=dev-python/httpretty-0.9.6[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/PyGithub/

2023-03-24 Thread Sam James
commit: 0a89b21ae2144e3c5e6091898b65228b26310f24
Author: Sam James  gentoo  org>
AuthorDate: Sat Mar 25 01:42:35 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Mar 25 01:42:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a89b21a

dev-python/PyGithub: Stabilize 1.58.1 ALLARCHES, #902911

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/PyGithub/PyGithub-1.58.1.ebuild 
b/dev-python/PyGithub/PyGithub-1.58.1.ebuild
index c22ebb71ed44..97685ed6fe03 100644
--- a/dev-python/PyGithub/PyGithub-1.58.1.ebuild
+++ b/dev-python/PyGithub/PyGithub-1.58.1.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="LGPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 # cryptography via pyjwt[crypto]
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/PyGithub/

2023-03-18 Thread Michał Górny
commit: e3a3afd068209204b7a23b88d37de18859a78a26
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Mar 19 04:03:19 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Mar 19 04:13:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3a3afd0

dev-python/PyGithub: Bump to 1.58.1

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/PyGithub/Manifest   |  1 +
 dev-python/PyGithub/PyGithub-1.58.1.ebuild | 38 ++
 2 files changed, 39 insertions(+)

diff --git a/dev-python/PyGithub/Manifest b/dev-python/PyGithub/Manifest
index 7178a4f43652..05a1fe131dc7 100644
--- a/dev-python/PyGithub/Manifest
+++ b/dev-python/PyGithub/Manifest
@@ -1,2 +1,3 @@
 DIST PyGithub-1.57.gh.tar.gz 3159952 BLAKE2B 
e753a72c0fe20f0697ff3246fd2c3445571079ae18bee50abf6543da51d9e889c67cafa0bf36a980223f3423cf880c36d24ce74a6bf245117a080186a209ddcb
 SHA512 
6c8880d21c5134581be6bc5549184c3f13cef8f360a46a459234f22f3dd4fc5f8b573cc3a5d870bba6c6129ff7b670e739d87e42f2e34ddcdf357a3fe2b3cadc
 DIST PyGithub-1.58.0.gh.tar.gz 3172006 BLAKE2B 
a1d71c11a359d296fbf895a1fc3c9f60490b7c63fd65c92a3a025c2b306ca281a03cf65d49a1dcca5bb0a9c537b130f5ef7bd9ab594f1521a106857f83669f65
 SHA512 
cbaca0d116be56f6d44084892e52b7073378743178342a480c2b3990542e476bee52947d56f8be950d05d5c06fb8eaeb32acb35285c79e0cbbd8b24239af6cba
+DIST PyGithub-1.58.1.tar.gz 3171074 BLAKE2B 
e1397db839b2fc194fc67d9ac47adf9faa4a087c9350596e243d8d763a05d50ee1f9b03192bc5b88c0c94893c8d39b798efd07d0c2c8c597072c65306339c03a
 SHA512 
97e316d8bcd47546da2f64afe462b51d183a5385544a57963585a179d844e12865c7b87f08c507c4d3d8c0397a7f98acd84c17f45e9668722459c4c2cc328363

diff --git a/dev-python/PyGithub/PyGithub-1.58.1.ebuild 
b/dev-python/PyGithub/PyGithub-1.58.1.ebuild
new file mode 100644
index ..c22ebb71ed44
--- /dev/null
+++ b/dev-python/PyGithub/PyGithub-1.58.1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Python library to access the Github API v3"
+HOMEPAGE="
+   https://github.com/PyGithub/PyGithub/
+   https://pypi.org/project/PyGithub/
+"
+
+LICENSE="LGPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+# cryptography via pyjwt[crypto]
+RDEPEND="
+   dev-python/cryptography[${PYTHON_USEDEP}]
+   dev-python/deprecated[${PYTHON_USEDEP}]
+   >=dev-python/pyjwt-2.4.0[${PYTHON_USEDEP}]
+   >=dev-python/pynacl-1.4.0[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.14.0[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   dev-python/setuptools-scm[${PYTHON_USEDEP}]
+   test? (
+   >=dev-python/httpretty-0.9.6[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/PyGithub/

2023-02-19 Thread Michał Górny
commit: ed01baab8ff01a43f0121e3e35ce5f61f5c60af9
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb 20 05:33:45 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb 20 06:24:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed01baab

dev-python/PyGithub: Bump to 1.58.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/PyGithub/Manifest   |  1 +
 dev-python/PyGithub/PyGithub-1.58.0.ebuild | 39 ++
 2 files changed, 40 insertions(+)

diff --git a/dev-python/PyGithub/Manifest b/dev-python/PyGithub/Manifest
index 6262ace17b25..7178a4f43652 100644
--- a/dev-python/PyGithub/Manifest
+++ b/dev-python/PyGithub/Manifest
@@ -1 +1,2 @@
 DIST PyGithub-1.57.gh.tar.gz 3159952 BLAKE2B 
e753a72c0fe20f0697ff3246fd2c3445571079ae18bee50abf6543da51d9e889c67cafa0bf36a980223f3423cf880c36d24ce74a6bf245117a080186a209ddcb
 SHA512 
6c8880d21c5134581be6bc5549184c3f13cef8f360a46a459234f22f3dd4fc5f8b573cc3a5d870bba6c6129ff7b670e739d87e42f2e34ddcdf357a3fe2b3cadc
+DIST PyGithub-1.58.0.gh.tar.gz 3172006 BLAKE2B 
a1d71c11a359d296fbf895a1fc3c9f60490b7c63fd65c92a3a025c2b306ca281a03cf65d49a1dcca5bb0a9c537b130f5ef7bd9ab594f1521a106857f83669f65
 SHA512 
cbaca0d116be56f6d44084892e52b7073378743178342a480c2b3990542e476bee52947d56f8be950d05d5c06fb8eaeb32acb35285c79e0cbbd8b24239af6cba

diff --git a/dev-python/PyGithub/PyGithub-1.58.0.ebuild 
b/dev-python/PyGithub/PyGithub-1.58.0.ebuild
new file mode 100644
index ..5ad78d5f92e7
--- /dev/null
+++ b/dev-python/PyGithub/PyGithub-1.58.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python library to access the Github API v3"
+HOMEPAGE="
+   https://github.com/PyGithub/PyGithub/
+   https://pypi.org/project/PyGithub/
+"
+SRC_URI="
+   https://github.com/PyGithub/PyGithub/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="LGPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-python/deprecated[${PYTHON_USEDEP}]
+   >=dev-python/pyjwt-2.4.0[${PYTHON_USEDEP}]
+   >=dev-python/pynacl-1.4.0[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.14.0[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/cryptography[${PYTHON_USEDEP}]
+   >=dev-python/httpretty-0.9.6[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/PyGithub/

2023-01-10 Thread Michał Górny
commit: 5dac9da59e60e2cf311f31bf961051ee1be592eb
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jan 10 14:27:16 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jan 10 14:29:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5dac9da5

dev-python/PyGithub: Remove Python < 3.10

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/PyGithub/PyGithub-1.57.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/PyGithub/PyGithub-1.57.ebuild 
b/dev-python/PyGithub/PyGithub-1.57.ebuild
index b180417a832d..1768dcfd92fb 100644
--- a/dev-python/PyGithub/PyGithub-1.57.ebuild
+++ b/dev-python/PyGithub/PyGithub-1.57.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} )
+PYTHON_COMPAT=( python3_{10..11} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/PyGithub/

2022-12-10 Thread Michał Górny
commit: d5b1e7bc5e369ffa0a3da0ab6cd926e3c056ecfa
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Dec 10 15:44:55 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Dec 10 15:46:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5b1e7bc

dev-python/PyGithub: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/PyGithub/Manifest |  1 -
 dev-python/PyGithub/PyGithub-1.56.ebuild | 39 
 2 files changed, 40 deletions(-)

diff --git a/dev-python/PyGithub/Manifest b/dev-python/PyGithub/Manifest
index ed160288497a..6262ace17b25 100644
--- a/dev-python/PyGithub/Manifest
+++ b/dev-python/PyGithub/Manifest
@@ -1,2 +1 @@
-DIST PyGithub-1.56.gh.tar.gz 3144624 BLAKE2B 
04ee4784802f04b39da3fe28b67a884f14adc3d60f3085a5490d91e7b56fcadb735e70e8295ffddb63f21ca417932f1f8da0adf592e59034d3f7449d3c837aad
 SHA512 
fe20d5eaa0f0267c49141fdd4d37bff81fe766a7db48662ceabc5a3f69ae7587bba6958d959a67dd224d4402f9b5785b67b461cac4c2f1bf5a15e8fcf8ae98ec
 DIST PyGithub-1.57.gh.tar.gz 3159952 BLAKE2B 
e753a72c0fe20f0697ff3246fd2c3445571079ae18bee50abf6543da51d9e889c67cafa0bf36a980223f3423cf880c36d24ce74a6bf245117a080186a209ddcb
 SHA512 
6c8880d21c5134581be6bc5549184c3f13cef8f360a46a459234f22f3dd4fc5f8b573cc3a5d870bba6c6129ff7b670e739d87e42f2e34ddcdf357a3fe2b3cadc

diff --git a/dev-python/PyGithub/PyGithub-1.56.ebuild 
b/dev-python/PyGithub/PyGithub-1.56.ebuild
deleted file mode 100644
index 6d4bea4cc23b..
--- a/dev-python/PyGithub/PyGithub-1.56.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python library to access the Github API v3"
-HOMEPAGE="
-   https://github.com/PyGithub/PyGithub/
-   https://pypi.org/project/PyGithub/
-"
-SRC_URI="
-   https://github.com/PyGithub/PyGithub/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="LGPL-3+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="
-   dev-python/deprecated[${PYTHON_USEDEP}]
-   >=dev-python/pyjwt-2.0[${PYTHON_USEDEP}]
-   >=dev-python/pynacl-1.4.0[${PYTHON_USEDEP}]
-   >=dev-python/requests-2.14.0[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/cryptography[${PYTHON_USEDEP}]
-   >=dev-python/httpretty-0.9.6[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/PyGithub/

2022-11-19 Thread Michał Górny
commit: 682ca2d364b96a32ed730048e716bc8030d5df4a
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Nov 19 16:53:10 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Nov 19 16:53:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=682ca2d3

dev-python/PyGithub: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/PyGithub/Manifest|  1 -
 dev-python/PyGithub/PyGithub-1.55-r1.ebuild | 33 -
 2 files changed, 34 deletions(-)

diff --git a/dev-python/PyGithub/Manifest b/dev-python/PyGithub/Manifest
index 430b17000cdb..ed160288497a 100644
--- a/dev-python/PyGithub/Manifest
+++ b/dev-python/PyGithub/Manifest
@@ -1,3 +1,2 @@
-DIST PyGithub-1.55.gh.tar.gz 3123996 BLAKE2B 
58522db764b44286bb4b65cfa13fcce8fcaac99f1b71d62afe6cfda2bc8b13537de0b0db65e0cbc5c6e4a346cfdbf0084c0c8f4c13ed046d8bea33b10fa51382
 SHA512 
7ea9e67428e98330f90f1d78e5a003dbe1a6d5cd98b6c729f2030a73d21b4a72a7957382c888fac0b7bae4a409cfb53473a19e7e73df46b251df0327871e173a
 DIST PyGithub-1.56.gh.tar.gz 3144624 BLAKE2B 
04ee4784802f04b39da3fe28b67a884f14adc3d60f3085a5490d91e7b56fcadb735e70e8295ffddb63f21ca417932f1f8da0adf592e59034d3f7449d3c837aad
 SHA512 
fe20d5eaa0f0267c49141fdd4d37bff81fe766a7db48662ceabc5a3f69ae7587bba6958d959a67dd224d4402f9b5785b67b461cac4c2f1bf5a15e8fcf8ae98ec
 DIST PyGithub-1.57.gh.tar.gz 3159952 BLAKE2B 
e753a72c0fe20f0697ff3246fd2c3445571079ae18bee50abf6543da51d9e889c67cafa0bf36a980223f3423cf880c36d24ce74a6bf245117a080186a209ddcb
 SHA512 
6c8880d21c5134581be6bc5549184c3f13cef8f360a46a459234f22f3dd4fc5f8b573cc3a5d870bba6c6129ff7b670e739d87e42f2e34ddcdf357a3fe2b3cadc

diff --git a/dev-python/PyGithub/PyGithub-1.55-r1.ebuild 
b/dev-python/PyGithub/PyGithub-1.55-r1.ebuild
deleted file mode 100644
index 26580b302ec9..
--- a/dev-python/PyGithub/PyGithub-1.55-r1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python library to access the Github API v3"
-HOMEPAGE="https://github.com/PyGithub/PyGithub/;
-SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
-
-LICENSE="LGPL-3+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="
-   dev-python/deprecated[${PYTHON_USEDEP}]
-   >=dev-python/pyjwt-2.0[${PYTHON_USEDEP}]
-   >=dev-python/pynacl-1.4.0[${PYTHON_USEDEP}]
-   >=dev-python/requests-2.14.0[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/cryptography[${PYTHON_USEDEP}]
-   >=dev-python/httpretty-0.9.6[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/PyGithub/

2022-11-19 Thread Sam James
commit: a3968da84b39a895710b6a2615ff3dcbb4b3467f
Author: Sam James  gentoo  org>
AuthorDate: Sat Nov 19 16:39:16 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Nov 19 16:39:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3968da8

dev-python/PyGithub: Stabilize 1.56 ALLARCHES, #881921

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/PyGithub/PyGithub-1.56.ebuild 
b/dev-python/PyGithub/PyGithub-1.56.ebuild
index 2aff9499dee1..6d4bea4cc23b 100644
--- a/dev-python/PyGithub/PyGithub-1.56.ebuild
+++ b/dev-python/PyGithub/PyGithub-1.56.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="LGPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="
dev-python/deprecated[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/PyGithub/

2022-11-04 Thread Michał Górny
commit: 50126f01ec0d79f85b817dbe5c6ce2f4fc772fdb
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Nov  5 04:08:58 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Nov  5 04:59:53 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50126f01

dev-python/PyGithub: Bump to 1.57

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/PyGithub/Manifest |  1 +
 dev-python/PyGithub/PyGithub-1.57.ebuild | 39 
 2 files changed, 40 insertions(+)

diff --git a/dev-python/PyGithub/Manifest b/dev-python/PyGithub/Manifest
index f6c986408afa..430b17000cdb 100644
--- a/dev-python/PyGithub/Manifest
+++ b/dev-python/PyGithub/Manifest
@@ -1,2 +1,3 @@
 DIST PyGithub-1.55.gh.tar.gz 3123996 BLAKE2B 
58522db764b44286bb4b65cfa13fcce8fcaac99f1b71d62afe6cfda2bc8b13537de0b0db65e0cbc5c6e4a346cfdbf0084c0c8f4c13ed046d8bea33b10fa51382
 SHA512 
7ea9e67428e98330f90f1d78e5a003dbe1a6d5cd98b6c729f2030a73d21b4a72a7957382c888fac0b7bae4a409cfb53473a19e7e73df46b251df0327871e173a
 DIST PyGithub-1.56.gh.tar.gz 3144624 BLAKE2B 
04ee4784802f04b39da3fe28b67a884f14adc3d60f3085a5490d91e7b56fcadb735e70e8295ffddb63f21ca417932f1f8da0adf592e59034d3f7449d3c837aad
 SHA512 
fe20d5eaa0f0267c49141fdd4d37bff81fe766a7db48662ceabc5a3f69ae7587bba6958d959a67dd224d4402f9b5785b67b461cac4c2f1bf5a15e8fcf8ae98ec
+DIST PyGithub-1.57.gh.tar.gz 3159952 BLAKE2B 
e753a72c0fe20f0697ff3246fd2c3445571079ae18bee50abf6543da51d9e889c67cafa0bf36a980223f3423cf880c36d24ce74a6bf245117a080186a209ddcb
 SHA512 
6c8880d21c5134581be6bc5549184c3f13cef8f360a46a459234f22f3dd4fc5f8b573cc3a5d870bba6c6129ff7b670e739d87e42f2e34ddcdf357a3fe2b3cadc

diff --git a/dev-python/PyGithub/PyGithub-1.57.ebuild 
b/dev-python/PyGithub/PyGithub-1.57.ebuild
new file mode 100644
index ..b1550f8817e5
--- /dev/null
+++ b/dev-python/PyGithub/PyGithub-1.57.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python library to access the Github API v3"
+HOMEPAGE="
+   https://github.com/PyGithub/PyGithub/
+   https://pypi.org/project/PyGithub/
+"
+SRC_URI="
+   https://github.com/PyGithub/PyGithub/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="LGPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-python/deprecated[${PYTHON_USEDEP}]
+   >=dev-python/pyjwt-2.4.0[${PYTHON_USEDEP}]
+   >=dev-python/pynacl-1.4.0[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.14.0[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/cryptography[${PYTHON_USEDEP}]
+   >=dev-python/httpretty-0.9.6[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/PyGithub/

2022-10-13 Thread Michał Górny
commit: 055c0cfe72aa89edb7e4e10570b78e9776243a5a
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Oct 13 17:41:27 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Oct 13 18:14:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=055c0cfe

dev-python/PyGithub: Bump to 1.56

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/PyGithub/Manifest |  1 +
 dev-python/PyGithub/PyGithub-1.56.ebuild | 39 
 2 files changed, 40 insertions(+)

diff --git a/dev-python/PyGithub/Manifest b/dev-python/PyGithub/Manifest
index 8a69860df0a5..f6c986408afa 100644
--- a/dev-python/PyGithub/Manifest
+++ b/dev-python/PyGithub/Manifest
@@ -1 +1,2 @@
 DIST PyGithub-1.55.gh.tar.gz 3123996 BLAKE2B 
58522db764b44286bb4b65cfa13fcce8fcaac99f1b71d62afe6cfda2bc8b13537de0b0db65e0cbc5c6e4a346cfdbf0084c0c8f4c13ed046d8bea33b10fa51382
 SHA512 
7ea9e67428e98330f90f1d78e5a003dbe1a6d5cd98b6c729f2030a73d21b4a72a7957382c888fac0b7bae4a409cfb53473a19e7e73df46b251df0327871e173a
+DIST PyGithub-1.56.gh.tar.gz 3144624 BLAKE2B 
04ee4784802f04b39da3fe28b67a884f14adc3d60f3085a5490d91e7b56fcadb735e70e8295ffddb63f21ca417932f1f8da0adf592e59034d3f7449d3c837aad
 SHA512 
fe20d5eaa0f0267c49141fdd4d37bff81fe766a7db48662ceabc5a3f69ae7587bba6958d959a67dd224d4402f9b5785b67b461cac4c2f1bf5a15e8fcf8ae98ec

diff --git a/dev-python/PyGithub/PyGithub-1.56.ebuild 
b/dev-python/PyGithub/PyGithub-1.56.ebuild
new file mode 100644
index ..2aff9499dee1
--- /dev/null
+++ b/dev-python/PyGithub/PyGithub-1.56.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python library to access the Github API v3"
+HOMEPAGE="
+   https://github.com/PyGithub/PyGithub/
+   https://pypi.org/project/PyGithub/
+"
+SRC_URI="
+   https://github.com/PyGithub/PyGithub/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="LGPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-python/deprecated[${PYTHON_USEDEP}]
+   >=dev-python/pyjwt-2.0[${PYTHON_USEDEP}]
+   >=dev-python/pynacl-1.4.0[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.14.0[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/cryptography[${PYTHON_USEDEP}]
+   >=dev-python/httpretty-0.9.6[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/PyGithub/

2022-05-14 Thread Michał Górny
commit: 23b34fa772bc4145c7f5a830804a2f967fd77970
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 14 13:15:50 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 14 14:20:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23b34fa7

dev-python/PyGithub: Enable py3.11

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/PyGithub/PyGithub-1.55-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/PyGithub/PyGithub-1.55-r1.ebuild 
b/dev-python/PyGithub/PyGithub-1.55-r1.ebuild
index 30ea465aba97..26580b302ec9 100644
--- a/dev-python/PyGithub/PyGithub-1.55-r1.ebuild
+++ b/dev-python/PyGithub/PyGithub-1.55-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/PyGithub/

2022-03-31 Thread Michał Górny
commit: d119e7bb2f8eee9190960597f4fabcb94fdaabbd
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 31 12:42:04 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 31 12:42:20 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d119e7bb

dev-python/PyGithub: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/PyGithub/PyGithub-1.55.ebuild | 29 -
 1 file changed, 29 deletions(-)

diff --git a/dev-python/PyGithub/PyGithub-1.55.ebuild 
b/dev-python/PyGithub/PyGithub-1.55.ebuild
deleted file mode 100644
index 2d5c530f24f9..
--- a/dev-python/PyGithub/PyGithub-1.55.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit distutils-r1
-
-DESCRIPTION="Python library to access the Github API v3"
-HOMEPAGE="https://github.com/PyGithub/PyGithub/;
-# Use github since pypi is missing test data
-SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
-
-LICENSE="LGPL-3+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="dev-python/deprecated[${PYTHON_USEDEP}]
-   >=dev-python/pyjwt-2.0[${PYTHON_USEDEP}]
-   >=dev-python/pynacl-1.4.0[${PYTHON_USEDEP}]
-   >=dev-python/requests-2.14.0[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]"
-BDEPEND="
-   test? (
-   dev-python/cryptography[${PYTHON_USEDEP}]
-   >=dev-python/httpretty-0.9.6[${PYTHON_USEDEP}]
-   )"
-
-distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/PyGithub/

2022-03-31 Thread Jakov Smolić
commit: b4d6d1c3c6c920aeb584d84cde3818bccad050e3
Author: Jakov Smolić  gentoo  org>
AuthorDate: Thu Mar 31 12:33:41 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Thu Mar 31 12:33:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4d6d1c3

dev-python/PyGithub: Stabilize 1.55-r1 ALLARCHES, #836512

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-python/PyGithub/PyGithub-1.55-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/PyGithub/PyGithub-1.55-r1.ebuild 
b/dev-python/PyGithub/PyGithub-1.55-r1.ebuild
index c2405edca9b5..30ea465aba97 100644
--- a/dev-python/PyGithub/PyGithub-1.55-r1.ebuild
+++ b/dev-python/PyGithub/PyGithub-1.55-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz 
-> ${P}.gh.tar.gz"
 
 LICENSE="LGPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="
dev-python/deprecated[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/PyGithub/

2022-02-26 Thread Michał Górny
commit: f58d22201d7272059e350c702198532d4eeabef1
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Feb 26 10:20:02 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Feb 26 10:26:38 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f58d2220

dev-python/PyGithub: EAPI 8, PEP517

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/PyGithub/PyGithub-1.55-r1.ebuild | 33 +
 1 file changed, 33 insertions(+)

diff --git a/dev-python/PyGithub/PyGithub-1.55-r1.ebuild 
b/dev-python/PyGithub/PyGithub-1.55-r1.ebuild
new file mode 100644
index ..c2405edca9b5
--- /dev/null
+++ b/dev-python/PyGithub/PyGithub-1.55-r1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python library to access the Github API v3"
+HOMEPAGE="https://github.com/PyGithub/PyGithub/;
+SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
+
+LICENSE="LGPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-python/deprecated[${PYTHON_USEDEP}]
+   >=dev-python/pyjwt-2.0[${PYTHON_USEDEP}]
+   >=dev-python/pynacl-1.4.0[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.14.0[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/cryptography[${PYTHON_USEDEP}]
+   >=dev-python/httpretty-0.9.6[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/PyGithub/

2021-12-14 Thread Michał Górny
commit: 7a7f63be78d897ece38a3a92afdaacc2669a7249
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Dec 14 10:33:38 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Dec 14 12:29:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a7f63be

dev-python/PyGithub: Tested on py3.10

Signed-off-by: Michał Górny  gentoo.org>

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

diff --git a/dev-python/PyGithub/PyGithub-1.55.ebuild 
b/dev-python/PyGithub/PyGithub-1.55.ebuild
index 358c890eee5c..2d5c530f24f9 100644
--- a/dev-python/PyGithub/PyGithub-1.55.ebuild
+++ b/dev-python/PyGithub/PyGithub-1.55.ebuild
@@ -2,8 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{7..9} )
 
+PYTHON_COMPAT=( python3_{8..10} )
 inherit distutils-r1
 
 DESCRIPTION="Python library to access the Github API v3"



[gentoo-commits] repo/gentoo:master commit in: dev-python/PyGithub/

2021-06-05 Thread Michał Górny
commit: b2329447d92485f6fe3220a36c22c89f4ec19813
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jun  5 21:11:52 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jun  5 21:11:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2329447

dev-python/PyGithub: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/PyGithub/Manifest   |  1 -
 dev-python/PyGithub/PyGithub-1.54.1.ebuild | 28 
 2 files changed, 29 deletions(-)

diff --git a/dev-python/PyGithub/Manifest b/dev-python/PyGithub/Manifest
index 2b6279977e7..8a69860df0a 100644
--- a/dev-python/PyGithub/Manifest
+++ b/dev-python/PyGithub/Manifest
@@ -1,2 +1 @@
-DIST PyGithub-1.54.1.gh.tar.gz 3117667 BLAKE2B 
1cf44acf8e69674dee8440162151236eead3af78e2ea9d1c57d7c9217b7249fbc1d8ca10f15e79f8f27ae9cd5ad126376b1702ac4d9758e4f0b0acf6e85eab22
 SHA512 
72aecef168c8741b773560bee31b0b6159abeea97cc9f659363ff9204eed610686fdaf6461dab0c643adf00140a53aa86d70b9011b39522650aa872f02e5e67e
 DIST PyGithub-1.55.gh.tar.gz 3123996 BLAKE2B 
58522db764b44286bb4b65cfa13fcce8fcaac99f1b71d62afe6cfda2bc8b13537de0b0db65e0cbc5c6e4a346cfdbf0084c0c8f4c13ed046d8bea33b10fa51382
 SHA512 
7ea9e67428e98330f90f1d78e5a003dbe1a6d5cd98b6c729f2030a73d21b4a72a7957382c888fac0b7bae4a409cfb53473a19e7e73df46b251df0327871e173a

diff --git a/dev-python/PyGithub/PyGithub-1.54.1.ebuild 
b/dev-python/PyGithub/PyGithub-1.54.1.ebuild
deleted file mode 100644
index 47e468c1999..000
--- a/dev-python/PyGithub/PyGithub-1.54.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-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 library to access the Github API v3"
-HOMEPAGE="https://github.com/PyGithub/PyGithub/;
-# Use github since pypi is missing test data
-SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
-
-LICENSE="LGPL-3+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="dev-python/deprecated[${PYTHON_USEDEP}]
-   =dev-python/requests-2.14.0[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]"
-BDEPEND="
-   test? (
-   dev-python/cryptography[${PYTHON_USEDEP}]
-   >=dev-python/httpretty-0.9.6[${PYTHON_USEDEP}]
-   )"
-
-distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/PyGithub/

2021-06-05 Thread Sam James
commit: dd1f81d5b761fdc6d2643855be4fddebc901d709
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun  5 20:32:13 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun  5 20:32:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd1f81d5

dev-python/PyGithub: Stabilize 1.55 ALLARCHES, #794376

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/PyGithub/PyGithub-1.55.ebuild 
b/dev-python/PyGithub/PyGithub-1.55.ebuild
index e11fd559bfd..358c890eee5 100644
--- a/dev-python/PyGithub/PyGithub-1.55.ebuild
+++ b/dev-python/PyGithub/PyGithub-1.55.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz 
-> ${P}.gh.tar.gz"
 
 LICENSE="LGPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="dev-python/deprecated[${PYTHON_USEDEP}]
>=dev-python/pyjwt-2.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/PyGithub/

2021-04-26 Thread Michał Górny
commit: 65a0af803be47517f08035bfe0ac5032abb8528c
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Apr 26 06:54:44 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Apr 26 07:09:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65a0af80

dev-python/PyGithub: Bump to 1.55

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/PyGithub/Manifest |  1 +
 dev-python/PyGithub/PyGithub-1.55.ebuild | 29 +
 2 files changed, 30 insertions(+)

diff --git a/dev-python/PyGithub/Manifest b/dev-python/PyGithub/Manifest
index c031e657979..2b6279977e7 100644
--- a/dev-python/PyGithub/Manifest
+++ b/dev-python/PyGithub/Manifest
@@ -1 +1,2 @@
 DIST PyGithub-1.54.1.gh.tar.gz 3117667 BLAKE2B 
1cf44acf8e69674dee8440162151236eead3af78e2ea9d1c57d7c9217b7249fbc1d8ca10f15e79f8f27ae9cd5ad126376b1702ac4d9758e4f0b0acf6e85eab22
 SHA512 
72aecef168c8741b773560bee31b0b6159abeea97cc9f659363ff9204eed610686fdaf6461dab0c643adf00140a53aa86d70b9011b39522650aa872f02e5e67e
+DIST PyGithub-1.55.gh.tar.gz 3123996 BLAKE2B 
58522db764b44286bb4b65cfa13fcce8fcaac99f1b71d62afe6cfda2bc8b13537de0b0db65e0cbc5c6e4a346cfdbf0084c0c8f4c13ed046d8bea33b10fa51382
 SHA512 
7ea9e67428e98330f90f1d78e5a003dbe1a6d5cd98b6c729f2030a73d21b4a72a7957382c888fac0b7bae4a409cfb53473a19e7e73df46b251df0327871e173a

diff --git a/dev-python/PyGithub/PyGithub-1.55.ebuild 
b/dev-python/PyGithub/PyGithub-1.55.ebuild
new file mode 100644
index 000..e11fd559bfd
--- /dev/null
+++ b/dev-python/PyGithub/PyGithub-1.55.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-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 library to access the Github API v3"
+HOMEPAGE="https://github.com/PyGithub/PyGithub/;
+# Use github since pypi is missing test data
+SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
+
+LICENSE="LGPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="dev-python/deprecated[${PYTHON_USEDEP}]
+   >=dev-python/pyjwt-2.0[${PYTHON_USEDEP}]
+   >=dev-python/pynacl-1.4.0[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.14.0[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]"
+BDEPEND="
+   test? (
+   dev-python/cryptography[${PYTHON_USEDEP}]
+   >=dev-python/httpretty-0.9.6[${PYTHON_USEDEP}]
+   )"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/PyGithub/

2021-01-07 Thread Michał Górny
commit: 15f64b87a93252225aaf48323b373f431520fd90
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jan  7 09:13:25 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jan  7 09:16:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15f64b87

dev-python/PyGithub: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/PyGithub/Manifest |  1 -
 dev-python/PyGithub/PyGithub-1.54.ebuild | 28 
 2 files changed, 29 deletions(-)

diff --git a/dev-python/PyGithub/Manifest b/dev-python/PyGithub/Manifest
index 4a18db7253b..c031e657979 100644
--- a/dev-python/PyGithub/Manifest
+++ b/dev-python/PyGithub/Manifest
@@ -1,2 +1 @@
 DIST PyGithub-1.54.1.gh.tar.gz 3117667 BLAKE2B 
1cf44acf8e69674dee8440162151236eead3af78e2ea9d1c57d7c9217b7249fbc1d8ca10f15e79f8f27ae9cd5ad126376b1702ac4d9758e4f0b0acf6e85eab22
 SHA512 
72aecef168c8741b773560bee31b0b6159abeea97cc9f659363ff9204eed610686fdaf6461dab0c643adf00140a53aa86d70b9011b39522650aa872f02e5e67e
-DIST PyGithub-1.54.gh.tar.gz 3117061 BLAKE2B 
d180b9c0192ad22b84cb17ff6c9a7c4ad4d490c149549515727a0f1ab4e572461d461cdcd4138a0d9f03f26b0a689579bd7ec875896330a3c43e5cfb45411dc7
 SHA512 
c716df1f6dc64ea6bc56db82b0f0263dc0ec29994ea9fa967c22a0eee07c4ccd206f14168e36df7d913cfa387ecca703cd2331cd549bd42ebbec0e33ecd15c44

diff --git a/dev-python/PyGithub/PyGithub-1.54.ebuild 
b/dev-python/PyGithub/PyGithub-1.54.ebuild
deleted file mode 100644
index ae1dba794d4..000
--- a/dev-python/PyGithub/PyGithub-1.54.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{6..9} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python library to access the Github API v3"
-HOMEPAGE="https://github.com/PyGithub/PyGithub/;
-# Use github since pypi is missing test data
-SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
-
-LICENSE="LGPL-3+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="dev-python/deprecated[${PYTHON_USEDEP}]
-   dev-python/pyjwt[${PYTHON_USEDEP}]
-   >=dev-python/requests-2.14.0[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]"
-BDEPEND="
-   test? (
-   dev-python/cryptography[${PYTHON_USEDEP}]
-   >=dev-python/httpretty-0.9.6[${PYTHON_USEDEP}]
-   )"
-
-distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/PyGithub/

2020-12-31 Thread Michał Górny
commit: fce2ea5e197e24038025c979a8d1311e684d72fe
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Dec 31 08:41:20 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Dec 31 08:41:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fce2ea5e

dev-python/PyGithub: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/PyGithub/Manifest |  1 -
 dev-python/PyGithub/PyGithub-1.53.ebuild | 28 
 2 files changed, 29 deletions(-)

diff --git a/dev-python/PyGithub/Manifest b/dev-python/PyGithub/Manifest
index ad10311466a..4a18db7253b 100644
--- a/dev-python/PyGithub/Manifest
+++ b/dev-python/PyGithub/Manifest
@@ -1,3 +1,2 @@
-DIST PyGithub-1.53.gh.tar.gz 3026570 BLAKE2B 
7204c5934b94d5629b38e841a9c9011ea561ca8aa8d3d169915975fb02fe8db059fcb521d11bbb2350a806457d98abbfe36a19c4e5f633c82cdf06b8b7203c6d
 SHA512 
f98d013d5fdf31ee59405c52edb35942ca5a3d2c1ff9653c71f03871bb28d0c247412bfc2593991026ddb989e1a33dfe91d19b4ebb1e89386b54493d51071768
 DIST PyGithub-1.54.1.gh.tar.gz 3117667 BLAKE2B 
1cf44acf8e69674dee8440162151236eead3af78e2ea9d1c57d7c9217b7249fbc1d8ca10f15e79f8f27ae9cd5ad126376b1702ac4d9758e4f0b0acf6e85eab22
 SHA512 
72aecef168c8741b773560bee31b0b6159abeea97cc9f659363ff9204eed610686fdaf6461dab0c643adf00140a53aa86d70b9011b39522650aa872f02e5e67e
 DIST PyGithub-1.54.gh.tar.gz 3117061 BLAKE2B 
d180b9c0192ad22b84cb17ff6c9a7c4ad4d490c149549515727a0f1ab4e572461d461cdcd4138a0d9f03f26b0a689579bd7ec875896330a3c43e5cfb45411dc7
 SHA512 
c716df1f6dc64ea6bc56db82b0f0263dc0ec29994ea9fa967c22a0eee07c4ccd206f14168e36df7d913cfa387ecca703cd2331cd549bd42ebbec0e33ecd15c44

diff --git a/dev-python/PyGithub/PyGithub-1.53.ebuild 
b/dev-python/PyGithub/PyGithub-1.53.ebuild
deleted file mode 100644
index ae1dba794d4..000
--- a/dev-python/PyGithub/PyGithub-1.53.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{6..9} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python library to access the Github API v3"
-HOMEPAGE="https://github.com/PyGithub/PyGithub/;
-# Use github since pypi is missing test data
-SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
-
-LICENSE="LGPL-3+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="dev-python/deprecated[${PYTHON_USEDEP}]
-   dev-python/pyjwt[${PYTHON_USEDEP}]
-   >=dev-python/requests-2.14.0[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]"
-BDEPEND="
-   test? (
-   dev-python/cryptography[${PYTHON_USEDEP}]
-   >=dev-python/httpretty-0.9.6[${PYTHON_USEDEP}]
-   )"
-
-distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/PyGithub/

2020-12-30 Thread Sam James
commit: 10ab57660e2ecb57c059c5c67488403063549679
Author: Sam James  gentoo  org>
AuthorDate: Thu Dec 31 01:14:59 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Dec 31 01:14:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10ab5766

dev-python/PyGithub: Stabilize 1.54 ALLARCHES, #762532

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/PyGithub/PyGithub-1.54.ebuild 
b/dev-python/PyGithub/PyGithub-1.54.ebuild
index 0a466756e89..ae1dba794d4 100644
--- a/dev-python/PyGithub/PyGithub-1.54.ebuild
+++ b/dev-python/PyGithub/PyGithub-1.54.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz 
-> ${P}.gh.tar.gz"
 
 LICENSE="LGPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="dev-python/deprecated[${PYTHON_USEDEP}]
dev-python/pyjwt[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/PyGithub/

2020-12-24 Thread Michał Górny
commit: 35aee8e4ab9145e696bbd741241fc2111d26c03e
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Dec 24 08:36:23 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Dec 24 08:45:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35aee8e4

dev-python/PyGithub: Bump to 1.54.1

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/PyGithub/Manifest   |  1 +
 dev-python/PyGithub/PyGithub-1.54.1.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/dev-python/PyGithub/Manifest b/dev-python/PyGithub/Manifest
index 44fa66eabf2..ad10311466a 100644
--- a/dev-python/PyGithub/Manifest
+++ b/dev-python/PyGithub/Manifest
@@ -1,2 +1,3 @@
 DIST PyGithub-1.53.gh.tar.gz 3026570 BLAKE2B 
7204c5934b94d5629b38e841a9c9011ea561ca8aa8d3d169915975fb02fe8db059fcb521d11bbb2350a806457d98abbfe36a19c4e5f633c82cdf06b8b7203c6d
 SHA512 
f98d013d5fdf31ee59405c52edb35942ca5a3d2c1ff9653c71f03871bb28d0c247412bfc2593991026ddb989e1a33dfe91d19b4ebb1e89386b54493d51071768
+DIST PyGithub-1.54.1.gh.tar.gz 3117667 BLAKE2B 
1cf44acf8e69674dee8440162151236eead3af78e2ea9d1c57d7c9217b7249fbc1d8ca10f15e79f8f27ae9cd5ad126376b1702ac4d9758e4f0b0acf6e85eab22
 SHA512 
72aecef168c8741b773560bee31b0b6159abeea97cc9f659363ff9204eed610686fdaf6461dab0c643adf00140a53aa86d70b9011b39522650aa872f02e5e67e
 DIST PyGithub-1.54.gh.tar.gz 3117061 BLAKE2B 
d180b9c0192ad22b84cb17ff6c9a7c4ad4d490c149549515727a0f1ab4e572461d461cdcd4138a0d9f03f26b0a689579bd7ec875896330a3c43e5cfb45411dc7
 SHA512 
c716df1f6dc64ea6bc56db82b0f0263dc0ec29994ea9fa967c22a0eee07c4ccd206f14168e36df7d913cfa387ecca703cd2331cd549bd42ebbec0e33ecd15c44

diff --git a/dev-python/PyGithub/PyGithub-1.54.1.ebuild 
b/dev-python/PyGithub/PyGithub-1.54.1.ebuild
new file mode 100644
index 000..f261af35e04
--- /dev/null
+++ b/dev-python/PyGithub/PyGithub-1.54.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{6..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python library to access the Github API v3"
+HOMEPAGE="https://github.com/PyGithub/PyGithub/;
+# Use github since pypi is missing test data
+SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
+
+LICENSE="LGPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="dev-python/deprecated[${PYTHON_USEDEP}]
+   =dev-python/requests-2.14.0[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]"
+BDEPEND="
+   test? (
+   dev-python/cryptography[${PYTHON_USEDEP}]
+   >=dev-python/httpretty-0.9.6[${PYTHON_USEDEP}]
+   )"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/PyGithub/

2020-11-30 Thread Michał Górny
commit: e9346bdfc24353160a05f89b5c4c5a72687d3e05
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Nov 30 08:04:19 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Nov 30 08:25:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9346bdf

dev-python/PyGithub: Bump to 1.54

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/PyGithub/Manifest |  1 +
 dev-python/PyGithub/PyGithub-1.54.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/dev-python/PyGithub/Manifest b/dev-python/PyGithub/Manifest
index f34b274a7c0..44fa66eabf2 100644
--- a/dev-python/PyGithub/Manifest
+++ b/dev-python/PyGithub/Manifest
@@ -1 +1,2 @@
 DIST PyGithub-1.53.gh.tar.gz 3026570 BLAKE2B 
7204c5934b94d5629b38e841a9c9011ea561ca8aa8d3d169915975fb02fe8db059fcb521d11bbb2350a806457d98abbfe36a19c4e5f633c82cdf06b8b7203c6d
 SHA512 
f98d013d5fdf31ee59405c52edb35942ca5a3d2c1ff9653c71f03871bb28d0c247412bfc2593991026ddb989e1a33dfe91d19b4ebb1e89386b54493d51071768
+DIST PyGithub-1.54.gh.tar.gz 3117061 BLAKE2B 
d180b9c0192ad22b84cb17ff6c9a7c4ad4d490c149549515727a0f1ab4e572461d461cdcd4138a0d9f03f26b0a689579bd7ec875896330a3c43e5cfb45411dc7
 SHA512 
c716df1f6dc64ea6bc56db82b0f0263dc0ec29994ea9fa967c22a0eee07c4ccd206f14168e36df7d913cfa387ecca703cd2331cd549bd42ebbec0e33ecd15c44

diff --git a/dev-python/PyGithub/PyGithub-1.54.ebuild 
b/dev-python/PyGithub/PyGithub-1.54.ebuild
new file mode 100644
index 000..0a466756e89
--- /dev/null
+++ b/dev-python/PyGithub/PyGithub-1.54.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{6..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python library to access the Github API v3"
+HOMEPAGE="https://github.com/PyGithub/PyGithub/;
+# Use github since pypi is missing test data
+SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
+
+LICENSE="LGPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="dev-python/deprecated[${PYTHON_USEDEP}]
+   dev-python/pyjwt[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.14.0[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]"
+BDEPEND="
+   test? (
+   dev-python/cryptography[${PYTHON_USEDEP}]
+   >=dev-python/httpretty-0.9.6[${PYTHON_USEDEP}]
+   )"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/PyGithub/

2020-09-24 Thread Michał Górny
commit: b64adb92004cd41c2b84fc646a8389c7af7d0ff9
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Sep 24 13:38:49 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Sep 24 13:38:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b64adb92

dev-python/PyGithub: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/PyGithub/Manifest |  1 -
 dev-python/PyGithub/PyGithub-1.51.ebuild | 28 
 2 files changed, 29 deletions(-)

diff --git a/dev-python/PyGithub/Manifest b/dev-python/PyGithub/Manifest
index 053c37d164b..f34b274a7c0 100644
--- a/dev-python/PyGithub/Manifest
+++ b/dev-python/PyGithub/Manifest
@@ -1,2 +1 @@
-DIST PyGithub-1.51.gh.tar.gz 2950990 BLAKE2B 
214014b8205d954c559f2d19a38c7bc93800f40500c294397f16d55a4a027b7827910c93d98b6f5dd867bb0049ad1c9618c08ff72996f3717480ad17ce0ec64d
 SHA512 
617b7bbc1fbd680735d5a57910ac1863cf67d9b2afc037d20fbd140a32aaa146164a76f73d76f2395aff1eee1fb13eac7a146c9cd05791b27db9a06a28d520e0
 DIST PyGithub-1.53.gh.tar.gz 3026570 BLAKE2B 
7204c5934b94d5629b38e841a9c9011ea561ca8aa8d3d169915975fb02fe8db059fcb521d11bbb2350a806457d98abbfe36a19c4e5f633c82cdf06b8b7203c6d
 SHA512 
f98d013d5fdf31ee59405c52edb35942ca5a3d2c1ff9653c71f03871bb28d0c247412bfc2593991026ddb989e1a33dfe91d19b4ebb1e89386b54493d51071768

diff --git a/dev-python/PyGithub/PyGithub-1.51.ebuild 
b/dev-python/PyGithub/PyGithub-1.51.ebuild
deleted file mode 100644
index ae1dba794d4..000
--- a/dev-python/PyGithub/PyGithub-1.51.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{6..9} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python library to access the Github API v3"
-HOMEPAGE="https://github.com/PyGithub/PyGithub/;
-# Use github since pypi is missing test data
-SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
-
-LICENSE="LGPL-3+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="dev-python/deprecated[${PYTHON_USEDEP}]
-   dev-python/pyjwt[${PYTHON_USEDEP}]
-   >=dev-python/requests-2.14.0[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]"
-BDEPEND="
-   test? (
-   dev-python/cryptography[${PYTHON_USEDEP}]
-   >=dev-python/httpretty-0.9.6[${PYTHON_USEDEP}]
-   )"
-
-distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/PyGithub/

2020-09-24 Thread Agostino Sarubbo
commit: 125d36b607a4c9114a5caa4dc6e6bcae64327eec
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Sep 24 06:56:58 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Sep 24 06:56:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=125d36b6

dev-python/PyGithub: amd64/x86 stable (ALLARCHES policy) wrt bug #744223

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-python/PyGithub/PyGithub-1.53.ebuild 
b/dev-python/PyGithub/PyGithub-1.53.ebuild
index 0a466756e89..ae1dba794d4 100644
--- a/dev-python/PyGithub/PyGithub-1.53.ebuild
+++ b/dev-python/PyGithub/PyGithub-1.53.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz 
-> ${P}.gh.tar.gz"
 
 LICENSE="LGPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="dev-python/deprecated[${PYTHON_USEDEP}]
dev-python/pyjwt[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/PyGithub/

2020-08-18 Thread Michał Górny
commit: b18bc0a0ccf62ded5589c933b1f63a9f1ee1ce40
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Aug 18 16:11:28 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Aug 18 16:51:43 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b18bc0a0

dev-python/PyGithub: Bump to 1.53

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/PyGithub/Manifest |  1 +
 dev-python/PyGithub/PyGithub-1.53.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/dev-python/PyGithub/Manifest b/dev-python/PyGithub/Manifest
index 457761c0a67..8b282695fab 100644
--- a/dev-python/PyGithub/Manifest
+++ b/dev-python/PyGithub/Manifest
@@ -1,2 +1,3 @@
 DIST PyGithub-1.51.gh.tar.gz 2950990 BLAKE2B 
214014b8205d954c559f2d19a38c7bc93800f40500c294397f16d55a4a027b7827910c93d98b6f5dd867bb0049ad1c9618c08ff72996f3717480ad17ce0ec64d
 SHA512 
617b7bbc1fbd680735d5a57910ac1863cf67d9b2afc037d20fbd140a32aaa146164a76f73d76f2395aff1eee1fb13eac7a146c9cd05791b27db9a06a28d520e0
 DIST PyGithub-1.52.gh.tar.gz 3021721 BLAKE2B 
399be5cd2c21e29e6da15c271442108e5391711f3f16fb3624d6068ad53c00f2e074ce45544e047fe651748203268c7262a49e47a7a358c55421c1e1917d0e30
 SHA512 
180d7814cef2c78daa90dac4f7f7ce37099bcfaa738612f7a5a013fd7cd1d108a1e6e1c2ea68ef188f05dcfa996beae97ba03fa0b66159b8d6845315b1be30fa
+DIST PyGithub-1.53.gh.tar.gz 3026570 BLAKE2B 
7204c5934b94d5629b38e841a9c9011ea561ca8aa8d3d169915975fb02fe8db059fcb521d11bbb2350a806457d98abbfe36a19c4e5f633c82cdf06b8b7203c6d
 SHA512 
f98d013d5fdf31ee59405c52edb35942ca5a3d2c1ff9653c71f03871bb28d0c247412bfc2593991026ddb989e1a33dfe91d19b4ebb1e89386b54493d51071768

diff --git a/dev-python/PyGithub/PyGithub-1.53.ebuild 
b/dev-python/PyGithub/PyGithub-1.53.ebuild
new file mode 100644
index 000..0a466756e89
--- /dev/null
+++ b/dev-python/PyGithub/PyGithub-1.53.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{6..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python library to access the Github API v3"
+HOMEPAGE="https://github.com/PyGithub/PyGithub/;
+# Use github since pypi is missing test data
+SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
+
+LICENSE="LGPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="dev-python/deprecated[${PYTHON_USEDEP}]
+   dev-python/pyjwt[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.14.0[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]"
+BDEPEND="
+   test? (
+   dev-python/cryptography[${PYTHON_USEDEP}]
+   >=dev-python/httpretty-0.9.6[${PYTHON_USEDEP}]
+   )"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/PyGithub/

2020-08-04 Thread Michał Górny
commit: 9ff225aa9eec43fdc6c7a8136b063656ba72b25c
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Aug  4 12:34:21 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Aug  4 13:48:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ff225aa

dev-python/PyGithub: Bump to 1.52

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/PyGithub/Manifest |  1 +
 dev-python/PyGithub/PyGithub-1.52.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/dev-python/PyGithub/Manifest b/dev-python/PyGithub/Manifest
index fa6e76586cc..457761c0a67 100644
--- a/dev-python/PyGithub/Manifest
+++ b/dev-python/PyGithub/Manifest
@@ -1 +1,2 @@
 DIST PyGithub-1.51.gh.tar.gz 2950990 BLAKE2B 
214014b8205d954c559f2d19a38c7bc93800f40500c294397f16d55a4a027b7827910c93d98b6f5dd867bb0049ad1c9618c08ff72996f3717480ad17ce0ec64d
 SHA512 
617b7bbc1fbd680735d5a57910ac1863cf67d9b2afc037d20fbd140a32aaa146164a76f73d76f2395aff1eee1fb13eac7a146c9cd05791b27db9a06a28d520e0
+DIST PyGithub-1.52.gh.tar.gz 3021721 BLAKE2B 
399be5cd2c21e29e6da15c271442108e5391711f3f16fb3624d6068ad53c00f2e074ce45544e047fe651748203268c7262a49e47a7a358c55421c1e1917d0e30
 SHA512 
180d7814cef2c78daa90dac4f7f7ce37099bcfaa738612f7a5a013fd7cd1d108a1e6e1c2ea68ef188f05dcfa996beae97ba03fa0b66159b8d6845315b1be30fa

diff --git a/dev-python/PyGithub/PyGithub-1.52.ebuild 
b/dev-python/PyGithub/PyGithub-1.52.ebuild
new file mode 100644
index 000..0a466756e89
--- /dev/null
+++ b/dev-python/PyGithub/PyGithub-1.52.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{6..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python library to access the Github API v3"
+HOMEPAGE="https://github.com/PyGithub/PyGithub/;
+# Use github since pypi is missing test data
+SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
+
+LICENSE="LGPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="dev-python/deprecated[${PYTHON_USEDEP}]
+   dev-python/pyjwt[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.14.0[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]"
+BDEPEND="
+   test? (
+   dev-python/cryptography[${PYTHON_USEDEP}]
+   >=dev-python/httpretty-0.9.6[${PYTHON_USEDEP}]
+   )"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/PyGithub/

2020-07-08 Thread Michał Górny
commit: c70c955c8710f8b3d3fdcdee61025e23a0973918
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jul  8 12:50:28 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jul  8 12:52:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c70c955c

dev-python/PyGithub: Mark ALLARCHES

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/PyGithub/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/PyGithub/metadata.xml b/dev-python/PyGithub/metadata.xml
index e39e603758d..5a8ef9e1446 100644
--- a/dev-python/PyGithub/metadata.xml
+++ b/dev-python/PyGithub/metadata.xml
@@ -9,6 +9,7 @@
 pyt...@gentoo.org
 Python
   
+  
   
 PyGithub/PyGithub
   



[gentoo-commits] repo/gentoo:master commit in: dev-python/PyGithub/

2020-07-08 Thread Michał Górny
commit: ebfdb431cfb224baadd4cd6b8cf570f4150060a5
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jul  8 12:51:39 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jul  8 12:52:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebfdb431

dev-python/PyGithub: Stabilize 1.51 ALLARCHES, #731320

Signed-off-by: Michał Górny  gentoo.org>

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

diff --git a/dev-python/PyGithub/PyGithub-1.51.ebuild 
b/dev-python/PyGithub/PyGithub-1.51.ebuild
index 0a466756e89..ae1dba794d4 100644
--- a/dev-python/PyGithub/PyGithub-1.51.ebuild
+++ b/dev-python/PyGithub/PyGithub-1.51.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz 
-> ${P}.gh.tar.gz"
 
 LICENSE="LGPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="dev-python/deprecated[${PYTHON_USEDEP}]
dev-python/pyjwt[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/PyGithub/

2020-05-30 Thread Michał Górny
commit: 154a07da05af8575d5bb3054f347a83f98090dac
Author: Michał Górny  gentoo  org>
AuthorDate: Fri May 29 14:13:18 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 30 07:40:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=154a07da

dev-python/PyGithub: Port to py39

Signed-off-by: Michał Górny  gentoo.org>

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

diff --git a/dev-python/PyGithub/PyGithub-1.51.ebuild 
b/dev-python/PyGithub/PyGithub-1.51.ebuild
index cf6f5a65872..0a466756e89 100644
--- a/dev-python/PyGithub/PyGithub-1.51.ebuild
+++ b/dev-python/PyGithub/PyGithub-1.51.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6..9} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/PyGithub/

2020-05-04 Thread Michał Górny
commit: 80df792fb527f70d7765fa89193f972de88625b2
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May  4 09:29:09 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May  4 09:36:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80df792f

dev-python/PyGithub: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/PyGithub/Manifest |  2 --
 dev-python/PyGithub/PyGithub-1.47.ebuild | 29 -
 dev-python/PyGithub/PyGithub-1.50.ebuild | 28 
 3 files changed, 59 deletions(-)

diff --git a/dev-python/PyGithub/Manifest b/dev-python/PyGithub/Manifest
index 5cdbf025c77..9774c276ec1 100644
--- a/dev-python/PyGithub/Manifest
+++ b/dev-python/PyGithub/Manifest
@@ -1,4 +1,2 @@
 DIST PyGithub-1.46.gh.tar.gz 2882667 BLAKE2B 
a65a359750c146947b69ff72a4775f6f1532420c3d15e0d7df34c69c3c552aa201740c1ea2cff2dd40daddf7cdc7743b4354698e1bc701f175a5f7dcfc83dd97
 SHA512 
1c03920434491b279e1709550a658ff125c0d91390160b1de5e5fadf5cf5eeb722477fd913f47ec686cce052a8c34d916de753ea36fecb227d955e60d064a0b6
-DIST PyGithub-1.47.gh.tar.gz 2904408 BLAKE2B 
89cac86070cdfe4399b31c5e91a35bb09d2358bde229d30223c5760170fff78b6b6b45327e039976cecc1cb7fe66ad5569428715355c51bf9f2cb20ec7772063
 SHA512 
2c5804f86e1b3c47eb276dc9256983e3b7b36494e156263cf49b4d2d1e9579194f6d5ed17a7f2a8e9a4eab3824f6c7e8595960b98115feff5acb08bed03d86e3
-DIST PyGithub-1.50.gh.tar.gz 2946932 BLAKE2B 
6948a6511246a318b88ac7342d3fb7ec6d69e0c2f19b37257ef65338ade39ff437ac0e9c83df202902258de13a1cf7eb3670fee653b17c76e1a8eead14cbb89c
 SHA512 
c24c8eac0ca73d9fab3f016990a422534f1b7a2d5d840dfeef215ada67f43cdec07031d72f31be9ab4332db358a98b89a08ce158bb8fb652b96720ff1cc6b041
 DIST PyGithub-1.51.gh.tar.gz 2950990 BLAKE2B 
214014b8205d954c559f2d19a38c7bc93800f40500c294397f16d55a4a027b7827910c93d98b6f5dd867bb0049ad1c9618c08ff72996f3717480ad17ce0ec64d
 SHA512 
617b7bbc1fbd680735d5a57910ac1863cf67d9b2afc037d20fbd140a32aaa146164a76f73d76f2395aff1eee1fb13eac7a146c9cd05791b27db9a06a28d520e0

diff --git a/dev-python/PyGithub/PyGithub-1.47.ebuild 
b/dev-python/PyGithub/PyGithub-1.47.ebuild
deleted file mode 100644
index 8a7272bf1c2..000
--- a/dev-python/PyGithub/PyGithub-1.47.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python library to access the Github API v3"
-HOMEPAGE="https://github.com/PyGithub/PyGithub/;
-# Use github since pypi is missing test data
-SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
-
-LICENSE="LGPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="dev-python/deprecated[${PYTHON_USEDEP}]
-   dev-python/pyjwt[${PYTHON_USEDEP}]
-   >=dev-python/requests-2.14.0[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]"
-BDEPEND="
-   test? (
-   dev-python/cryptography[${PYTHON_USEDEP}]
-   >=dev-python/httpretty-0.9.6[${PYTHON_USEDEP}]
-   dev-python/parameterized[${PYTHON_USEDEP}]
-   )"
-
-distutils_enable_tests pytest

diff --git a/dev-python/PyGithub/PyGithub-1.50.ebuild 
b/dev-python/PyGithub/PyGithub-1.50.ebuild
deleted file mode 100644
index cf6f5a65872..000
--- a/dev-python/PyGithub/PyGithub-1.50.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python library to access the Github API v3"
-HOMEPAGE="https://github.com/PyGithub/PyGithub/;
-# Use github since pypi is missing test data
-SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
-
-LICENSE="LGPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="dev-python/deprecated[${PYTHON_USEDEP}]
-   dev-python/pyjwt[${PYTHON_USEDEP}]
-   >=dev-python/requests-2.14.0[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]"
-BDEPEND="
-   test? (
-   dev-python/cryptography[${PYTHON_USEDEP}]
-   >=dev-python/httpretty-0.9.6[${PYTHON_USEDEP}]
-   )"
-
-distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/PyGithub/

2020-05-03 Thread Michał Górny
commit: e95080f4eaeaeaa09f9b6cbfc59db3c445470fc9
Author: Michał Górny  gentoo  org>
AuthorDate: Sun May  3 05:46:39 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun May  3 05:46:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e95080f4

dev-python/PyGithub: Bump to 1.51

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/PyGithub/Manifest |  1 +
 dev-python/PyGithub/PyGithub-1.51.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/dev-python/PyGithub/Manifest b/dev-python/PyGithub/Manifest
index 096c3467570..5cdbf025c77 100644
--- a/dev-python/PyGithub/Manifest
+++ b/dev-python/PyGithub/Manifest
@@ -1,3 +1,4 @@
 DIST PyGithub-1.46.gh.tar.gz 2882667 BLAKE2B 
a65a359750c146947b69ff72a4775f6f1532420c3d15e0d7df34c69c3c552aa201740c1ea2cff2dd40daddf7cdc7743b4354698e1bc701f175a5f7dcfc83dd97
 SHA512 
1c03920434491b279e1709550a658ff125c0d91390160b1de5e5fadf5cf5eeb722477fd913f47ec686cce052a8c34d916de753ea36fecb227d955e60d064a0b6
 DIST PyGithub-1.47.gh.tar.gz 2904408 BLAKE2B 
89cac86070cdfe4399b31c5e91a35bb09d2358bde229d30223c5760170fff78b6b6b45327e039976cecc1cb7fe66ad5569428715355c51bf9f2cb20ec7772063
 SHA512 
2c5804f86e1b3c47eb276dc9256983e3b7b36494e156263cf49b4d2d1e9579194f6d5ed17a7f2a8e9a4eab3824f6c7e8595960b98115feff5acb08bed03d86e3
 DIST PyGithub-1.50.gh.tar.gz 2946932 BLAKE2B 
6948a6511246a318b88ac7342d3fb7ec6d69e0c2f19b37257ef65338ade39ff437ac0e9c83df202902258de13a1cf7eb3670fee653b17c76e1a8eead14cbb89c
 SHA512 
c24c8eac0ca73d9fab3f016990a422534f1b7a2d5d840dfeef215ada67f43cdec07031d72f31be9ab4332db358a98b89a08ce158bb8fb652b96720ff1cc6b041
+DIST PyGithub-1.51.gh.tar.gz 2950990 BLAKE2B 
214014b8205d954c559f2d19a38c7bc93800f40500c294397f16d55a4a027b7827910c93d98b6f5dd867bb0049ad1c9618c08ff72996f3717480ad17ce0ec64d
 SHA512 
617b7bbc1fbd680735d5a57910ac1863cf67d9b2afc037d20fbd140a32aaa146164a76f73d76f2395aff1eee1fb13eac7a146c9cd05791b27db9a06a28d520e0

diff --git a/dev-python/PyGithub/PyGithub-1.51.ebuild 
b/dev-python/PyGithub/PyGithub-1.51.ebuild
new file mode 100644
index 000..cf6f5a65872
--- /dev/null
+++ b/dev-python/PyGithub/PyGithub-1.51.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python library to access the Github API v3"
+HOMEPAGE="https://github.com/PyGithub/PyGithub/;
+# Use github since pypi is missing test data
+SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
+
+LICENSE="LGPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="dev-python/deprecated[${PYTHON_USEDEP}]
+   dev-python/pyjwt[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.14.0[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]"
+BDEPEND="
+   test? (
+   dev-python/cryptography[${PYTHON_USEDEP}]
+   >=dev-python/httpretty-0.9.6[${PYTHON_USEDEP}]
+   )"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/PyGithub/

2020-04-27 Thread Michał Górny
commit: a344e0776dae8df37521944207a53c66583e0816
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Apr 27 05:49:36 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Apr 27 07:18:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a344e077

dev-python/PyGithub: Bump to 1.50

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/PyGithub/Manifest |  1 +
 dev-python/PyGithub/PyGithub-1.50.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/dev-python/PyGithub/Manifest b/dev-python/PyGithub/Manifest
index 2facd6041e0..096c3467570 100644
--- a/dev-python/PyGithub/Manifest
+++ b/dev-python/PyGithub/Manifest
@@ -1,2 +1,3 @@
 DIST PyGithub-1.46.gh.tar.gz 2882667 BLAKE2B 
a65a359750c146947b69ff72a4775f6f1532420c3d15e0d7df34c69c3c552aa201740c1ea2cff2dd40daddf7cdc7743b4354698e1bc701f175a5f7dcfc83dd97
 SHA512 
1c03920434491b279e1709550a658ff125c0d91390160b1de5e5fadf5cf5eeb722477fd913f47ec686cce052a8c34d916de753ea36fecb227d955e60d064a0b6
 DIST PyGithub-1.47.gh.tar.gz 2904408 BLAKE2B 
89cac86070cdfe4399b31c5e91a35bb09d2358bde229d30223c5760170fff78b6b6b45327e039976cecc1cb7fe66ad5569428715355c51bf9f2cb20ec7772063
 SHA512 
2c5804f86e1b3c47eb276dc9256983e3b7b36494e156263cf49b4d2d1e9579194f6d5ed17a7f2a8e9a4eab3824f6c7e8595960b98115feff5acb08bed03d86e3
+DIST PyGithub-1.50.gh.tar.gz 2946932 BLAKE2B 
6948a6511246a318b88ac7342d3fb7ec6d69e0c2f19b37257ef65338ade39ff437ac0e9c83df202902258de13a1cf7eb3670fee653b17c76e1a8eead14cbb89c
 SHA512 
c24c8eac0ca73d9fab3f016990a422534f1b7a2d5d840dfeef215ada67f43cdec07031d72f31be9ab4332db358a98b89a08ce158bb8fb652b96720ff1cc6b041

diff --git a/dev-python/PyGithub/PyGithub-1.50.ebuild 
b/dev-python/PyGithub/PyGithub-1.50.ebuild
new file mode 100644
index 000..cf6f5a65872
--- /dev/null
+++ b/dev-python/PyGithub/PyGithub-1.50.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python library to access the Github API v3"
+HOMEPAGE="https://github.com/PyGithub/PyGithub/;
+# Use github since pypi is missing test data
+SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
+
+LICENSE="LGPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="dev-python/deprecated[${PYTHON_USEDEP}]
+   dev-python/pyjwt[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.14.0[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]"
+BDEPEND="
+   test? (
+   dev-python/cryptography[${PYTHON_USEDEP}]
+   >=dev-python/httpretty-0.9.6[${PYTHON_USEDEP}]
+   )"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/PyGithub/

2020-04-13 Thread Michał Górny
commit: c0898ab21e3376fba99534374a325e76239b9f70
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Apr 13 07:41:57 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Apr 13 10:32:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0898ab2

dev-python/PyGithub: Enable py3.8

Signed-off-by: Michał Górny  gentoo.org>

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

diff --git a/dev-python/PyGithub/PyGithub-1.47.ebuild 
b/dev-python/PyGithub/PyGithub-1.47.ebuild
index cd955f10532..8a7272bf1c2 100644
--- a/dev-python/PyGithub/PyGithub-1.47.ebuild
+++ b/dev-python/PyGithub/PyGithub-1.47.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python{3_6,3_7} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/PyGithub/

2020-03-16 Thread Michał Górny
commit: 4e123e1a16c5ae4e52479391405a6bb354e29ffd
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Mar 16 11:48:50 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Mar 16 11:59:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e123e1a

dev-python/PyGithub: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/PyGithub/Manifest   |  2 --
 dev-python/PyGithub/PyGithub-1.44.1.ebuild | 43 --
 dev-python/PyGithub/PyGithub-1.45.ebuild   | 36 -
 3 files changed, 81 deletions(-)

diff --git a/dev-python/PyGithub/Manifest b/dev-python/PyGithub/Manifest
index 8a3bf42bd30..2facd6041e0 100644
--- a/dev-python/PyGithub/Manifest
+++ b/dev-python/PyGithub/Manifest
@@ -1,4 +1,2 @@
-DIST PyGithub-1.44.1.gh.tar.gz 2866013 BLAKE2B 
90ca7f21fe0031c6cc6d50f54facd7c086037f942f9595e78a3b1a0fe0d21b6bc587f07b63152afabbaa2f38d165b8014600cb195207519a16e3e05fb9bfbcff
 SHA512 
87b6c05f3bbfa463995b67d0bb257700e8c67050dd291c60737a84c4e8bc6bcbde1c0e2add98ec38174c55f2c21abcf4c46bba8be752d132d7e63e423ab6fd1e
-DIST PyGithub-1.45.gh.tar.gz 2881912 BLAKE2B 
0117608298f6b5d522f451382ea058a9dc507dbf15b31542f4039da8105cf0cb002ac17b5c5c321e465f97dce20699de0d319010c478a5c9d30529e885516e42
 SHA512 
24ff3c75f5578f5e0df59fa1a02511747857984d7bd4ae1b3d0a3b41a0eee79df9732d39ee5026978b70a71746826e92f27cc44b8362b6bd3e7dd4edb1654acd
 DIST PyGithub-1.46.gh.tar.gz 2882667 BLAKE2B 
a65a359750c146947b69ff72a4775f6f1532420c3d15e0d7df34c69c3c552aa201740c1ea2cff2dd40daddf7cdc7743b4354698e1bc701f175a5f7dcfc83dd97
 SHA512 
1c03920434491b279e1709550a658ff125c0d91390160b1de5e5fadf5cf5eeb722477fd913f47ec686cce052a8c34d916de753ea36fecb227d955e60d064a0b6
 DIST PyGithub-1.47.gh.tar.gz 2904408 BLAKE2B 
89cac86070cdfe4399b31c5e91a35bb09d2358bde229d30223c5760170fff78b6b6b45327e039976cecc1cb7fe66ad5569428715355c51bf9f2cb20ec7772063
 SHA512 
2c5804f86e1b3c47eb276dc9256983e3b7b36494e156263cf49b4d2d1e9579194f6d5ed17a7f2a8e9a4eab3824f6c7e8595960b98115feff5acb08bed03d86e3

diff --git a/dev-python/PyGithub/PyGithub-1.44.1.ebuild 
b/dev-python/PyGithub/PyGithub-1.44.1.ebuild
deleted file mode 100644
index aaf385d1162..000
--- a/dev-python/PyGithub/PyGithub-1.44.1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python{2_7,3_6,3_7} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python library to access the Github API v3"
-HOMEPAGE="https://github.com/PyGithub/PyGithub/;
-# Use github since pypi is missing test data
-SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
-
-LICENSE="LGPL-3+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="dev-python/deprecated[${PYTHON_USEDEP}]
-   dev-python/pyjwt[${PYTHON_USEDEP}]
-   >=dev-python/requests-2.14.0[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]"
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? (
-   ${RDEPEND}
-   dev-python/cryptography[${PYTHON_USEDEP}]
-   >=dev-python/httpretty-0.9.6[${PYTHON_USEDEP}]
-   dev-python/parameterized[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' -2)
-   )"
-
-python_prepare_all() {
-   # tests requiring network access
-   sed -i -e 's:testDecodeJson:_&:' tests/Issue142.py || die
-
-   distutils-r1_python_prepare_all
-}
-
-python_test() {
-   "${EPYTHON}" -m unittest -v tests.AllTests || die "Tests fail with 
${EPYTHON}"
-}

diff --git a/dev-python/PyGithub/PyGithub-1.45.ebuild 
b/dev-python/PyGithub/PyGithub-1.45.ebuild
deleted file mode 100644
index 542c7f4c60d..000
--- a/dev-python/PyGithub/PyGithub-1.45.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python{2_7,3_6,3_7} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python library to access the Github API v3"
-HOMEPAGE="https://github.com/PyGithub/PyGithub/;
-# Use github since pypi is missing test data
-SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
-
-LICENSE="LGPL-3+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="dev-python/deprecated[${PYTHON_USEDEP}]
-   dev-python/pyjwt[${PYTHON_USEDEP}]
-   >=dev-python/requests-2.14.0[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]"
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? (
-   ${RDEPEND}
-   dev-python/cryptography[${PYTHON_USEDEP}]
-   >=dev-python/httpretty-0.9.6[${PYTHON_USEDEP}]
-   dev-python/parameterized[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' -2)
-   )"
-
-python_test() {
-   

[gentoo-commits] repo/gentoo:master commit in: dev-python/PyGithub/

2020-03-15 Thread Michał Górny
commit: 49cffa37c4e7e077bfddb2f37f538894bc81aefa
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Mar 15 04:40:43 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Mar 15 17:01:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49cffa37

dev-python/PyGithub: Bump to 1.47

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/PyGithub/Manifest |  1 +
 dev-python/PyGithub/PyGithub-1.47.ebuild | 29 +
 2 files changed, 30 insertions(+)

diff --git a/dev-python/PyGithub/Manifest b/dev-python/PyGithub/Manifest
index 8fee48d24b4..8a3bf42bd30 100644
--- a/dev-python/PyGithub/Manifest
+++ b/dev-python/PyGithub/Manifest
@@ -1,3 +1,4 @@
 DIST PyGithub-1.44.1.gh.tar.gz 2866013 BLAKE2B 
90ca7f21fe0031c6cc6d50f54facd7c086037f942f9595e78a3b1a0fe0d21b6bc587f07b63152afabbaa2f38d165b8014600cb195207519a16e3e05fb9bfbcff
 SHA512 
87b6c05f3bbfa463995b67d0bb257700e8c67050dd291c60737a84c4e8bc6bcbde1c0e2add98ec38174c55f2c21abcf4c46bba8be752d132d7e63e423ab6fd1e
 DIST PyGithub-1.45.gh.tar.gz 2881912 BLAKE2B 
0117608298f6b5d522f451382ea058a9dc507dbf15b31542f4039da8105cf0cb002ac17b5c5c321e465f97dce20699de0d319010c478a5c9d30529e885516e42
 SHA512 
24ff3c75f5578f5e0df59fa1a02511747857984d7bd4ae1b3d0a3b41a0eee79df9732d39ee5026978b70a71746826e92f27cc44b8362b6bd3e7dd4edb1654acd
 DIST PyGithub-1.46.gh.tar.gz 2882667 BLAKE2B 
a65a359750c146947b69ff72a4775f6f1532420c3d15e0d7df34c69c3c552aa201740c1ea2cff2dd40daddf7cdc7743b4354698e1bc701f175a5f7dcfc83dd97
 SHA512 
1c03920434491b279e1709550a658ff125c0d91390160b1de5e5fadf5cf5eeb722477fd913f47ec686cce052a8c34d916de753ea36fecb227d955e60d064a0b6
+DIST PyGithub-1.47.gh.tar.gz 2904408 BLAKE2B 
89cac86070cdfe4399b31c5e91a35bb09d2358bde229d30223c5760170fff78b6b6b45327e039976cecc1cb7fe66ad5569428715355c51bf9f2cb20ec7772063
 SHA512 
2c5804f86e1b3c47eb276dc9256983e3b7b36494e156263cf49b4d2d1e9579194f6d5ed17a7f2a8e9a4eab3824f6c7e8595960b98115feff5acb08bed03d86e3

diff --git a/dev-python/PyGithub/PyGithub-1.47.ebuild 
b/dev-python/PyGithub/PyGithub-1.47.ebuild
new file mode 100644
index 000..cd955f10532
--- /dev/null
+++ b/dev-python/PyGithub/PyGithub-1.47.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python{3_6,3_7} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python library to access the Github API v3"
+HOMEPAGE="https://github.com/PyGithub/PyGithub/;
+# Use github since pypi is missing test data
+SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
+
+LICENSE="LGPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="dev-python/deprecated[${PYTHON_USEDEP}]
+   dev-python/pyjwt[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.14.0[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]"
+BDEPEND="
+   test? (
+   dev-python/cryptography[${PYTHON_USEDEP}]
+   >=dev-python/httpretty-0.9.6[${PYTHON_USEDEP}]
+   dev-python/parameterized[${PYTHON_USEDEP}]
+   )"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/PyGithub/

2020-03-13 Thread Agostino Sarubbo
commit: a9f07af2906352e9bd9ffa195738d45be5a727dd
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Mar 13 19:15:08 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Mar 13 19:15:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9f07af2

dev-python/PyGithub: amd64 stable wrt bug #712322

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-python/PyGithub/PyGithub-1.46.ebuild 
b/dev-python/PyGithub/PyGithub-1.46.ebuild
index 884e61e5f2d..d25ebb155b5 100644
--- a/dev-python/PyGithub/PyGithub-1.46.ebuild
+++ b/dev-python/PyGithub/PyGithub-1.46.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz 
-> ${P}.gh.tar.gz"
 
 LICENSE="LGPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/PyGithub/

2020-02-17 Thread Agostino Sarubbo
commit: 7914e6c5a10ad253f1103c9b24f8392feeaed6ea
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Feb 17 12:12:09 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Feb 17 12:12:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7914e6c5

dev-python/PyGithub: amd64 stable wrt bug #709766

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-python/PyGithub/PyGithub-1.45.ebuild 
b/dev-python/PyGithub/PyGithub-1.45.ebuild
index 743af134339..542c7f4c60d 100644
--- a/dev-python/PyGithub/PyGithub-1.45.ebuild
+++ b/dev-python/PyGithub/PyGithub-1.45.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz 
-> ${P}.gh.tar.gz"
 
 LICENSE="LGPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/PyGithub/

2020-02-16 Thread Thomas Deutschmann
commit: caba5b64e4040045daa089b1366205683f63
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Feb 16 21:01:34 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Feb 16 21:13:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=caba5b64

dev-python/PyGithub: x86 stable (bug #709766)

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Thomas Deutschmann  gentoo.org>

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

diff --git a/dev-python/PyGithub/PyGithub-1.45.ebuild 
b/dev-python/PyGithub/PyGithub-1.45.ebuild
index 2df4ffef03a..743af134339 100644
--- a/dev-python/PyGithub/PyGithub-1.45.ebuild
+++ b/dev-python/PyGithub/PyGithub-1.45.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz 
-> ${P}.gh.tar.gz"
 
 LICENSE="LGPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/PyGithub/

2020-02-10 Thread Michał Górny
commit: eebb83b671c3bdf037a373c061f2aca93ae4c013
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb 11 07:26:12 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb 11 07:26:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eebb83b6

dev-python/PyGithub: Bump to 1.46

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/PyGithub/Manifest |  1 +
 dev-python/PyGithub/PyGithub-1.46.ebuild | 35 
 2 files changed, 36 insertions(+)

diff --git a/dev-python/PyGithub/Manifest b/dev-python/PyGithub/Manifest
index f5de2382bbd..8fee48d24b4 100644
--- a/dev-python/PyGithub/Manifest
+++ b/dev-python/PyGithub/Manifest
@@ -1,2 +1,3 @@
 DIST PyGithub-1.44.1.gh.tar.gz 2866013 BLAKE2B 
90ca7f21fe0031c6cc6d50f54facd7c086037f942f9595e78a3b1a0fe0d21b6bc587f07b63152afabbaa2f38d165b8014600cb195207519a16e3e05fb9bfbcff
 SHA512 
87b6c05f3bbfa463995b67d0bb257700e8c67050dd291c60737a84c4e8bc6bcbde1c0e2add98ec38174c55f2c21abcf4c46bba8be752d132d7e63e423ab6fd1e
 DIST PyGithub-1.45.gh.tar.gz 2881912 BLAKE2B 
0117608298f6b5d522f451382ea058a9dc507dbf15b31542f4039da8105cf0cb002ac17b5c5c321e465f97dce20699de0d319010c478a5c9d30529e885516e42
 SHA512 
24ff3c75f5578f5e0df59fa1a02511747857984d7bd4ae1b3d0a3b41a0eee79df9732d39ee5026978b70a71746826e92f27cc44b8362b6bd3e7dd4edb1654acd
+DIST PyGithub-1.46.gh.tar.gz 2882667 BLAKE2B 
a65a359750c146947b69ff72a4775f6f1532420c3d15e0d7df34c69c3c552aa201740c1ea2cff2dd40daddf7cdc7743b4354698e1bc701f175a5f7dcfc83dd97
 SHA512 
1c03920434491b279e1709550a658ff125c0d91390160b1de5e5fadf5cf5eeb722477fd913f47ec686cce052a8c34d916de753ea36fecb227d955e60d064a0b6

diff --git a/dev-python/PyGithub/PyGithub-1.46.ebuild 
b/dev-python/PyGithub/PyGithub-1.46.ebuild
new file mode 100644
index 000..884e61e5f2d
--- /dev/null
+++ b/dev-python/PyGithub/PyGithub-1.46.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python{3_6,3_7} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python library to access the Github API v3"
+HOMEPAGE="https://github.com/PyGithub/PyGithub/;
+# Use github since pypi is missing test data
+SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
+
+LICENSE="LGPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="dev-python/deprecated[${PYTHON_USEDEP}]
+   dev-python/pyjwt[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.14.0[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   ${RDEPEND}
+   dev-python/cryptography[${PYTHON_USEDEP}]
+   >=dev-python/httpretty-0.9.6[${PYTHON_USEDEP}]
+   dev-python/parameterized[${PYTHON_USEDEP}]
+   )"
+
+python_test() {
+   "${EPYTHON}" -m unittest -v tests.AllTests || die "Tests fail with 
${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/PyGithub/

2020-01-03 Thread Michał Górny
commit: 3c0b342fc55aae488828f05a04306ed1bbd7231b
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jan  3 08:43:46 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jan  3 08:47:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c0b342f

dev-python/PyGithub: Remove old

Signed-off-by: Michał Górny  gentoo.org>

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

diff --git a/dev-python/PyGithub/Manifest b/dev-python/PyGithub/Manifest
index 120bbdc20f9..f5de2382bbd 100644
--- a/dev-python/PyGithub/Manifest
+++ b/dev-python/PyGithub/Manifest
@@ -1,3 +1,2 @@
-DIST PyGithub-1.43.8.gh.tar.gz 2842219 BLAKE2B 
7711885beb4cb855ea5a5755abe881f7ae7825feb76cb0ab30aa9ba4a2530440d2816439c43da23a42f134286fa0806875d075920776960f04cdd21131bcf700
 SHA512 
dc58166ebb27f855ed4f32448029abe7e53b8050d8d99029d460f2dd94180ca8bcef68a75469293abd021f70cc3c67c32061e6439db1b3f1dc77af464c658bb6
 DIST PyGithub-1.44.1.gh.tar.gz 2866013 BLAKE2B 
90ca7f21fe0031c6cc6d50f54facd7c086037f942f9595e78a3b1a0fe0d21b6bc587f07b63152afabbaa2f38d165b8014600cb195207519a16e3e05fb9bfbcff
 SHA512 
87b6c05f3bbfa463995b67d0bb257700e8c67050dd291c60737a84c4e8bc6bcbde1c0e2add98ec38174c55f2c21abcf4c46bba8be752d132d7e63e423ab6fd1e
 DIST PyGithub-1.45.gh.tar.gz 2881912 BLAKE2B 
0117608298f6b5d522f451382ea058a9dc507dbf15b31542f4039da8105cf0cb002ac17b5c5c321e465f97dce20699de0d319010c478a5c9d30529e885516e42
 SHA512 
24ff3c75f5578f5e0df59fa1a02511747857984d7bd4ae1b3d0a3b41a0eee79df9732d39ee5026978b70a71746826e92f27cc44b8362b6bd3e7dd4edb1654acd

diff --git a/dev-python/PyGithub/PyGithub-1.43.8.ebuild 
b/dev-python/PyGithub/PyGithub-1.43.8.ebuild
deleted file mode 100644
index 4c63d604bf8..000
--- a/dev-python/PyGithub/PyGithub-1.43.8.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python library to access the Github API v3"
-HOMEPAGE="https://github.com/PyGithub/PyGithub/;
-# Use github since pypi is missing test data
-SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
-
-LICENSE="LGPL-3+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="dev-python/deprecated[${PYTHON_USEDEP}]
-   dev-python/pyjwt[${PYTHON_USEDEP}]
-   >=dev-python/requests-2.14.0[${PYTHON_USEDEP}]"
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? (
-   ${RDEPEND}
-   dev-python/cryptography[${PYTHON_USEDEP}]
-   dev-python/httpretty[${PYTHON_USEDEP}]
-   )"
-
-python_prepare_all() {
-   # tests requiring network access
-   sed -i -e 's:testDecodeJson:_&:' tests/Issue142.py || die
-
-   distutils-r1_python_prepare_all
-}
-
-python_test() {
-   # silly!
-   cp -r tests "${BUILD_DIR}" || die
-   if python_is_python3; then
-   2to3 --no-diffs -n -w "${BUILD_DIR}"/tests || die
-   fi
-
-   cd "${BUILD_DIR}" || die
-   "${EPYTHON}" -m unittest -v tests.AllTests || die "Tests fail with 
${EPYTHON}"
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/PyGithub/

2019-12-31 Thread Agostino Sarubbo
commit: 8f040d21fbb8104c2b995ee0df2f0eb28ee31406
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Dec 31 14:02:29 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Dec 31 14:02:29 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f040d21

dev-python/PyGithub: x86 stable wrt bug #704118

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-python/PyGithub/PyGithub-1.44.1.ebuild 
b/dev-python/PyGithub/PyGithub-1.44.1.ebuild
index 56a3ec66e95..f467b7b7103 100644
--- a/dev-python/PyGithub/PyGithub-1.44.1.ebuild
+++ b/dev-python/PyGithub/PyGithub-1.44.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz 
-> ${P}.gh.tar.gz"
 
 LICENSE="LGPL-3+"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/PyGithub/

2019-12-30 Thread Agostino Sarubbo
commit: b8fbc368060c4ad3dbc73ff03a24264911a3b5e5
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Dec 30 15:32:00 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Dec 30 15:32:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8fbc368

dev-python/PyGithub: amd64 stable wrt bug #704118

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-python/PyGithub/PyGithub-1.44.1.ebuild 
b/dev-python/PyGithub/PyGithub-1.44.1.ebuild
index 385efd59ba3..56a3ec66e95 100644
--- a/dev-python/PyGithub/PyGithub-1.44.1.ebuild
+++ b/dev-python/PyGithub/PyGithub-1.44.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz 
-> ${P}.gh.tar.gz"
 
 LICENSE="LGPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/PyGithub/

2019-12-28 Thread Michał Górny
commit: 459d4f6de5da4180d8dd86f6b1d239058e21abff
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Dec 29 07:28:06 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Dec 29 07:30:29 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=459d4f6d

dev-python/PyGithub: Bump to 1.45

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/PyGithub/Manifest |  1 +
 dev-python/PyGithub/PyGithub-1.45.ebuild | 36 
 2 files changed, 37 insertions(+)

diff --git a/dev-python/PyGithub/Manifest b/dev-python/PyGithub/Manifest
index 8e90962b132..120bbdc20f9 100644
--- a/dev-python/PyGithub/Manifest
+++ b/dev-python/PyGithub/Manifest
@@ -1,2 +1,3 @@
 DIST PyGithub-1.43.8.gh.tar.gz 2842219 BLAKE2B 
7711885beb4cb855ea5a5755abe881f7ae7825feb76cb0ab30aa9ba4a2530440d2816439c43da23a42f134286fa0806875d075920776960f04cdd21131bcf700
 SHA512 
dc58166ebb27f855ed4f32448029abe7e53b8050d8d99029d460f2dd94180ca8bcef68a75469293abd021f70cc3c67c32061e6439db1b3f1dc77af464c658bb6
 DIST PyGithub-1.44.1.gh.tar.gz 2866013 BLAKE2B 
90ca7f21fe0031c6cc6d50f54facd7c086037f942f9595e78a3b1a0fe0d21b6bc587f07b63152afabbaa2f38d165b8014600cb195207519a16e3e05fb9bfbcff
 SHA512 
87b6c05f3bbfa463995b67d0bb257700e8c67050dd291c60737a84c4e8bc6bcbde1c0e2add98ec38174c55f2c21abcf4c46bba8be752d132d7e63e423ab6fd1e
+DIST PyGithub-1.45.gh.tar.gz 2881912 BLAKE2B 
0117608298f6b5d522f451382ea058a9dc507dbf15b31542f4039da8105cf0cb002ac17b5c5c321e465f97dce20699de0d319010c478a5c9d30529e885516e42
 SHA512 
24ff3c75f5578f5e0df59fa1a02511747857984d7bd4ae1b3d0a3b41a0eee79df9732d39ee5026978b70a71746826e92f27cc44b8362b6bd3e7dd4edb1654acd

diff --git a/dev-python/PyGithub/PyGithub-1.45.ebuild 
b/dev-python/PyGithub/PyGithub-1.45.ebuild
new file mode 100644
index 000..4de4aa8311f
--- /dev/null
+++ b/dev-python/PyGithub/PyGithub-1.45.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python library to access the Github API v3"
+HOMEPAGE="https://github.com/PyGithub/PyGithub/;
+# Use github since pypi is missing test data
+SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
+
+LICENSE="LGPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="dev-python/deprecated[${PYTHON_USEDEP}]
+   dev-python/pyjwt[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.14.0[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   ${RDEPEND}
+   dev-python/cryptography[${PYTHON_USEDEP}]
+   >=dev-python/httpretty-0.9.6[${PYTHON_USEDEP}]
+   dev-python/parameterized[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' -2)
+   )"
+
+python_test() {
+   "${EPYTHON}" -m unittest -v tests.AllTests || die "Tests fail with 
${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/PyGithub/

2019-12-26 Thread Michał Górny
commit: d89c35874ec376b1554f72fc7c46dbc7d9e2fe21
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Dec 26 11:16:39 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Dec 26 11:27:15 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d89c3587

dev-python/PyGithub: Remove redundant version

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/PyGithub/Manifest |  1 -
 dev-python/PyGithub/PyGithub-1.44.ebuild | 41 
 2 files changed, 42 deletions(-)

diff --git a/dev-python/PyGithub/Manifest b/dev-python/PyGithub/Manifest
index 1aa7e666737..8e90962b132 100644
--- a/dev-python/PyGithub/Manifest
+++ b/dev-python/PyGithub/Manifest
@@ -1,3 +1,2 @@
 DIST PyGithub-1.43.8.gh.tar.gz 2842219 BLAKE2B 
7711885beb4cb855ea5a5755abe881f7ae7825feb76cb0ab30aa9ba4a2530440d2816439c43da23a42f134286fa0806875d075920776960f04cdd21131bcf700
 SHA512 
dc58166ebb27f855ed4f32448029abe7e53b8050d8d99029d460f2dd94180ca8bcef68a75469293abd021f70cc3c67c32061e6439db1b3f1dc77af464c658bb6
 DIST PyGithub-1.44.1.gh.tar.gz 2866013 BLAKE2B 
90ca7f21fe0031c6cc6d50f54facd7c086037f942f9595e78a3b1a0fe0d21b6bc587f07b63152afabbaa2f38d165b8014600cb195207519a16e3e05fb9bfbcff
 SHA512 
87b6c05f3bbfa463995b67d0bb257700e8c67050dd291c60737a84c4e8bc6bcbde1c0e2add98ec38174c55f2c21abcf4c46bba8be752d132d7e63e423ab6fd1e
-DIST PyGithub-1.44.gh.tar.gz 2855748 BLAKE2B 
f728562617632f99d5b8a141e7b8eb7527812388e71c7f6dcc55fbec2b0da5ab3882985d4e815fe18affa662351942ba2223eda3ae68bc1cf550c2cbc2bee7f9
 SHA512 
26aa86822fb8c3ca8a8a0e8d5cd9bf9457cab8a4aa006fa195bb4922867627b5516adbee19cbf5c30d24de8266b496741ae7f4dd8c7cc0494044e6cd585402b1

diff --git a/dev-python/PyGithub/PyGithub-1.44.ebuild 
b/dev-python/PyGithub/PyGithub-1.44.ebuild
deleted file mode 100644
index 48417603a98..000
--- a/dev-python/PyGithub/PyGithub-1.44.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python library to access the Github API v3"
-HOMEPAGE="https://github.com/PyGithub/PyGithub/;
-# Use github since pypi is missing test data
-SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
-
-LICENSE="LGPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="dev-python/deprecated[${PYTHON_USEDEP}]
-   dev-python/pyjwt[${PYTHON_USEDEP}]
-   >=dev-python/requests-2.14.0[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]"
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? (
-   ${RDEPEND}
-   dev-python/cryptography[${PYTHON_USEDEP}]
-   >=dev-python/httpretty-0.9.6[${PYTHON_USEDEP}]
-   )"
-
-python_prepare_all() {
-   # tests requiring network access
-   sed -i -e 's:testDecodeJson:_&:' tests/Issue142.py || die
-
-   distutils-r1_python_prepare_all
-}
-
-python_test() {
-   "${EPYTHON}" -m unittest -v tests.AllTests || die "Tests fail with 
${EPYTHON}"
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/PyGithub/

2019-11-07 Thread Michał Górny
commit: bd7e1184fbf1626a1a680da6a70babc8a16dc9b1
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov  7 13:03:09 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov  7 14:05:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd7e1184

dev-python/PyGithub: Bump to 1.44.1

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/PyGithub/Manifest   |  1 +
 dev-python/PyGithub/PyGithub-1.44.1.ebuild | 43 ++
 2 files changed, 44 insertions(+)

diff --git a/dev-python/PyGithub/Manifest b/dev-python/PyGithub/Manifest
index 695511bc51d..1aa7e666737 100644
--- a/dev-python/PyGithub/Manifest
+++ b/dev-python/PyGithub/Manifest
@@ -1,2 +1,3 @@
 DIST PyGithub-1.43.8.gh.tar.gz 2842219 BLAKE2B 
7711885beb4cb855ea5a5755abe881f7ae7825feb76cb0ab30aa9ba4a2530440d2816439c43da23a42f134286fa0806875d075920776960f04cdd21131bcf700
 SHA512 
dc58166ebb27f855ed4f32448029abe7e53b8050d8d99029d460f2dd94180ca8bcef68a75469293abd021f70cc3c67c32061e6439db1b3f1dc77af464c658bb6
+DIST PyGithub-1.44.1.gh.tar.gz 2866013 BLAKE2B 
90ca7f21fe0031c6cc6d50f54facd7c086037f942f9595e78a3b1a0fe0d21b6bc587f07b63152afabbaa2f38d165b8014600cb195207519a16e3e05fb9bfbcff
 SHA512 
87b6c05f3bbfa463995b67d0bb257700e8c67050dd291c60737a84c4e8bc6bcbde1c0e2add98ec38174c55f2c21abcf4c46bba8be752d132d7e63e423ab6fd1e
 DIST PyGithub-1.44.gh.tar.gz 2855748 BLAKE2B 
f728562617632f99d5b8a141e7b8eb7527812388e71c7f6dcc55fbec2b0da5ab3882985d4e815fe18affa662351942ba2223eda3ae68bc1cf550c2cbc2bee7f9
 SHA512 
26aa86822fb8c3ca8a8a0e8d5cd9bf9457cab8a4aa006fa195bb4922867627b5516adbee19cbf5c30d24de8266b496741ae7f4dd8c7cc0494044e6cd585402b1

diff --git a/dev-python/PyGithub/PyGithub-1.44.1.ebuild 
b/dev-python/PyGithub/PyGithub-1.44.1.ebuild
new file mode 100644
index 000..385efd59ba3
--- /dev/null
+++ b/dev-python/PyGithub/PyGithub-1.44.1.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python library to access the Github API v3"
+HOMEPAGE="https://github.com/PyGithub/PyGithub/;
+# Use github since pypi is missing test data
+SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
+
+LICENSE="LGPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="dev-python/deprecated[${PYTHON_USEDEP}]
+   dev-python/pyjwt[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.14.0[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   ${RDEPEND}
+   dev-python/cryptography[${PYTHON_USEDEP}]
+   >=dev-python/httpretty-0.9.6[${PYTHON_USEDEP}]
+   dev-python/parameterized[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' -2)
+   )"
+
+python_prepare_all() {
+   # tests requiring network access
+   sed -i -e 's:testDecodeJson:_&:' tests/Issue142.py || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   "${EPYTHON}" -m unittest -v tests.AllTests || die "Tests fail with 
${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/PyGithub/

2019-10-20 Thread Michał Górny
commit: 1f05cb5fe7773c4fa2bf3cd7fec3c2d4ed41e22c
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct 20 06:39:22 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Oct 20 07:16:07 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f05cb5f

dev-python/PyGithub: Bump to 1.44

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/PyGithub/Manifest |  1 +
 dev-python/PyGithub/PyGithub-1.44.ebuild | 41 
 2 files changed, 42 insertions(+)

diff --git a/dev-python/PyGithub/Manifest b/dev-python/PyGithub/Manifest
index 42af60bbf08..695511bc51d 100644
--- a/dev-python/PyGithub/Manifest
+++ b/dev-python/PyGithub/Manifest
@@ -1 +1,2 @@
 DIST PyGithub-1.43.8.gh.tar.gz 2842219 BLAKE2B 
7711885beb4cb855ea5a5755abe881f7ae7825feb76cb0ab30aa9ba4a2530440d2816439c43da23a42f134286fa0806875d075920776960f04cdd21131bcf700
 SHA512 
dc58166ebb27f855ed4f32448029abe7e53b8050d8d99029d460f2dd94180ca8bcef68a75469293abd021f70cc3c67c32061e6439db1b3f1dc77af464c658bb6
+DIST PyGithub-1.44.gh.tar.gz 2855748 BLAKE2B 
f728562617632f99d5b8a141e7b8eb7527812388e71c7f6dcc55fbec2b0da5ab3882985d4e815fe18affa662351942ba2223eda3ae68bc1cf550c2cbc2bee7f9
 SHA512 
26aa86822fb8c3ca8a8a0e8d5cd9bf9457cab8a4aa006fa195bb4922867627b5516adbee19cbf5c30d24de8266b496741ae7f4dd8c7cc0494044e6cd585402b1

diff --git a/dev-python/PyGithub/PyGithub-1.44.ebuild 
b/dev-python/PyGithub/PyGithub-1.44.ebuild
new file mode 100644
index 000..48417603a98
--- /dev/null
+++ b/dev-python/PyGithub/PyGithub-1.44.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python library to access the Github API v3"
+HOMEPAGE="https://github.com/PyGithub/PyGithub/;
+# Use github since pypi is missing test data
+SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
+
+LICENSE="LGPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="dev-python/deprecated[${PYTHON_USEDEP}]
+   dev-python/pyjwt[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.14.0[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   ${RDEPEND}
+   dev-python/cryptography[${PYTHON_USEDEP}]
+   >=dev-python/httpretty-0.9.6[${PYTHON_USEDEP}]
+   )"
+
+python_prepare_all() {
+   # tests requiring network access
+   sed -i -e 's:testDecodeJson:_&:' tests/Issue142.py || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   "${EPYTHON}" -m unittest -v tests.AllTests || die "Tests fail with 
${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/PyGithub/

2019-09-09 Thread Michał Górny
commit: bdc4d9746b70b853c8d0b6efe7b065c35a955bb3
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Sep  9 06:11:04 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Sep  9 06:32:34 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdc4d974

dev-python/PyGithub: Drop old

Signed-off-by: Michał Górny  gentoo.org>

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

diff --git a/dev-python/PyGithub/Manifest b/dev-python/PyGithub/Manifest
index b2d6fadc084..42af60bbf08 100644
--- a/dev-python/PyGithub/Manifest
+++ b/dev-python/PyGithub/Manifest
@@ -1,2 +1 @@
-DIST PyGithub-1.43.7.gh.tar.gz 2832588 BLAKE2B 
df1bf783d8644493151b7192325cd2feded48dd95853e0f2ccef9e0560c39877de3e38e95a339291e585612c795d2180900dc5db5fecb0f844a97a6d0a5bf04c
 SHA512 
15d7c7ca6a505a259fe59c96db667a278179df7acfe794116f118bb18966c573cbdcd9276fe50b321fd759988810250a0268c2e8e330c1ef5a8bdcc3a50b6391
 DIST PyGithub-1.43.8.gh.tar.gz 2842219 BLAKE2B 
7711885beb4cb855ea5a5755abe881f7ae7825feb76cb0ab30aa9ba4a2530440d2816439c43da23a42f134286fa0806875d075920776960f04cdd21131bcf700
 SHA512 
dc58166ebb27f855ed4f32448029abe7e53b8050d8d99029d460f2dd94180ca8bcef68a75469293abd021f70cc3c67c32061e6439db1b3f1dc77af464c658bb6

diff --git a/dev-python/PyGithub/PyGithub-1.43.7.ebuild 
b/dev-python/PyGithub/PyGithub-1.43.7.ebuild
deleted file mode 100644
index 4c63d604bf8..000
--- a/dev-python/PyGithub/PyGithub-1.43.7.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python library to access the Github API v3"
-HOMEPAGE="https://github.com/PyGithub/PyGithub/;
-# Use github since pypi is missing test data
-SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
-
-LICENSE="LGPL-3+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="dev-python/deprecated[${PYTHON_USEDEP}]
-   dev-python/pyjwt[${PYTHON_USEDEP}]
-   >=dev-python/requests-2.14.0[${PYTHON_USEDEP}]"
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? (
-   ${RDEPEND}
-   dev-python/cryptography[${PYTHON_USEDEP}]
-   dev-python/httpretty[${PYTHON_USEDEP}]
-   )"
-
-python_prepare_all() {
-   # tests requiring network access
-   sed -i -e 's:testDecodeJson:_&:' tests/Issue142.py || die
-
-   distutils-r1_python_prepare_all
-}
-
-python_test() {
-   # silly!
-   cp -r tests "${BUILD_DIR}" || die
-   if python_is_python3; then
-   2to3 --no-diffs -n -w "${BUILD_DIR}"/tests || die
-   fi
-
-   cd "${BUILD_DIR}" || die
-   "${EPYTHON}" -m unittest -v tests.AllTests || die "Tests fail with 
${EPYTHON}"
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/PyGithub/

2019-09-08 Thread Agostino Sarubbo
commit: 8384b5a1a5cb30712b94948709c7774462bc9c4a
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Sep  9 05:52:47 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Sep  9 05:52:47 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8384b5a1

dev-python/PyGithub: amd64 stable wrt bug #693740

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-python/PyGithub/PyGithub-1.43.8.ebuild 
b/dev-python/PyGithub/PyGithub-1.43.8.ebuild
index 74478dc3df3..4c63d604bf8 100644
--- a/dev-python/PyGithub/PyGithub-1.43.8.ebuild
+++ b/dev-python/PyGithub/PyGithub-1.43.8.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz 
-> ${P}.gh.tar.gz"
 
 LICENSE="LGPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/PyGithub/

2019-09-08 Thread Thomas Deutschmann
commit: f859db75ee144a4d1876ef6f265903236efa6ba2
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Sep  8 18:52:36 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Sep  8 18:52:36 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f859db75

dev-python/PyGithub: x86 stable (bug #693740)

Package-Manager: Portage-2.3.75, Repoman-2.3.17
Signed-off-by: Thomas Deutschmann  gentoo.org>

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

diff --git a/dev-python/PyGithub/PyGithub-1.43.8.ebuild 
b/dev-python/PyGithub/PyGithub-1.43.8.ebuild
index 5585ba44ef0..74478dc3df3 100644
--- a/dev-python/PyGithub/PyGithub-1.43.8.ebuild
+++ b/dev-python/PyGithub/PyGithub-1.43.8.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz 
-> ${P}.gh.tar.gz"
 
 LICENSE="LGPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/PyGithub/

2019-09-08 Thread Michał Górny
commit: a9a2c5aea94b2122999043d36f693cfea9318b15
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Sep  8 06:11:55 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Sep  8 06:11:55 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9a2c5ae

dev-python/PyGithub: Drop old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/PyGithub/Manifest |  1 -
 dev-python/PyGithub/PyGithub-1.39.ebuild | 24 
 2 files changed, 25 deletions(-)

diff --git a/dev-python/PyGithub/Manifest b/dev-python/PyGithub/Manifest
index 001a9cfabc5..b2d6fadc084 100644
--- a/dev-python/PyGithub/Manifest
+++ b/dev-python/PyGithub/Manifest
@@ -1,3 +1,2 @@
-DIST PyGithub-1.39.tar.gz 2662602 BLAKE2B 
5e3e4ca2483e7ade968f170e7615258b4bcca0f1c6741146c38b3c7405fb1fb66351fa5686863892a6751bc4cb6ea39b6cf4ec0d8e6cc878b302c87512c9d159
 SHA512 
5fa6e5a1b8e7cbe2be13e7f866ce8586f6ba37bfc8f3bfb5a52497a9edc267c14512e4572f56e898c61b8c84dfc8aa8f325c5eb2563e68450b8a3b2acf8308d4
 DIST PyGithub-1.43.7.gh.tar.gz 2832588 BLAKE2B 
df1bf783d8644493151b7192325cd2feded48dd95853e0f2ccef9e0560c39877de3e38e95a339291e585612c795d2180900dc5db5fecb0f844a97a6d0a5bf04c
 SHA512 
15d7c7ca6a505a259fe59c96db667a278179df7acfe794116f118bb18966c573cbdcd9276fe50b321fd759988810250a0268c2e8e330c1ef5a8bdcc3a50b6391
 DIST PyGithub-1.43.8.gh.tar.gz 2842219 BLAKE2B 
7711885beb4cb855ea5a5755abe881f7ae7825feb76cb0ab30aa9ba4a2530440d2816439c43da23a42f134286fa0806875d075920776960f04cdd21131bcf700
 SHA512 
dc58166ebb27f855ed4f32448029abe7e53b8050d8d99029d460f2dd94180ca8bcef68a75469293abd021f70cc3c67c32061e6439db1b3f1dc77af464c658bb6

diff --git a/dev-python/PyGithub/PyGithub-1.39.ebuild 
b/dev-python/PyGithub/PyGithub-1.39.ebuild
deleted file mode 100644
index 4fde60b63b8..000
--- a/dev-python/PyGithub/PyGithub-1.39.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python{2_7,3_5,3_6} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python library to access the Github API v3"
-HOMEPAGE="https://github.com/PyGithub/PyGithub/;
-# Use github since pypi is missing test data
-SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="LGPL-3+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="dev-python/pyjwt[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]"
-
-python_test() {
-   esetup.py test
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/PyGithub/

2019-07-31 Thread Agostino Sarubbo
commit: 51b458ee72df946d2e4a0248e1e8395ac834f6a6
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jul 31 10:59:16 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jul 31 10:59:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51b458ee

dev-python/PyGithub: amd64 stable wrt bug #690880

Package-Manager: Portage-2.3.66, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-python/PyGithub/PyGithub-1.43.7.ebuild 
b/dev-python/PyGithub/PyGithub-1.43.7.ebuild
index 5585ba44ef0..004a351ba75 100644
--- a/dev-python/PyGithub/PyGithub-1.43.7.ebuild
+++ b/dev-python/PyGithub/PyGithub-1.43.7.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz 
-> ${P}.gh.tar.gz"
 
 LICENSE="LGPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/PyGithub/

2019-07-28 Thread Michał Górny
commit: 3af44ead0fb9362a35ad1bf70890e4d6a581a559
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jul 28 06:19:23 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 28 06:41:12 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3af44ead

dev-python/PyGithub: Drop old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/PyGithub/Manifest|  1 -
 dev-python/PyGithub/PyGithub-1.40_alpha4.ebuild | 37 -
 2 files changed, 38 deletions(-)

diff --git a/dev-python/PyGithub/Manifest b/dev-python/PyGithub/Manifest
index 30f89bbe0ce..001a9cfabc5 100644
--- a/dev-python/PyGithub/Manifest
+++ b/dev-python/PyGithub/Manifest
@@ -1,4 +1,3 @@
 DIST PyGithub-1.39.tar.gz 2662602 BLAKE2B 
5e3e4ca2483e7ade968f170e7615258b4bcca0f1c6741146c38b3c7405fb1fb66351fa5686863892a6751bc4cb6ea39b6cf4ec0d8e6cc878b302c87512c9d159
 SHA512 
5fa6e5a1b8e7cbe2be13e7f866ce8586f6ba37bfc8f3bfb5a52497a9edc267c14512e4572f56e898c61b8c84dfc8aa8f325c5eb2563e68450b8a3b2acf8308d4
-DIST PyGithub-1.40a4.tar.gz 2668409 BLAKE2B 
5638f228620fc5c6741f79e3272ba374a71b1a0a9fe3d6f0edd45a7b0468fd4ed1a6fe967d37e6169a4cfc90a3f084c948f0d72592cd225569275a3d8ae3546a
 SHA512 
6d832e2a101a80e2b0aec45a99ec2f28d9d64d130bf23f291a643bc8450a86c4ed9296a005de000c975e28d91d52e648937abb09399554b9d17988fd58f280e7
 DIST PyGithub-1.43.7.gh.tar.gz 2832588 BLAKE2B 
df1bf783d8644493151b7192325cd2feded48dd95853e0f2ccef9e0560c39877de3e38e95a339291e585612c795d2180900dc5db5fecb0f844a97a6d0a5bf04c
 SHA512 
15d7c7ca6a505a259fe59c96db667a278179df7acfe794116f118bb18966c573cbdcd9276fe50b321fd759988810250a0268c2e8e330c1ef5a8bdcc3a50b6391
 DIST PyGithub-1.43.8.gh.tar.gz 2842219 BLAKE2B 
7711885beb4cb855ea5a5755abe881f7ae7825feb76cb0ab30aa9ba4a2530440d2816439c43da23a42f134286fa0806875d075920776960f04cdd21131bcf700
 SHA512 
dc58166ebb27f855ed4f32448029abe7e53b8050d8d99029d460f2dd94180ca8bcef68a75469293abd021f70cc3c67c32061e6439db1b3f1dc77af464c658bb6

diff --git a/dev-python/PyGithub/PyGithub-1.40_alpha4.ebuild 
b/dev-python/PyGithub/PyGithub-1.40_alpha4.ebuild
deleted file mode 100644
index a57dfea94da..000
--- a/dev-python/PyGithub/PyGithub-1.40_alpha4.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} )
-
-inherit distutils-r1
-
-MY_PV=${PV/_alpha/a}
-MY_P=${PN}-${MY_PV}
-
-DESCRIPTION="Python library to access the Github API v3"
-HOMEPAGE="https://github.com/PyGithub/PyGithub/;
-# Use github since pypi is missing test data
-SRC_URI="https://github.com/${PN}/${PN}/archive/v${MY_PV}.tar.gz -> 
${MY_P}.tar.gz"
-
-LICENSE="LGPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="dev-python/pyjwt[${PYTHON_USEDEP}]
-   >=dev-python/requests-2.14.0[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]"
-
-S=${WORKDIR}/${MY_P}
-
-python_prepare_all() {
-   # tests requiring network access
-   sed -i -e 's:testDecodeJson:_&:' github/tests/Issue142.py || die
-
-   distutils-r1_python_prepare_all
-}
-
-python_test() {
-   esetup.py test
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/PyGithub/

2019-07-21 Thread Michał Górny
commit: e54a12d8170bd4dc8d834b8dc00e68a9e1f46d86
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jul 21 06:17:16 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 21 06:17:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e54a12d8

dev-python/PyGithub: Bump to 1.43.8

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/PyGithub/Manifest   |  1 +
 dev-python/PyGithub/PyGithub-1.43.8.ebuild | 47 ++
 2 files changed, 48 insertions(+)

diff --git a/dev-python/PyGithub/Manifest b/dev-python/PyGithub/Manifest
index 9b0006f08ab..30f89bbe0ce 100644
--- a/dev-python/PyGithub/Manifest
+++ b/dev-python/PyGithub/Manifest
@@ -1,3 +1,4 @@
 DIST PyGithub-1.39.tar.gz 2662602 BLAKE2B 
5e3e4ca2483e7ade968f170e7615258b4bcca0f1c6741146c38b3c7405fb1fb66351fa5686863892a6751bc4cb6ea39b6cf4ec0d8e6cc878b302c87512c9d159
 SHA512 
5fa6e5a1b8e7cbe2be13e7f866ce8586f6ba37bfc8f3bfb5a52497a9edc267c14512e4572f56e898c61b8c84dfc8aa8f325c5eb2563e68450b8a3b2acf8308d4
 DIST PyGithub-1.40a4.tar.gz 2668409 BLAKE2B 
5638f228620fc5c6741f79e3272ba374a71b1a0a9fe3d6f0edd45a7b0468fd4ed1a6fe967d37e6169a4cfc90a3f084c948f0d72592cd225569275a3d8ae3546a
 SHA512 
6d832e2a101a80e2b0aec45a99ec2f28d9d64d130bf23f291a643bc8450a86c4ed9296a005de000c975e28d91d52e648937abb09399554b9d17988fd58f280e7
 DIST PyGithub-1.43.7.gh.tar.gz 2832588 BLAKE2B 
df1bf783d8644493151b7192325cd2feded48dd95853e0f2ccef9e0560c39877de3e38e95a339291e585612c795d2180900dc5db5fecb0f844a97a6d0a5bf04c
 SHA512 
15d7c7ca6a505a259fe59c96db667a278179df7acfe794116f118bb18966c573cbdcd9276fe50b321fd759988810250a0268c2e8e330c1ef5a8bdcc3a50b6391
+DIST PyGithub-1.43.8.gh.tar.gz 2842219 BLAKE2B 
7711885beb4cb855ea5a5755abe881f7ae7825feb76cb0ab30aa9ba4a2530440d2816439c43da23a42f134286fa0806875d075920776960f04cdd21131bcf700
 SHA512 
dc58166ebb27f855ed4f32448029abe7e53b8050d8d99029d460f2dd94180ca8bcef68a75469293abd021f70cc3c67c32061e6439db1b3f1dc77af464c658bb6

diff --git a/dev-python/PyGithub/PyGithub-1.43.8.ebuild 
b/dev-python/PyGithub/PyGithub-1.43.8.ebuild
new file mode 100644
index 000..5585ba44ef0
--- /dev/null
+++ b/dev-python/PyGithub/PyGithub-1.43.8.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python library to access the Github API v3"
+HOMEPAGE="https://github.com/PyGithub/PyGithub/;
+# Use github since pypi is missing test data
+SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
+
+LICENSE="LGPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="dev-python/deprecated[${PYTHON_USEDEP}]
+   dev-python/pyjwt[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.14.0[${PYTHON_USEDEP}]"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   ${RDEPEND}
+   dev-python/cryptography[${PYTHON_USEDEP}]
+   dev-python/httpretty[${PYTHON_USEDEP}]
+   )"
+
+python_prepare_all() {
+   # tests requiring network access
+   sed -i -e 's:testDecodeJson:_&:' tests/Issue142.py || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   # silly!
+   cp -r tests "${BUILD_DIR}" || die
+   if python_is_python3; then
+   2to3 --no-diffs -n -w "${BUILD_DIR}"/tests || die
+   fi
+
+   cd "${BUILD_DIR}" || die
+   "${EPYTHON}" -m unittest -v tests.AllTests || die "Tests fail with 
${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/PyGithub/

2019-06-18 Thread Michał Górny
commit: c9f35baddc548a2b01733e8f2d3a93ae20f23dd3
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jun 18 06:44:51 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jun 18 07:07:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9f35bad

dev-python/PyGithub: Bump to 1.43.7

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/PyGithub/Manifest   |  1 +
 dev-python/PyGithub/PyGithub-1.43.7.ebuild | 47 ++
 2 files changed, 48 insertions(+)

diff --git a/dev-python/PyGithub/Manifest b/dev-python/PyGithub/Manifest
index 33f89f18f50..9b0006f08ab 100644
--- a/dev-python/PyGithub/Manifest
+++ b/dev-python/PyGithub/Manifest
@@ -1,2 +1,3 @@
 DIST PyGithub-1.39.tar.gz 2662602 BLAKE2B 
5e3e4ca2483e7ade968f170e7615258b4bcca0f1c6741146c38b3c7405fb1fb66351fa5686863892a6751bc4cb6ea39b6cf4ec0d8e6cc878b302c87512c9d159
 SHA512 
5fa6e5a1b8e7cbe2be13e7f866ce8586f6ba37bfc8f3bfb5a52497a9edc267c14512e4572f56e898c61b8c84dfc8aa8f325c5eb2563e68450b8a3b2acf8308d4
 DIST PyGithub-1.40a4.tar.gz 2668409 BLAKE2B 
5638f228620fc5c6741f79e3272ba374a71b1a0a9fe3d6f0edd45a7b0468fd4ed1a6fe967d37e6169a4cfc90a3f084c948f0d72592cd225569275a3d8ae3546a
 SHA512 
6d832e2a101a80e2b0aec45a99ec2f28d9d64d130bf23f291a643bc8450a86c4ed9296a005de000c975e28d91d52e648937abb09399554b9d17988fd58f280e7
+DIST PyGithub-1.43.7.gh.tar.gz 2832588 BLAKE2B 
df1bf783d8644493151b7192325cd2feded48dd95853e0f2ccef9e0560c39877de3e38e95a339291e585612c795d2180900dc5db5fecb0f844a97a6d0a5bf04c
 SHA512 
15d7c7ca6a505a259fe59c96db667a278179df7acfe794116f118bb18966c573cbdcd9276fe50b321fd759988810250a0268c2e8e330c1ef5a8bdcc3a50b6391

diff --git a/dev-python/PyGithub/PyGithub-1.43.7.ebuild 
b/dev-python/PyGithub/PyGithub-1.43.7.ebuild
new file mode 100644
index 000..5585ba44ef0
--- /dev/null
+++ b/dev-python/PyGithub/PyGithub-1.43.7.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python library to access the Github API v3"
+HOMEPAGE="https://github.com/PyGithub/PyGithub/;
+# Use github since pypi is missing test data
+SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
+
+LICENSE="LGPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="dev-python/deprecated[${PYTHON_USEDEP}]
+   dev-python/pyjwt[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.14.0[${PYTHON_USEDEP}]"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   ${RDEPEND}
+   dev-python/cryptography[${PYTHON_USEDEP}]
+   dev-python/httpretty[${PYTHON_USEDEP}]
+   )"
+
+python_prepare_all() {
+   # tests requiring network access
+   sed -i -e 's:testDecodeJson:_&:' tests/Issue142.py || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   # silly!
+   cp -r tests "${BUILD_DIR}" || die
+   if python_is_python3; then
+   2to3 --no-diffs -n -w "${BUILD_DIR}"/tests || die
+   fi
+
+   cd "${BUILD_DIR}" || die
+   "${EPYTHON}" -m unittest -v tests.AllTests || die "Tests fail with 
${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/PyGithub/

2018-09-11 Thread Michał Górny
commit: 69c3f1963c23f2bfbe9d649bc0f94107f7fbad03
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Sep 11 07:57:08 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep 11 08:17:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69c3f196

dev-python/PyGithub: Clean old up

 dev-python/PyGithub/Manifest |  2 --
 dev-python/PyGithub/PyGithub-1.28.ebuild | 22 --
 dev-python/PyGithub/PyGithub-1.35.ebuild | 24 
 3 files changed, 48 deletions(-)

diff --git a/dev-python/PyGithub/Manifest b/dev-python/PyGithub/Manifest
index 8560ea327dd..33f89f18f50 100644
--- a/dev-python/PyGithub/Manifest
+++ b/dev-python/PyGithub/Manifest
@@ -1,4 +1,2 @@
-DIST PyGithub-1.28.tar.gz 2662625 BLAKE2B 
86d972c51be81bd1f52ea18d89d22c207b0327ad9c4cc39da3aa8996ec280a164f270256c87718676d8ed2501c9ff7819a59df1ec9c7ddb5db794d141f0ed103
 SHA512 
e1d9f6f473d757074220f4ec6a96f0e0a6de89af6436b8f0ab30ed22eb24b0955f0b64e6b25eae36bfe19bce580677552aedc82a7749520c5b1baac03428db7d
-DIST PyGithub-1.35.tar.gz 2677633 BLAKE2B 
c034ba44e203bf15c47f54087294295f302ea5deaabcaf09f8420a9b0a7fb51bfd6b2f7b64cf2c25004e146d8208cd0d90d2cb8baf2776de25f23ed15a2e7887
 SHA512 
d852f459e5514310ac7bbb3cd9742a7269f9ea5c3e0fdfb0f385616fa31d35b72b19f63b650c60241c5e2f29860ddc35caa907a623c661bc77a29dfe4da3613b
 DIST PyGithub-1.39.tar.gz 2662602 BLAKE2B 
5e3e4ca2483e7ade968f170e7615258b4bcca0f1c6741146c38b3c7405fb1fb66351fa5686863892a6751bc4cb6ea39b6cf4ec0d8e6cc878b302c87512c9d159
 SHA512 
5fa6e5a1b8e7cbe2be13e7f866ce8586f6ba37bfc8f3bfb5a52497a9edc267c14512e4572f56e898c61b8c84dfc8aa8f325c5eb2563e68450b8a3b2acf8308d4
 DIST PyGithub-1.40a4.tar.gz 2668409 BLAKE2B 
5638f228620fc5c6741f79e3272ba374a71b1a0a9fe3d6f0edd45a7b0468fd4ed1a6fe967d37e6169a4cfc90a3f084c948f0d72592cd225569275a3d8ae3546a
 SHA512 
6d832e2a101a80e2b0aec45a99ec2f28d9d64d130bf23f291a643bc8450a86c4ed9296a005de000c975e28d91d52e648937abb09399554b9d17988fd58f280e7

diff --git a/dev-python/PyGithub/PyGithub-1.28.ebuild 
b/dev-python/PyGithub/PyGithub-1.28.ebuild
deleted file mode 100644
index bd692f44126..000
--- a/dev-python/PyGithub/PyGithub-1.28.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python library to access the Github API v3"
-HOMEPAGE="https://github.com/jacquev6/PyGithub/;
-# Use github since pypi is missing test data
-SRC_URI="https://github.com/jacquev6/PyGithub/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-
-python_test() {
-   esetup.py test
-}

diff --git a/dev-python/PyGithub/PyGithub-1.35.ebuild 
b/dev-python/PyGithub/PyGithub-1.35.ebuild
deleted file mode 100644
index f7c3a670c22..000
--- a/dev-python/PyGithub/PyGithub-1.35.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python library to access the Github API v3"
-HOMEPAGE="https://github.com/PyGithub/PyGithub/;
-# Use github since pypi is missing test data
-SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="dev-python/pyjwt[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]"
-
-python_test() {
-   esetup.py test
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/PyGithub/

2018-09-08 Thread Thomas Deutschmann
commit: 2523ce7a58b9f2c2677e089f577564294cc063ee
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Sep  9 01:05:42 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Sep  9 01:11:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2523ce7a

dev-python/PyGithub: x86 stable (bug #665408)

Package-Manager: Portage-2.3.49, Repoman-2.3.10

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

diff --git a/dev-python/PyGithub/PyGithub-1.39.ebuild 
b/dev-python/PyGithub/PyGithub-1.39.ebuild
index 5bb21862355..8ba7a8c466c 100644
--- a/dev-python/PyGithub/PyGithub-1.39.ebuild
+++ b/dev-python/PyGithub/PyGithub-1.39.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="LGPL-3+"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="dev-python/pyjwt[${PYTHON_USEDEP}]"
 DEPEND="${RDEPEND}



[gentoo-commits] repo/gentoo:master commit in: dev-python/PyGithub/

2018-09-07 Thread Mikle Kolyada
commit: 4fc8e237e1cf4dad44bd54021581d6e44f9a5a73
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Sep  7 13:54:25 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Sep  7 13:54:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fc8e237

dev-python/PyGithub: amd64 stable wrt bug #665408

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/dev-python/PyGithub/PyGithub-1.39.ebuild 
b/dev-python/PyGithub/PyGithub-1.39.ebuild
index eb109f4a9b7..5bb21862355 100644
--- a/dev-python/PyGithub/PyGithub-1.39.ebuild
+++ b/dev-python/PyGithub/PyGithub-1.39.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="LGPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 RDEPEND="dev-python/pyjwt[${PYTHON_USEDEP}]"
 DEPEND="${RDEPEND}



[gentoo-commits] repo/gentoo:master commit in: dev-python/PyGithub/

2018-07-18 Thread Michał Górny
commit: 165f74d1e6762968cbedc0385cedb6ab75591f57
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jul 18 12:52:17 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jul 18 12:54:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=165f74d1

dev-python/PyGithub: Disable a test requiring network access

 dev-python/PyGithub/PyGithub-1.40_alpha4.ebuild | 7 +++
 1 file changed, 7 insertions(+)

diff --git a/dev-python/PyGithub/PyGithub-1.40_alpha4.ebuild 
b/dev-python/PyGithub/PyGithub-1.40_alpha4.ebuild
index e44864c83d7..eadab26e792 100644
--- a/dev-python/PyGithub/PyGithub-1.40_alpha4.ebuild
+++ b/dev-python/PyGithub/PyGithub-1.40_alpha4.ebuild
@@ -25,6 +25,13 @@ DEPEND="${RDEPEND}
 
 S=${WORKDIR}/${MY_P}
 
+python_prepare_all() {
+   # tests requiring network access
+   sed -i -e 's:testDecodeJson:_&:' github/tests/Issue142.py || die
+
+   distutils-r1_python_prepare_all
+}
+
 python_test() {
esetup.py test
 }



[gentoo-commits] repo/gentoo:master commit in: dev-python/PyGithub/

2018-07-18 Thread Michał Górny
commit: 5228ac9c7306784766466e5866e8e3426233db42
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jul 18 12:52:22 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jul 18 12:54:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5228ac9c

dev-python/PyGithub: Enable py3.7

 dev-python/PyGithub/PyGithub-1.40_alpha4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/PyGithub/PyGithub-1.40_alpha4.ebuild 
b/dev-python/PyGithub/PyGithub-1.40_alpha4.ebuild
index eadab26e792..2d9c8b0680a 100644
--- a/dev-python/PyGithub/PyGithub-1.40_alpha4.ebuild
+++ b/dev-python/PyGithub/PyGithub-1.40_alpha4.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/PyGithub/

2018-07-14 Thread Michał Górny
commit: c87404e7e397f384b469409371ef438e8d03421f
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jul 14 09:28:48 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jul 14 09:29:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c87404e7

dev-python/PyGithub: Add missing dep on dev-python/requests

Closes: https://bugs.gentoo.org/661124

 dev-python/PyGithub/PyGithub-1.40_alpha4.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-python/PyGithub/PyGithub-1.40_alpha4.ebuild 
b/dev-python/PyGithub/PyGithub-1.40_alpha4.ebuild
index de37d5592fd..e44864c83d7 100644
--- a/dev-python/PyGithub/PyGithub-1.40_alpha4.ebuild
+++ b/dev-python/PyGithub/PyGithub-1.40_alpha4.ebuild
@@ -18,7 +18,8 @@ LICENSE="LGPL-3+"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
-RDEPEND="dev-python/pyjwt[${PYTHON_USEDEP}]"
+RDEPEND="dev-python/pyjwt[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.14.0[${PYTHON_USEDEP}]"
 DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/PyGithub/

2018-06-02 Thread Michał Górny
commit: 8455da2b7f056979d048785a9d07825872925378
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jun  2 21:54:51 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jun  2 22:45:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8455da2b

dev-python/PyGithub: Bump to 1.40a4

 dev-python/PyGithub/Manifest|  1 +
 dev-python/PyGithub/PyGithub-1.40_alpha4.ebuild | 29 +
 2 files changed, 30 insertions(+)

diff --git a/dev-python/PyGithub/Manifest b/dev-python/PyGithub/Manifest
index c5bcd4a36c5..8560ea327dd 100644
--- a/dev-python/PyGithub/Manifest
+++ b/dev-python/PyGithub/Manifest
@@ -1,3 +1,4 @@
 DIST PyGithub-1.28.tar.gz 2662625 BLAKE2B 
86d972c51be81bd1f52ea18d89d22c207b0327ad9c4cc39da3aa8996ec280a164f270256c87718676d8ed2501c9ff7819a59df1ec9c7ddb5db794d141f0ed103
 SHA512 
e1d9f6f473d757074220f4ec6a96f0e0a6de89af6436b8f0ab30ed22eb24b0955f0b64e6b25eae36bfe19bce580677552aedc82a7749520c5b1baac03428db7d
 DIST PyGithub-1.35.tar.gz 2677633 BLAKE2B 
c034ba44e203bf15c47f54087294295f302ea5deaabcaf09f8420a9b0a7fb51bfd6b2f7b64cf2c25004e146d8208cd0d90d2cb8baf2776de25f23ed15a2e7887
 SHA512 
d852f459e5514310ac7bbb3cd9742a7269f9ea5c3e0fdfb0f385616fa31d35b72b19f63b650c60241c5e2f29860ddc35caa907a623c661bc77a29dfe4da3613b
 DIST PyGithub-1.39.tar.gz 2662602 BLAKE2B 
5e3e4ca2483e7ade968f170e7615258b4bcca0f1c6741146c38b3c7405fb1fb66351fa5686863892a6751bc4cb6ea39b6cf4ec0d8e6cc878b302c87512c9d159
 SHA512 
5fa6e5a1b8e7cbe2be13e7f866ce8586f6ba37bfc8f3bfb5a52497a9edc267c14512e4572f56e898c61b8c84dfc8aa8f325c5eb2563e68450b8a3b2acf8308d4
+DIST PyGithub-1.40a4.tar.gz 2668409 BLAKE2B 
5638f228620fc5c6741f79e3272ba374a71b1a0a9fe3d6f0edd45a7b0468fd4ed1a6fe967d37e6169a4cfc90a3f084c948f0d72592cd225569275a3d8ae3546a
 SHA512 
6d832e2a101a80e2b0aec45a99ec2f28d9d64d130bf23f291a643bc8450a86c4ed9296a005de000c975e28d91d52e648937abb09399554b9d17988fd58f280e7

diff --git a/dev-python/PyGithub/PyGithub-1.40_alpha4.ebuild 
b/dev-python/PyGithub/PyGithub-1.40_alpha4.ebuild
new file mode 100644
index 000..de37d5592fd
--- /dev/null
+++ b/dev-python/PyGithub/PyGithub-1.40_alpha4.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+
+inherit distutils-r1
+
+MY_PV=${PV/_alpha/a}
+MY_P=${PN}-${MY_PV}
+
+DESCRIPTION="Python library to access the Github API v3"
+HOMEPAGE="https://github.com/PyGithub/PyGithub/;
+# Use github since pypi is missing test data
+SRC_URI="https://github.com/${PN}/${PN}/archive/v${MY_PV}.tar.gz -> 
${MY_P}.tar.gz"
+
+LICENSE="LGPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="dev-python/pyjwt[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]"
+
+S=${WORKDIR}/${MY_P}
+
+python_test() {
+   esetup.py test
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/PyGithub/

2018-06-02 Thread Michał Górny
commit: dd009ff247db86da123861fac63bb5ddf4915e4d
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jun  2 21:42:18 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jun  2 22:45:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd009ff2

dev-python/PyGithub: Bump to 1.39

 dev-python/PyGithub/Manifest |  1 +
 dev-python/PyGithub/PyGithub-1.39.ebuild | 24 
 2 files changed, 25 insertions(+)

diff --git a/dev-python/PyGithub/Manifest b/dev-python/PyGithub/Manifest
index 60a4c87c10e..c5bcd4a36c5 100644
--- a/dev-python/PyGithub/Manifest
+++ b/dev-python/PyGithub/Manifest
@@ -1,2 +1,3 @@
 DIST PyGithub-1.28.tar.gz 2662625 BLAKE2B 
86d972c51be81bd1f52ea18d89d22c207b0327ad9c4cc39da3aa8996ec280a164f270256c87718676d8ed2501c9ff7819a59df1ec9c7ddb5db794d141f0ed103
 SHA512 
e1d9f6f473d757074220f4ec6a96f0e0a6de89af6436b8f0ab30ed22eb24b0955f0b64e6b25eae36bfe19bce580677552aedc82a7749520c5b1baac03428db7d
 DIST PyGithub-1.35.tar.gz 2677633 BLAKE2B 
c034ba44e203bf15c47f54087294295f302ea5deaabcaf09f8420a9b0a7fb51bfd6b2f7b64cf2c25004e146d8208cd0d90d2cb8baf2776de25f23ed15a2e7887
 SHA512 
d852f459e5514310ac7bbb3cd9742a7269f9ea5c3e0fdfb0f385616fa31d35b72b19f63b650c60241c5e2f29860ddc35caa907a623c661bc77a29dfe4da3613b
+DIST PyGithub-1.39.tar.gz 2662602 BLAKE2B 
5e3e4ca2483e7ade968f170e7615258b4bcca0f1c6741146c38b3c7405fb1fb66351fa5686863892a6751bc4cb6ea39b6cf4ec0d8e6cc878b302c87512c9d159
 SHA512 
5fa6e5a1b8e7cbe2be13e7f866ce8586f6ba37bfc8f3bfb5a52497a9edc267c14512e4572f56e898c61b8c84dfc8aa8f325c5eb2563e68450b8a3b2acf8308d4

diff --git a/dev-python/PyGithub/PyGithub-1.39.ebuild 
b/dev-python/PyGithub/PyGithub-1.39.ebuild
new file mode 100644
index 000..eb109f4a9b7
--- /dev/null
+++ b/dev-python/PyGithub/PyGithub-1.39.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python library to access the Github API v3"
+HOMEPAGE="https://github.com/PyGithub/PyGithub/;
+# Use github since pypi is missing test data
+SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="LGPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="dev-python/pyjwt[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]"
+
+python_test() {
+   esetup.py test
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/PyGithub/

2018-06-02 Thread Michał Górny
commit: e6f1e53d5e5af15278fbf012db531d472cfe5d8d
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jun  2 21:39:38 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jun  2 22:45:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6f1e53d

dev-python/PyGithub: Adopt

 dev-python/PyGithub/metadata.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/dev-python/PyGithub/metadata.xml b/dev-python/PyGithub/metadata.xml
index 4b210b57b57..e39e603758d 100644
--- a/dev-python/PyGithub/metadata.xml
+++ b/dev-python/PyGithub/metadata.xml
@@ -1,6 +1,10 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
+  
+mgo...@gentoo.org
+Michał Górny
+  
   
 pyt...@gentoo.org
 Python



[gentoo-commits] repo/gentoo:master commit in: dev-python/PyGithub/

2017-08-11 Thread Tim Harder
commit: 3cd416c4027072e4f660c2c1d937075f86b0097d
Author: Tim Harder  gentoo  org>
AuthorDate: Sat Aug 12 04:49:08 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sat Aug 12 04:49:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cd416c4

dev-python/PyGithub: update upstream metadata

 dev-python/PyGithub/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/PyGithub/metadata.xml b/dev-python/PyGithub/metadata.xml
index b78f4d1a427..4b210b57b57 100644
--- a/dev-python/PyGithub/metadata.xml
+++ b/dev-python/PyGithub/metadata.xml
@@ -6,6 +6,6 @@
 Python
   
   
-jacquev6/PyGithub
+PyGithub/PyGithub
   
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/PyGithub/

2017-08-11 Thread Tim Harder
commit: 77142d37c82bdedb492cd06aa4df2f804ab9f739
Author: Tim Harder  gentoo  org>
AuthorDate: Sat Aug 12 04:40:26 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sat Aug 12 04:43:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77142d37

dev-python/PyGithub: version bump to 1.35

 dev-python/PyGithub/Manifest |  1 +
 dev-python/PyGithub/PyGithub-1.35.ebuild | 24 
 2 files changed, 25 insertions(+)

diff --git a/dev-python/PyGithub/Manifest b/dev-python/PyGithub/Manifest
index eec611232da..987d2957f0e 100644
--- a/dev-python/PyGithub/Manifest
+++ b/dev-python/PyGithub/Manifest
@@ -1 +1,2 @@
 DIST PyGithub-1.28.tar.gz 2662625 SHA256 
44feab87eefcdf311fe4ad9c356c279b56ba0fc4dd90baeaec1a52e9875cad76 SHA512 
e1d9f6f473d757074220f4ec6a96f0e0a6de89af6436b8f0ab30ed22eb24b0955f0b64e6b25eae36bfe19bce580677552aedc82a7749520c5b1baac03428db7d
 WHIRLPOOL 
6a17617816b90120b358b0181ea5743f5380367cc4b725452bf281d2f313d2bac67edff0e50178afff2a87f312befdc1809ee7494d51299d02d694f8b2ded110
+DIST PyGithub-1.35.tar.gz 2677633 SHA256 
cbcddf4584c264d7b09f4e308d13f9729fa065d963adc0d3eebf0f51e0ec9908 SHA512 
d852f459e5514310ac7bbb3cd9742a7269f9ea5c3e0fdfb0f385616fa31d35b72b19f63b650c60241c5e2f29860ddc35caa907a623c661bc77a29dfe4da3613b
 WHIRLPOOL 
53acbcb05437f59a616b4450a46ee35cf66a474a852008317751769f1979de81e949fe0d2f8fbe27e7c038fdb05b2871b753c4945e883c7a101fc7500dea2a07

diff --git a/dev-python/PyGithub/PyGithub-1.35.ebuild 
b/dev-python/PyGithub/PyGithub-1.35.ebuild
new file mode 100644
index 000..f7c3a670c22
--- /dev/null
+++ b/dev-python/PyGithub/PyGithub-1.35.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python library to access the Github API v3"
+HOMEPAGE="https://github.com/PyGithub/PyGithub/;
+# Use github since pypi is missing test data
+SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="dev-python/pyjwt[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]"
+
+python_test() {
+   esetup.py test
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/PyGithub/

2017-05-02 Thread Michał Górny
commit: 7d2994749fb990c04b0f58505bfe9098e5b92c84
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May  2 13:36:22 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May  2 14:01:57 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d299474

dev-python/PyGithub: Clean old versions up

 dev-python/PyGithub/Manifest   |  2 --
 dev-python/PyGithub/PyGithub-1.25.2.ebuild | 22 --
 dev-python/PyGithub/PyGithub-1.27.1.ebuild | 22 --
 3 files changed, 46 deletions(-)

diff --git a/dev-python/PyGithub/Manifest b/dev-python/PyGithub/Manifest
index 4399ad4ce45..eec611232da 100644
--- a/dev-python/PyGithub/Manifest
+++ b/dev-python/PyGithub/Manifest
@@ -1,3 +1 @@
-DIST PyGithub-1.25.2.tar.gz 2624603 SHA256 
3afce80516998ce4478424797f341d961d1c251958859c70b8d3986d00faafd7 SHA512 
24b8370552889e748de1f51e6d5a14f11e2f77a9b1f920743f90ffbadc849cb887bf6d84c1c251b7a86ee454d919004255fc3046b199792cd078ce49d892cec0
 WHIRLPOOL 
56d7989c63f0b0943da3c88e38ec266277659f124566ab20c9a9f30ceec74c792d4f13cc201d7b7851ac3074c05f5608280674803597652913f0a1b71f430505
-DIST PyGithub-1.27.1.tar.gz 2661261 SHA256 
464a172d547a0429d038a5a75cbdfbcdf99ab756c7742aad875a3db70ccabf3b SHA512 
67a741d98a35aedfc73c2099b224145348742a6bbe0393a1301fd84034dd0690fb6c80c7ae0c1e1b2e9f4768327adde87cc8ca5b69f16fee118338ea0aeb2a1d
 WHIRLPOOL 
ef80bb3fb6f07f526b7f8a0bbef86ba030700ae159e9bca8298539384e4f975f03f6d14d044e90afed3a4eff1dd8eaf1000c1269bd82eaf3b46769fabe6342c9
 DIST PyGithub-1.28.tar.gz 2662625 SHA256 
44feab87eefcdf311fe4ad9c356c279b56ba0fc4dd90baeaec1a52e9875cad76 SHA512 
e1d9f6f473d757074220f4ec6a96f0e0a6de89af6436b8f0ab30ed22eb24b0955f0b64e6b25eae36bfe19bce580677552aedc82a7749520c5b1baac03428db7d
 WHIRLPOOL 
6a17617816b90120b358b0181ea5743f5380367cc4b725452bf281d2f313d2bac67edff0e50178afff2a87f312befdc1809ee7494d51299d02d694f8b2ded110

diff --git a/dev-python/PyGithub/PyGithub-1.25.2.ebuild 
b/dev-python/PyGithub/PyGithub-1.25.2.ebuild
deleted file mode 100644
index f751bdcdfa9..000
--- a/dev-python/PyGithub/PyGithub-1.25.2.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python library to access the Github API v3"
-HOMEPAGE="https://github.com/jacquev6/PyGithub/;
-# Use github since pypi is missing test data
-SRC_URI="https://github.com/jacquev6/PyGithub/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-
-python_test() {
-   esetup.py test
-}

diff --git a/dev-python/PyGithub/PyGithub-1.27.1.ebuild 
b/dev-python/PyGithub/PyGithub-1.27.1.ebuild
deleted file mode 100644
index e7ad7ef7154..000
--- a/dev-python/PyGithub/PyGithub-1.27.1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python library to access the Github API v3"
-HOMEPAGE="https://github.com/jacquev6/PyGithub/;
-# Use github since pypi is missing test data
-SRC_URI="https://github.com/jacquev6/PyGithub/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-
-python_test() {
-   esetup.py test
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/PyGithub/

2017-04-24 Thread Pacho Ramos
commit: 94186bb4c4576c341b9ee9454d3580f6dccd0af6
Author: Pacho Ramos  gentoo  org>
AuthorDate: Mon Apr 24 09:25:17 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Mon Apr 24 09:31:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94186bb4

dev-python/PyGithub: Support newer python

Package-Manager: Portage-2.3.5, Repoman-2.3.2

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

diff --git a/dev-python/PyGithub/PyGithub-1.28.ebuild 
b/dev-python/PyGithub/PyGithub-1.28.ebuild
index 87b6dc5f882..bd692f44126 100644
--- a/dev-python/PyGithub/PyGithub-1.28.ebuild
+++ b/dev-python/PyGithub/PyGithub-1.28.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/PyGithub/

2016-09-12 Thread Tim Harder
commit: 6e25855d105921b5d1cff756905ee7a470c30e5f
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Sep 12 15:16:39 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Sep 12 17:06:27 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e25855d

dev-python/PyGithub: version bump to 1.28

 dev-python/PyGithub/Manifest |  1 +
 dev-python/PyGithub/PyGithub-1.28.ebuild | 23 +++
 2 files changed, 24 insertions(+)

diff --git a/dev-python/PyGithub/Manifest b/dev-python/PyGithub/Manifest
index ff5257e..4399ad4 100644
--- a/dev-python/PyGithub/Manifest
+++ b/dev-python/PyGithub/Manifest
@@ -1,2 +1,3 @@
 DIST PyGithub-1.25.2.tar.gz 2624603 SHA256 
3afce80516998ce4478424797f341d961d1c251958859c70b8d3986d00faafd7 SHA512 
24b8370552889e748de1f51e6d5a14f11e2f77a9b1f920743f90ffbadc849cb887bf6d84c1c251b7a86ee454d919004255fc3046b199792cd078ce49d892cec0
 WHIRLPOOL 
56d7989c63f0b0943da3c88e38ec266277659f124566ab20c9a9f30ceec74c792d4f13cc201d7b7851ac3074c05f5608280674803597652913f0a1b71f430505
 DIST PyGithub-1.27.1.tar.gz 2661261 SHA256 
464a172d547a0429d038a5a75cbdfbcdf99ab756c7742aad875a3db70ccabf3b SHA512 
67a741d98a35aedfc73c2099b224145348742a6bbe0393a1301fd84034dd0690fb6c80c7ae0c1e1b2e9f4768327adde87cc8ca5b69f16fee118338ea0aeb2a1d
 WHIRLPOOL 
ef80bb3fb6f07f526b7f8a0bbef86ba030700ae159e9bca8298539384e4f975f03f6d14d044e90afed3a4eff1dd8eaf1000c1269bd82eaf3b46769fabe6342c9
+DIST PyGithub-1.28.tar.gz 2662625 SHA256 
44feab87eefcdf311fe4ad9c356c279b56ba0fc4dd90baeaec1a52e9875cad76 SHA512 
e1d9f6f473d757074220f4ec6a96f0e0a6de89af6436b8f0ab30ed22eb24b0955f0b64e6b25eae36bfe19bce580677552aedc82a7749520c5b1baac03428db7d
 WHIRLPOOL 
6a17617816b90120b358b0181ea5743f5380367cc4b725452bf281d2f313d2bac67edff0e50178afff2a87f312befdc1809ee7494d51299d02d694f8b2ded110

diff --git a/dev-python/PyGithub/PyGithub-1.28.ebuild 
b/dev-python/PyGithub/PyGithub-1.28.ebuild
new file mode 100644
index ..5f48312
--- /dev/null
+++ b/dev-python/PyGithub/PyGithub-1.28.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python library to access the Github API v3"
+HOMEPAGE="https://github.com/jacquev6/PyGithub/;
+# Use github since pypi is missing test data
+SRC_URI="https://github.com/jacquev6/PyGithub/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+
+python_test() {
+   esetup.py test
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/PyGithub/

2016-09-07 Thread Tim Harder
commit: 8741ad2fb5287b9cb9b37339f087fda32a469d7b
Author: Tim Harder  gentoo  org>
AuthorDate: Thu Sep  8 03:35:07 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Thu Sep  8 03:49:03 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8741ad2f

dev-python/PyGithub: verison bump to 1.27.1

 dev-python/PyGithub/Manifest   |  1 +
 dev-python/PyGithub/PyGithub-1.27.1.ebuild | 23 +++
 2 files changed, 24 insertions(+)

diff --git a/dev-python/PyGithub/Manifest b/dev-python/PyGithub/Manifest
index 609c04e..ff5257e 100644
--- a/dev-python/PyGithub/Manifest
+++ b/dev-python/PyGithub/Manifest
@@ -1 +1,2 @@
 DIST PyGithub-1.25.2.tar.gz 2624603 SHA256 
3afce80516998ce4478424797f341d961d1c251958859c70b8d3986d00faafd7 SHA512 
24b8370552889e748de1f51e6d5a14f11e2f77a9b1f920743f90ffbadc849cb887bf6d84c1c251b7a86ee454d919004255fc3046b199792cd078ce49d892cec0
 WHIRLPOOL 
56d7989c63f0b0943da3c88e38ec266277659f124566ab20c9a9f30ceec74c792d4f13cc201d7b7851ac3074c05f5608280674803597652913f0a1b71f430505
+DIST PyGithub-1.27.1.tar.gz 2661261 SHA256 
464a172d547a0429d038a5a75cbdfbcdf99ab756c7742aad875a3db70ccabf3b SHA512 
67a741d98a35aedfc73c2099b224145348742a6bbe0393a1301fd84034dd0690fb6c80c7ae0c1e1b2e9f4768327adde87cc8ca5b69f16fee118338ea0aeb2a1d
 WHIRLPOOL 
ef80bb3fb6f07f526b7f8a0bbef86ba030700ae159e9bca8298539384e4f975f03f6d14d044e90afed3a4eff1dd8eaf1000c1269bd82eaf3b46769fabe6342c9

diff --git a/dev-python/PyGithub/PyGithub-1.27.1.ebuild 
b/dev-python/PyGithub/PyGithub-1.27.1.ebuild
new file mode 100644
index ..4aa7e20
--- /dev/null
+++ b/dev-python/PyGithub/PyGithub-1.27.1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python library to access the Github API v3"
+HOMEPAGE="https://github.com/jacquev6/PyGithub/;
+# Use github since pypi is missing test data
+SRC_URI="https://github.com/jacquev6/PyGithub/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+
+python_test() {
+   esetup.py test
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/PyGithub/

2016-02-22 Thread Patrice Clement
commit: 41cac8c831401a05ed3492dd63a14625953e1d17
Author: Patrice Clement  gentoo  org>
AuthorDate: Mon Feb 22 23:29:42 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Feb 22 23:30:42 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41cac8c8

dev-python/PyGithub: Clean up old.

Package-Manager: portage-2.2.26

 dev-python/PyGithub/Manifest   |  2 --
 dev-python/PyGithub/PyGithub-1.25.0.ebuild | 23 ---
 dev-python/PyGithub/PyGithub-1.25.1.ebuild | 23 ---
 3 files changed, 48 deletions(-)

diff --git a/dev-python/PyGithub/Manifest b/dev-python/PyGithub/Manifest
index 5918ed6..609c04e 100644
--- a/dev-python/PyGithub/Manifest
+++ b/dev-python/PyGithub/Manifest
@@ -1,3 +1 @@
-DIST PyGithub-1.25.0.tar.gz 2514171 SHA256 
bea24a94b8450161efb258257342617617e5582b70419224ee0e436c6a410110 SHA512 
02245bf3f75a6144d1632f1eb27b13e719042ed66eaf8540a966b75ec880322a062490d6c3cd0e65599af613add59862201964955f2ff0e3fee75ea46f1f35b1
 WHIRLPOOL 
5ed09fa21d633e4ca07c5c71870948c1ab90fccfb2caf73178af183b81cfcc45ca95ae4050e3c9ea39fffc9efbca559042d730a8ac2348952cfa49ea5bbcb9e6
-DIST PyGithub-1.25.1.tar.gz 2514716 SHA256 
6c39a6077e08f2f266039c5184911fc30c7b90a42f875fe98d7cef52a7aa8afa SHA512 
5e17de013465ec2452d0c3018d83c000e3cd90d3a9a0590e409769438321035140fccc2aa10468a116573b374552232dac69b96189ae3627f2399289fba77287
 WHIRLPOOL 
a8aef2edad109edbe8b0ab3272ad39f235b90f425b18ec7ac5e822a9d05838f6514320e2fdc46195cf4a5dbb0141b044e0fc2a2ebbd5aa03ae87c68edcdd
 DIST PyGithub-1.25.2.tar.gz 2624603 SHA256 
3afce80516998ce4478424797f341d961d1c251958859c70b8d3986d00faafd7 SHA512 
24b8370552889e748de1f51e6d5a14f11e2f77a9b1f920743f90ffbadc849cb887bf6d84c1c251b7a86ee454d919004255fc3046b199792cd078ce49d892cec0
 WHIRLPOOL 
56d7989c63f0b0943da3c88e38ec266277659f124566ab20c9a9f30ceec74c792d4f13cc201d7b7851ac3074c05f5608280674803597652913f0a1b71f430505

diff --git a/dev-python/PyGithub/PyGithub-1.25.0.ebuild 
b/dev-python/PyGithub/PyGithub-1.25.0.ebuild
deleted file mode 100644
index c09c5b9..000
--- a/dev-python/PyGithub/PyGithub-1.25.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python library to access the Github API v3"
-HOMEPAGE="https://github.com/jacquev6/PyGithub/;
-# Use github since pypi is missing test data
-SRC_URI="https://github.com/jacquev6/PyGithub/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-
-python_test() {
-   esetup.py test
-}

diff --git a/dev-python/PyGithub/PyGithub-1.25.1.ebuild 
b/dev-python/PyGithub/PyGithub-1.25.1.ebuild
deleted file mode 100644
index d292169..000
--- a/dev-python/PyGithub/PyGithub-1.25.1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python library to access the Github API v3"
-HOMEPAGE="https://github.com/jacquev6/PyGithub/;
-# Use github since pypi is missing test data
-SRC_URI="https://github.com/jacquev6/PyGithub/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-
-python_test() {
-   esetup.py test
-}