You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
57 lines
1.9 KiB
Tcl
57 lines
1.9 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.11.1
|
|
revision 0
|
|
categories-append devel
|
|
license MIT
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
python.versions 37 38 39 310 311 312 313
|
|
python.pep517 yes
|
|
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 c009de520827ec1803e51a7133b573fc63790b3d \
|
|
sha256 7dabc4392252ced314b8050d63276e05fdc5d32398fc7d3cce1f6a6ac35b76c0 \
|
|
size 310804
|
|
|
|
if {${name} ne ${subport}} {
|
|
|
|
if {${python.version} == 37} {
|
|
python.rootname setuptools-rust
|
|
|
|
version 1.7.0
|
|
revision 0
|
|
checksums rmd160 9ccde0f5f04174659c76bf0d373065561324c7be \
|
|
sha256 c7100999948235a38ae7e555fe199aa66c253dc384b125f5d85473bf81eae3a3 \
|
|
size 303181
|
|
} elseif {${python.version} == 38} {
|
|
version 1.10.2
|
|
revision 0
|
|
checksums rmd160 ec0448a736388bcd94a13073f41c94450d35edda \
|
|
sha256 5d73e7eee5f87a6417285b617c97088a7c20d1a70fcea60e3bdc94ff567c29dc \
|
|
size 309315
|
|
}
|
|
|
|
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
|
|
|
|
livecheck.type none
|
|
}
|