pkgsrc-WIP-changes archive

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

py-htmlmin-0.1.12 Import to wip



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamelderouiche%yahoo.com@localhost>
Pushed By:	jihbed
Date:		Fri Dec 11 21:10:12 2020 +0100
Changeset:	7b508b51c88c90265c554f5db5fc0440b3f088ca

Added Files:
	py-htmlmin/DESCR
	py-htmlmin/Makefile
	py-htmlmin/PLIST
	py-htmlmin/distinfo

Log Message:
py-htmlmin-0.1.12  Import to wip

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=7b508b51c88c90265c554f5db5fc0440b3f088ca

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

diffstat:
 py-htmlmin/DESCR    |  1 +
 py-htmlmin/Makefile | 16 ++++++++++++++++
 py-htmlmin/PLIST    | 35 +++++++++++++++++++++++++++++++++++
 py-htmlmin/distinfo |  6 ++++++
 4 files changed, 58 insertions(+)

diffs:
diff --git a/py-htmlmin/DESCR b/py-htmlmin/DESCR
new file mode 100644
index 0000000000..84193411a9
--- /dev/null
+++ b/py-htmlmin/DESCR
@@ -0,0 +1 @@
+A configurable HTML Minifier with safety features.
diff --git a/py-htmlmin/Makefile b/py-htmlmin/Makefile
new file mode 100644
index 0000000000..179c03d6be
--- /dev/null
+++ b/py-htmlmin/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD$
+
+DISTNAME=	htmlmin-0.1.12
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	www python
+MASTER_SITES=	${MASTER_SITE_PYPI:=h/htmlmin/}
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	https://htmlmin.readthedocs.io/en/latest/
+COMMENT=	HTML Minifier
+LICENSE=	modified-bsd
+
+USE_LANGUAGES=	# none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-htmlmin/PLIST b/py-htmlmin/PLIST
new file mode 100644
index 0000000000..5bd707d81f
--- /dev/null
+++ b/py-htmlmin/PLIST
@@ -0,0 +1,35 @@
+@comment $NetBSD$
+bin/htmlmin
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/${EGG_INFODIR}/zip-safe
+${PYSITELIB}/htmlmin/__init__.py
+${PYSITELIB}/htmlmin/__init__.pyc
+${PYSITELIB}/htmlmin/__init__.pyo
+${PYSITELIB}/htmlmin/command.py
+${PYSITELIB}/htmlmin/command.pyc
+${PYSITELIB}/htmlmin/command.pyo
+${PYSITELIB}/htmlmin/decorator.py
+${PYSITELIB}/htmlmin/decorator.pyc
+${PYSITELIB}/htmlmin/decorator.pyo
+${PYSITELIB}/htmlmin/escape.py
+${PYSITELIB}/htmlmin/escape.pyc
+${PYSITELIB}/htmlmin/escape.pyo
+${PYSITELIB}/htmlmin/main.py
+${PYSITELIB}/htmlmin/main.pyc
+${PYSITELIB}/htmlmin/main.pyo
+${PYSITELIB}/htmlmin/middleware.py
+${PYSITELIB}/htmlmin/middleware.pyc
+${PYSITELIB}/htmlmin/middleware.pyo
+${PYSITELIB}/htmlmin/parser.py
+${PYSITELIB}/htmlmin/parser.pyc
+${PYSITELIB}/htmlmin/parser.pyo
+${PYSITELIB}/htmlmin/python3html/__init__.py
+${PYSITELIB}/htmlmin/python3html/__init__.pyc
+${PYSITELIB}/htmlmin/python3html/__init__.pyo
+${PYSITELIB}/htmlmin/python3html/parser.py
+${PYSITELIB}/htmlmin/python3html/parser.pyc
+${PYSITELIB}/htmlmin/python3html/parser.pyo
diff --git a/py-htmlmin/distinfo b/py-htmlmin/distinfo
new file mode 100644
index 0000000000..f5456df1ee
--- /dev/null
+++ b/py-htmlmin/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (htmlmin-0.1.12.tar.gz) = b4cd610854fea03e328b3a66affc09c7dd8e7561
+RMD160 (htmlmin-0.1.12.tar.gz) = 0e6773f367154cf516ed76bcdc336592a6efeb7b
+SHA512 (htmlmin-0.1.12.tar.gz) = 5669327dc64d8d28accdfe0d9a222e723fccdc12b52e7f0315fb9caf958a734a0cf0514ad476cbd0b7d0f2d83514a207867127f135f5e51cfda9b15dbfe24b78
+Size (htmlmin-0.1.12.tar.gz) = 19940 bytes


Home | Main Index | Thread Index | Old Index