summaryrefslogtreecommitdiff
path: root/dev-python/github3
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
commit1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch)
treee48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-python/github3
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-python/github3')
-rw-r--r--dev-python/github3/Manifest3
-rw-r--r--dev-python/github3/github3-0.9.3.ebuild27
-rw-r--r--dev-python/github3/metadata.xml18
3 files changed, 0 insertions, 48 deletions
diff --git a/dev-python/github3/Manifest b/dev-python/github3/Manifest
deleted file mode 100644
index e1d30a41eadf..000000000000
--- a/dev-python/github3/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST github3-0.9.3.tar.gz 783446 BLAKE2B 976013511e30a4e373ec4f986fd615e27d866ed38a4cf08d53f24be527b5c8ced38cc63f49eef7b6418d9ab5df3ff7d631e0abaabf10c20472eb9a14c212d3a4 SHA512 23d7ca5d9e5c4efd37541ec0be56bcc50c36d141999196ea2f0c17068ef1235e758d48c3e4fe9c8e204bac98931995913a4c3af227cfdbb7382bec8ac91b3c19
-EBUILD github3-0.9.3.ebuild 660 BLAKE2B 19ecb91d3403e2b4b8d613e72eb285796a1918522454cf01f292482fa06df58e8185d1962814b2d77d89c177baf07b5fd38840125295af3b402056f38f93c926 SHA512 0a2726ce2d0513b1e1a8e4a8a8750d1891086292c8defc2a4ffcd5e1aa2e6ff370eda3fba286e17ab79d241f3356d85c10bd41a9f42256934e5eb6a8b5c27ee1
-MISC metadata.xml 626 BLAKE2B 8e8b580d120dd5dee945bebb82e5b8183621a378341bba44918be642a5ada8ecbcc7634824bb0a1b8dcef8dfe8b8effca2296abba3d4d7132a1508b9478c6b2c SHA512 e7d2ee56150217ba65f153d875c0771fc99efdcf5a29682369e1b22d121fe55d77c38f45586f6b6e3723f9356e9004e4d3676ee09c21bda4ce5101b8ac551690
diff --git a/dev-python/github3/github3-0.9.3.ebuild b/dev-python/github3/github3-0.9.3.ebuild
deleted file mode 100644
index ec394a6f4df3..000000000000
--- a/dev-python/github3/github3-0.9.3.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
-
-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}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="
- dev-vcs/git
- dev-python/requests[${PYTHON_USEDEP}]
- >=dev-python/uritemplate-3.0.0[${PYTHON_USEDEP}]
- ${PYTHON_DEPS}"
-RDEPEND="${DEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]"
-
-S="${WORKDIR}/${PN}.py-${PV}"
diff --git a/dev-python/github3/metadata.xml b/dev-python/github3/metadata.xml
deleted file mode 100644
index 556e313bfbe8..000000000000
--- a/dev-python/github3/metadata.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>python@gentoo.org</email>
- </maintainer>
- <maintainer type="person">
- <email>nicolasbock@gentoo.org</email>
- </maintainer>
- <longdescription lang="en">
- 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.
- </longdescription>
- <upstream>
- <remote-id type="github">sigmavirus24/github3.py</remote-id>
- </upstream>
-</pkgmetadata>