From owner-svn-ports-all@FreeBSD.ORG Mon Jul 14 16:46:31 2014 Return-Path: Delivered-To: svn-ports-all@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 A0EB4419; Mon, 14 Jul 2014 16:46:31 +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 741932B22; Mon, 14 Jul 2014 16:46:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6EGkVwL066140; Mon, 14 Jul 2014 16:46:31 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6EGkUcC066136; Mon, 14 Jul 2014 16:46:30 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201407141646.s6EGkUcC066136@svn.freebsd.org> From: William Grzybowski Date: Mon, 14 Jul 2014 16:46:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r361799 - in head/devel: . py-jaraco.timing X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Jul 2014 16:46:31 -0000 Author: wg Date: Mon Jul 14 16:46:30 2014 New Revision: 361799 URL: http://svnweb.freebsd.org/changeset/ports/361799 QAT: https://qat.redports.org/buildarchive/r361799/ Log: devel/py-jaraco.timing: Routines pertinent to the fourth dimension WWW: https://bitbucket.org/jaraco/jaraco.timing Added: head/devel/py-jaraco.timing/ head/devel/py-jaraco.timing/Makefile (contents, props changed) head/devel/py-jaraco.timing/distinfo (contents, props changed) head/devel/py-jaraco.timing/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon Jul 14 16:23:04 2014 (r361798) +++ head/devel/Makefile Mon Jul 14 16:46:30 2014 (r361799) @@ -3695,6 +3695,7 @@ SUBDIR += py-isodate SUBDIR += py-iterpipes SUBDIR += py-itools + SUBDIR += py-jaraco.timing SUBDIR += py-jaraco.util SUBDIR += py-jcc SUBDIR += py-jdcal Added: head/devel/py-jaraco.timing/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-jaraco.timing/Makefile Mon Jul 14 16:46:30 2014 (r361799) @@ -0,0 +1,21 @@ +# Created by: William Grzybowski +# $FreeBSD$ + +PORTNAME= jaraco.timing +PORTVERSION= 1.0 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= wg@FreeBSD.org +COMMENT= Routines pertinent to the fourth dimension + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hgtools>0:${PORTSDIR}/devel/py-hgtools \ + ${PYTHON_PKGNAMEPREFIX}pytest-runner>0:${PORTSDIR}/devel/py-pytest-runner + +USES= zip +USE_PYTHON= yes +USE_PYDISTUTILS=yes +PYDISTUTILS_AUTOPLIST= yes + +.include Added: head/devel/py-jaraco.timing/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-jaraco.timing/distinfo Mon Jul 14 16:46:30 2014 (r361799) @@ -0,0 +1,2 @@ +SHA256 (jaraco.timing-1.0.zip) = 029a2baf846d9902c07c4df6a2fed901ec3fdc80dcc01ae0c4a9bcb315e83621 +SIZE (jaraco.timing-1.0.zip) = 4537 Added: head/devel/py-jaraco.timing/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-jaraco.timing/pkg-descr Mon Jul 14 16:46:30 2014 (r361799) @@ -0,0 +1,3 @@ +Routines pertinent to the fourth dimension. + +WWW: https://bitbucket.org/jaraco/jaraco.timing