diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2023-05-05 12:52:14 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2023-05-05 19:32:45 +0000 |
commit | bbb612c1d567dd1bf118b21a1e74fbc8a5124c6d (patch) | |
tree | ecd930f24538256f744e27344c71c7762bc4aed0 /astro/py-kosmorrolib/Makefile | |
parent | 4e3c50d8e6dacc50d0fadd0a86a1997313353a1c (diff) | |
download | ports-bbb612c1d567dd1bf118b21a1e74fbc8a5124c6d.tar.gz ports-bbb612c1d567dd1bf118b21a1e74fbc8a5124c6d.zip |
Diffstat (limited to 'astro/py-kosmorrolib/Makefile')
-rw-r--r-- | astro/py-kosmorrolib/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/astro/py-kosmorrolib/Makefile b/astro/py-kosmorrolib/Makefile index 5a2061812b43..43182fcd7df7 100644 --- a/astro/py-kosmorrolib/Makefile +++ b/astro/py-kosmorrolib/Makefile @@ -1,6 +1,5 @@ PORTNAME= kosmorrolib -PORTVERSION= 1.0.7 -PORTREVISION= 1 +PORTVERSION= 1.0.8 CATEGORIES= astro python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,6 +15,7 @@ LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}skyfield>0:astro/py-skyfield@${PY_FLAVOR}\ ${PYTHON_PKGNAMEPREFIX}dateutil>0:devel/py-dateutil@${PY_FLAVOR}\ + ${PYTHON_PKGNAMEPREFIX}poetry-core>0:devel/py-poetry-core@${PY_FLAVOR}\ ${PYTHON_PKGNAMEPREFIX}skyfield-data>0:astro/py-skyfield-data@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}skyfield>0:astro/py-skyfield@${PY_FLAVOR}\ ${PYTHON_PKGNAMEPREFIX}dateutil>0:devel/py-dateutil@${PY_FLAVOR}\ @@ -26,7 +26,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}skyfield>0:astro/py-skyfield@${PY_FLAVOR}\ #GH_PROJECT= lib USES= python:3.8+ -USE_PYTHON= distutils +USE_PYTHON= pep517 + +PLIST_SUB= VE=${PORTVERSION} NO_ARCH= yes |