Commit 8f26b316 authored by Rene Ladan's avatar Rene Ladan
Browse files

devel/py-yg.lockfile: Remove expired port

2026-08-15 devel/py-yg.lockfile: Upstream inactive since 8+ years, please use devel/py-fasteners instead
parent 55be609b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5552,3 +5552,4 @@ www/py-flask-limiter3||2026-08-09|No need to keep v3 as www/py-calibreweb now su
biology/py-macs2||2026-08-11|Upstream end of life, depends on expired lang/cython0, switch to biology/py-macs3
www/lua-stream-nginx-module|www/nginx-module-lua-stream|2026-08-14|Renamed to follow the nginx-module-* naming scheme
devel/prjpeppercorn112||2026-08-15|No longer supported by devel/nextpnr
devel/py-yg.lockfile|devel/py-fasteners|2026-08-16|Has expired: Upstream inactive since 8+ years, please use devel/py-fasteners instead
+0 −1
Original line number Diff line number Diff line
@@ -6561,7 +6561,6 @@
    SUBDIR += py-yarg
    SUBDIR += py-yaspin
    SUBDIR += py-yattag
    SUBDIR += py-yg.lockfile
    SUBDIR += py-ytmusicapi
    SUBDIR += py-yunomi
    SUBDIR += py-zarr

devel/py-yg.lockfile/Makefile

deleted100644 → 0
+0 −28
Original line number Diff line number Diff line
PORTNAME=	yg.lockfile
PORTVERSION=	2.3
PORTREVISION=	4
CATEGORIES=	devel python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	kai@FreeBSD.org
COMMENT=	Provides lockfile objects with timeouts and context manager
WWW=		https://github.com/yougov/yg.lockfile

LICENSE=	MIT

DEPRECATED=	Upstream inactive since 8+ years, please use devel/py-fasteners instead
EXPIRATION_DATE=2026-08-15

BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools-scm>=1.15.0:devel/py-setuptools-scm@${PY_FLAVOR}
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}zc.lockfile>=0:devel/py-zc.lockfile@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}contextlib2>=0.5:devel/py-contextlib2@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}jaraco.functools>=1.16:devel/py-jaraco.functools@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}tempora>=0:devel/py-tempora@${PY_FLAVOR}

USES=		python
USE_PYTHON=	distutils autoplist

NO_ARCH=	yes

.include <bsd.port.mk>

devel/py-yg.lockfile/distinfo

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1530208251
SHA256 (yg.lockfile-2.3.tar.gz) = b8c8a482958daaa47682bc3004d237c2888e0086e55c2b47b5d8810d100db732
SIZE (yg.lockfile-2.3.tar.gz) = 6504

devel/py-yg.lockfile/pkg-descr

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
This package provides a FileLock class that implements a context manager with
timeouts on top of zc.lockfile, an excellent, cross-platorm implementation of
file locking.