public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "William Hubbs" <williamh@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/python-gitlab/
Date: Fri, 21 Oct 2022 15:38:40 +0000 (UTC)	[thread overview]
Message-ID: <1666366669.0d0693ca47de3d54045e64d16c35bc8e7278d713.williamh@gentoo> (raw)

commit:     0d0693ca47de3d54045e64d16c35bc8e7278d713
Author:     William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 21 15:34:47 2022 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Fri Oct 21 15:37:49 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d0693ca

dev-vcs/python-gitlab: add 3.10.0

Closes: https://bugs.gentoo.org/877745
Signed-off-by: William Hubbs <williamh <AT> gentoo.org>

 dev-vcs/python-gitlab/Manifest                    |  1 +
 dev-vcs/python-gitlab/python-gitlab-3.10.0.ebuild | 38 +++++++++++++++++++++++
 2 files changed, 39 insertions(+)

diff --git a/dev-vcs/python-gitlab/Manifest b/dev-vcs/python-gitlab/Manifest
index f8d3cdf0d34d..47450bc06f2c 100644
--- a/dev-vcs/python-gitlab/Manifest
+++ b/dev-vcs/python-gitlab/Manifest
@@ -1,2 +1,3 @@
+DIST python-gitlab-3.10.0.tar.gz 254166 BLAKE2B 74b1a200e4ac1e99d5fc89b3906e8e623e3e7c210b0483e3947f24b882e61ce4ca9dafd43cfb047e4fa848c8970429ff0391db7c750d452db0ca4f5034bb772f SHA512 5dc0fbe826fe1a07833a8d443721e540b6b6e8c35cf100286b9a1a964f2f8b4faa34df2eff9888507c6ba1835857216a73084f860343a494eac9f1353a28f327
 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/python-gitlab-3.10.0.ebuild b/dev-vcs/python-gitlab/python-gitlab-3.10.0.ebuild
new file mode 100644
index 000000000000..88e18c0203c2
--- /dev/null
+++ b/dev-vcs/python-gitlab/python-gitlab-3.10.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python3_{8,9,10} )
+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"
+
+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.28.1[${PYTHON_USEDEP}]
+	>=dev-python/requests-toolbelt-0.10.0[${PYTHON_USEDEP}]"
+
+distutils_enable_tests pytest
+
+python_install_all() {
+	distutils-r1_python_install_all
+	dodoc -r *.rst docs
+}


             reply	other threads:[~2022-10-21 15:38 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-21 15:38 William Hubbs [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-22 18:32 [gentoo-commits] repo/gentoo:master commit in: dev-vcs/python-gitlab/ Arthur Zamarin
2024-06-02 21:34 William Hubbs
2023-05-20  7:33 Michał Górny
2023-03-04 16:17 William Hubbs
2023-01-25 20:47 William Hubbs
2023-01-20  1:17 Sam James
2023-01-03 16:14 William Hubbs
2023-01-02 19:19 William Hubbs
2023-01-02 18:46 William Hubbs
2023-01-02 18:46 William Hubbs
2023-01-02 18:27 William Hubbs
2022-07-15  0:09 William Hubbs
2022-07-14 23:18 William Hubbs
2022-06-18  0:48 Sam James
2022-06-16 19:17 William Hubbs
2021-06-05  0:10 William Hubbs
2021-01-29 18:58 William Hubbs
2021-01-01  0:59 Michał Górny
2020-09-02 22:31 William Hubbs
2020-06-18 14:39 William Hubbs
2020-05-07 20:58 William Hubbs
2019-11-27 19:51 William Hubbs
2019-06-26 16:29 William Hubbs
2019-04-15 22:33 William Hubbs
2019-01-31 23:53 William Hubbs

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1666366669.0d0693ca47de3d54045e64d16c35bc8e7278d713.williamh@gentoo \
    --to=williamh@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox