mirror of
https://git.freebsd.org/ports.git
synced 2025-05-29 17:36:28 -04:00
- Update WWW - Convert to USE_PYTHON=pep517 - Update pkg-descr Changes: https://github.com/amoffat/sh/releases
22 lines
499 B
Makefile
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>
|