public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/libcloud/
Date: Tue, 28 Jun 2022 04:03:54 +0000 (UTC)	[thread overview]
Message-ID: <1656389029.9f9db757fe624c74ac9e452c9ea98002cfebc4dc.mgorny@gentoo> (raw)

commit:     9f9db757fe624c74ac9e452c9ea98002cfebc4dc
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 28 03:57:08 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jun 28 04:03:49 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f9db757

dev-python/libcloud: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/libcloud/Manifest              |  1 -
 dev-python/libcloud/libcloud-3.5.1.ebuild | 61 -------------------------------
 2 files changed, 62 deletions(-)

diff --git a/dev-python/libcloud/Manifest b/dev-python/libcloud/Manifest
index 549a492c2891..34633d5034c7 100644
--- a/dev-python/libcloud/Manifest
+++ b/dev-python/libcloud/Manifest
@@ -1,2 +1 @@
-DIST apache-libcloud-3.5.1.tar.bz2 1859270 BLAKE2B c2e49a79ac4feccb5285d9bf55a4a6e8486d32968216b68e8c8f5b049ef5fa8caae853b4e4cc31ec2c323aedf3de275ab79758b1a055d7f20bbde994c58ba882 SHA512 22d6facf344687bfcfd32e53ede12227882f55bf54ffcf75d5584652c4cd257905c56e359d9c6b050635faa2305c344a6dfdc17007eb41143ccff772bd31d91e
 DIST apache-libcloud-3.6.0.tar.bz2 1873596 BLAKE2B 7ca67d0a84d1af9a216882efb35ff48f4a795eacf34132b78429e0158b1093b3eec316541a52673e61edfc5bfcb326052ee874fe59b1e4a65b407bdaccf38774 SHA512 3a4b4ecf35194e70b6cb70f0619238e1c0140891c08438d4b1ef308fffc9dfb973a5c1534b6ee7864797925b7f7be77eb79a2c4d621627d8042da3927b3f2ff4

diff --git a/dev-python/libcloud/libcloud-3.5.1.ebuild b/dev-python/libcloud/libcloud-3.5.1.ebuild
deleted file mode 100644
index 914b340c5756..000000000000
--- a/dev-python/libcloud/libcloud-3.5.1.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
-PYTHON_REQ_USE="ssl(+)"
-
-inherit distutils-r1
-
-DESCRIPTION="Unified Interface to the Cloud - python support libs"
-HOMEPAGE="https://libcloud.apache.org/"
-SRC_URI="mirror://apache/${PN}/apache-${P}.tar.bz2"
-S="${WORKDIR}/apache-${P}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 x86"
-IUSE="examples"
-
-RDEPEND="
-	dev-python/pyopenssl[${PYTHON_USEDEP}]
-	>=dev-python/requests-2.5.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-	test? (
-		>=dev-python/cryptography-2.6.1[${PYTHON_USEDEP}]
-		dev-python/lockfile[${PYTHON_USEDEP}]
-		dev-python/mock[${PYTHON_USEDEP}]
-		dev-python/requests-mock[${PYTHON_USEDEP}]
-	)
-"
-
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
-	# Needs network access
-	libcloud/test/compute/test_ovh.py::OvhTests::test_list_nodes_invalid_region
-	libcloud/test/test_connection.py::BaseConnectionClassTestCase::test_connection_timeout_raised
-	libcloud/test/test_connection.py::ConnectionClassTestCase::test_retry_on_all_default_retry_exception_classes
-	# TODO
-	libcloud/test/compute/test_ssh_client.py::ParamikoSSHClientTests::test_key_file_non_pem_format_error
-)
-
-src_prepare() {
-	if use examples; then
-		mkdir examples || die
-		mv example_*.py examples || die
-	fi
-
-	# needed for tests
-	cp libcloud/test/secrets.py-dist libcloud/test/secrets.py || die
-
-	distutils-r1_src_prepare
-}
-
-src_install() {
-	use examples && dodoc -r examples
-	distutils-r1_src_install
-}


             reply	other threads:[~2022-06-28  4:04 UTC|newest]

Thread overview: 45+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-28  4:03 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-08-10 12:52 [gentoo-commits] repo/gentoo:master commit in: dev-python/libcloud/ Michał Górny
2023-02-17  6:21 Michał Górny
2023-02-16 22:49 Sam James
2023-01-08 14:04 Michał Górny
2022-11-11  6:52 Michał Górny
2022-11-11  4:25 Sam James
2022-10-11 12:24 Michał Górny
2022-06-27 23:32 Sam James
2022-05-28 17:04 Jakov Smolić
2022-05-27  6:10 Michał Górny
2022-05-01 12:56 Michał Górny
2022-05-01 12:20 Jakov Smolić
2022-05-01  6:55 Michał Górny
2022-03-31 11:33 Michał Górny
2022-03-15 14:17 Michał Górny
2022-03-15 12:33 Jakov Smolić
2022-02-05 17:29 Arthur Zamarin
2021-08-05 18:07 Michał Górny
2021-07-12 22:17 Sam James
2021-02-26  8:30 Michał Górny
2021-01-22 19:36 Sam James
2021-01-22 19:36 Sam James
2021-01-22 19:36 Sam James
2020-09-18 15:19 Michał Górny
2020-09-08 19:11 Michał Górny
2020-08-07  1:10 Sam James
2020-08-07  1:10 Sam James
2020-05-12  6:39 Agostino Sarubbo
2020-05-08 20:44 Patrick McLean
2020-04-28 22:53 Patrick McLean
2020-04-28 22:53 Patrick McLean
2020-04-24  6:27 Michał Górny
2020-03-19 22:12 David Seifert
2020-02-05 17:39 Michał Górny
2020-02-05 16:24 Michał Górny
2020-02-05 16:24 Michał Górny
2018-06-23 17:45 Mikle Kolyada
2018-06-19 12:55 Thomas Deutschmann
2018-05-16  7:26 Michał Górny
2018-03-03  2:07 Thomas Deutschmann
2017-05-02  9:48 Michał Górny
2016-09-24 18:39 Alice Ferrazzi
2016-04-22 10:12 Sergey Popov
2016-01-07 18:43 Patrick Lauer

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=1656389029.9f9db757fe624c74ac9e452c9ea98002cfebc4dc.mgorny@gentoo \
    --to=mgorny@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