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

This commit is contained in:
Yuri Victorovich
2019-02-18 18:18:36 +00:00
parent 5687aebbf6
commit 58207eec3d
4 changed files with 28 additions and 0 deletions

View File

@@ -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

View File

@@ -0,0 +1,19 @@
# $FreeBSD$
PORTNAME= nanotime
PORTVERSION= 0.5.2
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Nanotime python implementation
LICENSE= MIT
USES= python
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>

View File

@@ -0,0 +1,3 @@
TIMESTAMP = 1550513670
SHA256 (nanotime-0.5.2.tar.gz) = c7cc231fc5f6db401b448d7ab51c96d0a4733f4b69fabe569a576f89ffdf966b
SIZE (nanotime-0.5.2.tar.gz) = 3192

View File

@@ -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