New port: devel/py-nanotime: Nanotime python implementation
This commit is contained in:
@@ -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
|
||||
|
||||
19
devel/py-nanotime/Makefile
Normal file
19
devel/py-nanotime/Makefile
Normal 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>
|
||||
3
devel/py-nanotime/distinfo
Normal file
3
devel/py-nanotime/distinfo
Normal file
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1550513670
|
||||
SHA256 (nanotime-0.5.2.tar.gz) = c7cc231fc5f6db401b448d7ab51c96d0a4733f4b69fabe569a576f89ffdf966b
|
||||
SIZE (nanotime-0.5.2.tar.gz) = 3192
|
||||
5
devel/py-nanotime/pkg-descr
Normal file
5
devel/py-nanotime/pkg-descr
Normal 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
|
||||
Reference in New Issue
Block a user