svn commit: r520660 - in head/www: . py-flask-collect

Tobias C. Berner tcberner at FreeBSD.org
Sun Dec 22 20:18:38 UTC 2019


Author: tcberner
Date: Sun Dec 22 20:18:37 2019
New Revision: 520660
URL: https://svnweb.freebsd.org/changeset/ports/520660

Log:
  New port: www/py-flask-collect: This tool will help you collect static files in one command
  
  This tool will help you collect static files in one command. It checks
  application and blueprints for static files and copy them to specific folder.
  
  WWW: https://github.com/coleifer/flask-peewee/
  
  PR:		242812
  Submitted by:	Goran Mekić <meka at tilda.center>

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

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Sun Dec 22 20:16:54 2019	(r520659)
+++ head/www/Makefile	Sun Dec 22 20:18:37 2019	(r520660)
@@ -1628,6 +1628,7 @@
     SUBDIR += py-flask-assets
     SUBDIR += py-flask-bootstrap
     SUBDIR += py-flask-cache
+    SUBDIR += py-flask-collect
     SUBDIR += py-flask-compress
     SUBDIR += py-flask-cors
     SUBDIR += py-flask-flatpages

Added: head/www/py-flask-collect/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-flask-collect/Makefile	Sun Dec 22 20:18:37 2019	(r520660)
@@ -0,0 +1,22 @@
+# $FreeBSD$
+
+PORTNAME=	Flask-Collect
+PORTVERSION=	1.3.2
+CATEGORIES=	www devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	meka at tilda.center
+COMMENT=	This tool will help you collect static files in one command
+
+LICENSE=	BSD
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}Flask>=0:www/py-flask@${PY_FLAVOR}
+
+USES=		python
+USE_PYTHON=	autoplist concurrent distutils
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/www/py-flask-collect/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-flask-collect/distinfo	Sun Dec 22 20:18:37 2019	(r520660)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1577041126
+SHA256 (Flask-Collect-1.3.2.tar.gz) = 8185b62703202c5b1240b7a463b4383cbe418c08ddad6f27b41eb4a39aca33e9
+SIZE (Flask-Collect-1.3.2.tar.gz) = 8064

Added: head/www/py-flask-collect/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-flask-collect/pkg-descr	Sun Dec 22 20:18:37 2019	(r520660)
@@ -0,0 +1,4 @@
+This tool will help you collect static files in one command. It checks
+application and blueprints for static files and copy them to specific folder.
+
+WWW: https://github.com/coleifer/flask-peewee/


More information about the svn-ports-head mailing list