pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Aug 11 12:40:17 UTC 2023

Modified Files:
        pkgsrc/textproc: Makefile
Added Files:
        pkgsrc/textproc/py-html5tagger: DESCR Makefile PLIST distinfo

Log Message:
py-html5tagger: added version 1.3.0

If you're looking for a more efficient and streamlined way to generate HTML5,
look no further than html5tagger! This module provides a simplified HTML5
syntax, so you can create your entire document template using only Python. Say
goodbye to the clunky and error-prone process of manually writing HTML tags.

With html5tagger, you can safely and quickly generate HTML5 without any
dependencies, making it the perfect solution for developers who value speed and
simplicity. And with its pure Python implementation, you'll never have to worry
about compatibility issues or adding extra libraries to your project.


To generate a diff of this commit:
cvs rdiff -u -r1.1416 -r1.1417 pkgsrc/textproc/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/textproc/py-html5tagger/DESCR \
    pkgsrc/textproc/py-html5tagger/Makefile \
    pkgsrc/textproc/py-html5tagger/PLIST \
    pkgsrc/textproc/py-html5tagger/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/Makefile
diff -u pkgsrc/textproc/Makefile:1.1416 pkgsrc/textproc/Makefile:1.1417
--- pkgsrc/textproc/Makefile:1.1416     Sat Aug  5 17:39:57 2023
+++ pkgsrc/textproc/Makefile    Fri Aug 11 12:40:16 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1416 2023/08/05 17:39:57 tsutsui Exp $
+# $NetBSD: Makefile,v 1.1417 2023/08/11 12:40:16 adam Exp $
 #
 
 COMMENT=       Text processing utilities (does not include desktop publishing)
@@ -1043,6 +1043,7 @@ SUBDIR+=  py-generateDS
 SUBDIR+=       py-gnosis-utils
 SUBDIR+=       py-guessit
 SUBDIR+=       py-html-sanitizer
+SUBDIR+=       py-html5tagger
 SUBDIR+=       py-html2text
 SUBDIR+=       py-html2text-2019.8.11
 SUBDIR+=       py-html5-parser

Added files:

Index: pkgsrc/textproc/py-html5tagger/DESCR
diff -u /dev/null pkgsrc/textproc/py-html5tagger/DESCR:1.1
--- /dev/null   Fri Aug 11 12:40:17 2023
+++ pkgsrc/textproc/py-html5tagger/DESCR        Fri Aug 11 12:40:16 2023
@@ -0,0 +1,9 @@
+If you're looking for a more efficient and streamlined way to generate HTML5,
+look no further than html5tagger! This module provides a simplified HTML5
+syntax, so you can create your entire document template using only Python. Say
+goodbye to the clunky and error-prone process of manually writing HTML tags.
+
+With html5tagger, you can safely and quickly generate HTML5 without any
+dependencies, making it the perfect solution for developers who value speed and
+simplicity. And with its pure Python implementation, you'll never have to worry
+about compatibility issues or adding extra libraries to your project.
Index: pkgsrc/textproc/py-html5tagger/Makefile
diff -u /dev/null pkgsrc/textproc/py-html5tagger/Makefile:1.1
--- /dev/null   Fri Aug 11 12:40:17 2023
+++ pkgsrc/textproc/py-html5tagger/Makefile     Fri Aug 11 12:40:16 2023
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2023/08/11 12:40:16 adam Exp $
+
+DISTNAME=      html5tagger-1.3.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    textproc python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=h/html5tagger/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/sanic-org/html5tagger
+COMMENT=       Pythonic HTML generation/templating (no template files)
+LICENSE=       mit
+
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
+
+USE_LANGUAGES= # none
+
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/textproc/py-html5tagger/PLIST
diff -u /dev/null pkgsrc/textproc/py-html5tagger/PLIST:1.1
--- /dev/null   Fri Aug 11 12:40:17 2023
+++ pkgsrc/textproc/py-html5tagger/PLIST        Fri Aug 11 12:40:16 2023
@@ -0,0 +1,23 @@
+@comment $NetBSD: PLIST,v 1.1 2023/08/11 12:40:16 adam Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/html5tagger/__init__.py
+${PYSITELIB}/html5tagger/__init__.pyc
+${PYSITELIB}/html5tagger/__init__.pyo
+${PYSITELIB}/html5tagger/builder.py
+${PYSITELIB}/html5tagger/builder.pyc
+${PYSITELIB}/html5tagger/builder.pyo
+${PYSITELIB}/html5tagger/document.py
+${PYSITELIB}/html5tagger/document.pyc
+${PYSITELIB}/html5tagger/document.pyo
+${PYSITELIB}/html5tagger/html5.py
+${PYSITELIB}/html5tagger/html5.pyc
+${PYSITELIB}/html5tagger/html5.pyo
+${PYSITELIB}/html5tagger/makebuilder.py
+${PYSITELIB}/html5tagger/makebuilder.pyc
+${PYSITELIB}/html5tagger/makebuilder.pyo
+${PYSITELIB}/html5tagger/util.py
+${PYSITELIB}/html5tagger/util.pyc
+${PYSITELIB}/html5tagger/util.pyo
Index: pkgsrc/textproc/py-html5tagger/distinfo
diff -u /dev/null pkgsrc/textproc/py-html5tagger/distinfo:1.1
--- /dev/null   Fri Aug 11 12:40:17 2023
+++ pkgsrc/textproc/py-html5tagger/distinfo     Fri Aug 11 12:40:16 2023
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2023/08/11 12:40:16 adam Exp $
+
+BLAKE2s (html5tagger-1.3.0.tar.gz) = f359ef227903955904eaa9179595a533af30eb373859b3342dcac77104ec4685
+SHA512 (html5tagger-1.3.0.tar.gz) = cd908a1a5ce36588a40daeec9b2a456fd6c71c84371614d393f73d89d8782e8ca002c6976c694614238e6b0e7ff18dab8845d285dc7077d4e08ae97d645fa7cc
+Size (html5tagger-1.3.0.tar.gz) = 14196 bytes



Home | Main Index | Thread Index | Old Index