From 062474fb4c2a444cba6d7b4bb4d6cf89e9b2b2f4 Mon Sep 17 00:00:00 2001 From: "Andreas Billmeier (@Home/mbp)" Date: Thu, 2 Nov 2023 21:44:56 +0100 Subject: [PATCH] dev-python/python-gitlab: update SRC_URI Signed-off-by: Andreas Billmeier --- dev-python/python-gitlab/Manifest | 2 +- dev-python/python-gitlab/python-gitlab-1.6.0.ebuild | 11 +++++------ 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/dev-python/python-gitlab/Manifest b/dev-python/python-gitlab/Manifest index 957a8165f..869ecd641 100644 --- a/dev-python/python-gitlab/Manifest +++ b/dev-python/python-gitlab/Manifest @@ -1,3 +1,3 @@ DIST python-gitlab-1.6.0.tar.gz 110201 BLAKE2B 7df304e82e463404ae59f49b9056ae4f29f0cb05cd8ce411c675c735c05aaac8c3ccb6fb8648f32c7f8097c9834906b409cbb533968a458953632ee74d2679fb SHA512 b567845ccb3f7e759ec1718398b9f224da089c2033e346cda47ac4dc0b63e6302c48ee38e2b06b0df1976be483746f63d7d2375381f03f219cf4479a40baa9d1 -EBUILD python-gitlab-1.6.0.ebuild 689 BLAKE2B 837b95f3b41dbf0f5a566a0df424f37e85089b6b4495b12c6aa4c6aec44968bd902957d56c7deb71bf8a45230c9783bded299d2803b7b2575d781b9da989c8fe SHA512 251ff36ba05fe591073e31bfd2ba9833c9a932ef5760ba66cf088a55029298b4bd7c6b533cb69f9ac16afa2e2f803c103d776f66c98ad0f4e1ffce3bf896198b +EBUILD python-gitlab-1.6.0.ebuild 654 BLAKE2B 48dd2e7227ee98a4d72feb8714701415b2d1edbb424fa81e2775a571df3386fc4361d0b7a4f910e2569eec247001b8ead38f6b1ac36861719c5133255a4486e1 SHA512 55964a6181cf623ea3a5d7d7387be419bcc2f52d0cdc8e0eabc40fe4495fb91e73a8a5f168c4cadf2230847b738b72c7e50e31772d8615d91854c780b22c485b MISC metadata.xml 531 BLAKE2B 22475ce48520247da25c3fd381125b6b8e2843acb7dfa09447b998690f5c27b8d83afc9d6fdeb976b0a67b7e4e338b603f91b61851b09aa7aafd493c695226fb SHA512 91407727c0653dcf917ef48f05854635cf6eec525e118567f3b9e517d88588f723cd815bce47f2964a13c4fee1d1c61bdc34a751427fd98f4b777f144bf4438e diff --git a/dev-python/python-gitlab/python-gitlab-1.6.0.ebuild b/dev-python/python-gitlab/python-gitlab-1.6.0.ebuild index 4af31a328..cd83cc9ba 100644 --- a/dev-python/python-gitlab/python-gitlab-1.6.0.ebuild +++ b/dev-python/python-gitlab/python-gitlab-1.6.0.ebuild @@ -1,15 +1,15 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) - -inherit distutils-r1 +PYTHON_COMPAT=( python3_{10..12} ) +DISTUTILS_USE_PEP517=setuptools +PYPI_NO_NORMALIZE=1 +inherit distutils-r1 pypi DESCRIPTION="Interact with GitLab API" HOMEPAGE="https://github.com/python-gitlab/python-gitlab https://pypi.org/project/python-gitlab/" -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="LGPL-3" SLOT="0" @@ -20,7 +20,6 @@ RESTRICT="!test? ( test )" RDEPEND="dev-python/six[${PYTHON_USEDEP}] >=dev-python/requests-2.4.2[${PYTHON_USEDEP}]" BDEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-python/pytest[${PYTHON_USEDEP}] )"