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 81FC615800F for ; Wed, 25 Jan 2023 20:48:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CB534E0843; Wed, 25 Jan 2023 20:48:01 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B2204E0843 for ; Wed, 25 Jan 2023 20:48:01 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C86FF335DC2 for ; Wed, 25 Jan 2023 20:48:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DAA4A7CD for ; Wed, 25 Jan 2023 20:47:58 +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: <1674679674.9dbb4a50dce705855e472f510e2e2c1f9c940979.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-3.10.0.ebuild X-VCS-Directories: dev-vcs/python-gitlab/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 9dbb4a50dce705855e472f510e2e2c1f9c940979 X-VCS-Branch: master Date: Wed, 25 Jan 2023 20:47:58 +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: c1023a96-958c-4a71-bb16-cee7eb199ecf X-Archives-Hash: 3de7a606b411aa5f8492a4e2ee376314 commit: 9dbb4a50dce705855e472f510e2e2c1f9c940979 Author: William Hubbs gentoo org> AuthorDate: Wed Jan 25 20:46:40 2023 +0000 Commit: William Hubbs gentoo org> CommitDate: Wed Jan 25 20:47:54 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9dbb4a50 dev-vcs/python-gitlab: drop 3.10.0 Signed-off-by: William Hubbs gentoo.org> dev-vcs/python-gitlab/Manifest | 1 - dev-vcs/python-gitlab/python-gitlab-3.10.0.ebuild | 39 ----------------------- 2 files changed, 40 deletions(-) diff --git a/dev-vcs/python-gitlab/Manifest b/dev-vcs/python-gitlab/Manifest index 65d19356ee97..6acc87f4d9ae 100644 --- a/dev-vcs/python-gitlab/Manifest +++ b/dev-vcs/python-gitlab/Manifest @@ -1,2 +1 @@ -DIST python-gitlab-3.10.0.tar.gz 254166 BLAKE2B 74b1a200e4ac1e99d5fc89b3906e8e623e3e7c210b0483e3947f24b882e61ce4ca9dafd43cfb047e4fa848c8970429ff0391db7c750d452db0ca4f5034bb772f SHA512 5dc0fbe826fe1a07833a8d443721e540b6b6e8c35cf100286b9a1a964f2f8b4faa34df2eff9888507c6ba1835857216a73084f860343a494eac9f1353a28f327 DIST python-gitlab-3.12.0.tar.gz 264005 BLAKE2B 64215b0c2950b1d238ff0e69e88de463ce2645d7c3911963e516b50874b49c4e822f8e27625fa33e6d27a703cc3bb3377151a9bc9c49b0b49ee7bc57db5dfd65 SHA512 76f55945a821553b4b477629dea674956459836df227e70817480b031559317ec97fef6c332d0dc42c4dba0d556ed1118e1cded8f116f4813bebe411db9e7a47 diff --git a/dev-vcs/python-gitlab/python-gitlab-3.10.0.ebuild b/dev-vcs/python-gitlab/python-gitlab-3.10.0.ebuild deleted file mode 100644 index 2a48c10e476c..000000000000 --- a/dev-vcs/python-gitlab/python-gitlab-3.10.0.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{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 -}