From owner-svn-ports-head@freebsd.org Tue Feb 9 01:37:05 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 5F584AA2F07; Tue, 9 Feb 2016 01:37:05 +0000 (UTC) (envelope-from truckman@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 1143E1AE7; Tue, 9 Feb 2016 01:37:04 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u191b4jJ016581; Tue, 9 Feb 2016 01:37:04 GMT (envelope-from truckman@FreeBSD.org) Received: (from truckman@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u191b3Bv016576; Tue, 9 Feb 2016 01:37:03 GMT (envelope-from truckman@FreeBSD.org) Message-Id: <201602090137.u191b3Bv016576@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: truckman set sender to truckman@FreeBSD.org using -f From: Don Lewis Date: Tue, 9 Feb 2016 01:37:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408523 - in head/devel: . py-should_dsl 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.20 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: Tue, 09 Feb 2016 01:37:05 -0000 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@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 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