From owner-svn-ports-all@freebsd.org Thu Oct 12 17:41:25 2017 Return-Path: Delivered-To: svn-ports-all@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 C1C01E2FE4B; Thu, 12 Oct 2017 17:41:25 +0000 (UTC) (envelope-from feld@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 8F55ED45; Thu, 12 Oct 2017 17:41:25 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v9CHfOM0007875; Thu, 12 Oct 2017 17:41:24 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v9CHfO52007871; Thu, 12 Oct 2017 17:41:24 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201710121741.v9CHfO52007871@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Thu, 12 Oct 2017 17:41:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451918 - in head/devel: . py-dateutils X-SVN-Group: ports-head X-SVN-Commit-Author: feld X-SVN-Commit-Paths: in head/devel: . py-dateutils X-SVN-Commit-Revision: 451918 X-SVN-Commit-Repository: ports 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.23 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: Thu, 12 Oct 2017 17:41:25 -0000 Author: feld Date: Thu Oct 12 17:41:24 2017 New Revision: 451918 URL: https://svnweb.freebsd.org/changeset/ports/451918 Log: Various utilities for working with date and datetime objects WWW: https://pypi.python.org/pypi/dateutils Added: head/devel/py-dateutils/ head/devel/py-dateutils/Makefile (contents, props changed) head/devel/py-dateutils/distinfo (contents, props changed) head/devel/py-dateutils/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu Oct 12 17:30:49 2017 (r451917) +++ head/devel/Makefile Thu Oct 12 17:41:24 2017 (r451918) @@ -4331,6 +4331,7 @@ SUBDIR += py-darcsver SUBDIR += py-darts.util.lru SUBDIR += py-dateutil + SUBDIR += py-dateutils SUBDIR += py-dbus SUBDIR += py-ddt SUBDIR += py-debtcollector Added: head/devel/py-dateutils/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-dateutils/Makefile Thu Oct 12 17:41:24 2017 (r451918) @@ -0,0 +1,25 @@ +# Created by: Mark Felder +# $FreeBSD$ + +PORTNAME= dateutils +PORTVERSION= 0.6.6 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= feld@FreeBSD.org +COMMENT= Various utilities for working with date and datetime objects + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS?= ${PYTHON_PKGNAMEPREFIX}argparse>0:devel/py-argparse \ + ${PYTHON_PKGNAMEPREFIX}dateutil>0:devel/py-dateutil \ + ${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz + +USES= python +USE_PYTHON= autoplist distutils + +NO_ARCH= yes + +.include Added: head/devel/py-dateutils/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-dateutils/distinfo Thu Oct 12 17:41:24 2017 (r451918) @@ -0,0 +1,3 @@ +TIMESTAMP = 1507829721 +SHA256 (dateutils-0.6.6.tar.gz) = c94a8e77d743abac79ed91f99f5ef594a972a527e05145cbb7aba59beced8a71 +SIZE (dateutils-0.6.6.tar.gz) = 3492 Added: head/devel/py-dateutils/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-dateutils/pkg-descr Thu Oct 12 17:41:24 2017 (r451918) @@ -0,0 +1,3 @@ +Various utilities for working with date and datetime objects + +WWW: https://pypi.python.org/pypi/dateutils