diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-11-08 18:23:00 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-11-08 18:23:00 +0000 |
| commit | 5faf7e5a7d87e19411ec89effbc2a0c8990538d7 (patch) | |
| tree | e2488ac0b3975afddbe51173ccc98c593df3e57d /dev-python/requestsexceptions | |
| parent | 756bfa715f339dfaa651765bf64e16305d851e1a (diff) | |
| download | baldeagleos-repo-5faf7e5a7d87e19411ec89effbc2a0c8990538d7.tar.gz baldeagleos-repo-5faf7e5a7d87e19411ec89effbc2a0c8990538d7.tar.xz baldeagleos-repo-5faf7e5a7d87e19411ec89effbc2a0c8990538d7.zip | |
Adding metadata
Diffstat (limited to 'dev-python/requestsexceptions')
| -rw-r--r-- | dev-python/requestsexceptions/requestsexceptions-1.4.0-r1.ebuild | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/dev-python/requestsexceptions/requestsexceptions-1.4.0-r1.ebuild b/dev-python/requestsexceptions/requestsexceptions-1.4.0-r1.ebuild index 7a2a0318acc2..fd3b77141b15 100644 --- a/dev-python/requestsexceptions/requestsexceptions-1.4.0-r1.ebuild +++ b/dev-python/requestsexceptions/requestsexceptions-1.4.0-r1.ebuild @@ -5,14 +5,23 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{8,9,10,11,12} ) + inherit distutils-r1 pypi DESCRIPTION="Finds the correct path to exceptions in the requests library" -HOMEPAGE="https://github.com/openstack-infra/requestsexceptions" +HOMEPAGE=" + https://opendev.org/openstack/requestsexceptions/ + https://github.com/openstack/requestsexceptions/ + https://pypi.org/project/requestsexceptions/ +" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="amd64 ~arm arm64 ~riscv x86" -RDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]" -BDEPEND="${RDEPEND}" +RDEPEND=" + >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}] +" +BDEPEND=" + ${RDEPEND} +" |
