svn commit: r484958 - head/devel/py-pytest-django

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Nov 14 21:44:24 UTC 2018


Author: sunpoet
Date: Wed Nov 14 21:44:19 2018
New Revision: 484958
URL: https://svnweb.freebsd.org/changeset/ports/484958

Log:
  Update to 3.3.0
  
  - Update WWW
  
  Changes:	https://github.com/pytest-dev/pytest-django/releases

Modified:
  head/devel/py-pytest-django/Makefile
  head/devel/py-pytest-django/distinfo
  head/devel/py-pytest-django/pkg-descr

Modified: head/devel/py-pytest-django/Makefile
==============================================================================
--- head/devel/py-pytest-django/Makefile	Wed Nov 14 21:44:10 2018	(r484957)
+++ head/devel/py-pytest-django/Makefile	Wed Nov 14 21:44:19 2018	(r484958)
@@ -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>

Modified: head/devel/py-pytest-django/distinfo
==============================================================================
--- head/devel/py-pytest-django/distinfo	Wed Nov 14 21:44:10 2018	(r484957)
+++ head/devel/py-pytest-django/distinfo	Wed Nov 14 21:44:19 2018	(r484958)
@@ -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

Modified: head/devel/py-pytest-django/pkg-descr
==============================================================================
--- head/devel/py-pytest-django/pkg-descr	Wed Nov 14 21:44:10 2018	(r484957)
+++ head/devel/py-pytest-django/pkg-descr	Wed Nov 14 21:44:19 2018	(r484958)
@@ -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


More information about the svn-ports-all mailing list