mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
devel/py-orca: Allow build with py-tables 3.7.0
- Bump PORTREVISION for package change
This commit is contained in:
parent
057e12f07b
commit
bab0851a38
2 changed files with 13 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= orca
|
||||
PORTVERSION= 1.6
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -13,7 +14,7 @@ LICENSE= BSD3CLAUSE
|
|||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pandas>=0.15.0,1:math/py-pandas@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}tables>=3.1<3.7:devel/py-tables@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}tables>=3.1<3.8:devel/py-tables@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}toolz>=0.8.1:devel/py-toolz@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.7+
|
||||
|
|
11
devel/py-orca/files/patch-setup.py
Normal file
11
devel/py-orca/files/patch-setup.py
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- setup.py.orig 2021-03-30 03:56:45 UTC
|
||||
+++ setup.py
|
||||
@@ -66,7 +66,7 @@ setup(
|
||||
install_requires=[
|
||||
'pandas >= 0.15.0',
|
||||
'tables >=3.1, <3.6; python_version <"3.6"',
|
||||
- 'tables >=3.1, <3.7; python_version >="3.6"',
|
||||
+ 'tables >=3.1, <3.8; python_version >="3.6"',
|
||||
'toolz >= 0.8.1'
|
||||
],
|
||||
extras_require={
|
Loading…
Add table
Reference in a new issue