diff options
Diffstat (limited to 'devel/oci-cli/Makefile')
-rw-r--r-- | devel/oci-cli/Makefile | 17 |
1 files changed, 6 insertions, 11 deletions
diff --git a/devel/oci-cli/Makefile b/devel/oci-cli/Makefile index 806a520f49da..33b33886256b 100644 --- a/devel/oci-cli/Makefile +++ b/devel/oci-cli/Makefile @@ -1,9 +1,7 @@ PORTNAME= oci-cli -DISTVERSION= 3.54.3 -# See below comment for WRKSRC -DISTNAME= ${PORTNAME:S/-/_/}-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX} +DISTVERSIONPREFIX= v +DISTVERSION= 3.56.0 CATEGORIES= devel -MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ale_sagra@hotmail.com @@ -24,7 +22,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}arrow>=1.0.0:devel/py-arrow@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}certifi>0:security/py-certifi@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}click>=8.0.4:devel/py-click@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}jmespath>=0.10.0:devel/py-jmespath@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}oci>=2.150.1:devel/py-oci@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}oci>=2.152.0:devel/py-oci@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}openssl>=22.1.0:security/py-openssl@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}prompt-toolkit>=3.0.29:devel/py-prompt-toolkit@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}python-dateutil>=2.5.3:devel/py-python-dateutil@${PY_FLAVOR} \ @@ -33,14 +31,11 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}arrow>=1.0.0:devel/py-arrow@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}terminaltables>=3.1.0:textproc/py-terminaltables@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyyaml>=5.4:devel/py-pyyaml@${PY_FLAVOR} -USES= python:3.9-3.11 +USES= python:3.9-3.12 +USE_GITHUB= yes +GH_ACCOUNT= oracle USE_PYTHON= autoplist concurrent cryptography pep517 -# upstream uses underscore for the tarball name, but uses hyphen for -# the directory name inside the tarball. -# e.g. oci_cli-3.51.0.tar.gz vs oci-cli-3.51.0 -WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION} - NO_ARCH= yes .include <bsd.port.mk> |