From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/github3/
Date: Mon, 21 Feb 2022 21:36:20 +0000 (UTC) [thread overview]
Message-ID: <1645479373.451a3ce648de2f5143e53772db9483c1c536f687.mgorny@gentoo> (raw)
commit: 451a3ce648de2f5143e53772db9483c1c536f687
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 21 21:00:18 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Feb 21 21:36:13 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=451a3ce6
dev-python/github3: Bump to 3.1.1
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/github3/Manifest | 1 +
dev-python/github3/github3-3.1.1.ebuild | 41 +++++++++++++++++++++++++++++++++
2 files changed, 42 insertions(+)
diff --git a/dev-python/github3/Manifest b/dev-python/github3/Manifest
index 55e2a5d9bb91..26e235570bfd 100644
--- a/dev-python/github3/Manifest
+++ b/dev-python/github3/Manifest
@@ -1,2 +1,3 @@
DIST github3-3.0.0.gh.tar.gz 35410027 BLAKE2B d5da6c7a4612879646af7bfe82ac899c3894c0ecba9d6bf2d467ff497431ddabbbb342a5895d55bee56a03a6ea4b12bb989a903bdef31998da4382619810a9bd SHA512 67b8d30ec44a38344117a2d28f4eed1d86ddc4ffda68e36da9d6540ef4fe57a544e9d793d278a289f61e8874271b3ee21da0d742d9a7463cceccd4f1384669d5
DIST github3-3.1.0.gh.tar.gz 35518951 BLAKE2B f5e804f2e475cda88423a5ffaa36c1a1d92501dae9a7746f7cb1ef252b3a035db36f84929bfb9ea368a008aad8f5c08e70df9a63bc5e6b543d31ddd0e8549632 SHA512 6410f7e38c23ae654e5e8af3b3f2e4511960d19ce37f170283878e1f71349d0affb094b18b869cba79868666dc10e18a00d9182e2990f943c64814fbd3eea82c
+DIST github3-3.1.1.gh.tar.gz 35520342 BLAKE2B d06a5121bb034c9ac18c88e3affb9414d6802aba8dd69339c7c17ffb0897e18beac7a004dd3f328c7b4f4bfc91b9bf4e23c8cb33d145a2adbc961896659c8e27 SHA512 45c775c6070088a0e73ba353d6fc4d8c7f5e709884caf9116a10faa3de21d1e4e184d5563a741b2f8f60d16ac72304441d7004a5c81680b7ea2660d26fc3758d
diff --git a/dev-python/github3/github3-3.1.1.ebuild b/dev-python/github3/github3-3.1.1.ebuild
new file mode 100644
index 000000000000..6a9122cb9366
--- /dev/null
+++ b/dev-python/github3/github3-3.1.1.ebuild
@@ -0,0 +1,41 @@
+# 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} )
+
+inherit distutils-r1
+
+DESCRIPTION="A wrapper for the GitHub API written in python"
+HOMEPAGE="https://github3py.readthedocs.io/en/master/"
+SRC_URI="
+ https://github.com/sigmavirus24/${PN}.py/archive/${PV}.tar.gz
+ -> ${P}.gh.tar.gz
+"
+S="${WORKDIR}/${PN}.py-${PV}"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+ dev-vcs/git
+ >=dev-python/requests-2.18.0[${PYTHON_USEDEP}]
+ >=dev-python/uritemplate-3.0.0[${PYTHON_USEDEP}]
+ >=dev-python/python-dateutil-2.6.0[${PYTHON_USEDEP}]
+ >=dev-python/pyjwt-2.3.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ test? (
+ >=dev-python/betamax-0.8.0[${PYTHON_USEDEP}]
+ >=dev-python/betamax-matchers-0.1.0[${PYTHON_USEDEP}]
+ )"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+ sed -i -e '/addopts/d' tox.ini || die
+ distutils-r1_src_prepare
+}
next reply other threads:[~2022-02-21 21:36 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-02-21 21:36 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-02-17 11:58 [gentoo-commits] repo/gentoo:master commit in: dev-python/github3/ Michał Górny
2023-02-17 11:58 Michał Górny
2022-05-16 13:18 Michał Górny
2022-03-09 20:29 Arthur Zamarin
2022-02-24 18:02 Arthur Zamarin
2022-02-23 8:12 Michał Górny
2022-02-15 9:39 Michał Górny
2022-02-14 21:37 Michał Górny
2021-11-14 8:46 Michał Górny
2021-11-01 8:32 Michał Górny
2021-10-17 8:23 Michał Górny
2021-10-16 13:48 Arthur Zamarin
2020-11-17 17:43 Michał Górny
2020-05-18 20:23 Michał Górny
2020-05-04 11:04 Michał Górny
2020-04-06 0:02 Robin H. Johnson
2020-02-05 14:05 Michał Górny
2016-12-20 17:45 Nicolas Bock
2016-12-20 17:42 Nicolas Bock
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=1645479373.451a3ce648de2f5143e53772db9483c1c536f687.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