You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
py-packaging: update to 26.0
This commit is contained in:
@@ -4,7 +4,7 @@ PortSystem 1.0
|
||||
PortGroup python 1.0
|
||||
|
||||
name py-packaging
|
||||
version 25.0
|
||||
version 26.0
|
||||
|
||||
platforms {darwin any}
|
||||
supported_archs noarch
|
||||
@@ -24,9 +24,9 @@ long_description This library provides Python packaging utilities \
|
||||
|
||||
homepage https://packaging.pypa.io/
|
||||
|
||||
checksums md5 ab0ef21ddebe09d1803575120d3f99f8 \
|
||||
rmd160 794848bb2cb4541e6004559ceccdfe37e1243807 \
|
||||
sha256 d443872c98d677bf60f6a1f2f8c1cb748e8fe762d2bf9d3148b5599295b0fc4f
|
||||
checksums md5 2cbdbb5754f038736c3c361826c6872a \
|
||||
rmd160 089839b28a8103dce5625e016bb77a19227a8693 \
|
||||
sha256 00243ae351a257117b6a241061796684b084ed1c516a08c48a3f7e147a9d80b4
|
||||
|
||||
python.versions 27 35 36 37 38 39 310 311 312 313 314
|
||||
|
||||
@@ -79,9 +79,7 @@ if {$subport ne $name} {
|
||||
post-destroot {
|
||||
set docdir ${prefix}/share/doc/${subport}
|
||||
xinstall -d ${destroot}${docdir}
|
||||
foreach docfile ${docfiles} {
|
||||
xinstall -m 0644 -W ${worksrcpath} ${docfile} ${destroot}${docdir}
|
||||
}
|
||||
xinstall -m 0644 -W ${worksrcpath} {*}${docfiles} ${destroot}${docdir}
|
||||
}
|
||||
|
||||
livecheck.type none
|
||||
|
||||
Reference in New Issue
Block a user