mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
Update to 3.3.0
- Update WWW Changes: https://github.com/pytest-dev/pytest-django/releases
This commit is contained in:
parent
97adc38982
commit
8462c2234d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=484958
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pytest-django
|
||||
PORTVERSION= 3.2.1
|
||||
PORTVERSION= 3.3.0
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -14,10 +14,11 @@ LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=1.11.1:devel/py-setuptools_scm@${PY_FLAVOR}
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=2.9:devel/py-pytest@${PY_FLAVOR}
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=3.6:devel/py-pytest@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= distutils autoplist
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1526373879
|
||||
SHA256 (pytest-django-3.2.1.tar.gz) = 7501942093db2250a32a4e36826edfc542347bb9b26c78ed0649cdcfd49e5789
|
||||
SIZE (pytest-django-3.2.1.tar.gz) = 63706
|
||||
TIMESTAMP = 1542046077
|
||||
SHA256 (pytest-django-3.3.0.tar.gz) = 745d2659213de09d2da17eb9397db863359f6005a83b0875882d1ad3d64115cb
|
||||
SIZE (pytest-django-3.3.0.tar.gz) = 64949
|
||||
|
@ -1,4 +1,4 @@
|
||||
pytest-django allows you to test your Django project/applications with the
|
||||
pytest testing tool.
|
||||
|
||||
WWW: https://pypi.org/project/pytest-django/
|
||||
WWW: https://github.com/pytest-dev/pytest-django
|
||||
|
Loading…
Reference in New Issue
Block a user