Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Oct 2019 02:41:01 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r515165 - in head/devel: . py-jitterentropy
Message-ID:  <201910220241.x9M2f1BX074072@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Tue Oct 22 02:41:00 2019
New Revision: 515165
URL: https://svnweb.freebsd.org/changeset/ports/515165

Log:
  devel/py-jitterentropy: create port
  
  Python wrapper for libjitterentropy
  
  WWW: https://github.com/swills/py-jitterentropy

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Tue Oct 22 00:52:51 2019	(r515164)
+++ head/devel/Makefile	Tue Oct 22 02:41:00 2019	(r515165)
@@ -4564,6 +4564,7 @@
     SUBDIR += py-jep
     SUBDIR += py-jinja2-time
     SUBDIR += py-jira
+    SUBDIR += py-jitterentropy
     SUBDIR += py-jmespath
     SUBDIR += py-joblib
     SUBDIR += py-jsbeautifier

Added: head/devel/py-jitterentropy/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-jitterentropy/Makefile	Tue Oct 22 02:41:00 2019	(r515165)
@@ -0,0 +1,17 @@
+# $FreeBSD$
+
+PORTNAME=	jitterentropy
+PORTVERSION=	0.1
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	swills@FreeBSD.org
+COMMENT=	Use libjitterentropy to get random bytes
+
+LIB_DEPENDS=	libjitterentropy.so:devel/libjitterentropy
+
+USES=		python:3.6+
+USE_PYTHON=	autoplist distutils
+
+.include <bsd.port.mk>

Added: head/devel/py-jitterentropy/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-jitterentropy/distinfo	Tue Oct 22 02:41:00 2019	(r515165)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1571709537
+SHA256 (jitterentropy-0.1.tar.gz) = a4877640c1f05ad6308c2c229e501cd480ad545352cc0f28ceec3db3c21bf7ed
+SIZE (jitterentropy-0.1.tar.gz) = 1943

Added: head/devel/py-jitterentropy/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-jitterentropy/pkg-descr	Tue Oct 22 02:41:00 2019	(r515165)
@@ -0,0 +1,3 @@
+Python wrapper for libjitterentropy
+
+WWW: https://github.com/swills/py-jitterentropy



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910220241.x9M2f1BX074072>