commit:     bdc4d9746b70b853c8d0b6efe7b065c35a955bb3
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Sep  9 06:11:04 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Sep  9 06:32:34 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdc4d974

dev-python/PyGithub: Drop old

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

 dev-python/PyGithub/Manifest               |  1 -
 dev-python/PyGithub/PyGithub-1.43.7.ebuild | 47 ------------------------------
 2 files changed, 48 deletions(-)

diff --git a/dev-python/PyGithub/Manifest b/dev-python/PyGithub/Manifest
index b2d6fadc084..42af60bbf08 100644
--- a/dev-python/PyGithub/Manifest
+++ b/dev-python/PyGithub/Manifest
@@ -1,2 +1 @@
-DIST PyGithub-1.43.7.gh.tar.gz 2832588 BLAKE2B 
df1bf783d8644493151b7192325cd2feded48dd95853e0f2ccef9e0560c39877de3e38e95a339291e585612c795d2180900dc5db5fecb0f844a97a6d0a5bf04c
 SHA512 
15d7c7ca6a505a259fe59c96db667a278179df7acfe794116f118bb18966c573cbdcd9276fe50b321fd759988810250a0268c2e8e330c1ef5a8bdcc3a50b6391
 DIST PyGithub-1.43.8.gh.tar.gz 2842219 BLAKE2B 
7711885beb4cb855ea5a5755abe881f7ae7825feb76cb0ab30aa9ba4a2530440d2816439c43da23a42f134286fa0806875d075920776960f04cdd21131bcf700
 SHA512 
dc58166ebb27f855ed4f32448029abe7e53b8050d8d99029d460f2dd94180ca8bcef68a75469293abd021f70cc3c67c32061e6439db1b3f1dc77af464c658bb6

diff --git a/dev-python/PyGithub/PyGithub-1.43.7.ebuild 
b/dev-python/PyGithub/PyGithub-1.43.7.ebuild
deleted file mode 100644
index 4c63d604bf8..00000000000
--- a/dev-python/PyGithub/PyGithub-1.43.7.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python library to access the Github API v3"
-HOMEPAGE="https://github.com/PyGithub/PyGithub/";
-# Use github since pypi is missing test data
-SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
-
-LICENSE="LGPL-3+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="dev-python/deprecated[${PYTHON_USEDEP}]
-       dev-python/pyjwt[${PYTHON_USEDEP}]
-       >=dev-python/requests-2.14.0[${PYTHON_USEDEP}]"
-DEPEND="
-       dev-python/setuptools[${PYTHON_USEDEP}]
-       test? (
-               ${RDEPEND}
-               dev-python/cryptography[${PYTHON_USEDEP}]
-               dev-python/httpretty[${PYTHON_USEDEP}]
-       )"
-
-python_prepare_all() {
-       # tests requiring network access
-       sed -i -e 's:testDecodeJson:_&:' tests/Issue142.py || die
-
-       distutils-r1_python_prepare_all
-}
-
-python_test() {
-       # silly!
-       cp -r tests "${BUILD_DIR}" || die
-       if python_is_python3; then
-               2to3 --no-diffs -n -w "${BUILD_DIR}"/tests || die
-       fi
-
-       cd "${BUILD_DIR}" || die
-       "${EPYTHON}" -m unittest -v tests.AllTests || die "Tests fail with 
${EPYTHON}"
-}

Reply via email to