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 43696158041 for ; Mon, 8 Apr 2024 22:49:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 49C08E2A08; Mon, 8 Apr 2024 22:49:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 20353E2A08 for ; Mon, 8 Apr 2024 22:49:42 +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 2A372343337 for ; Mon, 8 Apr 2024 22:49:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8F1FA16A2 for ; Mon, 8 Apr 2024 22:49:40 +0000 (UTC) From: "Kyle Elbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kyle Elbert" Message-ID: <1712616219.1ec120d8cae788a916210cd724fb9e7fcbed7538.kcelbert@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev 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: kcelbert X-VCS-Committer-Name: Kyle Elbert X-VCS-Revision: 1ec120d8cae788a916210cd724fb9e7fcbed7538 X-VCS-Branch: dev Date: Mon, 8 Apr 2024 22:49:40 +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: 96e6e90e-899a-46b5-bcb3-daef706c4635 X-Archives-Hash: e3397636773f9bc93ea1ba0416819f93 commit: 1ec120d8cae788a916210cd724fb9e7fcbed7538 Author: Kyle Elbert gmail com> AuthorDate: Mon Apr 8 22:43:20 2024 +0000 Commit: Kyle Elbert gmail com> 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