svn commit: r409870 - in head/www: . py-django-htmlmin

Dmitry Sivachenko demon at FreeBSD.org
Tue Mar 1 14:29:36 UTC 2016


Author: demon
Date: Tue Mar  1 14:29:34 2016
New Revision: 409870
URL: https://svnweb.freebsd.org/changeset/ports/409870

Log:
  New port: py-django-htmlmin
  
  django-html is an HTML minifier for Python, with full support for HTML 5.
  It supports Django, Flask and many other Python web frameworks.  It also
  provides a command line tool, that can be used for static websites or
  deployment scripts.
  
  WWW: https://pypi.python.org/pypi/django-htmlmin

Added:
  head/www/py-django-htmlmin/
  head/www/py-django-htmlmin/Makefile   (contents, props changed)
  head/www/py-django-htmlmin/distinfo   (contents, props changed)
  head/www/py-django-htmlmin/pkg-descr   (contents, props changed)
Modified:
  head/www/Makefile

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Tue Mar  1 13:53:26 2016	(r409869)
+++ head/www/Makefile	Tue Mar  1 14:29:34 2016	(r409870)
@@ -1540,6 +1540,7 @@
     SUBDIR += py-django-formtools
     SUBDIR += py-django-happenings
     SUBDIR += py-django-haystack
+    SUBDIR += py-django-htmlmin
     SUBDIR += py-django-json-rpc
     SUBDIR += py-django-keyedcache
     SUBDIR += py-django-ldapdb

Added: head/www/py-django-htmlmin/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-django-htmlmin/Makefile	Tue Mar  1 14:29:34 2016	(r409870)
@@ -0,0 +1,20 @@
+# Created by: Dmitry Sivachenko <mitya at yandex-team.ru>
+# $FreeBSD$
+
+PORTNAME=	django-htmlmin
+PORTVERSION=	0.9.0
+CATEGORIES=	www python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	demon at FreeBSD.org
+COMMENT=	HTML minifier for Python
+
+RUN_DEPENDS=	${PYTHON_SITELIBDIR}/bs4/element.py:${PORTSDIR}/www/py-beautifulsoup \
+		${PYTHON_SITELIBDIR}/html5lib/html5parser.py:${PORTSDIR}/www/py-html5lib
+
+USES=		python
+USE_PYTHON=	distutils autoplist
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/www/py-django-htmlmin/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-django-htmlmin/distinfo	Tue Mar  1 14:29:34 2016	(r409870)
@@ -0,0 +1,2 @@
+SHA256 (django-htmlmin-0.9.0.tar.gz) = 34f1ca19674a85ce8be99bc3a80ea53b282a9e743e275f68cb3f02ae8d9d0f91
+SIZE (django-htmlmin-0.9.0.tar.gz) = 6579

Added: head/www/py-django-htmlmin/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-django-htmlmin/pkg-descr	Tue Mar  1 14:29:34 2016	(r409870)
@@ -0,0 +1,6 @@
+django-html is an HTML minifier for Python, with full support for HTML 5.
+It supports Django, Flask and many other Python web frameworks.  It also
+provides a command line tool, that can be used for static websites or
+deployment scripts.
+
+WWW: https://pypi.python.org/pypi/django-htmlmin


More information about the svn-ports-all mailing list