From c9507d3d8ce89d8bdf4e6a04c8c7511523082acc Mon Sep 17 00:00:00 2001 From: root Date: Fri, 21 Aug 2026 03:04:50 -0500 Subject: Adding metadata --- dev-python/pygithub/Manifest | 1 + dev-python/pygithub/pygithub-2.10.0.ebuild | 39 ++++++++++++++++++++++++++++++ 2 files changed, 40 insertions(+) create mode 100644 dev-python/pygithub/pygithub-2.10.0.ebuild (limited to 'dev-python/pygithub') diff --git a/dev-python/pygithub/Manifest b/dev-python/pygithub/Manifest index 5bf0c2eed7e9..108efafcd6f9 100644 --- a/dev-python/pygithub/Manifest +++ b/dev-python/pygithub/Manifest @@ -1 +1,2 @@ +DIST pygithub-2.10.0.tar.gz 2750952 BLAKE2B b575328f89a975ec08dcd425e64ca1420ef18602536ec17149d927848f4684410b920c33abaa710c2c6433d104ca58513e1ca2f6025e5e5cf4649145c2f9c7f1 SHA512 535f999d62049113321caa5ae0af4ecf11a5072a0bb2c4811fcc10ab300f93e60eabc51470ca28346574f04e2ce86f82d2e4bceed876b385729e36a4169b1bd3 DIST pygithub-2.9.1.tar.gz 2594989 BLAKE2B 0f06f02bf0a644a571a96c54add12b72ce467e16034d7c932c86da899130b1b743cdb141076a317643e59f7e6922f730c92b701ace0e4183ddca47a35b9a8f62 SHA512 af77ed820d0b783f0dff5d5756a470b7bc8d56cb47d9fa3cbc5d99d5d7b5d3bf15be233780914ad91487e446aff9d9d582d8421f6190f7b8176a216ddcae333a diff --git a/dev-python/pygithub/pygithub-2.10.0.ebuild b/dev-python/pygithub/pygithub-2.10.0.ebuild new file mode 100644 index 000000000000..d590b1635171 --- /dev/null +++ b/dev-python/pygithub/pygithub-2.10.0.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2026 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_{13..14} ) + +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/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.5.0[${PYTHON_USEDEP}] +" +BDEPEND=" + dev-python/setuptools-scm[${PYTHON_USEDEP}] + test? ( + dev-python/responses[${PYTHON_USEDEP}] + ) +" + +EPYTEST_PLUGINS=() +EPYTEST_XDIST=1 +distutils_enable_tests pytest -- cgit v1.3