summaryrefslogtreecommitdiff
path: root/dev-python/github3
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /dev-python/github3
reinit the tree, so we can have metadata
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, 48 insertions, 0 deletions
diff --git a/dev-python/github3/Manifest b/dev-python/github3/Manifest
new file mode 100644
index 000000000000..b7591bc1e071
--- /dev/null
+++ b/dev-python/github3/Manifest
@@ -0,0 +1,3 @@
+DIST github3-0.9.3.tar.gz 783446 SHA256 5836eb9f7cd1099ad4c2804fde55ddc068add23008d001f37afb266dd014292b SHA512 23d7ca5d9e5c4efd37541ec0be56bcc50c36d141999196ea2f0c17068ef1235e758d48c3e4fe9c8e204bac98931995913a4c3af227cfdbb7382bec8ac91b3c19 WHIRLPOOL 4b82d89536ee51f2c99de4cb7057fcc5c0a84133d73f13eb2e592874a49c85ef3a25d991b5e1bda39c0b23b294b409b2227de3aa96e32928a3cc9913b690f98e
+EBUILD github3-0.9.3.ebuild 660 SHA256 9c4128e68d86d8227c24aad554794135669b2c365dc22d0f71467ea3b358ab35 SHA512 0a2726ce2d0513b1e1a8e4a8a8750d1891086292c8defc2a4ffcd5e1aa2e6ff370eda3fba286e17ab79d241f3356d85c10bd41a9f42256934e5eb6a8b5c27ee1 WHIRLPOOL 3a4dfb35366f24f09f1734784a39020d2d9235895bc758576430fc935bb68e027bda95f02948d67106bcedac0e23c0d6d01c349b9770f2b6f2832a0bc11e0e02
+MISC metadata.xml 626 SHA256 8cda110f426d46d081006b2ba3c9bb4c8fd7a9cb8565d4d8103abfbf5802bf05 SHA512 e7d2ee56150217ba65f153d875c0771fc99efdcf5a29682369e1b22d121fe55d77c38f45586f6b6e3723f9356e9004e4d3676ee09c21bda4ce5101b8ac551690 WHIRLPOOL 314aa303fba1fa1185124b3bbdf5596ecc03570b7e6990f2b07a98909485f7c074bb092aaae78ff43b0efdf24991d3dc4bb28b977558ad0c65cac13873243dd1
diff --git a/dev-python/github3/github3-0.9.3.ebuild b/dev-python/github3/github3-0.9.3.ebuild
new file mode 100644
index 000000000000..ec394a6f4df3
--- /dev/null
+++ b/dev-python/github3/github3-0.9.3.ebuild
@@ -0,0 +1,27 @@
+# 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
new file mode 100644
index 000000000000..556e313bfbe8
--- /dev/null
+++ b/dev-python/github3/metadata.xml
@@ -0,0 +1,18 @@
+<?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>