freebsd-ports/devel/py-scheduler/Makefile
Yuri Victorovich 94390529d4 devel/py-scheduler: Update 0.8.0 → 0.8.3
Reported by:	portscout
2023-03-10 01:20:55 -08:00

21 lines
448 B
Makefile

PORTNAME= scheduler
DISTVERSION= 0.8.3
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Python scheduler library
WWW= https://gitlab.com/DigonIO/scheduler
LICENSE= LGPL3
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}typeguard>=2.6.0:devel/py-typeguard@${PY_FLAVOR}
USES= python
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>