summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <william.hubbs@sony.com>2019-03-18 17:56:40 -0500
committerWilliam Hubbs <williamh@gentoo.org>2019-03-18 18:01:28 -0500
commit462c823c33c95827630fc1d5e9127b4917f8fdf2 (patch)
tree53937d8c54bc67c8f6e38a7173d43eb29d1bde67
parentdev-python/coreschema: Core Schema (diff)
downloadgentoo-462c823c33c95827630fc1d5e9127b4917f8fdf2.tar.gz
gentoo-462c823c33c95827630fc1d5e9127b4917f8fdf2.tar.bz2
gentoo-462c823c33c95827630fc1d5e9127b4917f8fdf2.zip
dev-python/coreapi: Python Client Library for CoreAPI
Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: William Hubbs <williamh@gentoo.org>
-rw-r--r--dev-python/coreapi/Manifest1
-rw-r--r--dev-python/coreapi/coreapi-2.3.3.ebuild19
-rw-r--r--dev-python/coreapi/metadata.xml8
3 files changed, 28 insertions, 0 deletions
diff --git a/dev-python/coreapi/Manifest b/dev-python/coreapi/Manifest
new file mode 100644
index 000000000000..bf4701165ff4
--- /dev/null
+++ b/dev-python/coreapi/Manifest
@@ -0,0 +1 @@
+DIST coreapi-2.3.3.tar.gz 18788 BLAKE2B f7837d6a0430e6617a2589aa84a209b3c544a913773bc4388c3bdef7348c83577e1b216e83c14736b15174ede840ae297b050eba551b4fe22d784e4d51677956 SHA512 5a66cf9613a9e11046577684b837f48e17db2285d14a51a77aa47eb945eef72a9ee0525b7b1b1c57fddec102c144ce56430ed5a95717e77d906d0b617dce708d
diff --git a/dev-python/coreapi/coreapi-2.3.3.ebuild b/dev-python/coreapi/coreapi-2.3.3.ebuild
new file mode 100644
index 000000000000..6220a9b1d43e
--- /dev/null
+++ b/dev-python/coreapi/coreapi-2.3.3.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_6 )
+inherit distutils-r1
+
+DESCRIPTION="Python client library for Core API"
+HOMEPAGE="https://github.com/core-api/python-client"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="dev-python/coreschema[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+dev-python/setuptools[${PYTHON_USEDEP}]"
diff --git a/dev-python/coreapi/metadata.xml b/dev-python/coreapi/metadata.xml
new file mode 100644
index 000000000000..c36c37139fad
--- /dev/null
+++ b/dev-python/coreapi/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>williamh@gentoo.org</email>
+ <name>William Hubbs</name>
+ </maintainer>
+</pkgmetadata>