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/google-auth-httplib2/
Date: Sun,  8 Jan 2023 14:17:54 +0000 (UTC)	[thread overview]
Message-ID: <1673187468.fd225026d87b8cda7e41c5e8369414b1d4cef029.mgorny@gentoo> (raw)

commit:     fd225026d87b8cda7e41c5e8369414b1d4cef029
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  8 14:10:22 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jan  8 14:17:48 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd225026

dev-python/google-auth-httplib2: Remove Python < 3.10

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

 dev-python/google-auth-httplib2/Manifest           |  1 +
 .../google-auth-httplib2-0.1.0-r2.ebuild           | 39 ++++++++++++++++++++++
 2 files changed, 40 insertions(+)

diff --git a/dev-python/google-auth-httplib2/Manifest b/dev-python/google-auth-httplib2/Manifest
index b65ecdc417b6..a84d2fa5b721 100644
--- a/dev-python/google-auth-httplib2/Manifest
+++ b/dev-python/google-auth-httplib2/Manifest
@@ -1 +1,2 @@
+DIST google-auth-library-python-httplib2-0.1.0.gh.tar.gz 25116 BLAKE2B dbb0393bafb1bbe67b99ac0783e687271c42256c7b283422b884b86d4c8a83222392a5514b812aae683ec7f887afa4bf81307079e676f793f02eb87e52a375e5 SHA512 52b0faf70e185cb89420377a06c77e2c45f6b910b85371fc2c42fdfb06a4ebca28b476201f9d179fbaa4a8bf7b6015703d023ddd95d482113e2cdbf79fd376b5
 DIST google-auth-library-python-httplib2-0.1.0.tar.gz 25116 BLAKE2B dbb0393bafb1bbe67b99ac0783e687271c42256c7b283422b884b86d4c8a83222392a5514b812aae683ec7f887afa4bf81307079e676f793f02eb87e52a375e5 SHA512 52b0faf70e185cb89420377a06c77e2c45f6b910b85371fc2c42fdfb06a4ebca28b476201f9d179fbaa4a8bf7b6015703d023ddd95d482113e2cdbf79fd376b5

diff --git a/dev-python/google-auth-httplib2/google-auth-httplib2-0.1.0-r2.ebuild b/dev-python/google-auth-httplib2/google-auth-httplib2-0.1.0-r2.ebuild
new file mode 100644
index 000000000000..fd0c7576aa15
--- /dev/null
+++ b/dev-python/google-auth-httplib2/google-auth-httplib2-0.1.0-r2.ebuild
@@ -0,0 +1,39 @@
+# 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_10 )
+
+inherit distutils-r1
+
+MY_P="google-auth-library-python-httplib2-${PV}"
+DESCRIPTION="httplib2 Transport for Google Auth"
+HOMEPAGE="
+	https://pypi.org/project/google-auth-httplib2/
+	https://github.com/googleapis/google-auth-library-python-httplib2/
+"
+SRC_URI="
+	https://github.com/googleapis/google-auth-library-python-httplib2/archive/v${PV}.tar.gz
+		-> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+RDEPEND="
+	dev-python/httplib2[${PYTHON_USEDEP}]
+	dev-python/google-auth[${PYTHON_USEDEP}]
+"
+BDEPEND="
+	test? (
+		dev-python/flask[${PYTHON_USEDEP}]
+		dev-python/mock[${PYTHON_USEDEP}]
+		dev-python/pytest-localserver[${PYTHON_USEDEP}]
+	)
+"
+
+distutils_enable_tests pytest


             reply	other threads:[~2023-01-08 14:17 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-08 14:17 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-11 18:22 [gentoo-commits] repo/gentoo:master commit in: dev-python/google-auth-httplib2/ Michał Górny
2024-05-22  8:03 Michał Górny
2024-01-26 17:07 Michał Górny
2023-12-30 15:06 Michał Górny
2023-12-30 14:32 Arthur Zamarin
2023-12-13  4:38 Michał Górny
2023-12-02 10:14 Arthur Zamarin
2023-10-14 18:32 Michał Górny
2023-10-14 16:52 Arthur Zamarin
2023-09-12  5:50 Michał Górny
2023-03-04  5:48 Michał Górny
2023-03-03 19:37 Arthur Zamarin
2023-01-28  8:09 Sam James
2023-01-10 14:23 Michał Górny
2023-01-08 14:17 Michał Górny
2022-03-27  8:17 Michał Górny
2022-03-27  6:27 Agostino Sarubbo
2022-02-24  8:52 Michał Górny
2021-04-06 20:39 Michał Górny
2021-04-06 19:47 Sam James
2021-03-04 20:27 Michał Górny
2021-03-04 20:27 Michał Górny
2020-09-18 14:48 Michał Górny
2020-08-09 23:42 Zac Medico
2020-08-09 22:49 Zac Medico
2020-07-09 10:08 Michał Górny
2020-07-09 10:08 Michał Górny
2020-05-13  4:00 Patrick McLean
2020-02-05 15:48 Michał Górny
2019-07-12  1:42 Patrick McLean
2019-04-10 22:44 Matthew Thode
2017-09-30  0:31 Matt Thode
2017-06-26 11:04 Alexis Ballier
2017-05-13  6:31 Markus Meier
2017-05-04  4:13 Zac Medico

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=1673187468.fd225026d87b8cda7e41c5e8369414b1d4cef029.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