1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/devel/py-tasklib/Makefile
Thierry Dussuet 67c846f152 devel/py-tasklib: Update to 2.4.3
This version adds support of Python 3.9, Taskwarrior 2.6 and tzlocal
3.0 or later.

While I'm here, re-format Makefile with portfmt.

Changes:	https://github.com/GothenburgBitFactory/tasklib/commits/2.4.3
PR:		258746
2021-11-15 13:19:57 +09:00

20 lines
435 B
Makefile

PORTNAME= tasklib
DISTVERSION= 2.4.3
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= thierry.dussuet@protonmail.com
COMMENT= Python library for interacting with taskwarrior databases
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= task:deskutils/taskwarrior
USES= python:3.5+,run
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>