From owner-svn-ports-head@FreeBSD.ORG Mon Apr 14 20:03:58 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 905A0DB2; Mon, 14 Apr 2014 20:03:58 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 7C6E4154E; Mon, 14 Apr 2014 20:03:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s3EK3w8q012877; Mon, 14 Apr 2014 20:03:58 GMT (envelope-from cs@svn.freebsd.org) Received: (from cs@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s3EK3vId012872; Mon, 14 Apr 2014 20:03:57 GMT (envelope-from cs@svn.freebsd.org) Message-Id: <201404142003.s3EK3vId012872@svn.freebsd.org> From: Carlo Strub Date: Mon, 14 Apr 2014 20:03:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r351284 - in head/devel: . py-extras 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.17 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: Mon, 14 Apr 2014 20:03:58 -0000 Author: cs Date: Mon Apr 14 20:03:57 2014 New Revision: 351284 URL: http://svnweb.freebsd.org/changeset/ports/351284 QAT: https://qat.redports.org/buildarchive/r351284/ Log: extras is a set of extensions to the Python standard library, originally written to make the code within testtools cleaner, but now split out for general use outside of a testing context. WWW: https://pypi.python.org/pypi/extras/ Added: head/devel/py-extras/ head/devel/py-extras/Makefile (contents, props changed) head/devel/py-extras/distinfo (contents, props changed) head/devel/py-extras/pkg-descr (contents, props changed) head/devel/py-extras/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon Apr 14 20:01:18 2014 (r351283) +++ head/devel/Makefile Mon Apr 14 20:03:57 2014 (r351284) @@ -3597,6 +3597,7 @@ SUBDIR += py-epsilon SUBDIR += py-event SUBDIR += py-experimental.cssselect + SUBDIR += py-extras SUBDIR += py-extremes SUBDIR += py-ezpyinline SUBDIR += py-fabric Added: head/devel/py-extras/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-extras/Makefile Mon Apr 14 20:03:57 2014 (r351284) @@ -0,0 +1,17 @@ +# $FreeBSD$ + +PORTNAME= extras +PORTVERSION= 0.0.3 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= cs@FreeBSD.org +COMMENT= Useful extra bits for Python + +LICENSE= MIT + +USE_PYTHON= yes +USE_PYDISTUTILS=yes + +.include Added: head/devel/py-extras/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-extras/distinfo Mon Apr 14 20:03:57 2014 (r351284) @@ -0,0 +1,2 @@ +SHA256 (extras-0.0.3.tar.gz) = 7a60d84cb661b477c41a5ea35e931ae93860af8cd259ecc0a38a32ef1ae9ffc0 +SIZE (extras-0.0.3.tar.gz) = 6231 Added: head/devel/py-extras/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-extras/pkg-descr Mon Apr 14 20:03:57 2014 (r351284) @@ -0,0 +1,5 @@ +extras is a set of extensions to the Python standard library, originally written +to make the code within testtools cleaner, but now split out for general use +outside of a testing context. + +WWW: https://pypi.python.org/pypi/extras/ Added: head/devel/py-extras/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-extras/pkg-plist Mon Apr 14 20:03:57 2014 (r351284) @@ -0,0 +1,13 @@ +%%PYTHON_SITELIBDIR%%/extras/__init__.py +%%PYTHON_SITELIBDIR%%/extras/__init__.pyc +%%PYTHON_SITELIBDIR%%/extras/__init__.pyo +%%PYTHON_SITELIBDIR%%/extras/tests/__init__.py +%%PYTHON_SITELIBDIR%%/extras/tests/__init__.pyc +%%PYTHON_SITELIBDIR%%/extras/tests/__init__.pyo +%%PYTHON_SITELIBDIR%%/extras/tests/test_extras.py +%%PYTHON_SITELIBDIR%%/extras/tests/test_extras.pyc +%%PYTHON_SITELIBDIR%%/extras/tests/test_extras.pyo +@dirrmtry %%PYTHON_SITELIBDIR%%/extras/tests +@dirrmtry %%PYTHON_SITELIBDIR%%/extras +@dirrmtry %%PYTHON_SITELIBDIR%% +@dirrmtry %%PYTHON_LIBDIR%%