summaryrefslogtreecommitdiff
path: root/devel/py-libtmux/Makefile
blob: c1211fe1a8df7abcf87d0408283845b33d9761dc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
PORTNAME=	libtmux
PORTVERSION=	0.46.2
CATEGORIES=	devel python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Typed scripting library / ORM / API wrapper for tmux
WWW=		https://libtmux.git-pull.com/ \
		https://github.com/tmux-python/libtmux

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR}
RUN_DEPENDS=	tmux:sysutils/tmux

USES=		python:3.9+
USE_PYTHON=	autoplist concurrent pep517

NO_ARCH=	yes

.include <bsd.port.mk>