svn commit: r493282 - in head/devel: . py-nanotime

Yuri Victorovich yuri at FreeBSD.org
Mon Feb 18 18:18:38 UTC 2019


Author: yuri
Date: Mon Feb 18 18:18:36 2019
New Revision: 493282
URL: https://svnweb.freebsd.org/changeset/ports/493282

Log:
  New port: devel/py-nanotime: Nanotime python implementation

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Mon Feb 18 17:59:16 2019	(r493281)
+++ head/devel/Makefile	Mon Feb 18 18:18:36 2019	(r493282)
@@ -4810,6 +4810,7 @@
     SUBDIR += py-mypy_extensions
     SUBDIR += py-nagioscheck
     SUBDIR += py-naiveBayesClassifier
+    SUBDIR += py-nanotime
     SUBDIR += py-natsort
     SUBDIR += py-natural
     SUBDIR += py-nbconvert

Added: head/devel/py-nanotime/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-nanotime/Makefile	Mon Feb 18 18:18:36 2019	(r493282)
@@ -0,0 +1,19 @@
+# $FreeBSD$
+
+PORTNAME=	nanotime
+PORTVERSION=	0.5.2
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	yuri at FreeBSD.org
+COMMENT=	Nanotime python implementation
+
+LICENSE=	MIT
+
+USES=		python
+USE_PYTHON=	distutils autoplist
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/devel/py-nanotime/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-nanotime/distinfo	Mon Feb 18 18:18:36 2019	(r493282)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1550513670
+SHA256 (nanotime-0.5.2.tar.gz) = c7cc231fc5f6db401b448d7ab51c96d0a4733f4b69fabe569a576f89ffdf966b
+SIZE (nanotime-0.5.2.tar.gz) = 3192

Added: head/devel/py-nanotime/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-nanotime/pkg-descr	Mon Feb 18 18:18:36 2019	(r493282)
@@ -0,0 +1,5 @@
+The nanotime module provides a time object that keeps time as the number of
+nanoseconds since the UNIX epoch. In other words, it is a 64bit UNIX timestamp
+with nanosecond precision.
+
+WWW: https://github.com/jbenet/nanotime/tree/master/python


More information about the svn-ports-all mailing list