SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
32
devel/py-setuptools-rust/Makefile
Normal file
32
devel/py-setuptools-rust/Makefile
Normal file
|
@ -0,0 +1,32 @@
|
|||
COMMENT= setuptools Rust extension plugin
|
||||
|
||||
MODPY_EGG_VERSION= 1.6.0
|
||||
DISTNAME= setuptools-rust-${MODPY_EGG_VERSION}
|
||||
PKGNAME= py-${DISTNAME}
|
||||
|
||||
CATEGORIES= devel
|
||||
|
||||
HOMEPAGE= https://github.com/PyO3/setuptools-rust
|
||||
|
||||
# MIT
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
MODULES= lang/python
|
||||
|
||||
MODPY_PI= Yes
|
||||
MODPY_PYBUILD= setuptools_scm
|
||||
MODPY_PYTEST_ARGS= setuptools_rust
|
||||
|
||||
FLAVORS= python3
|
||||
FLAVOR = python3
|
||||
|
||||
RUN_DEPENDS= devel/py-semantic-version${MODPY_FLAVOR} \
|
||||
devel/py-setuptools${MODPY_FLAVOR} \
|
||||
devel/py-typing-extensions${MODPY_FLAVOR}
|
||||
|
||||
.include <bsd.port.arch.mk>
|
||||
.if ${PROPERTIES:Mrust}
|
||||
RUN_DEPENDS+= lang/rust
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
Loading…
Add table
Add a link
Reference in a new issue