svn commit: r436424 - in head/devel: . py-nose2

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Mar 18 17:12:51 UTC 2017


Author: sunpoet
Date: Sat Mar 18 17:12:49 2017
New Revision: 436424
URL: https://svnweb.freebsd.org/changeset/ports/436424

Log:
  Add py-nose2 0.6.5
  
  nose2 is the next generation of nicer testing for Python,
  based on the plugins branch of unittest2.
  
  WWW: https://nose2.readthedocs.io
  
  - While I'm here:
    - Change MASTER_SITES to CHEESESHOP
    - Add LICENSE_FILE
    - Update RUN_DEPENDS
    - Add NO_ARCH
  
  PR:		217864
  Submitted by:	Daniel Ylitalo <daniel at blodan.se>

Added:
  head/devel/py-nose2/
  head/devel/py-nose2/Makefile   (contents, props changed)
  head/devel/py-nose2/distinfo   (contents, props changed)
  head/devel/py-nose2/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sat Mar 18 17:08:10 2017	(r436423)
+++ head/devel/Makefile	Sat Mar 18 17:12:49 2017	(r436424)
@@ -4437,6 +4437,7 @@
     SUBDIR += py-ncurses
     SUBDIR += py-nose
     SUBDIR += py-nose-cov
+    SUBDIR += py-nose2
     SUBDIR += py-noseofyeti
     SUBDIR += py-notifier
     SUBDIR += py-notify

Added: head/devel/py-nose2/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-nose2/Makefile	Sat Mar 18 17:12:49 2017	(r436424)
@@ -0,0 +1,22 @@
+# $FreeBSD$
+
+PORTNAME=	nose2
+PORTVERSION=	0.6.5
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	daniel at blodan.se
+COMMENT=	Next generations of nicer testing for Python
+
+LICENSE=	BSD2CLAUSE
+LICENSE_FILE=	${WRKSRC}/license.txt
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cov-core>=1.12:devel/py-cov-core \
+		${PYTHON_PKGNAMEPREFIX}six>=1.7:devel/py-six
+
+NO_ARCH=	yes
+USE_PYTHON=	autoplist distutils
+USES=		python
+
+.include <bsd.port.mk>

Added: head/devel/py-nose2/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-nose2/distinfo	Sat Mar 18 17:12:49 2017	(r436424)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1489855067
+SHA256 (nose2-0.6.5.tar.gz) = 479bab6880468f26fd8a1301d222ec97243e9a539501b5d242307bfa03969ff4
+SIZE (nose2-0.6.5.tar.gz) = 131682

Added: head/devel/py-nose2/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-nose2/pkg-descr	Sat Mar 18 17:12:49 2017	(r436424)
@@ -0,0 +1,4 @@
+nose2 is the next generation of nicer testing for Python,
+based on the plugins branch of unittest2.
+
+WWW: https://nose2.readthedocs.io


More information about the svn-ports-head mailing list