mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
www/py-django-contact-form: update to 1.6 and fix 'make test'
Reported by: portscout
This commit is contained in:
parent
38ed2724f9
commit
bb10979dd7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=480163
@ -2,8 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= django-contact-form
|
||||
PORTVERSION= 1.5
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.6
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -14,7 +13,7 @@ COMMENT= Generic contact-form application for Django
|
||||
LICENSE= BSD3CLAUSE
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django>=1.11:www/py-django@${PY_FLAVOR}
|
||||
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}akismet>=0:devel/py-akismet@${PY_FLAVOR}
|
||||
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${PY_FLAVOR}
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
@ -22,6 +21,6 @@ USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
do-test:
|
||||
@cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test
|
||||
@cd ${WRKSRC} && ${PYTHON_CMD} runtests.py
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1520287136
|
||||
SHA256 (django-contact-form-1.5.tar.gz) = 1ab8f8984012d9734bfbfc2b8c83d475d5dc144606ef47d31a40dac636eae1e3
|
||||
SIZE (django-contact-form-1.5.tar.gz) = 19476
|
||||
TIMESTAMP = 1537435695
|
||||
SHA256 (django-contact-form-1.6.tar.gz) = 9aa7c2b672b4e6efe220ff7220eb0482d851db92436332aa3727242ea3b5cf3b
|
||||
SIZE (django-contact-form-1.6.tar.gz) = 22123
|
||||
|
Loading…
Reference in New Issue
Block a user