mirror of
https://git.freebsd.org/ports.git
synced 2025-05-04 23:47:37 -04:00
24 lines
612 B
Makefile
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>
|