From owner-svn-ports-all@FreeBSD.ORG Tue Feb 10 11:17:55 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 74E45DEE; Tue, 10 Feb 2015 11:17:55 +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 46CEEC96; Tue, 10 Feb 2015 11:17:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1ABHtbU037702; Tue, 10 Feb 2015 11:17:55 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1ABHsHF037698; Tue, 10 Feb 2015 11:17:54 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201502101117.t1ABHsHF037698@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Tue, 10 Feb 2015 11:17:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378763 - in head/devel: . py-aniso8601 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-1 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: Tue, 10 Feb 2015 11:17:55 -0000 Author: rm Date: Tue Feb 10 11:17:53 2015 New Revision: 378763 URL: https://svnweb.freebsd.org/changeset/ports/378763 QAT: https://qat.redports.org/buildarchive/r378763/ Log: A library for parsing ISO 8601 strings. WWW: https://bitbucket.org/nielsenb/aniso8601/ Added: head/devel/py-aniso8601/ head/devel/py-aniso8601/Makefile (contents, props changed) head/devel/py-aniso8601/distinfo (contents, props changed) head/devel/py-aniso8601/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Tue Feb 10 09:17:57 2015 (r378762) +++ head/devel/Makefile Tue Feb 10 11:17:53 2015 (r378763) @@ -3662,6 +3662,7 @@ SUBDIR += py-TurboJinja SUBDIR += py-ZopeUndo SUBDIR += py-akismet + SUBDIR += py-aniso8601 SUBDIR += py-anonfunc SUBDIR += py-anyconfig SUBDIR += py-anyjson Added: head/devel/py-aniso8601/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-aniso8601/Makefile Tue Feb 10 11:17:53 2015 (r378763) @@ -0,0 +1,18 @@ +# $FreeBSD$ + +PORTNAME= aniso8601 +PORTVERSION= 0.92 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= rm@FreeBSD.org +COMMENT= Library for parsing ISO 8601 strings + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= python +USE_PYTHON= autoplist distutils + +.include Added: head/devel/py-aniso8601/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-aniso8601/distinfo Tue Feb 10 11:17:53 2015 (r378763) @@ -0,0 +1,2 @@ +SHA256 (aniso8601-0.92.tar.gz) = 60860b5a13bf3c60ab5bc849ac5c55a1cb4113434eff032281ceb47578cc9da9 +SIZE (aniso8601-0.92.tar.gz) = 17810 Added: head/devel/py-aniso8601/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-aniso8601/pkg-descr Tue Feb 10 11:17:53 2015 (r378763) @@ -0,0 +1,3 @@ +A library for parsing ISO 8601 strings. + +WWW: https://bitbucket.org/nielsenb/aniso8601/