git: 34dfcdfc4d73 - main - devel/py-sgmllib3k: new port

Sofian Brabez sbz at FreeBSD.org
Thu Apr 15 21:01:05 UTC 2021


The branch main has been updated by sbz:

URL: https://cgit.FreeBSD.org/ports/commit/?id=34dfcdfc4d73d0d2f5b0d16e9345235a0a655152

commit 34dfcdfc4d73d0d2f5b0d16e9345235a0a655152
Author:     Sofian Brabez <sbz at FreeBSD.org>
AuthorDate: 2021-04-15 19:39:03 +0000
Commit:     Sofian Brabez <sbz at FreeBSD.org>
CommitDate: 2021-04-15 21:00:11 +0000

    devel/py-sgmllib3k: new port
    
    sgmllib3k is a Python 3 port of the old Python 2's sgmllib stdlib module.
    
    sgmllib was dropped from the Python standard library in Python 3. This package
    provides a port of the library to Python 3.
    
    WWW: https://pypi.org/project/sgmllib3k/
---
 devel/Makefile               |  1 +
 devel/py-sgmllib3k/Makefile  | 17 +++++++++++++++++
 devel/py-sgmllib3k/distinfo  |  3 +++
 devel/py-sgmllib3k/pkg-descr |  6 ++++++
 4 files changed, 27 insertions(+)

diff --git a/devel/Makefile b/devel/Makefile
index 4d217d6a5035..019127d2b4c7 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -5094,6 +5094,7 @@
     SUBDIR += py-setuptools_scm
     SUBDIR += py-setuptools_scm_git_archive
     SUBDIR += py-sexpdata
+    SUBDIR += py-sgmllib3k
     SUBDIR += py-sh
     SUBDIR += py-shapely
     SUBDIR += py-shellingham
diff --git a/devel/py-sgmllib3k/Makefile b/devel/py-sgmllib3k/Makefile
new file mode 100644
index 000000000000..c7548df7be65
--- /dev/null
+++ b/devel/py-sgmllib3k/Makefile
@@ -0,0 +1,17 @@
+PORTNAME=	sgmllib3k
+PORTVERSION=	1.0.0
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	python at FreeBSD.org
+COMMENT=	Python 3 port of sgmllib
+
+LICENSE=	BSD2CLAUSE
+
+USES=		python:3.6+
+USE_PYTHON=	autoplist distutils
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>
diff --git a/devel/py-sgmllib3k/distinfo b/devel/py-sgmllib3k/distinfo
new file mode 100644
index 000000000000..7e29331d5fbc
--- /dev/null
+++ b/devel/py-sgmllib3k/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1618485290
+SHA256 (sgmllib3k-1.0.0.tar.gz) = 7868fb1c8bfa764c1ac563d3cf369c381d1325d36124933a726f29fcdaa812e9
+SIZE (sgmllib3k-1.0.0.tar.gz) = 5750
diff --git a/devel/py-sgmllib3k/pkg-descr b/devel/py-sgmllib3k/pkg-descr
new file mode 100644
index 000000000000..2696896f0268
--- /dev/null
+++ b/devel/py-sgmllib3k/pkg-descr
@@ -0,0 +1,6 @@
+sgmllib3k is a Python 3 port of the old Python 2's sgmllib stdlib module.
+
+sgmllib was dropped from the Python standard library in Python 3. This package
+provides a port of the library to Python 3.
+
+WWW: https://pypi.org/project/sgmllib3k/


More information about the dev-commits-ports-all mailing list