You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-03-31 14:42:53 -07:00
37 lines
1.2 KiB
Tcl
37 lines
1.2 KiB
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup python 1.0
|
|
|
|
name py-setuptools-rust
|
|
version 1.12.1
|
|
revision 0
|
|
categories-append devel
|
|
license MIT
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
python.versions 310 311 312 313 314
|
|
python.rootname setuptools_rust
|
|
|
|
maintainers {toby @tobypeterson} openmaintainer
|
|
|
|
description Setuptools Rust extension plugin
|
|
long_description {*}${description}
|
|
|
|
homepage https://github.com/PyO3/setuptools-rust
|
|
|
|
checksums rmd160 b84f8c0224698c9555486150686e74056bddc8fe \
|
|
sha256 85ae70989d96c9cfeb5ef79cf3bac2d5200bc5564f720a06edceedbdf6664640 \
|
|
size 310852
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_build-append \
|
|
port:py${python.version}-setuptools_scm
|
|
|
|
depends_run-append port:py${python.version}-semantic_version \
|
|
port:py${python.version}-typing_extensions \
|
|
port:cargo \
|
|
port:rust
|
|
}
|