mirror of
https://git.freebsd.org/ports.git
synced 2025-05-08 03:40:46 -04:00
- Update WWW - Add TIMEZONE option Changes: https://github.com/dbader/schedule/blob/master/HISTORY.rst https://schedule.readthedocs.io/en/stable/changelog.html
28 lines
719 B
Makefile
28 lines
719 B
Makefile
PORTNAME= schedule
|
|
PORTVERSION= 1.2.2
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Python job scheduling for humans
|
|
WWW= https://schedule.readthedocs.io/en/stable/ \
|
|
https://github.com/dbader/schedule
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61.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
|
|
|
|
OPTIONS_DEFINE= TIMEZONE
|
|
TIMEZONE_DESC= Timezone support
|
|
|
|
TIMEZONE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytz>=0:devel/py-pytz@${PY_FLAVOR}
|
|
|
|
.include <bsd.port.mk>
|