ports/science/py-pygeodesy/Makefile
Po-Chuan Hsieh 9e71843145
science/py-pygeodesy: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
2024-05-13 22:06:57 +08:00

24 lines
612 B
Makefile

PORTNAME= pygeodesy
PORTVERSION= 23.4.23
PORTREVISION= 1
CATEGORIES= science python
MASTER_SITES= PYPI \
https://github.com/mrJean1/PyGeodesy/raw/master/dist/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= PyGeodesy-${PORTVERSION}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Pure Python geodesy tools
WWW= https://github.com/mrJean1/PyGeodesy
LICENSE= MIT
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
USES= python:3.9+ zip
USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes
.include <bsd.port.mk>