svn commit: r515165 - in head/devel: . py-jitterentropy

Steve Wills swills at FreeBSD.org
Tue Oct 22 02:41:02 UTC 2019


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


More information about the svn-ports-head mailing list