aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorBartek Rutkowski <robak@FreeBSD.org>2017-06-29 10:06:12 +0000
committerBartek Rutkowski <robak@FreeBSD.org>2017-06-29 10:06:12 +0000
commit4b2dd6eefba615a29e85ccabbe954b149d76a3c4 (patch)
treefcb146e18f5263e708a4c0efad5cee70cd9468ed /devel
parentd5d4d38a2dd10cff91e403db1d3dd7c14748fff0 (diff)
downloadports-4b2dd6eefba615a29e85ccabbe954b149d76a3c4.tar.gz
ports-4b2dd6eefba615a29e85ccabbe954b149d76a3c4.zip
devel/py-asn1crypto: NEW PORT - ASN.1 library with a focus on performance and a pythonic API
A fast, pure Python library for parsing and serializing ASN.1 structures. WWW: https://github.com/wbond/asn1crypto PR: 220299 Submitted by: Mikael Urankar <mikael.urankar@gmail.com>
Notes
Notes: svn path=/head/; revision=444640
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile1
-rw-r--r--devel/py-asn1crypto/Makefile18
-rw-r--r--devel/py-asn1crypto/distinfo3
-rw-r--r--devel/py-asn1crypto/pkg-descr3
4 files changed, 25 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 46714a928be1..c7749129ec08 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -4149,6 +4149,7 @@
SUBDIR += py-argparse
SUBDIR += py-args
SUBDIR += py-arrow
+ SUBDIR += py-asn1crypto
SUBDIR += py-aspects
SUBDIR += py-aspyct
SUBDIR += py-astor
diff --git a/devel/py-asn1crypto/Makefile b/devel/py-asn1crypto/Makefile
new file mode 100644
index 000000000000..efba918898b3
--- /dev/null
+++ b/devel/py-asn1crypto/Makefile
@@ -0,0 +1,18 @@
+# $FreeBSD$
+
+PORTNAME= asn1crypto
+PORTVERSION= 0.22.0
+CATEGORIES= devel python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= mikael.urankar@gmail.com
+COMMENT= ASN.1 library with a focus on performance and a pythonic API
+
+LICENSE= MIT
+
+NO_ARCH= yes
+USES= python
+USE_PYTHON= autoplist distutils
+
+.include <bsd.port.mk>
diff --git a/devel/py-asn1crypto/distinfo b/devel/py-asn1crypto/distinfo
new file mode 100644
index 000000000000..ec430da1019e
--- /dev/null
+++ b/devel/py-asn1crypto/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1498488938
+SHA256 (asn1crypto-0.22.0.tar.gz) = cbbadd640d3165ab24b06ef25d1dca09a3441611ac15f6a6b452474fdf0aed1a
+SIZE (asn1crypto-0.22.0.tar.gz) = 84508
diff --git a/devel/py-asn1crypto/pkg-descr b/devel/py-asn1crypto/pkg-descr
new file mode 100644
index 000000000000..0d0fa957212d
--- /dev/null
+++ b/devel/py-asn1crypto/pkg-descr
@@ -0,0 +1,3 @@
+A fast, pure Python library for parsing and serializing ASN.1 structures.
+
+WWW: https://github.com/wbond/asn1crypto