diff options
| author | Tobias Klausmann <klausman@gentoo.org> | 2016-08-31 09:41:35 +0200 |
|---|---|---|
| committer | Tobias Klausmann <klausman@gentoo.org> | 2016-08-31 09:41:35 +0200 |
| commit | 16fd42da2b3f826571f15afbfe6118adf4748625 (patch) | |
| tree | a4f2151bc1f54952263a34fb554176f7c1182201 /dev-python/PyDbLite/PyDbLite-3.0.4.ebuild | |
| parent | 284dc46fb696555f906a525131ae7076924a40ce (diff) | |
| download | gentoo-16fd42da2b3f826571f15afbfe6118adf4748625.tar.gz gentoo-16fd42da2b3f826571f15afbfe6118adf4748625.tar.bz2 gentoo-16fd42da2b3f826571f15afbfe6118adf4748625.zip | |
dev-python/PyDbLite: Initial addition to the tree
Diffstat (limited to 'dev-python/PyDbLite/PyDbLite-3.0.4.ebuild')
| -rw-r--r-- | dev-python/PyDbLite/PyDbLite-3.0.4.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
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}]" |
