mirror of
https://git.freebsd.org/ports.git
synced 2025-05-01 19:16:39 -04:00
Changes: https://github.com/tmux-python/libtmux/releases https://libtmux.git-pull.com/history.html
23 lines
558 B
Makefile
23 lines
558 B
Makefile
PORTNAME= libtmux
|
|
PORTVERSION= 0.36.0
|
|
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}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR}
|
|
RUN_DEPENDS= tmux:sysutils/tmux
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist concurrent pep517
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|