Commit 3c0cbe47 authored by Rene Ladan's avatar Rene Ladan
Browse files

devel/py-patch: Remove expired port

2026-07-31 devel/py-patch: Upstream no longer active, project is abandoned, please used devel/py-patch-ng instead
parent 6da1373f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5527,3 +5527,4 @@ security/proxycheck||2026-07-31|Has expired: dnsbl.org has been shut down
www/mediawiki144||2026-07-31|Has expired: Upstream EOL
math/py-luminol||2026-07-31|Has expired: Upstream last activity was in 2016, and the project has been moved to the LinkedInAttic GitHub account
net-mgmt/py-nxapi-plumbing|net-mgmt/py-napalm|2026-07-31|Has expired: Upstream inactive since +8 years, code was integrated into py-napalm. Please use net-mgmt/py-napalm instead
devel/py-patch|devel/py-patch-ng|2026-07-31|Has expired: Upstream no longer active, project is abandoned, please used devel/py-patch-ng instead
+0 −1
Original line number Diff line number Diff line
@@ -5648,7 +5648,6 @@
    SUBDIR += py-parsy
    SUBDIR += py-parver
    SUBDIR += py-pastel
    SUBDIR += py-patch
    SUBDIR += py-patch-ng
    SUBDIR += py-path
    SUBDIR += py-path.py

devel/py-patch/Makefile

deleted100644 → 0
+0 −23
Original line number Diff line number Diff line
PORTNAME=	patch
DISTVERSION=	1.16
PORTREVISION=	1
CATEGORIES=	devel python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	kai@FreeBSD.org
COMMENT=	Cross-platform alternative to the UNIX patch utility
WWW=		https://github.com/techtonik/python-patch

LICENSE=	MIT

DEPRECATED=	Upstream no longer active, project is abandoned, please used devel/py-patch-ng instead
EXPIRATION_DATE=2026-07-31

USES=		python zip
USE_PYTHON=	distutils autoplist

NO_ARCH=	yes
NO_WRKSUBDIR=	yes

.include <bsd.port.mk>

devel/py-patch/distinfo

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1530195203
SHA256 (patch-1.16.zip) = c62073f356cff054c8ac24496f1a3d7cfa137835c31e9af39a9f5292fd75bd9f
SIZE (patch-1.16.zip) = 12809

devel/py-patch/pkg-descr

deleted100644 → 0
+0 −19
Original line number Diff line number Diff line
Python library to parse and apply unified diffs.

Features:

- Automatic correction of
    * Linefeeds according to patched file
    * Diffs broken by stripping trailing whitespace
    * a/ and b/ prefixes
- Single file, which is a command line tool and a library
- No dependencies outside Python stdlib
- Patch format detection (SVN, HG, GIT)
- Nice diffstat histogram

Things that don't work out of the box:

- File renaming, creation and removal
- Directory tree operations
- Version control specific properties
- Non-unified diff formats