Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/PyGithub/
Date: Thu, 31 Mar 2022 12:42:29
Message-Id: 1648730540.d119e7bb2f8eee9190960597f4fabcb94fdaabbd.mgorny@gentoo
1 commit: d119e7bb2f8eee9190960597f4fabcb94fdaabbd
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 31 12:42:04 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 31 12:42:20 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d119e7bb
7
8 dev-python/PyGithub: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/PyGithub/PyGithub-1.55.ebuild | 29 -----------------------------
13 1 file changed, 29 deletions(-)
14
15 diff --git a/dev-python/PyGithub/PyGithub-1.55.ebuild b/dev-python/PyGithub/PyGithub-1.55.ebuild
16 deleted file mode 100644
17 index 2d5c530f24f9..000000000000
18 --- a/dev-python/PyGithub/PyGithub-1.55.ebuild
19 +++ /dev/null
20 @@ -1,29 +0,0 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=7
25 -
26 -PYTHON_COMPAT=( python3_{8..10} )
27 -inherit distutils-r1
28 -
29 -DESCRIPTION="Python library to access the Github API v3"
30 -HOMEPAGE="https://github.com/PyGithub/PyGithub/"
31 -# Use github since pypi is missing test data
32 -SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
33 -
34 -LICENSE="LGPL-3+"
35 -SLOT="0"
36 -KEYWORDS="amd64 x86"
37 -
38 -RDEPEND="dev-python/deprecated[${PYTHON_USEDEP}]
39 - >=dev-python/pyjwt-2.0[${PYTHON_USEDEP}]
40 - >=dev-python/pynacl-1.4.0[${PYTHON_USEDEP}]
41 - >=dev-python/requests-2.14.0[${PYTHON_USEDEP}]
42 - dev-python/six[${PYTHON_USEDEP}]"
43 -BDEPEND="
44 - test? (
45 - dev-python/cryptography[${PYTHON_USEDEP}]
46 - >=dev-python/httpretty-0.9.6[${PYTHON_USEDEP}]
47 - )"
48 -
49 -distutils_enable_tests pytest