commit: 16fd42da2b3f826571f15afbfe6118adf4748625
Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 31 07:41:35 2016 +0000
Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Wed Aug 31 07:41:35 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16fd42da
dev-python/PyDbLite: Initial addition to the tree
dev-python/PyDbLite/Manifest | 1 +
dev-python/PyDbLite/PyDbLite-3.0.4.ebuild | 19 +++++++++++++++++++
dev-python/PyDbLite/metadata.xml | 9 +++++++++
3 files changed, 29 insertions(+)
diff --git a/dev-python/PyDbLite/Manifest b/dev-python/PyDbLite/Manifest
new file mode 100644
index 00000000..e5300b9
--- /dev/null
+++ b/dev-python/PyDbLite/Manifest
@@ -0,0 +1 @@
+DIST PyDbLite-3.0.4.tar.gz 510241 SHA256
79ed97d17b5954c6fa8927d9f36033cb4486d1304005057d506ac1dee999bad6 SHA512
7708d6cf391f18dbc644cfe6af34868d2eb59aae47ffb67cdb77d468d605b14c0dccfb159229035984d0dd9dbaa5ce706068ed23a09a5ece2f58565afdfad69f
WHIRLPOOL
efae1719fcde5dd6630f68d82b5d1216d4d8f2c3da2e891bd5166f371ea77c3a58145d4c8002cdc3c92e7f78db9bdd2f57e6cb9243d56a18e32c88f155312c46
diff --git a/dev-python/PyDbLite/PyDbLite-3.0.4.ebuild
b/dev-python/PyDbLite/PyDbLite-3.0.4.ebuild
new file mode 100644
index 00000000..9806aaf
--- /dev/null
+++ b/dev-python/PyDbLite/PyDbLite-3.0.4.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3)
+
+inherit distutils-r1
+
+DESCRIPTION="A fast, pure-Python in-memory database"
+HOMEPAGE="https://pypi.python.org/pypi/PyDbLite"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
diff --git a/dev-python/PyDbLite/metadata.xml b/dev-python/PyDbLite/metadata.xml
new file mode 100644
index 00000000..639c1bc
--- /dev/null
+++ b/dev-python/PyDbLite/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>[email protected]</email>
+ <name>Tobias Klausmann</name>
+ </maintainer>
+</pkgmetadata>
+