ports/devel/py-pyproject-fmt-rust/Makefile
Siva Mahadevan c0d07f1127 */*: remove STRIP_CMD calls in rust based ports
This is not needed after bc4fedc1fe

PR:		246993
Differential Revision:	https://reviews.freebsd.org/D46503
2024-09-10 12:58:07 +02:00

25 lines
640 B
Makefile

PORTNAME= pyproject-fmt-rust
PORTVERSION= 1.1.6
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTFILES= pyproject_fmt_rust-${PORTVERSION}${EXTRACT_SUFX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Format your pyproject.toml file
WWW= https://github.com/tox-dev/pyproject-fmt-rust
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}maturin>=1.5.1:devel/py-maturin@${PY_FLAVOR}
USES= cargo python
USE_PYTHON= autoplist concurrent pep517
CARGO_BUILD= no
CARGO_INSTALL= no
WRKSRC= ${WRKDIR}/pyproject_fmt_rust-${PORTVERSION}
.include <bsd.port.mk>