diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-07-03 13:35:05 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-07-03 13:35:05 +0000 |
| commit | b5c9400a4040142dfacb248de5da8a13749982be (patch) | |
| tree | 5ccc4a6c7741217443ea2c8712521e16588fcf15 /dev-python/requests-mock | |
| parent | 8c2bd763eca910a65697171563f0ab95781e2b32 (diff) | |
| download | baldeagleos-repo-b5c9400a4040142dfacb248de5da8a13749982be.tar.gz baldeagleos-repo-b5c9400a4040142dfacb248de5da8a13749982be.tar.xz baldeagleos-repo-b5c9400a4040142dfacb248de5da8a13749982be.zip | |
Adding metadata
Diffstat (limited to 'dev-python/requests-mock')
| -rw-r--r-- | dev-python/requests-mock/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/requests-mock/requests-mock-1.9.2.ebuild | 45 | ||||
| -rw-r--r-- | dev-python/requests-mock/requests-mock-1.9.3.ebuild | 2 |
3 files changed, 1 insertions, 47 deletions
diff --git a/dev-python/requests-mock/Manifest b/dev-python/requests-mock/Manifest index 7cd4619f269e..34960a2cad41 100644 --- a/dev-python/requests-mock/Manifest +++ b/dev-python/requests-mock/Manifest @@ -1,2 +1 @@ -DIST requests-mock-1.9.2.tar.gz 67383 BLAKE2B 70a0772b415f437c38897862d663983d9ac65a5fc37d70b4f8734f8c249457dab6c4b1c04db79f7865a9b31a49aaa9cbbee98453ea5bcda35aad2e7cd9ca3f4a SHA512 b8da389f6642a4dfaac77b2613d12e3028555a5d4154aa7252e50fef527a49fb78d85dbd911ad2fd7d5ebc0efa49a2c0fd8d3b10114596839f0ddb53d917773c DIST requests-mock-1.9.3.tar.gz 67988 BLAKE2B 8ab651adbde9e18370641655589f5d209d2a9ae07d82108c64e4269757217cf01588066ebc3005852cf48527f911d3fb76cedce3e88bc74123db81725b4b5865 SHA512 bcded541d78670a1b1fc87f97d35286ab4bafd6946beb9d9b44886454c26a4d8c05834add18914f3f72b1d3c0534311efd1cc80e711b5085eb63053ae24cbb6f diff --git a/dev-python/requests-mock/requests-mock-1.9.2.ebuild b/dev-python/requests-mock/requests-mock-1.9.2.ebuild deleted file mode 100644 index fb8cc7661007..000000000000 --- a/dev-python/requests-mock/requests-mock-1.9.2.ebuild +++ /dev/null @@ -1,45 +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} pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="Mock out responses from the requests package" -HOMEPAGE="https://github.com/jamielennox/requests-mock" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86" - -RDEPEND=" - >=dev-python/requests-2.3[${PYTHON_USEDEP}] - dev-python/six[${PYTHON_USEDEP}] -" -BDEPEND=" - >=dev-python/pbr-0.8[${PYTHON_USEDEP}] - test? ( - dev-python/fixtures[${PYTHON_USEDEP}] - dev-python/mock[${PYTHON_USEDEP}] - dev-python/pytest[${PYTHON_USEDEP}] - dev-python/testtools[${PYTHON_USEDEP}] - ) -" - -distutils_enable_sphinx doc/source -distutils_enable_tests unittest - -python_prepare_all() { - # Disable reno which only works inside a git repository - sed -i "s/'reno.sphinxext',//" doc/source/conf.py || die - # Remove the release notes section which requires reno - rm doc/source/release-notes.rst || die - sed -i '/^=============$/,/release-notes/d' doc/source/index.rst || die - # Disable a test which requires purl (not in the tree) - sed -i -e "/^import purl$/d" -e "s/test_with_purl/_&/" \ - tests/test_adapter.py || die - distutils-r1_python_prepare_all -} diff --git a/dev-python/requests-mock/requests-mock-1.9.3.ebuild b/dev-python/requests-mock/requests-mock-1.9.3.ebuild index c0a9d6bc1642..fb8cc7661007 100644 --- a/dev-python/requests-mock/requests-mock-1.9.3.ebuild +++ b/dev-python/requests-mock/requests-mock-1.9.3.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86" RDEPEND=" >=dev-python/requests-2.3[${PYTHON_USEDEP}] |
