1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/astro/py-metar/Makefile
Po-Chuan Hsieh 4c9c8c6dcd
astro/py-metar: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
2024-03-23 22:31:01 +08:00

25 lines
599 B
Makefile

PORTNAME= metar
PORTVERSION= 1.11.0
PORTREVISION= 1
CATEGORIES= astro python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Parse METAR-coded weather reports
WWW= https://github.com/python-metar/python-metar
# It actually has the first clause only.
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes
.include <bsd.port.mk>