Commit ac57afca authored by Rene Ladan's avatar Rene Ladan
Browse files

devel/py-opengrok-tools: Remove expired port

2025-03-31 devel/py-opengrok-tools: Depends on expired devel/py-pytest-runner
parent 63f2065d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4284,3 +4284,4 @@ www/py-django-hijack||2025-03-31|Has expired: Depends on expired devel/py-pytest
security/heimdal-devel||2025-03-31|Has expired: Upstream commits are incompatible
lang/ruby31||2025-03-31|Has expired: Please migrate to newer version. Ruby 3.1 is expected to reach its EoL on March 31, 2025
multimedia/gnome-mplayer||2025-03-31|Has expired: Abandonware, last activity from upstream 11 years ago and multiple unresolved issue reports
devel/py-opengrok-tools||2025-03-31|Has expired: Depends on expired devel/py-pytest-runner
+0 −1
Original line number Diff line number Diff line
@@ -5316,7 +5316,6 @@
    SUBDIR += py-opencensus
    SUBDIR += py-opencensus-context
    SUBDIR += py-opendht
    SUBDIR += py-opengrok-tools
    SUBDIR += py-openstacksdk
    SUBDIR += py-opentelemetry-api
    SUBDIR += py-opentelemetry-exporter-otlp

devel/py-opengrok-tools/Makefile

deleted100644 → 0
+0 −37
Original line number Diff line number Diff line
PORTNAME=	opengrok-tools
DISTVERSION=		1.12.23
PORTREVISION=	2
CATEGORIES=	devel python
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	bofh@FreeBSD.org
COMMENT=	OpenGrok tools for synchronization and mirroring
WWW=		https://oracle.github.io/opengrok/

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

DEPRECATED=	Depends on expired devel/py-pytest-runner
EXPIRATION_DATE=2025-03-31

BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest-runner>=0:devel/py-pytest-runner@${PY_FLAVOR}

RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}jsonschema>=2.6.0:devel/py-jsonschema@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}requests>=2.20.0:www/py-requests@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}pyyaml>=0:devel/py-pyyaml@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}resource>=0.2.0:devel/py-resource@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}filelock>0:sysutils/py-filelock@${PY_FLAVOR}

# According to the vendor, Python3 is required
USES=		python
USE_GITHUB=	yes
GH_ACCOUNT=	oracle
GH_PROJECT=	opengrok
USE_PYTHON=	autoplist distutils noflavors

NO_ARCH=	yes

BUILD_WRKSRC=	${WRKSRC}/tools
INSTALL_WRKSRC=	${BUILD_WRKSRC}

.include <bsd.port.mk>

devel/py-opengrok-tools/distinfo

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1702108221
SHA256 (oracle-opengrok-1.12.23_GH0.tar.gz) = 753934456a7a3fb011fd3029f2ed66d79a8f3a51fb9e417c9ea54d4ef6df8509
SIZE (oracle-opengrok-1.12.23_GH0.tar.gz) = 2157396
+0 −11
Original line number Diff line number Diff line
--- tools/setup.py.orig	2021-02-17 15:55:36 UTC
+++ tools/setup.py
@@ -31,7 +31,7 @@ setup(
     long_description=readme(),
     python_requires='>=3.4, <4',
     install_requires=[
-        'jsonschema==2.6.0',
+        'jsonschema>=2.6.0',
         'pyyaml',
         'requests>=2.20.0',
         'resource',
Loading