diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-06-20 07:06:14 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-06-20 07:06:14 +0000 |
| commit | 43840e755ad19e863ab48bf2175483deaeecf237 (patch) | |
| tree | 279361271022ec8853f8de0221b9d1dda5bec727 /dev-python/oauthlib | |
| parent | 1ec499c72856f24382bb98bcb8fbc40e8988d861 (diff) | |
| download | baldeagleos-repo-43840e755ad19e863ab48bf2175483deaeecf237.tar.gz baldeagleos-repo-43840e755ad19e863ab48bf2175483deaeecf237.tar.xz baldeagleos-repo-43840e755ad19e863ab48bf2175483deaeecf237.zip | |
Adding metadata
Diffstat (limited to 'dev-python/oauthlib')
| -rw-r--r-- | dev-python/oauthlib/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/oauthlib/oauthlib-3.3.1.ebuild | 28 |
2 files changed, 29 insertions, 0 deletions
diff --git a/dev-python/oauthlib/Manifest b/dev-python/oauthlib/Manifest index 0379290811c6..33057ba75bb3 100644 --- a/dev-python/oauthlib/Manifest +++ b/dev-python/oauthlib/Manifest @@ -1,2 +1,3 @@ DIST oauthlib-3.2.2.tar.gz 177352 BLAKE2B 98c128eb0ec2a24f45fd63826eb2253e2e90afb37c1954a9d21f0046168bfff8d52a24b230b60f4d756e4730c0cc05b3484d2cb6ac3eb2d710ee113dea6598c9 SHA512 c147b96e0ab0d1a8845f525e80831cfd04495134dd1f17fd95eac62f3a95c91e6dca9d38e34206537d77f3c12dd5b553252239318ba39546979c350e96536b8b DIST oauthlib-3.3.0.tar.gz 190292 BLAKE2B 705fcb31504c11caa97de44663599f2fa590557a2db8583eea30808d67d0a81b59d6ee910d2815b89734e5f6441b1b3e3941edf63a2537f3e829dd7ba8419fec SHA512 92620ed0101469192f9104809ece387a9185622e95ec7f5aa1eb7838f6e27502fe77d4323951aeff31f3c74366d70596727f34ded2f40af1e0e4d259baa23325 +DIST oauthlib-3.3.1.tar.gz 185918 BLAKE2B fd83cf349e0ecbb132049b6b8d2c124b2385396e5cf1c9828cb4885e53c905613fcaf397786eedfae5cc535f3faf82fe2e9c21cec82bd3afbbac2326dd186288 SHA512 f9894a2ef2413505a89a86e0f008310a9e38f4c662b1590816e051d563fd283a94dbe8e8dd61d0e9b01143801d7e747ac9a67a704a4267ba21d8c8382b1a2a41 diff --git a/dev-python/oauthlib/oauthlib-3.3.1.ebuild b/dev-python/oauthlib/oauthlib-3.3.1.ebuild new file mode 100644 index 000000000000..a2e6870aea4b --- /dev/null +++ b/dev-python/oauthlib/oauthlib-3.3.1.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{11..14} ) + +inherit distutils-r1 pypi + +DESCRIPTION="Spec-compliant and thorough implementation of the OAuth request-signing logic" +HOMEPAGE=" + https://github.com/oauthlib/oauthlib/ + https://pypi.org/project/oauthlib/ +" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" + +# optional extras hard set as RDEPs. See setup.py +RDEPEND=" + >=dev-python/pyjwt-1.0.0[${PYTHON_USEDEP}] + dev-python/blinker[${PYTHON_USEDEP}] + dev-python/cryptography[${PYTHON_USEDEP}] +" + +distutils_enable_tests pytest |
