From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D5AAE15817D for ; Sun, 2 Jun 2024 21:34:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 284BBE2BE9; Sun, 2 Jun 2024 21:34:25 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 03372E2BE9 for ; Sun, 2 Jun 2024 21:34:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 016DF340943 for ; Sun, 2 Jun 2024 21:34:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 520A31502 for ; Sun, 2 Jun 2024 21:34:21 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1717364054.8630ff7219b315f4a48bb3db9917f95aa5518294.williamh@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/python-gitlab/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-vcs/python-gitlab/Manifest dev-vcs/python-gitlab/python-gitlab-4.6.0.ebuild X-VCS-Directories: dev-vcs/python-gitlab/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 8630ff7219b315f4a48bb3db9917f95aa5518294 X-VCS-Branch: master Date: Sun, 2 Jun 2024 21:34:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7b414fac-a5f0-4461-bee9-78a723b3ca46 X-Archives-Hash: f8c8820695f7cf73b9a722c0959f86a1 commit: 8630ff7219b315f4a48bb3db9917f95aa5518294 Author: William Hubbs gentoo org> AuthorDate: Sun Jun 2 21:33:58 2024 +0000 Commit: William Hubbs gentoo org> CommitDate: Sun Jun 2 21:34:14 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8630ff72 dev-vcs/python-gitlab: add 4.6.0 Signed-off-by: William Hubbs gentoo.org> dev-vcs/python-gitlab/Manifest | 1 + dev-vcs/python-gitlab/python-gitlab-4.6.0.ebuild | 43 ++++++++++++++++++++++++ 2 files changed, 44 insertions(+) diff --git a/dev-vcs/python-gitlab/Manifest b/dev-vcs/python-gitlab/Manifest index 807abe47be74..86fe4c694f1f 100644 --- a/dev-vcs/python-gitlab/Manifest +++ b/dev-vcs/python-gitlab/Manifest @@ -1 +1,2 @@ DIST python-gitlab-3.13.0.tar.gz 270646 BLAKE2B ff7e3c35525ac1bf1cb6dc6e668ca9c8aeefb12073636f115c8e078aa4b9f623f6d847d8487e85e9a325b6f0ad1ef93826631cb32fd86c0bd9023688aac5add9 SHA512 373347392d7030c817a8dcb4cceea71d0609f9e09dce348514c1ca024307094b1a72e287c871ce5fcba9b9d4cdfcc7dc6b4495e2b225b845a3dff2e2dfc4fe82 +DIST python-gitlab-4.6.0.tar.gz 470253 BLAKE2B 25859017478c9c1896088bd706da1980f5c90dff075fa8a9373933852e1a83daf543f7a48acce4619da7077cdfaf64b0cc9f868cd99ee4d8868294f3328d0d13 SHA512 1d0178dd4d0456b25d5d6ecbcb39137cbc273bf4ac1863b696d39fcdb50c927b606b18ea3b21ce66e92102979584bc3922e65577e0d0c72ae937e984ec21cbc3 diff --git a/dev-vcs/python-gitlab/python-gitlab-4.6.0.ebuild b/dev-vcs/python-gitlab/python-gitlab-4.6.0.ebuild new file mode 100644 index 000000000000..4da36920b512 --- /dev/null +++ b/dev-vcs/python-gitlab/python-gitlab-4.6.0.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +MY_PN="${PN/-/_}" +PYTHON_COMPAT=( python3_{9..12} ) +DISTUTILS_USE_PEP517=setuptools +PYPI_NO_NORMALIZE=1 +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 + inherit pypi + SRC_URI="$(pypi_sdist_url) -> ${P}.tar.gz" + KEYWORDS="~amd64" + S="${WORKDIR}/${MY_PN}-${PV}" +fi + +LICENSE="LGPL-3" +SLOT="0" + +BDEPEND="test? ( + dev-python/coverage[${PYTHON_USEDEP}] + >=dev-python/pytest-console-scripts-1.3.1[${PYTHON_USEDEP}] + dev-python/pytest-cov[${PYTHON_USEDEP}] + >=dev-python/pyyaml-5.2[${PYTHON_USEDEP}] + dev-python/responses[${PYTHON_USEDEP}] + )" + +RDEPEND=">=dev-python/requests-2.32.2[${PYTHON_USEDEP}] + >=dev-python/requests-toolbelt-1.0.0[${PYTHON_USEDEP}]" + +distutils_enable_tests pytest + +python_install_all() { + distutils-r1_python_install_all + dodoc -r *.rst docs +}