summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-python/coreschema/Manifest1
-rw-r--r--dev-python/coreschema/coreschema-0.0.4.ebuild19
-rw-r--r--dev-python/coreschema/metadata.xml8
3 files changed, 28 insertions, 0 deletions
diff --git a/dev-python/coreschema/Manifest b/dev-python/coreschema/Manifest
new file mode 100644
index 000000000000..49890493f062
--- /dev/null
+++ b/dev-python/coreschema/Manifest
@@ -0,0 +1 @@
+DIST coreschema-0.0.4.tar.gz 10974 BLAKE2B 8bddafea9eb82140cdf2b2cd40ffc31dd4a0457f8ca216986807657a5021f7a4319f1e3db27caf7d471f8617f6f0c3a6d79ebfe7e0285bc9a6627f93d6efa760 SHA512 21a35b29cd0bb96dacaeeb0bd0faaaa4ee8875bf9639b431b59f17c41ee4829173932a6b35760caa3b46a0ec39ca173fe896b26b740fe97df36943270bc2bd3d
diff --git a/dev-python/coreschema/coreschema-0.0.4.ebuild b/dev-python/coreschema/coreschema-0.0.4.ebuild
new file mode 100644
index 000000000000..c3812509b807
--- /dev/null
+++ b/dev-python/coreschema/coreschema-0.0.4.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="Core Schema"
+HOMEPAGE="https://github.com/core-api/python-coreschema"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="dev-python/jinja[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+ dev-python/setuptools[${PYTHON_USEDEP}]"
diff --git a/dev-python/coreschema/metadata.xml b/dev-python/coreschema/metadata.xml
new file mode 100644
index 000000000000..c36c37139fad
--- /dev/null
+++ b/dev-python/coreschema/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>