dev-python/Ming: add Ming-0.5.4

This commit is contained in:
Austin English
2016-06-01 02:15:43 -05:00
parent 3e44673631
commit ca2090be81
3 changed files with 47 additions and 0 deletions

1
dev-python/Ming/Manifest Normal file
View File

@@ -0,0 +1 @@
DIST Ming-0.5.4.tar.gz 62412 SHA256 13536785354f5014d642f47cf5c5195a5dc262e3991c00bc7ea9da216b8a32e2 SHA512 93e280da04feaab2d7162a4b5d7da4b781d4a4140e114bc1512f695e1deee206397e5bff7ad3338eefd224e4646958e021353a323b809f45bbe7d56c43bf14c4 WHIRLPOOL fb3ac33e44a31f4fbd44d9809dae0283ce2041f950d6941a6300905e693a44ea3d96e60efdc206bb599bb55a11a791b72a8b6e3a6f9cabb76e0fdf9405507c7e

View File

@@ -0,0 +1,35 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
PYTHON_COMPAT=(python2_7)
inherit distutils-r1
DESCRIPTION="Database mapping layer for MongoDB on Python"
HOMEPAGE="http://merciless.sourceforge.net/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
IUSE="test"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
test? (
>=dev-python/mock-0.8.0[${PYTHON_USEDEP}]
dev-python/nose[${PYTHON_USEDEP}]
dev-python/webob[${PYTHON_USEDEP}]
dev-python/webtest[${PYTHON_USEDEP}]
)"
RDEPEND=">=dev-python/formencode-1.2.1[${PYTHON_USEDEP}]
>=dev-python/pymongo-2.4[${PYTHON_USEDEP}]
>=dev-python/pytz-1.6.1[${PYTHON_USEDEP}]
dev-python/setuptools[${PYTHON_USEDEP}]
>=dev-python/six-1.6.1[${PYTHON_USEDEP}]"
python_test() {
esetup.py test
}

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>wizardedit@gentoo.org</email>
<name>Austin English</name>
</maintainer>
<upstream>
<remote-id type="pypi">Ming</remote-id>
</upstream>
</pkgmetadata>