ports/devel/py-sh/Makefile
Po-Chuan Hsieh 7540c68130
devel/py-sh: Update to 2.0.7
- Update WWW
- Convert to USE_PYTHON=pep517
- Update pkg-descr

Changes:	https://github.com/amoffat/sh/releases
2024-09-18 14:13:16 +08:00

22 lines
499 B
Makefile

PORTNAME= sh
PORTVERSION= 2.0.7
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Python subprocess replacement
WWW= https://sh.readthedocs.io/en/latest/ \
https://github.com/amoffat/sh
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes
.include <bsd.port.mk>