summaryrefslogtreecommitdiff
path: root/dev-python/pygithub
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-12-15 02:02:03 +0000
committerV3n3RiX <venerix@koprulu.sector>2024-12-15 02:02:03 +0000
commit16a4365c3b854e62b50726456ddb29bb78fd5038 (patch)
tree6de11adc70daeb6424485bb16be162d2cb277018 /dev-python/pygithub
parent59d772d9463f8cf6a145a677bedbf377a0625aff (diff)
gentoo auto-resync : 15:12:2024 - 02:02:03
Diffstat (limited to 'dev-python/pygithub')
-rw-r--r--dev-python/pygithub/Manifest4
-rw-r--r--dev-python/pygithub/pygithub-2.4.0.ebuild44
-rw-r--r--dev-python/pygithub/pygithub-2.5.0.ebuild4
3 files changed, 3 insertions, 49 deletions
diff --git a/dev-python/pygithub/Manifest b/dev-python/pygithub/Manifest
index e57a41a2f3e7..8b51c3dd6754 100644
--- a/dev-python/pygithub/Manifest
+++ b/dev-python/pygithub/Manifest
@@ -1,5 +1,3 @@
-DIST pygithub-2.4.0.tar.gz 3476673 BLAKE2B 4f07b68c529d6eb3936768bd64ff3790f794c9c37d0aa1f34496d17f0423ac9501248874ffb954bc8a38c1fe04f43aa040e6cb151f00464effe6b98669459f04 SHA512 647ccc56d6108a5c08321c75552b59e5d7120fd3f45587579384f3a3a1cf500aceadf4e302ccf19d8655645be5d6a76263ec5f337b08b24d94c432bbe1cb5848
DIST pygithub-2.5.0.tar.gz 3552804 BLAKE2B edd573728a3522eafc8def0341f508f4cbb700bfa94ec64480c47ade5cf92f6ded6b4c88b6c893d333e258a10f13fc5320d3bb6302410ca8872656fc26a7d63e SHA512 98c7aecf17d4e2e5497f999b65f7e1c531b2efb34c748bd229126f22c5611cfd0b428f5b3be93aead907f49fe9043a29573d2fea6237173f203a0f1c50c748b5
-EBUILD pygithub-2.4.0.ebuild 1024 BLAKE2B 467d2350075cdbdb0a912f59e2fb2560ed469ff8e8cc01e036e7182c64454e67ded6cc8fac11269d3cb4f3e3398b75799429c1c854ef5dd75ea8b58ef3ec5a16 SHA512 a353021c6d182421b91b4c9e9cb76d31a23bc87bd2975059ad405491fc206742a4cb3f62298bb24e2b52b46cf4d3be45a9e07dc2305b2a0d4aac922ceaad4ddc
-EBUILD pygithub-2.5.0.ebuild 1027 BLAKE2B 6fa38362594d27db9c634eb65cf541accb328456b12fad2a3f32df7942171ff5cd58f02e4ddfeeea7fe04cde305d02adfd64e943e4336742f6782bb56efc53f1 SHA512 30bb5fd0da87c925648e36b1cb6fb7606f8fefa1a3f631d948f3d873f907613a1b6fbbbb76c565ca27ac4032dfd36a0287618dd6ae4f43ef1ba53a5bf3f55d57
+EBUILD pygithub-2.5.0.ebuild 1024 BLAKE2B 9aeec972ec04bb4ddea59c782844202c8c42055159e8ec9008cc4337bda594cbeb523385e0b6ca1465e85e9214cfa2a19b3b222cc39e466c6ae926b5b7011ab8 SHA512 0251fa3988926ef4588edf9df534a2b6adb2acbe7930c9fb21c5c6cae9147976d93560b95b545e4cfc3d6d6d864a8869a219b704095516e8d1dc774d63ca1bff
MISC metadata.xml 501 BLAKE2B 1692287021b81416f18386da2b1dffd1c358d4dbfa3aacf7d5f773db0889ba966408c35fdbb7ea7f741923d542ea4e825039ab124a64168ad2d5264d1718dc5b SHA512 e1f2c16e725e96e8d576ff6b87a79d39f1b8169c6f419eadcd18a8a266fd188dc08fc9efa236f2c696449a083b000086b153da559cd819fcb73ddf2518500813
diff --git a/dev-python/pygithub/pygithub-2.4.0.ebuild b/dev-python/pygithub/pygithub-2.4.0.ebuild
deleted file mode 100644
index 209c54f8cadd..000000000000
--- a/dev-python/pygithub/pygithub-2.4.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..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
-
-python_test() {
- local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
- epytest
-}
diff --git a/dev-python/pygithub/pygithub-2.5.0.ebuild b/dev-python/pygithub/pygithub-2.5.0.ebuild
index f2cfb3831c69..e3b2710d3695 100644
--- a/dev-python/pygithub/pygithub-2.5.0.ebuild
+++ b/dev-python/pygithub/pygithub-2.5.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_PN=PyGithub
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1 pypi
@@ -17,7 +17,7 @@ HOMEPAGE="
LICENSE="LGPL-3+"
SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 arm64 x86"
# cryptography via pyjwt[crypto]
RDEPEND="