blob: 38999bdbee9d730a8fbc9cbca0934a96ee69ea73 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
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>
|