commit:     9230ffaa2d4d96d0626cfd18c415fa79599158d0
Author:     William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 14 23:15:41 2022 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Thu Jul 14 23:18:07 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9230ffaa

dev-vcs/python-gitlab: drop 2.5.0, 2.6.0, 2.10.1

Signed-off-by: William Hubbs <williamh <AT> gentoo.org>

 dev-vcs/python-gitlab/Manifest                     |  3 --
 ...python-gitlab-2.10.1-do-not-package-tests.patch | 25 --------------
 dev-vcs/python-gitlab/python-gitlab-2.10.1.ebuild  | 39 ----------------------
 dev-vcs/python-gitlab/python-gitlab-2.5.0.ebuild   | 35 -------------------
 dev-vcs/python-gitlab/python-gitlab-2.6.0.ebuild   | 36 --------------------
 5 files changed, 138 deletions(-)

diff --git a/dev-vcs/python-gitlab/Manifest b/dev-vcs/python-gitlab/Manifest
index 91ed246e2dfe..f8d3cdf0d34d 100644
--- a/dev-vcs/python-gitlab/Manifest
+++ b/dev-vcs/python-gitlab/Manifest
@@ -1,5 +1,2 @@
-DIST python-gitlab-2.10.1.tar.gz 178899 BLAKE2B 
5b0fd1552fca15827d9fa12745d035288c4796abbf3b7aeb9f9191a50800641ce0205f551724d8af9ed572b6ebc98052a2411f07b45c23a762fc1b9f713b3b31
 SHA512 
ab3ca0039ca5fa0b025ffbbe9ee65b1041d02c869f86e8656f6616d4e1dbc3d20898d5cfffcdf0557ad545c40837e4517bffefdbee9948fb366aba7e22d7eb41
-DIST python-gitlab-2.5.0.tar.gz 148916 BLAKE2B 
f870833a01adac08b71dc402bc11ba9c1be19c920735faf04de9bfca3b1a154706da4bc0475437997e3b03d8c9a56977a6691df05b750d64a1f8b964ecd05612
 SHA512 
7382f9ea2388c6916f3c7e63df137d73f0fdfb3890a8bbb47e766f3476b6febecd1dcbc588445ae1af1b5f17c9a3e6ed9a931fd9fff010c2c37967eab5440824
-DIST python-gitlab-2.6.0.tar.gz 153577 BLAKE2B 
4fa0206faa601061fde257988362eca962c9e20f50e5ad57d602a76618581db646f26b035d4d86b9c460ef75f241fcbcdf360419b2e62ec6f95a664ab237d7d2
 SHA512 
b63dd4657b44fb484d114ceddc1d67465c17560978a8e6b09a9b14634ae6d80bf864b9b4583ddfc102c27c1082f4a015958c30944a734ec635761af524956fbe
 DIST python-gitlab-3.5.0.tar.gz 225751 BLAKE2B 
25efd5de5addde6cdb19307217080213e8f0aa9b189307fe10fb9af55d8db92752794cf71c3e826629f043dd85d6078dbf9e96418d3e96d38209a5a81629d589
 SHA512 
fdc719f0cb0bf588390f0f6f0ffc4814bb5135156ecbe96cb4b381a7f93606a49773d1e8a34397a0f3b4522c8867704429070bae7bec6cf34b9e713f0a9c9189
 DIST python-gitlab-3.6.0.tar.gz 235738 BLAKE2B 
4ed26f2d8add0fbfdc52bd8d7f61e06b717a2f8b7995b8c75eaf67a20362c259d0c487177ba695310cff11bb0129e49cb3c0058682488da9b8f61b477c4a07f1
 SHA512 
b2fe2dd62b76929d3acef0c8fc815b91ac5949af47fa43110d461d541ecd943af2e3c7afc94ad4b396b8d8815b4201a65ef7199bf886f5e5b0419b3d9bff2575

