diff options
Diffstat (limited to 'dev-python/pygithub')
-rw-r--r-- | dev-python/pygithub/Manifest | 6 | ||||
-rw-r--r-- | dev-python/pygithub/pygithub-2.5.0.ebuild | 44 | ||||
-rw-r--r-- | dev-python/pygithub/pygithub-2.6.0.ebuild | 44 | ||||
-rw-r--r-- | dev-python/pygithub/pygithub-2.6.1.ebuild | 2 |
4 files changed, 2 insertions, 94 deletions
diff --git a/dev-python/pygithub/Manifest b/dev-python/pygithub/Manifest index d35c6cef419f..2c12f9c50ca3 100644 --- a/dev-python/pygithub/Manifest +++ b/dev-python/pygithub/Manifest @@ -1,7 +1,3 @@ -DIST pygithub-2.5.0.tar.gz 3552804 BLAKE2B edd573728a3522eafc8def0341f508f4cbb700bfa94ec64480c47ade5cf92f6ded6b4c88b6c893d333e258a10f13fc5320d3bb6302410ca8872656fc26a7d63e SHA512 98c7aecf17d4e2e5497f999b65f7e1c531b2efb34c748bd229126f22c5611cfd0b428f5b3be93aead907f49fe9043a29573d2fea6237173f203a0f1c50c748b5 -DIST pygithub-2.6.0.tar.gz 3658095 BLAKE2B 472e69b168676bd4a474b2d7161f02fe5dc0d085e02c6db047ff50bff0adf9482bff2c58a2df7027bfb20989cecf00adae5211c04a5a806fc8e3f7dd64818982 SHA512 00bf952071dd82f24728eb8665a46da4c17fc0de6490ed2bd1c7d85e617db7347fe23eadfe0d6cd83afc6d5b52c863c8fee65689546f0f15e5bfe12e89c01840 DIST pygithub-2.6.1.tar.gz 3659473 BLAKE2B b76acfe675de3a50dac235ec656e9bef01073aa470812af60ff1d1a3863b9b3c29ff85c05da5aa2b64ee722ad024be2e0e4c1109ddd1d0eb9b3f69c035a63a90 SHA512 884791ebab23bb98d2006592621a4fb2e207a63f2953a590ab653974c3e41c5a95aa5448468763d50125c2b378aaddb304e1b1f9824b9ed4360628f8b79ce6db -EBUILD pygithub-2.5.0.ebuild 1024 BLAKE2B 9aeec972ec04bb4ddea59c782844202c8c42055159e8ec9008cc4337bda594cbeb523385e0b6ca1465e85e9214cfa2a19b3b222cc39e466c6ae926b5b7011ab8 SHA512 0251fa3988926ef4588edf9df534a2b6adb2acbe7930c9fb21c5c6cae9147976d93560b95b545e4cfc3d6d6d864a8869a219b704095516e8d1dc774d63ca1bff -EBUILD pygithub-2.6.0.ebuild 1019 BLAKE2B b866572bd773411a4e1e00e956840ff9a75ab8d3928208899813f1fd45650c54607373ca4e31d0833c7256020dbc546b2f6ea4ab631d40c120c548343470c984 SHA512 721b48396778ae7740816c02e8b41a746bb4657748bb806ea73cf8ceda70bb39ec4efd34691ab149c402d0a7603f8236d5bcaaee8219423fe6e9f410da5c28a3 -EBUILD pygithub-2.6.1.ebuild 1019 BLAKE2B b866572bd773411a4e1e00e956840ff9a75ab8d3928208899813f1fd45650c54607373ca4e31d0833c7256020dbc546b2f6ea4ab631d40c120c548343470c984 SHA512 721b48396778ae7740816c02e8b41a746bb4657748bb806ea73cf8ceda70bb39ec4efd34691ab149c402d0a7603f8236d5bcaaee8219423fe6e9f410da5c28a3 +EBUILD pygithub-2.6.1.ebuild 1016 BLAKE2B 4b72263d58c83519eacbcf6e3974df26555af959bbb57fcfa09919f90b2624bc6880a4ce97c3acd5fa93c82dc5ad5faa7f05cee2a345ee53b4c42e88e46f21be SHA512 a2e8a23ee923d0f41198f3f6e948ede18e6983bb60c7129772dd46c2d573239387b90e0c97bd3534d395a5b4494c36b547c447c12b6f5d24b1d436de7e1f2456 MISC metadata.xml 501 BLAKE2B 1692287021b81416f18386da2b1dffd1c358d4dbfa3aacf7d5f773db0889ba966408c35fdbb7ea7f741923d542ea4e825039ab124a64168ad2d5264d1718dc5b SHA512 e1f2c16e725e96e8d576ff6b87a79d39f1b8169c6f419eadcd18a8a266fd188dc08fc9efa236f2c696449a083b000086b153da559cd819fcb73ddf2518500813 diff --git a/dev-python/pygithub/pygithub-2.5.0.ebuild b/dev-python/pygithub/pygithub-2.5.0.ebuild deleted file mode 100644 index e3b2710d3695..000000000000 --- a/dev-python/pygithub/pygithub-2.5.0.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYPI_PN=PyGithub -PYTHON_COMPAT=( python3_{10..13} ) - -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 - -python_test() { - local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 - epytest -} diff --git a/dev-python/pygithub/pygithub-2.6.0.ebuild b/dev-python/pygithub/pygithub-2.6.0.ebuild deleted file mode 100644 index 0da5924771d6..000000000000 --- a/dev-python/pygithub/pygithub-2.6.0.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYPI_PN=PyGithub -PYTHON_COMPAT=( python3_{10..13} ) - -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/responses[${PYTHON_USEDEP}] - >=dev-python/pytest-subtests-0.11.0[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest - -python_test() { - local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 - epytest -} diff --git a/dev-python/pygithub/pygithub-2.6.1.ebuild b/dev-python/pygithub/pygithub-2.6.1.ebuild index 0da5924771d6..fab7c364f6a4 100644 --- a/dev-python/pygithub/pygithub-2.6.1.ebuild +++ b/dev-python/pygithub/pygithub-2.6.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=" |