devel/py-opengrok-tools: Update to 1.3.11
While here, convert from REINPLACE_CMD to patch files and return this to the pool since I no longer use it PR: 245456 Submitted by: Antonio Huete Jimenez <tuxillo@quantumachine.net>
This commit is contained in:
parent
cf34c31a93
commit
5ff347b865
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=535232
@ -1,11 +1,11 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= opengrok-tools
|
||||
PORTVERSION= 1.3.3
|
||||
PORTVERSION= 1.3.11
|
||||
CATEGORIES= devel python
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= swills@FreeBSD.org
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= OpenGrok tools for synchronization and mirroring
|
||||
|
||||
LICENSE= CDDL
|
||||
@ -31,7 +31,4 @@ GH_PROJECT= opengrok
|
||||
BUILD_WRKSRC= ${WRKSRC}/opengrok-tools
|
||||
INSTALL_WRKSRC= ${BUILD_WRKSRC}
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|requests\=\=|requests>=|g' ${BUILD_WRKSRC}/requirements.txt
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1570805124
|
||||
SHA256 (oracle-opengrok-1.3.3_GH0.tar.gz) = fe0203da36ab4daefad53fa846d1780662811088514543942cc460b4f5e89da6
|
||||
SIZE (oracle-opengrok-1.3.3_GH0.tar.gz) = 1887612
|
||||
TIMESTAMP = 1586348321
|
||||
SHA256 (oracle-opengrok-1.3.11_GH0.tar.gz) = ac571143741c02e59d16c035bcd09de3a7ad6952e26b32e2c1c5d9b549d00871
|
||||
SIZE (oracle-opengrok-1.3.11_GH0.tar.gz) = 2002279
|
||||
|
@ -0,0 +1,16 @@
|
||||
--- opengrok-tools/requirements.txt.orig 2020-03-26 19:43:15 UTC
|
||||
+++ opengrok-tools/requirements.txt
|
||||
@@ -3,11 +3,11 @@ chardet==3.0.4
|
||||
filelock==3.0.10
|
||||
idna==2.7
|
||||
JsonForm==0.0.2
|
||||
-jsonschema==2.6.0
|
||||
+jsonschema>=2.6.0
|
||||
JsonSir==0.0.2
|
||||
Python-EasyConfig==0.1.7
|
||||
PyYAML==3.13
|
||||
-requests==2.20.0
|
||||
+requests>=2.20.0
|
||||
Resource==0.2.1
|
||||
six==1.11.0
|
||||
urllib3==1.23
|
11
devel/py-opengrok-tools/files/patch-opengrok-tools_setup.py
Normal file
11
devel/py-opengrok-tools/files/patch-opengrok-tools_setup.py
Normal file
@ -0,0 +1,11 @@
|
||||
--- opengrok-tools/setup.py.orig 2020-03-26 19:43:15 UTC
|
||||
+++ opengrok-tools/setup.py
|
||||
@@ -32,7 +32,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…
Reference in New Issue
Block a user