diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2022-06-25 20:43:41 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2022-06-25 21:17:52 +0000 |
commit | 06ae81597b621cb16e2529fa6cc189ed97350bf5 (patch) | |
tree | 06ca9c5fac1c6dafa8295a24ec3e595173812e6b | |
parent | 9c9ea91650d95736ba808685c59113676802ad95 (diff) | |
download | ports-06ae81597b621cb16e2529fa6cc189ed97350bf5.tar.gz ports-06ae81597b621cb16e2529fa6cc189ed97350bf5.zip |
databases/py-carbon: Mark BROKEN for python39
- Remove version-spec
PR: 261703
Reported by: exp-run
-rw-r--r-- | databases/py-carbon/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/databases/py-carbon/Makefile b/databases/py-carbon/Makefile index 999b324715a3..07f8edf147e4 100644 --- a/databases/py-carbon/Makefile +++ b/databases/py-carbon/Makefile @@ -18,7 +18,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cachetools>=1.1.0:devel/py-cachetools@${PY_F ${PYTHON_PKGNAMEPREFIX}urllib3>=0:net/py-urllib3@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}whisper>=0.9.10:databases/py-whisper@${PY_FLAVOR} -USES= python:3.5-3.8 +USES= python USE_GITHUB= yes GH_ACCOUNT= graphite-project USE_PYTHON= distutils py3kplist @@ -29,6 +29,12 @@ MAKE_ENV= GRAPHITE_NO_PREFIX=yes NO_ARCH= yes SUB_LIST= PYTHON_CMD=${PYTHON_CMD} +.include <bsd.port.pre.mk> + +.if ${PYTHON_REL} > 30900 +BROKEN= Python-3.9 is not supported +.endif + post-patch: @${REINPLACE_CMD} 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/setup.py |