[Midnightbsd-cvs] mports [22485] trunk/devel: pytest
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun Jun 11 15:56:31 EDT 2017
Revision: 22485
http://svnweb.midnightbsd.org/mports/?rev=22485
Author: laffer1
Date: 2017-06-11 15:56:30 -0400 (Sun, 11 Jun 2017)
Log Message:
-----------
pytest
Modified Paths:
--------------
trunk/devel/Makefile
Added Paths:
-----------
trunk/devel/py-pytest-runner/
trunk/devel/py-pytest-runner/Makefile
trunk/devel/py-pytest-runner/distinfo
trunk/devel/py-pytest-runner/pkg-descr
Modified: trunk/devel/Makefile
===================================================================
--- trunk/devel/Makefile 2017-06-11 19:35:48 UTC (rev 22484)
+++ trunk/devel/Makefile 2017-06-11 19:56:30 UTC (rev 22485)
@@ -459,6 +459,7 @@
SUBDIR += py-ply
SUBDIR += py-pyasn1
SUBDIR += py-pycparser
+SUBDIR += py-pytest-runner
SUBDIR += py-pytz
SUBDIR += py-simplejson
SUBDIR += py-six
Added: trunk/devel/py-pytest-runner/Makefile
===================================================================
--- trunk/devel/py-pytest-runner/Makefile (rev 0)
+++ trunk/devel/py-pytest-runner/Makefile 2017-06-11 19:56:30 UTC (rev 22485)
@@ -0,0 +1,21 @@
+# $FreeBSD: head/devel/py-pytest-runner/Makefile 432229 2017-01-23 14:24:43Z amdmi3 $
+# $MidnightBSD$
+
+PORTNAME= pytest-runner
+PORTVERSION= 2.0
+CATEGORIES= devel python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= Test support for pytest runner in setup.py
+
+LICENSE= mit
+
+BUILD_DEPENDS?= ${PYTHON_PKGNAMEPREFIX}hgtools>=0:devel/py-hgtools
+
+USES?= python zip
+USE_PYTHON= distutils autoplist
+NO_ARCH= yes
+
+.include <bsd.port.mk>
Property changes on: trunk/devel/py-pytest-runner/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/py-pytest-runner/distinfo
===================================================================
--- trunk/devel/py-pytest-runner/distinfo (rev 0)
+++ trunk/devel/py-pytest-runner/distinfo 2017-06-11 19:56:30 UTC (rev 22485)
@@ -0,0 +1,2 @@
+SHA256 (pytest-runner-2.0.zip) = 65178b9f8367c84b7af196722d1132d236cc5abbafce1910c0fa49db8bd31483
+SIZE (pytest-runner-2.0.zip) = 5034
Property changes on: trunk/devel/py-pytest-runner/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/py-pytest-runner/pkg-descr
===================================================================
--- trunk/devel/py-pytest-runner/pkg-descr (rev 0)
+++ trunk/devel/py-pytest-runner/pkg-descr 2017-06-11 19:56:30 UTC (rev 22485)
@@ -0,0 +1,4 @@
+Setup scripts can use pytest-runner to add setup.py test support
+for pytest runner.
+
+WWW: https://bitbucket.org/jaraco/pytest-runner
Property changes on: trunk/devel/py-pytest-runner/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
More information about the Midnightbsd-cvs
mailing list