1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

databases/py-sqlobject: update to 1.6.0 and add license

PR:		ports/190421
Submitted by:	Bartek Rutkowski <ports at robakdesign com>
This commit is contained in:
William Grzybowski 2014-06-01 23:04:51 +00:00
parent 1873d38a77
commit 19aeafab96
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=356188
3 changed files with 6 additions and 4 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= sqlobject
PORTVERSION= 1.5.2
PORTVERSION= 1.6.0
CATEGORIES= databases python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -11,6 +11,8 @@ DISTNAME= SQLObject-${PORTVERSION}
MAINTAINER= wg@FreeBSD.org
COMMENT= Python object for manipulation with SQL table row
LICENSE= LGPL21
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}formencode>=1.2.2:${PORTSDIR}/www/py-formencode
RUN_DEPENDS:= ${BUILD_DEPENDS}

View File

@ -1,2 +1,2 @@
SHA256 (SQLObject-1.5.2.tar.gz) = 98af5e0ce6d8fbc92c9f8ce4d166410992c491f80ab926a42312b98cd9810832
SIZE (SQLObject-1.5.2.tar.gz) = 276715
SHA256 (SQLObject-1.6.0.tar.gz) = 7299dc568d074ea8cb418bf3ad64a5ed380ae6c18be381519ead6c6a2e578b95
SIZE (SQLObject-1.6.0.tar.gz) = 276441

View File

@ -2,4 +2,4 @@ SQLObject is an object-relational mapper.
It allows you to translate RDBMS table rows into Python objects,
and manipulate those objects to transparently manipulate the database.
WWW: http://www.sqlobject.org/
WWW: http://www.sqlobject.org