summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/Makefile1
-rw-r--r--devel/py-jitterentropy/Makefile17
-rw-r--r--devel/py-jitterentropy/distinfo3
-rw-r--r--devel/py-jitterentropy/pkg-descr3
4 files changed, 24 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 7346f6d00cb6..e4308bb39179 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -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
diff --git a/devel/py-jitterentropy/Makefile b/devel/py-jitterentropy/Makefile
new file mode 100644
index 000000000000..3043548d3ec3
--- /dev/null
+++ b/devel/py-jitterentropy/Makefile
@@ -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>
diff --git a/devel/py-jitterentropy/distinfo b/devel/py-jitterentropy/distinfo
new file mode 100644
index 000000000000..009895d27cd2
--- /dev/null
+++ b/devel/py-jitterentropy/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1571709537
+SHA256 (jitterentropy-0.1.tar.gz) = a4877640c1f05ad6308c2c229e501cd480ad545352cc0f28ceec3db3c21bf7ed
+SIZE (jitterentropy-0.1.tar.gz) = 1943
diff --git a/devel/py-jitterentropy/pkg-descr b/devel/py-jitterentropy/pkg-descr
new file mode 100644
index 000000000000..71dd12b7abd2
--- /dev/null
+++ b/devel/py-jitterentropy/pkg-descr
@@ -0,0 +1,3 @@
+Python wrapper for libjitterentropy
+
+WWW: https://github.com/swills/py-jitterentropy