mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
www/py-django-contact-form: update to 1.3.0
Add a do-test target, allthough it doesn't work yet. Reported by: portscout
This commit is contained in:
parent
5e27565c8f
commit
b7d4452ad0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=426136
2 changed files with 7 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= django-contact-form
|
||||
PORTVERSION= 1.2
|
||||
PORTVERSION= 1.3
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -19,4 +19,7 @@ NO_ARCH= yes
|
|||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
do-test:
|
||||
@cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1463521914
|
||||
SHA256 (django-contact-form-1.2.tar.gz) = fdf233d89741e36a5d0c9f13798c0f32265f03e2b5c6186c786772223804ce31
|
||||
SIZE (django-contact-form-1.2.tar.gz) = 17167
|
||||
TIMESTAMP = 1479153129
|
||||
SHA256 (django-contact-form-1.3.tar.gz) = 27c8277a1da338528736f4a62fb07811a9d148b133f7a8c986aa4c533c48e52b
|
||||
SIZE (django-contact-form-1.3.tar.gz) = 900522
|
||||
|
|
Loading…
Add table
Reference in a new issue