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 93123158041 for ; Tue, 9 Apr 2024 11:25:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BF167E29F0; Tue, 9 Apr 2024 11:25:23 +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 90865E29F0 for ; Tue, 9 Apr 2024 11:25:23 +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 5F92B343148 for ; Tue, 9 Apr 2024 11:25:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 77B84135F for ; Tue, 9 Apr 2024 11:25:20 +0000 (UTC) From: "Julien Roy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" Message-ID: <1712616219.1ec120d8cae788a916210cd724fb9e7fcbed7538.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/digitalocean/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/digitalocean/digitalocean-1.17.0.ebuild X-VCS-Directories: dev-python/digitalocean/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: 1ec120d8cae788a916210cd724fb9e7fcbed7538 X-VCS-Branch: master Date: Tue, 9 Apr 2024 11:25:20 +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: 421a4926-577e-4b28-a81a-e81ee7efbfaf X-Archives-Hash: c537fdcbbfb82ca4f8aa114947f5a33a commit: 1ec120d8cae788a916210cd724fb9e7fcbed7538 Author: Kyle Elbert gmail com> AuthorDate: Mon Apr 8 22:43:20 2024 +0000 Commit: Julien Roy jroy ca> CommitDate: Mon Apr 8 22:43:39 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1ec120d8 dev-python/digitalocean: drop non-PEP517 1.17.0 Signed-off-by: Kyle Elbert gmail.com> dev-python/digitalocean/digitalocean-1.17.0.ebuild | 26 ---------------------- 1 file changed, 26 deletions(-) diff --git a/dev-python/digitalocean/digitalocean-1.17.0.ebuild b/dev-python/digitalocean/digitalocean-1.17.0.ebuild deleted file mode 100644 index 9d80c2b00c..0000000000 --- a/dev-python/digitalocean/digitalocean-1.17.0.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{10..11} ) -inherit distutils-r1 - -DESCRIPTION="Digitalocean API access library" -HOMEPAGE="https://github.com/koalalorenzo/python-digitalocean" -SRC_URI="https://github.com/koalalorenzo/python-${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz" -S="${WORKDIR}/python-${P}" - -LICENSE="LGPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND=" - dev-python/requests[${PYTHON_USEDEP}] - dev-python/jsonpickle[${PYTHON_USEDEP}] -" -BDEPEND="test? ( dev-python/responses[${PYTHON_USEDEP}] )" - -distutils_enable_sphinx docs dev-python/alabaster - -distutils_enable_tests pytest