mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
67c846f152
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
20 lines
435 B
Makefile
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>
|