diff --git 
a/dev-vcs/python-gitlab/files/python-gitlab-2.10.1-do-not-package-tests.patch 
b/dev-vcs/python-gitlab/files/python-gitlab-2.10.1-do-not-package-tests.patch
deleted file mode 100644
index f1f0c6ca8d3d..000000000000
--- 
a/dev-vcs/python-gitlab/files/python-gitlab-2.10.1-do-not-package-tests.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From 969dccc084e833331fcd26c2a12ddaf448575ab4 Mon Sep 17 00:00:00 2001
-From: Nejc Habjan <[email protected]>
-Date: Fri, 3 Sep 2021 00:28:18 +0200
-Subject: [PATCH] fix(build): do not package tests in wheel
-
----
- setup.py | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/setup.py b/setup.py
-index 6a05a72..589f9a4 100644
---- a/setup.py
-+++ b/setup.py
-@@ -24,7 +24,7 @@ setup(
-     author_email="[email protected]",
-     license="LGPLv3",
-     url="https://github.com/python-gitlab/python-gitlab";,
--    packages=find_packages(),
-+    packages=find_packages(exclude=["tests*"]),
-     install_requires=["requests>=2.25.0", "requests-toolbelt>=0.9.1"],
-     package_data={
-         "gitlab": ["py.typed"],
--- 
-2.32.0
-

diff --git a/dev-vcs/python-gitlab/python-gitlab-2.10.1.ebuild 
b/dev-vcs/python-gitlab/python-gitlab-2.10.1.ebuild
deleted file mode 100644
index 5067288cbfbf..000000000000
--- a/dev-vcs/python-gitlab/python-gitlab-2.10.1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-PYTHON_COMPAT=( python3_{7,8,9} )
-inherit distutils-r1
-
-DESCRIPTION="Python command line interface to gitlab API"
-HOMEPAGE="https://github.com/python-gitlab/python-gitlab/";
-
-if [[ ${PV} = *9999* ]]; then
-       EGIT_REPO_URI="https://github.com/python-gitlab/python-gitlab";
-       inherit git-r3
-else
-       SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-       KEYWORDS="~amd64"
-fi
-
-LICENSE="LGPL-3"
-SLOT="0"
-IUSE="test"
-
-BDEPEND="test? (
-               dev-python/httmock[${PYTHON_USEDEP}]
-               dev-python/mock[${PYTHON_USEDEP}] )"
-
-RDEPEND=">=dev-python/requests-2.25.1[${PYTHON_USEDEP}]
-       >=dev-python/requests-toolbelt-0.9.1[${PYTHON_USEDEP}]"
-
-PATCHES=(
-       "${FILESDIR}/${P}"-do-not-package-tests.patch
-)
-
-distutils_enable_tests unittest
-
-python_install_all() {
-       distutils-r1_python_install_all
-       dodoc -r *.rst docs
-}

diff --git a/dev-vcs/python-gitlab/python-gitlab-2.5.0.ebuild 
b/dev-vcs/python-gitlab/python-gitlab-2.5.0.ebuild
deleted file mode 100644
index 3640bc378d3f..000000000000
--- a/dev-vcs/python-gitlab/python-gitlab-2.5.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{7,8} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-inherit distutils-r1
-
-DESCRIPTION="Python command line interface to gitlab API"
-HOMEPAGE="https://github.com/python-gitlab/python-gitlab/";
-
-if [[ ${PV} = *9999* ]]; then
-       EGIT_REPO_URI="https://github.com/python-gitlab/python-gitlab";
-       inherit git-r3
-else
-       SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-       KEYWORDS="~amd64"
-fi
-
-LICENSE="LGPL-3"
-SLOT="0"
-IUSE="test"
-
-BDEPEND="test? (
-               dev-python/httmock[${PYTHON_USEDEP}]
-               dev-python/mock[${PYTHON_USEDEP}] )"
-
-RDEPEND="dev-python/requests[${PYTHON_USEDEP}]"
-
-distutils_enable_tests unittest
-
-python_install_all() {
-       distutils-r1_python_install_all
-       dodoc -r *.rst docs
-}

diff --git a/dev-vcs/python-gitlab/python-gitlab-2.6.0.ebuild 
b/dev-vcs/python-gitlab/python-gitlab-2.6.0.ebuild
deleted file mode 100644
index a622256dbf98..000000000000
--- a/dev-vcs/python-gitlab/python-gitlab-2.6.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{7,8,9} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-inherit distutils-r1
-
-DESCRIPTION="Python command line interface to gitlab API"
-HOMEPAGE="https://github.com/python-gitlab/python-gitlab/";
-
-if [[ ${PV} = *9999* ]]; then
-       EGIT_REPO_URI="https://github.com/python-gitlab/python-gitlab";
-       inherit git-r3
-else
-       SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-       KEYWORDS="~amd64"
-fi
-
-LICENSE="LGPL-3"
-SLOT="0"
-IUSE="test"
-
-BDEPEND="test? (
-               dev-python/httmock[${PYTHON_USEDEP}]
-               dev-python/mock[${PYTHON_USEDEP}] )"
-
-RDEPEND=">=dev-python/requests-2.25.1[${PYTHON_USEDEP}]
-       >=dev-python/requests-toolbelt-0.9.1[${PYTHON_USEDEP}]"
-
-distutils_enable_tests unittest
-
-python_install_all() {
-       distutils-r1_python_install_all
-       dodoc -r *.rst docs
-}

Reply via email to