mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 10:06:40 -04:00
devel/py-opengrok-tools: Remove expired port
2025-03-31 devel/py-opengrok-tools: Depends on expired devel/py-pytest-runner
This commit is contained in:
parent
63f2065dcd
commit
ac57afca8e
6 changed files with 1 additions and 54 deletions
1
MOVED
1
MOVED
|
@ -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
|
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
|
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
|
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
|
||||||
|
|
|
@ -5316,7 +5316,6 @@
|
||||||
SUBDIR += py-opencensus
|
SUBDIR += py-opencensus
|
||||||
SUBDIR += py-opencensus-context
|
SUBDIR += py-opencensus-context
|
||||||
SUBDIR += py-opendht
|
SUBDIR += py-opendht
|
||||||
SUBDIR += py-opengrok-tools
|
|
||||||
SUBDIR += py-openstacksdk
|
SUBDIR += py-openstacksdk
|
||||||
SUBDIR += py-opentelemetry-api
|
SUBDIR += py-opentelemetry-api
|
||||||
SUBDIR += py-opentelemetry-exporter-otlp
|
SUBDIR += py-opentelemetry-exporter-otlp
|
||||||
|
|
|
@ -1,37 +0,0 @@
|
||||||
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>
|
|
|
@ -1,3 +0,0 @@
|
||||||
TIMESTAMP = 1702108221
|
|
||||||
SHA256 (oracle-opengrok-1.12.23_GH0.tar.gz) = 753934456a7a3fb011fd3029f2ed66d79a8f3a51fb9e417c9ea54d4ef6df8509
|
|
||||||
SIZE (oracle-opengrok-1.12.23_GH0.tar.gz) = 2157396
|
|
|
@ -1,11 +0,0 @@
|
||||||
--- 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',
|
|
|
@ -1,2 +0,0 @@
|
||||||
OpenGrok is a fast and usable source code search and cross
|
|
||||||
reference engine, written in Java
|
|
Loading…
Add table
Reference in a new issue