mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
This is not needed after bc4fedc1fe
PR: 246993
Differential Revision: https://reviews.freebsd.org/D46503
25 lines
640 B
Makefile
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>
|