Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Apr 2016 05:38:48 +0000 (UTC)
From:      Tom Judge <tj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r412315 - in head/devel: . py-pytest-django py-pytest-django/files
Message-ID:  <201604010538.u315cmOa001149@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tj
Date: Fri Apr  1 05:38:48 2016
New Revision: 412315
URL: https://svnweb.freebsd.org/changeset/ports/412315

Log:
  New port devel/py-pytest-django 2.9.1
  
  pytest-django allows you to test your Django project/applications with the
  pytest testing tool.
  
  WWW: https://pypi.python.org/pypi/pytest-django

Added:
  head/devel/py-pytest-django/
  head/devel/py-pytest-django/Makefile   (contents, props changed)
  head/devel/py-pytest-django/distinfo   (contents, props changed)
  head/devel/py-pytest-django/files/
  head/devel/py-pytest-django/files/patch-setup.py   (contents, props changed)
  head/devel/py-pytest-django/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Fri Apr  1 05:15:01 2016	(r412314)
+++ head/devel/Makefile	Fri Apr  1 05:38:48 2016	(r412315)
@@ -4300,6 +4300,7 @@
     SUBDIR += py-pytest
     SUBDIR += py-pytest-cache
     SUBDIR += py-pytest-capturelog
+    SUBDIR += py-pytest-django
     SUBDIR += py-pytest-localserver
     SUBDIR += py-pytest-runner
     SUBDIR += py-pytest-timeout

Added: head/devel/py-pytest-django/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-pytest-django/Makefile	Fri Apr  1 05:38:48 2016	(r412315)
@@ -0,0 +1,26 @@
+# Created by: Tom Judge <tj@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	pytest-django
+PORTVERSION=	2.9.1
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	tj@FreeBSD.org
+COMMENT=	Django plugin for py.test
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django18>=0:${PORTSDIR}/www/py-django18 \
+		${PYTHON_PKGNAMEPREFIX}django-configurations>=0:${PORTSDIR}/www/py-django-configurations \
+		${PYTHON_PKGNAMEPREFIX}pytest-xdist>=0:${PORTSDIR}/devel/py-pytest-xdist \
+		${PYTHON_PKGNAMEPREFIX}tox>=0:${PORTSDIR}/devel/py-tox \
+		${PYTHON_PKGNAMEPREFIX}wheel>=0:${PORTSDIR}/devel/py-wheel \
+		${PYTHON_PKGNAMEPREFIX}twine>=0:${PORTSDIR}/devel/py-twine \
+		${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:${PORTSDIR}/devel/py-setuptools_scm \
+		${PYTHON_PKGNAMEPREFIX}south>=0:${PORTSDIR}/databases/py-south
+BUILD_DEPENDS=	${RUN_DEPENDS}
+
+USES=		python
+USE_PYTHON=	distutils autoplist
+
+.include <bsd.port.mk>

Added: head/devel/py-pytest-django/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-pytest-django/distinfo	Fri Apr  1 05:38:48 2016	(r412315)
@@ -0,0 +1,2 @@
+SHA256 (pytest-django-2.9.1.tar.gz) = 8be15b637738c8cbd1422a6461465c0aeab7839cf76ad2b5d190b6f1f53facd6
+SIZE (pytest-django-2.9.1.tar.gz) = 50570

Added: head/devel/py-pytest-django/files/patch-setup.py
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-pytest-django/files/patch-setup.py	Fri Apr  1 05:38:48 2016	(r412315)
@@ -0,0 +1,11 @@
+--- setup.py.orig	2016-04-01 05:26:33 UTC
++++ setup.py
+@@ -28,7 +28,7 @@ setup(
+     license='BSD-3-Clause',
+     packages=['pytest_django'],
+     long_description=read('README.rst'),
+-    setup_requires=['setuptools_scm==1.8.0'],
++    setup_requires=['setuptools_scm>=1.8.0'],
+     install_requires=['pytest>=2.5'],
+     classifiers=['Development Status :: 5 - Production/Stable',
+                  'Framework :: Django',

Added: head/devel/py-pytest-django/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-pytest-django/pkg-descr	Fri Apr  1 05:38:48 2016	(r412315)
@@ -0,0 +1,4 @@
+pytest-django allows you to test your Django project/applications with the
+pytest testing tool.
+
+WWW: https://pypi.python.org/pypi/pytest-django



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604010538.u315cmOa001149>