git: 8f26b3163a47 - main - devel/py-yg.lockfile: Remove expired port
Rene Ladan <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.ports |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=8f26b3163a47bd0211d8c32d78f07bea83a5d96b commit 8f26b3163a47bd0211d8c32d78f07bea83a5d96b Author: Rene Ladan <[email protected]> AuthorDate: 2026-08-16 11:37:14 +0000 Commit: Rene Ladan <[email protected]> CommitDate: 2026-08-16 11:37:14 +0000 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 --- MOVED | 1 + devel/Makefile | 1 - devel/py-yg.lockfile/Makefile | 28 ---------------------------- devel/py-yg.lockfile/distinfo | 3 --- devel/py-yg.lockfile/pkg-descr | 3 --- 5 files changed, 1 insertion(+), 35 deletions(-) diff --git a/MOVED b/MOVED index 0c02e0a46e76..6600f2fc39be 100644 --- a/MOVED +++ b/MOVED @@ -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 diff --git a/devel/Makefile b/devel/Makefile index b33997178d6c..8545aec8dd51 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -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 diff --git a/devel/py-yg.lockfile/Makefile b/devel/py-yg.lockfile/Makefile deleted file mode 100644 index e2fba9c510ec..000000000000 --- a/devel/py-yg.lockfile/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -PORTNAME= yg.lockfile -PORTVERSION= 2.3 -PORTREVISION= 4 -CATEGORIES= devel python -MASTER_SITES= PYPI -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= [email protected] -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> diff --git a/devel/py-yg.lockfile/distinfo b/devel/py-yg.lockfile/distinfo deleted file mode 100644 index 9b9c043d39a3..000000000000 --- a/devel/py-yg.lockfile/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1530208251 -SHA256 (yg.lockfile-2.3.tar.gz) = b8c8a482958daaa47682bc3004d237c2888e0086e55c2b47b5d8810d100db732 -SIZE (yg.lockfile-2.3.tar.gz) = 6504 diff --git a/devel/py-yg.lockfile/pkg-descr b/devel/py-yg.lockfile/pkg-descr deleted file mode 100644 index b75fd1c4e870..000000000000 --- a/devel/py-yg.lockfile/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -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.