Commit d6284c65 authored by Rene Ladan's avatar Rene Ladan
Browse files

www/py-flask-collect: Remove expired port

2026-06-30 www/py-flask-collect: Project is discontinued
parent 9b4f3ef2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5475,3 +5475,4 @@ net-mgmt/arts++||2026-06-30|Has expired: deprecated by upstream, broken
textproc/redisearch20|textproc/redisearch22|2026-06-30|Has expired: Redisearch 2.0 is no longer maintained use textproc/redisearch22 instead
japanese/man-doc||2026-06-30|Has expired: Abandoned, this manual is over 20 years old
devel/py-rauth||2026-06-30|Has expired: No longer maintained upstream
www/py-flask-collect||2026-06-30|Has expired: Project is discontinued
+0 −1
Original line number Diff line number Diff line
@@ -1731,7 +1731,6 @@
    SUBDIR += py-flask-bootstrap
    SUBDIR += py-flask-cache
    SUBDIR += py-flask-caching
    SUBDIR += py-flask-collect
    SUBDIR += py-flask-compress
    SUBDIR += py-flask-cors
    SUBDIR += py-flask-dance

www/py-flask-collect/Makefile

deleted100644 → 0
+0 −25
Original line number Diff line number Diff line
PORTNAME=	Flask-Collect
PORTVERSION=	1.3.2
PORTREVISION=	3
CATEGORIES=	www devel python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	meka@tilda.center
COMMENT=	Tool to collect static files in one command
WWW=		https://github.com/coleifer/flask-peewee/

DEPRECATED=	Project is discontinued
EXPIRATION_DATE=	2026-06-30

LICENSE=	BSD3CLAUSE
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>

www/py-flask-collect/distinfo

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1577041126
SHA256 (Flask-Collect-1.3.2.tar.gz) = 8185b62703202c5b1240b7a463b4383cbe418c08ddad6f27b41eb4a39aca33e9
SIZE (Flask-Collect-1.3.2.tar.gz) = 8064

www/py-flask-collect/pkg-descr

deleted100644 → 0
+0 −2
Original line number Diff line number Diff line
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.