diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-07-13 13:42:08 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-07-13 13:42:08 +0000 |
| commit | 8eaca8f8fe48dd5a15235149ec3708f1e5a093cb (patch) | |
| tree | f34ce950137a8500c36bbdfc53c6c1972a03ed10 /dev-python/oauthlib | |
| parent | 30771a363cd9fe71e74170766184b79d798ff60e (diff) | |
| download | baldeagleos-repo-8eaca8f8fe48dd5a15235149ec3708f1e5a093cb.tar.gz baldeagleos-repo-8eaca8f8fe48dd5a15235149ec3708f1e5a093cb.tar.xz baldeagleos-repo-8eaca8f8fe48dd5a15235149ec3708f1e5a093cb.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.1.0.ebuild | 29 | ||||
| -rw-r--r-- | dev-python/oauthlib/oauthlib-3.1.1.ebuild | 2 |
3 files changed, 1 insertions, 31 deletions
diff --git a/dev-python/oauthlib/Manifest b/dev-python/oauthlib/Manifest index 68ed6914b737..9f074dfca091 100644 --- a/dev-python/oauthlib/Manifest +++ b/dev-python/oauthlib/Manifest @@ -1,2 +1 @@ -DIST oauthlib-3.1.0.tar.gz 155362 BLAKE2B 83e9331589305c85acc755f9c4dab8558a19aa247aff5be0fe6c51d047fb9e96b64f17d07a3e33378f6ebc73a283e0162bab56e110aca581f73b628544042600 SHA512 c295de232e0215532c501d8f0803bd501a15fe89a746179ba4facca878e4927c8c05f07825f483c4a846922fb49d6d89f559a8b49bb72b19903f902d772b790e DIST oauthlib-3.1.1.tar.gz 161395 BLAKE2B bc127841a16429364191a69777741135594366a5c99b32f063ce9bec4b6a3e9b7eb67515aee4da37f26cc2e8b2a2450fc708a21da7e4944861b9adbd9e112018 SHA512 1c18f265a6017a6f2bf77507f5de095b439be36f309316993b547ded0f306461b058dcb85dc245bf26f65a9c77be44ca38f9053f3300a9b5cb92332b61a7f307 diff --git a/dev-python/oauthlib/oauthlib-3.1.0.ebuild b/dev-python/oauthlib/oauthlib-3.1.0.ebuild deleted file mode 100644 index 14f391cfc512..000000000000 --- a/dev-python/oauthlib/oauthlib-3.1.0.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_{6,7,8,9,10} ) - -inherit distutils-r1 - -DESCRIPTION="Spec-compliant and thorough implementation of the OAuth request-signing logic" -HOMEPAGE="https://github.com/oauthlib/oauthlib https://pypi.org/project/oauthlib/" -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 ~arm arm64 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}] - " -BDEPEND=" - test? ( - dev-python/mock[${PYTHON_USEDEP}] - )" - -distutils_enable_tests unittest diff --git a/dev-python/oauthlib/oauthlib-3.1.1.ebuild b/dev-python/oauthlib/oauthlib-3.1.1.ebuild index 8d9520dd3aa5..14f391cfc512 100644 --- a/dev-python/oauthlib/oauthlib-3.1.1.ebuild +++ b/dev-python/oauthlib/oauthlib-3.1.1.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 x86" +KEYWORDS="amd64 ~arm arm64 x86" # optional extras hard set as RDEPs. See setup.py RDEPEND=" |
