View | Details | Raw Unified | Return to bug 262759
Collapse All | Expand All

(-)b/www/py-flask-collect/Makefile (-1 / +1 lines)
Lines 7-13 PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Link Here
7
MAINTAINER=	meka@tilda.center
7
MAINTAINER=	meka@tilda.center
8
COMMENT=	Tool to collect static files in one command
8
COMMENT=	Tool to collect static files in one command
9
9
10
LICENSE=	BSD
10
LICENSE=	BSD3CLAUSE
11
LICENSE_FILE=	${WRKSRC}/LICENSE
11
LICENSE_FILE=	${WRKSRC}/LICENSE
12
12
13
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}Flask>=0:www/py-flask@${PY_FLAVOR}
13
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}Flask>=0:www/py-flask@${PY_FLAVOR}
(-)b/www/py-flask-collect/files/patch-setup.py (+11 lines)
Added Link Here
1
--- setup.py.orig	2022-03-30 16:47:36 UTC
2
+++ setup.py
3
@@ -61,7 +61,7 @@ META_DATA = dict(
4
         'Topic :: Software Development :: Libraries :: Python Modules',
5
         'Topic :: Utilities',
6
     ],
7
-    packages=find_packages(),
8
+    packages=find_packages(exclude=['tests']),
9
     include_package_data=True,
10
     install_requires=install_requires,
11
     setup_requires=[
(-)b/www/py-flask-collect/pkg-descr (-1 / +1 lines)
Lines 1-4 Link Here
1
This tool will help you collect static files in one command. It checks
1
This tool will help you collect static files in one command. It checks
2
application and blueprints for static files and copy them to specific folder.
2
application and blueprints for static files and copy them to specific folder.
3
3
4
WWW: https://github.com/coleifer/flask-peewee/
4
WWW: https://github.com/klen/Flask-Collect

Return to bug 262759