svn commit: r444640 - in head/devel: . py-asn1crypto
Bartek Rutkowski
robak at FreeBSD.org
Thu Jun 29 10:06:14 UTC 2017
Author: robak
Date: Thu Jun 29 10:06:12 2017
New Revision: 444640
URL: https://svnweb.freebsd.org/changeset/ports/444640
Log:
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 at gmail.com>
Added:
head/devel/py-asn1crypto/
head/devel/py-asn1crypto/Makefile (contents, props changed)
head/devel/py-asn1crypto/distinfo (contents, props changed)
head/devel/py-asn1crypto/pkg-descr (contents, props changed)
Modified:
head/devel/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Thu Jun 29 09:58:01 2017 (r444639)
+++ head/devel/Makefile Thu Jun 29 10:06:12 2017 (r444640)
@@ -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
Added: head/devel/py-asn1crypto/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/py-asn1crypto/Makefile Thu Jun 29 10:06:12 2017 (r444640)
@@ -0,0 +1,18 @@
+# $FreeBSD$
+
+PORTNAME= asn1crypto
+PORTVERSION= 0.22.0
+CATEGORIES= devel python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= mikael.urankar at 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>
Added: head/devel/py-asn1crypto/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/py-asn1crypto/distinfo Thu Jun 29 10:06:12 2017 (r444640)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1498488938
+SHA256 (asn1crypto-0.22.0.tar.gz) = cbbadd640d3165ab24b06ef25d1dca09a3441611ac15f6a6b452474fdf0aed1a
+SIZE (asn1crypto-0.22.0.tar.gz) = 84508
Added: head/devel/py-asn1crypto/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/py-asn1crypto/pkg-descr Thu Jun 29 10:06:12 2017 (r444640)
@@ -0,0 +1,3 @@
+A fast, pure Python library for parsing and serializing ASN.1 structures.
+
+WWW: https://github.com/wbond/asn1crypto
More information about the svn-ports-all
mailing list