You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
38 lines
1.2 KiB
Tcl
38 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-jaraco.context
|
|
version 6.0.2
|
|
revision 0
|
|
|
|
categories-append devel
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
license MIT
|
|
maintainers {reneeotten @reneeotten} openmaintainer
|
|
|
|
description Context managers by jaraco
|
|
long_description {*}${description}
|
|
|
|
homepage https://github.com/jaraco/jaraco.context
|
|
|
|
distname jaraco_context-${version}
|
|
|
|
checksums rmd160 451f90c8cffcabb72407cf90af921f227d981061 \
|
|
sha256 953ae8dddb57b1d791bf72ea1009b32088840a7dd19b9ba16443f62be919ee57 \
|
|
size 14994
|
|
|
|
python.versions 310 311 312 313 314
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_build-append \
|
|
port:py${python.version}-setuptools_scm \
|
|
port:py${python.version}-coherent.licensed
|
|
|
|
if {${python.version} < 312} {
|
|
depends_lib-append port:py${python.version}-backports.tarfile
|
|
}
|
|
}
|