svn commit: r469393 - head/devel

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue May 8 19:35:40 UTC 2018


Author: sunpoet
Date: Tue May  8 19:35:39 2018
New Revision: 469393
URL: https://svnweb.freebsd.org/changeset/ports/469393

Log:
  Add py-py-ubjson 0.11.0
  
  This is a Python Universal Binary JSON encoder/decoder based on the draft-12
  specification.
  
  WWW: https://github.com/Iotic-Labs/py-ubjson
  WWW: https://pypi.org/project/py-ubjson/

Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Tue May  8 19:35:11 2018	(r469392)
+++ head/devel/Makefile	Tue May  8 19:35:39 2018	(r469393)
@@ -4787,6 +4787,7 @@
     SUBDIR += py-ptvsd
     SUBDIR += py-pudb
     SUBDIR += py-py
+    SUBDIR += py-py-ubjson
     SUBDIR += py-pyasn1
     SUBDIR += py-pyasn1-modules
     SUBDIR += py-pybind11


More information about the svn-ports-all mailing list