Date: Mon, 4 Jan 2016 11:23:25 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405237 - in head/devel: . py-tempora Message-ID: <201601041123.u04BNP9m060088@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= tempora +PORTVERSION= 1.4 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= miwi@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601041123.u04BNP9m060088>