summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Klausmann <klausman@gentoo.org>2016-08-31 09:41:35 +0200
committerTobias Klausmann <klausman@gentoo.org>2016-08-31 09:41:35 +0200
commit16fd42da2b3f826571f15afbfe6118adf4748625 (patch)
treea4f2151bc1f54952263a34fb554176f7c1182201
parentdev-ruby/ruby-feedparser: add 0.9.4, install as gem (diff)
downloadgentoo-16fd42da.tar.gz
gentoo-16fd42da.tar.bz2
gentoo-16fd42da.zip
dev-python/PyDbLite: Initial addition to the tree
-rw-r--r--dev-python/PyDbLite/Manifest1
-rw-r--r--dev-python/PyDbLite/PyDbLite-3.0.4.ebuild19
-rw-r--r--dev-python/PyDbLite/metadata.xml9
3 files changed, 29 insertions, 0 deletions
diff --git a/dev-python/PyDbLite/Manifest b/dev-python/PyDbLite/Manifest
new file mode 100644
index 000000000000..e5300b9e4dd4
--- /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 000000000000..9806aaf9805d
--- /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 000000000000..639c1bc61f6b
--- /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>klausman@gentoo.org</email>
+ <name>Tobias Klausmann</name>
+ </maintainer>
+</pkgmetadata>
+