1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00

www/py-formalchemy: unexpire and update to 1.5.1

- use GitHub mastersite
- update sqlalchemy dependency to 1.0

PR:		213682
Submitted by:	vlad-fbsd@acheronmedia.com
Approved by:	maintainer timeout (ghostonthewire@gmail.com)
This commit is contained in:
Rene Ladan 2016-12-08 20:12:51 +00:00
parent 79efd7282d
commit f55804dd02
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=428154
3 changed files with 10 additions and 10 deletions

View File

@ -2,10 +2,9 @@
# $FreeBSD$
PORTNAME= formalchemy
PORTVERSION= 1.3.3
PORTREVISION= 2
PORTVERSION= 1.5.1
CATEGORIES= www python
MASTER_SITES= GOOGLE_CODE
#MASTER_SITES= https://github.com/FormAlchemy/formalchemy
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= FormAlchemy-${DISTVERSION}
@ -14,11 +13,11 @@ COMMENT= Toolkit for creating HTML form elements
LICENSE= MIT
BROKEN= Unfetchable (google code has gone away)
DEPRECATED= Broken, depends on expired py-sqlalchemy06
EXPIRATION_DATE= 2016-12-08
USE_GITHUB= yes
GH_ACCOUNT= FormAlchemy
GH_TAGNAME= v${PORTVERSION}
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy06>=0.4.5:databases/py-sqlalchemy06 \
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy10>=0.4.5:databases/py-sqlalchemy10 \
${PYTHON_PKGNAMEPREFIX}Tempita>=0.4:textproc/py-Tempita \
${PYTHON_PKGNAMEPREFIX}webhelpers>=0.6.4:www/py-webhelpers
RUN_DEPENDS:= ${BUILD_DEPENDS}

View File

@ -1,2 +1,3 @@
SHA256 (FormAlchemy-1.3.3.tar.gz) = 2282f21d4826937296a35b5086d65991093b01ff1221477244888b9c36b91a86
SIZE (FormAlchemy-1.3.3.tar.gz) = 105546
TIMESTAMP = 1481226549
SHA256 (FormAlchemy-1.5.1_GH0.tar.gz) = ef0741357db3570ef0ffe04ab527dd7b92e038c4b164af8dde74cfafa54cf5b7
SIZE (FormAlchemy-1.5.1_GH0.tar.gz) = 503306

View File

@ -7,4 +7,4 @@ HTML code should be returned by introspecting the model's properties
and generate ready-to-use HTML code that will fit the developer's
application.
WWW: http://code.google.com/p/formalchemy/
WWW: https://github.com/FormAlchemy/formalchemy