From owner-svn-ports-head@freebsd.org Fri Apr 1 05:38:50 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4011FAE8843; Fri, 1 Apr 2016 05:38:50 +0000 (UTC) (envelope-from tj@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 180081B98; Fri, 1 Apr 2016 05:38:50 +0000 (UTC) (envelope-from tj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u315cns1001154; Fri, 1 Apr 2016 05:38:49 GMT (envelope-from tj@FreeBSD.org) Received: (from tj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u315cmOa001149; Fri, 1 Apr 2016 05:38:48 GMT (envelope-from tj@FreeBSD.org) Message-Id: <201604010538.u315cmOa001149@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tj set sender to tj@FreeBSD.org using -f From: Tom Judge Date: Fri, 1 Apr 2016 05:38:48 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Apr 2016 05:38:50 -0000 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 +# $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 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