You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
29 lines
967 B
Tcl
29 lines
967 B
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-pdm-backend
|
|
version 2.4.9
|
|
revision 0
|
|
|
|
categories-append devel
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
license MIT
|
|
maintainers {reneeotten @reneeotten} openmaintainer
|
|
|
|
description The build backend used by PDM that supports latest \
|
|
packaging standards
|
|
long_description {*}${description}
|
|
|
|
homepage https://github.com/pdm-project/pdm-backend
|
|
distname pdm_backend-${version}
|
|
|
|
checksums rmd160 df444c20db9e3b26c5ee69b259b333793945cbad \
|
|
sha256 c41a852ccbf4b567b033db9b2ae78660d7a4ea49307719959ab88a01f0aabb2e \
|
|
size 119709
|
|
|
|
python.versions 310 311 312 313 314
|
|
python.pep517_backend
|