mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
26 lines
732 B
Makefile
26 lines
732 B
Makefile
PORTNAME= rpds-py
|
|
PORTVERSION= 0.24.0
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= PYPI \
|
|
https://github.com/crate-py/rpds/releases/download/v${PORTVERSION}/
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTFILES= rpds_py-${PORTVERSION}${EXTRACT_SUFX}
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Python bindings to Rust persistent data structures (rpds)
|
|
WWW= https://rpds.readthedocs.io/en/latest/ \
|
|
https://github.com/crate-py/rpds
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}maturin>=1.2<2.0:devel/py-maturin@${PY_FLAVOR}
|
|
|
|
USES= cargo dos2unix python:3.9+
|
|
USE_PYTHON= autoplist concurrent pep517
|
|
|
|
CARGO_BUILD= no
|
|
CARGO_INSTALL= no
|
|
WRKSRC= ${WRKDIR}/rpds_py-${PORTVERSION}
|
|
|
|
.include <bsd.port.mk>
|