Commit 081765bf authored by Rene Ladan's avatar Rene Ladan
Browse files

www/py-seafdav: Remove, was depending on removed net-mgmt/seafile-server

Reported by:	antoine
parent fdf562b5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5588,3 +5588,4 @@ www/py-dj42-django-picklefield||2026-08-31|Has expired: Serves as a transition o
www/py-dj42-djangosaml2||2026-08-31|Has expired: Serves as a transition only for www/seahub and requires Django 4.2, which has been end-of-life since April
www/py-dj42-django-ranged-response||2026-08-31|Has expired: Serves as a transition only for www/seahub and requires Django 4.2, which has been end-of-life since April
www/py-django42||2026-08-31|Has expired: Django 4.2 is now in Extended Support, receives security fixes only and will reach End-Of-Life in April 2026. Upgrade to a later Django version. See https://www.djangoproject.com/download/
www/py-seafdav||2026-08-31|Removed, depended on net-mgmt/seafile-server
+0 −1
Original line number Diff line number Diff line
@@ -1963,7 +1963,6 @@
    SUBDIR += py-scalar-fastapi
    SUBDIR += py-scgi
    SUBDIR += py-scrapy
    SUBDIR += py-seafdav
    SUBDIR += py-seafobj
    SUBDIR += py-searxng-devel
    SUBDIR += py-secure-cookie

www/py-seafdav/Makefile

deleted100644 → 0
+0 −48
Original line number Diff line number Diff line
PORTNAME=	seafdav
DISTVERSIONPREFIX=	v
DISTVERSION=	${SEAHUB_VER}
DISTVERSIONSUFFIX=	-server
PORTREVISION=	2
CATEGORIES=	www python
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Python library for accessing seafile data model
WWW=		https://github.com/haiwen/seafdav

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}defusedxml>=0.5:devel/py-defusedxml@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}Jinja2>=2.10:devel/py-Jinja2@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}json5>=0.8.5:devel/py-json5@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}python-pam>=1.8:security/py-python-pam@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}pyyaml>=5.1:devel/py-pyyaml@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}six>=1.12:devel/py-six@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}sqlalchemy14>=0:databases/py-sqlalchemy14@${PY_FLAVOR}

USES=		python shebangfix
USE_GITHUB=	yes
GH_ACCOUNT=	haiwen
USE_PYTHON=	flavors
SHEBANG_FILES=	*.py *.template wsgidav/dc/*.py

NO_ARCH=	yes
NO_BUILD=	yes

do-install:
	@${MKDIR} ${STAGEDIR}${PREFIX}/${SITEPACKAGEDIR}/wsgidav
	(cd ${WRKSRC}/wsgidav && \
		${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py \
			-d ${WRKSRC}/wsgidav \
			-f ${WRKSRC}/wsgidav && \
		${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py \
			-d ${WRKSRC}/wsgidav \
			-f ${WRKSRC}/wsgidav)
	(cd ${WRKSRC}/wsgidav && \
		${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/${SITEPACKAGEDIR}/wsgidav)

.include "${.CURDIR}/../../net-mgmt/seafile-server/Makefile.include"

.include <bsd.port.mk>

www/py-seafdav/distinfo

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1723996814
SHA256 (haiwen-seafdav-v11.0.12-server_GH0.tar.gz) = 6d4723f5d5238ae0a847427a8c2c7133c5cc1954280ce8c801651e4211ffe55c
SIZE (haiwen-seafdav-v11.0.12-server_GH0.tar.gz) = 2343791

www/py-seafdav/pkg-descr

deleted100644 → 0
+0 −2
Original line number Diff line number Diff line
This addon provides seafile implementation for Web DAV server by
utilizing WsgiDAV interface.
Loading