svn commit: r408523 - in head/devel: . py-should_dsl

Don Lewis truckman at FreeBSD.org
Tue Feb 9 01:37:05 UTC 2016


Author: truckman
Date: Tue Feb  9 01:37:03 2016
New Revision: 408523
URL: https://svnweb.freebsd.org/changeset/ports/408523

Log:
  Add py-should_dsl port:
  
    Should assertions in Python as clear and readable as possible
  
    The goal of Should-DSL is to write should expectations in Python
    as clear and readable as possible, using "almost" natural language
    (limited - sometimes - by the Python language constraints).
  
  Sponsored by:	Farsight Security, Inc.

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Tue Feb  9 01:34:41 2016	(r408522)
+++ head/devel/Makefile	Tue Feb  9 01:37:03 2016	(r408523)
@@ -4340,6 +4340,7 @@
     SUBDIR += py-setuptools_hg
     SUBDIR += py-setuptools_scm
     SUBDIR += py-sh
+    SUBDIR += py-should_dsl
     SUBDIR += py-shapely
     SUBDIR += py-simplegeneric
     SUBDIR += py-simplejson

Added: head/devel/py-should_dsl/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-should_dsl/Makefile	Tue Feb  9 01:37:03 2016	(r408523)
@@ -0,0 +1,19 @@
+# $FreeBSD$
+
+PORTNAME=	should_dsl
+PORTVERSION=	2.1.2
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	truckman at FreeBSD.org
+COMMENT=	Should assertions in Python as clear and readable as possible
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+NO_ARCH=	yes
+USES=		python
+USE_PYTHON=	distutils autoplist
+
+.include <bsd.port.mk>

Added: head/devel/py-should_dsl/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-should_dsl/distinfo	Tue Feb  9 01:37:03 2016	(r408523)
@@ -0,0 +1,2 @@
+SHA256 (should_dsl-2.1.2.tar.gz) = 36f753d90fbdf84ef2b7a9e07813e3efac725376feb7a793549f3fff7a03232a
+SIZE (should_dsl-2.1.2.tar.gz) = 13650

Added: head/devel/py-should_dsl/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-should_dsl/pkg-descr	Tue Feb  9 01:37:03 2016	(r408523)
@@ -0,0 +1,3 @@
+Should assertions in Python as clear and readable as possible
+
+WWW: https://pypi.python.org/pypi/should_dsl


More information about the svn-ports-all mailing list