Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Apr 2023 20:11:15 GMT
From:      Eugene Grosbein <eugen@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 1650b0075533 - main - new port: devel/py-asn1
Message-ID:  <202304052011.335KBFI3057789@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by eugen:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1650b00755332621c026b3e0f27fb7c425b18def

commit 1650b00755332621c026b3e0f27fb7c425b18def
Author:     Eugene Grosbein <eugen@FreeBSD.org>
AuthorDate: 2023-04-05 19:55:47 +0000
Commit:     Eugene Grosbein <eugen@FreeBSD.org>
CommitDate: 2023-04-05 19:55:47 +0000

    new port: devel/py-asn1
    
    Python-ASN1 is a simple ASN.1 encoder and decoder for Python.
    The complete documentation is available on Read The Docs:
    https://python-asn1.readthedocs.io
    
    This is a requisite port for following commits.
---
 devel/Makefile          |  1 +
 devel/py-asn1/Makefile  | 19 +++++++++++++++++++
 devel/py-asn1/distinfo  |  3 +++
 devel/py-asn1/pkg-descr |  4 ++++
 4 files changed, 27 insertions(+)

diff --git a/devel/Makefile b/devel/Makefile
index ad4f3a5df412..bb79b4ce98f8 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -4200,6 +4200,7 @@
     SUBDIR += py-arrow
     SUBDIR += py-asciimatics
     SUBDIR += py-asgi-lifespan
+    SUBDIR += py-asn1
     SUBDIR += py-asn1crypto
     SUBDIR += py-aspy.yaml
     SUBDIR += py-asteval
diff --git a/devel/py-asn1/Makefile b/devel/py-asn1/Makefile
new file mode 100644
index 000000000000..3228a63927df
--- /dev/null
+++ b/devel/py-asn1/Makefile
@@ -0,0 +1,19 @@
+PORTNAME=	asn1
+PORTVERSION=	2.7.0
+CATEGORIES=	devel python
+MASTER_SITES=	PYPI
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	eugen@FreeBSD.org
+COMMENT=	Simple ASN.1 encoder and decoder for Python
+WWW=		https://github.com/andrivet/python-asn1
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+USES=		python
+USE_PYTHON=	autoplist concurrent distutils optsuffix
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>
diff --git a/devel/py-asn1/distinfo b/devel/py-asn1/distinfo
new file mode 100644
index 000000000000..b0e24f1c55d4
--- /dev/null
+++ b/devel/py-asn1/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1680397074
+SHA256 (asn1-2.7.0.tar.gz) = 44c0fc3d28c6a926e4d4959ffbc1bccf37faf4dca07520ba2e9b1b5b36fe0bda
+SIZE (asn1-2.7.0.tar.gz) = 28975
diff --git a/devel/py-asn1/pkg-descr b/devel/py-asn1/pkg-descr
new file mode 100644
index 000000000000..6d27026873fc
--- /dev/null
+++ b/devel/py-asn1/pkg-descr
@@ -0,0 +1,4 @@
+Python-ASN1 is a simple ASN.1 encoder and decoder for Python 2.7 and 3.5+.
+
+The complete documentation is available on Read The Docs:
+https://python-asn1.readthedocs.io



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304052011.335KBFI3057789>