freebsd-ports/astro/py-astral/Makefile
Dmitry Marakasov 77d68471ad */*: rename CHEESESHOP to PYPI in MASTER_SITES
PR:			267994
Differential revision:	D37518
Approved by:		bapt
2023-01-11 18:58:34 +03:00

21 lines
493 B
Makefile

PORTNAME= astral
DISTVERSION= 3.2
CATEGORIES= astro python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= ${PORTNAME}-${PORTVERSION}
MAINTAINER= ygy@FreeBSD.org
COMMENT= Calculations for the position of the sun and moon
WWW= https://github.com/sffjunkie/astral
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${PY_FLAVOR}
USES= python:3.7+
USE_PYTHON= autoplist concurrent distutils
.include <bsd.port.mk>