dev-python/SchemaObject: version bump to 0.5.7

Package-Manager: portage-2.3.3
This commit is contained in:
Anthony G. Basile
2017-02-17 09:11:06 -05:00
parent b43e081bcf
commit 73355719c4
2 changed files with 20 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST SchemaObject-0.5.3.tar.gz 19921 SHA256 8d63dde2ed6a6773b7a10cdb3aa9c43e05c6e16a7b3cc59b42ad71b80511d4e0 SHA512 5f46672b6e069979db47aa96c4b1989f2575853803db84e27a4e15d40219829866e3aaf9e2a7f6f59a24cea7e6e166b8f310941a86f4f459cbe331ac6b3564d2 WHIRLPOOL 4c040c4ac382a3ec8cb0a5fba4605003674cea795186c693a5331f74649f803cb005852990ab88abdf4cc1f026d5986d45d7dff46f628e74549578ecb1ca799f
DIST SchemaObject-0.5.7.tar.gz 13943 SHA256 9dde377c2bf7ed08974ae308efeedd5752f7ac5f87d886fbbdd5ce914ce4eae3 SHA512 b9ffd0a0927fd274440473d604ccc2fa58931c2c8c3594c53b6665d096ff9052c1dbcbe201548f3e38ea0a64807371cf7c606913df098cf2c7d5dcfd119be4ba WHIRLPOOL f6d2505768a197448e0b609b186939d494e3002d1c3e282b991d0cb4b9adb7d460884ef2093c66d3dce3031cc606c4ca33b6d7c4aa2bc304e4fab14c39348995

View File

@@ -0,0 +1,19 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
PYTHON_COMPAT=( python2_7 )
inherit distutils-r1
DESCRIPTION="A simple Python object interface to a MySQL database schema"
HOMEPAGE="https://github.com/mmatuson/SchemaObject"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"