Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Oct 2017 17:41:24 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r451918 - in head/devel: . py-dateutils
Message-ID:  <201710121741.v9CHfO52007871@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <feld@FreeBSD.org>
+# $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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710121741.v9CHfO52007871>