Commit 7daae7f1 authored by Rene Ladan's avatar Rene Ladan
Browse files

www/seafobj: remove, depended on removed net-mgmt/seafile-server

Reported by:	Chris Torek
parent 91077706
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5590,3 +5590,4 @@ www/py-dj42-django-ranged-response||2026-08-31|Has expired: Serves as a transiti
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
mail/james||2026-08-31|Has expired: This is a version that is over 10 years old and has multiple vulnerabilities
www/py-seafobj||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-seafobj
    SUBDIR += py-searxng-devel
    SUBDIR += py-secure-cookie
    SUBDIR += py-selector

www/py-seafobj/Makefile

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

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

LICENSE=	APACHE20
LICENSE_FILE=	${WRKSRC}/LICENSE.txt

USES=		python shebangfix
USE_GITHUB=	yes
GH_ACCOUNT=	haiwen
USE_PYTHON=	flavors
SHEBANG_FILES=	*.sh *.py

NO_ARCH=	yes
NO_BUILD=	yes

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

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

.include <bsd.port.mk>

www/py-seafobj/distinfo

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1723996816
SHA256 (haiwen-seafobj-v11.0.12-server_GH0.tar.gz) = 75d5e5e5aabc8c28cf51a850cef72ece575e16d26f851b28c591137d6aa8f308
SIZE (haiwen-seafobj-v11.0.12-server_GH0.tar.gz) = 10059312

www/py-seafobj/pkg-descr

deleted100644 → 0
+0 −1
Original line number Diff line number Diff line
This is a Python library for accessing seafile data model.
Loading