From 7c9730bcb62df7cbf8248c5db9a478aac52c60ea Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 17 Feb 2023 14:07:47 +0000 Subject: gentoo auto-resync : 17:02:2023 - 14:07:46 --- dev-python/github3/Manifest | 3 --- dev-python/github3/github3-3.2.0.ebuild | 45 --------------------------------- dev-python/github3/metadata.xml | 19 -------------- 3 files changed, 67 deletions(-) delete mode 100644 dev-python/github3/Manifest delete mode 100644 dev-python/github3/github3-3.2.0.ebuild delete mode 100644 dev-python/github3/metadata.xml (limited to 'dev-python/github3') diff --git a/dev-python/github3/Manifest b/dev-python/github3/Manifest deleted file mode 100644 index cf7b5be61331..000000000000 --- a/dev-python/github3/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST github3-3.2.0.gh.tar.gz 35522134 BLAKE2B ef263dc7e97bb7acccddc538cf812abc8554395865832ac993fbd7f965fd008607d0a682b35be5bdfc1b46618dcb3391e924f57d841a30ab732df9b3c76774b3 SHA512 2b15524df9289d2139178b4a92914458276cf347ff7e41c55eb6b7b9ad705ced4a9f64eb025aa9334a38611b87147a8ed118a6958a9924f75ad272fc868d196f -EBUILD github3-3.2.0.ebuild 1037 BLAKE2B 751e7b4deb5151e0cf078db65ee589e38096d9627b5c51f75777b8634cb0f6f0ca5ade68b788d2ff512872d97e31258b8218652bdbf49877a86eb0d86aa98a82 SHA512 dcc87fc450f3195d0d686174f54bac5eb47ed52d5992b27203be5bc29fff364d46bc25287e0c5f076dd94c6cbf1f9ff301147171390ada4ae787aa39e0cf283d -MISC metadata.xml 675 BLAKE2B aa0bec874cc285c1d5eb57c128188c8690eb572191465ac193e8df40836b4b27b1994916ee419c2d03e7fd95ad6ee2882d5b603702939663bedc9a0a27f7aeb0 SHA512 cc6cceaf8fb98df0ff61aa8ed7e45af8054cc20ea7e6697ff30d103d2dc5b479486374ad6f99e4de46cc37214701fbfaa4d3fd1a74923b9e7d7dfddae08ebcf8 diff --git a/dev-python/github3/github3-3.2.0.ebuild b/dev-python/github3/github3-3.2.0.ebuild deleted file mode 100644 index 42a88c488257..000000000000 --- a/dev-python/github3/github3-3.2.0.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# 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_{9..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}] -" -# via PyJWT[crypto] -RDEPEND+=" - >=dev-python/cryptography-3.3.1[${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 -} diff --git a/dev-python/github3/metadata.xml b/dev-python/github3/metadata.xml deleted file mode 100644 index b418a1191050..000000000000 --- a/dev-python/github3/metadata.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - - - python@gentoo.org - - - nicolasbock@gentoo.org - - - github3.py is wrapper for the GitHub API written in python. The design - of github3.py is centered around having a logical organization of the - methods needed to interact with the API. - - - sigmavirus24/github3.py - github3.py - - -- cgit v1.2.3