commit: f7f009edf9735f365252178909d0bfbb7e0b66cf
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 5 18:16:21 2016 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Feb 5 19:45:03 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7f009ed
dev-python/dexml: New package, ebuild written by me
Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
dev-python/dexml/Manifest | 1 +
dev-python/dexml/dexml-0.5.1.ebuild | 27 +++++++++++++++++++++++++++
dev-python/dexml/metadata.xml | 16 ++++++++++++++++
3 files changed, 44 insertions(+)
diff --git a/dev-python/dexml/Manifest b/dev-python/dexml/Manifest
new file mode 100644
index 0000000..945861d
--- /dev/null
+++ b/dev-python/dexml/Manifest
@@ -0,0 +1 @@
+DIST dexml-0.5.1.tar.gz 24359 SHA256
6ba83883ead5cc74ce8198daecc657b60bf9cdb3887b484a92dcde55c10e2cdf SHA512
b8ac2b9f875ac7cf699eb9ee17adb8678ed8d4a796130bbb60f05431207adb68f490b7a7a41600acbc16a3cc08d55f22d91a13e53fe3d835a322709ee3446c9f
WHIRLPOOL
93d44efcf71fa7ffe91bdb95c287f5004c3abab1a2a5b7f95c26d5e4f0382896970ae05c8f19e56db6c821a90120ab3548be177fbb7c92ace306d58d3969853f
diff --git a/dev-python/dexml/dexml-0.5.1.ebuild
b/dev-python/dexml/dexml-0.5.1.ebuild
new file mode 100644
index 0000000..0493c42
--- /dev/null
+++ b/dev-python/dexml/dexml-0.5.1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_{3,4,5}} pypy pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Dead-simple Object-XML mapper for Python"
+HOMEPAGE="http://packages.python.org/dexml http://pypi.python.org/pypi/dexml"
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+ dev-python/setuptools[${PYTHON_USEDEP}]
+"
+
+python_test() {
+ esetup.py test
+}
diff --git a/dev-python/dexml/metadata.xml b/dev-python/dexml/metadata.xml
new file mode 100644
index 0000000..513b305
--- /dev/null
+++ b/dev-python/dexml/metadata.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>[email protected]</email>
+ <name>Python</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="pypi">dexml</remote-id>
+ <doc>http://pythonhosted.org/dexml/</doc>
+ <maintainer status="unknown">
+ <email>[email protected]</email>
+ <name>Ryan Kelly</name>
+ </maintainer>
+ </upstream>
+</pkgmetadata>