svn commit: r405237 - in head/devel: . py-tempora

Martin Wilke miwi at FreeBSD.org
Mon Jan 4 11:23:27 UTC 2016


Author: miwi
Date: Mon Jan  4 11:23:25 2016
New Revision: 405237
URL: https://svnweb.freebsd.org/changeset/ports/405237

Log:
  Tempora is a objects and routines pertaining to date and time.
  
  WWW: https://github.com/jaraco/tempora

Added:
  head/devel/py-tempora/
  head/devel/py-tempora/Makefile   (contents, props changed)
  head/devel/py-tempora/distinfo   (contents, props changed)
  head/devel/py-tempora/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Mon Jan  4 11:20:42 2016	(r405236)
+++ head/devel/Makefile	Mon Jan  4 11:23:25 2016	(r405237)
@@ -4353,6 +4353,7 @@
     SUBDIR += py-tapi
     SUBDIR += py-tarantool-queue
     SUBDIR += py-tconfpy
+    SUBDIR += py-tempora
     SUBDIR += py-tempstorage
     SUBDIR += py-termcolor
     SUBDIR += py-termstyle

Added: head/devel/py-tempora/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-tempora/Makefile	Mon Jan  4 11:23:25 2016	(r405237)
@@ -0,0 +1,21 @@
+# Created by: Martin Wilke <miwi at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	tempora
+PORTVERSION=	1.4
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	miwi at FreeBSD.org
+COMMENT=	Objects and routines pertaining to date and time
+
+LICENSE=	MIT
+
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:${PORTSDIR}/devel/py-setuptools_scm
+
+USES=		python
+USE_PYTHON=	distutils autoplist
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/devel/py-tempora/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-tempora/distinfo	Mon Jan  4 11:23:25 2016	(r405237)
@@ -0,0 +1,2 @@
+SHA256 (tempora-1.4.tar.gz) = ea5b4f8774408f2c7fe018fd04dae61d4910f032c8124b0b851f962884b65b7b
+SIZE (tempora-1.4.tar.gz) = 7173

Added: head/devel/py-tempora/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-tempora/pkg-descr	Mon Jan  4 11:23:25 2016	(r405237)
@@ -0,0 +1,3 @@
+Tempora is a objects and routines pertaining to date and time.
+
+WWW: https://github.com/jaraco/tempora


More information about the svn-ports-head mailing list