summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2021-11-11 07:28:26 +0100
committerKarel Kočí <cynerd@email.cz>2021-11-11 07:28:26 +0100
commit0e0040c583b667fc37b5a2f7c07cfa0e983e2db1 (patch)
tree516d80fb41aecbaa1d42079fb557fe0c265fd353
parentb811eaafe5326cc7c805b48e7c8516babd5653c8 (diff)
downloadgentoo-personal-overlay-0e0040c583b667fc37b5a2f7c07cfa0e983e2db1.tar.gz
gentoo-personal-overlay-0e0040c583b667fc37b5a2f7c07cfa0e983e2db1.tar.bz2
gentoo-personal-overlay-0e0040c583b667fc37b5a2f7c07cfa0e983e2db1.zip
dev-vcs/python-gitlab: remove in favor of upstream version
-rw-r--r--dev-vcs/python-gitlab/Manifest1
-rw-r--r--dev-vcs/python-gitlab/python-gitlab-2.9.0.ebuild36
2 files changed, 0 insertions, 37 deletions
diff --git a/dev-vcs/python-gitlab/Manifest b/dev-vcs/python-gitlab/Manifest
deleted file mode 100644
index 073fbf0..0000000
--- a/dev-vcs/python-gitlab/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST python-gitlab-2.9.0.tar.gz 182251 BLAKE2B deff2978a1d817a5c0e6969f62725e870abaf4c9375ef27c8b9596acf1253f13388fac4132d23e2ef6e3b9df91fdd3a6bf0b1b76b69257c236322e464dd5cfd5 SHA512 30c53408a537ced2126d31ca3192e0035fbfd866e75af793cb0907cb06a8a4862aa2b54fc97f47a1833b3bf003549048539e660653591949ae26500d9d0e4268
diff --git a/dev-vcs/python-gitlab/python-gitlab-2.9.0.ebuild b/dev-vcs/python-gitlab/python-gitlab-2.9.0.ebuild
deleted file mode 100644
index 3e09f38..0000000
--- a/dev-vcs/python-gitlab/python-gitlab-2.9.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{7..10} )
-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
-}