You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-03-31 14:42:53 -07:00
40 lines
1.2 KiB
Tcl
40 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-py
|
|
version 1.11.0
|
|
revision 0
|
|
categories-append devel
|
|
license MIT
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
python.versions 36 310 311 312 313 314
|
|
|
|
maintainers {stromnov @stromnov} openmaintainer
|
|
|
|
description py lib is a Python development support library
|
|
|
|
long_description The py lib is a Python development support library \
|
|
featuring ad-hoc distributed execution, micro-threads \
|
|
and svn abstractions.
|
|
|
|
homepage https://py.readthedocs.io/
|
|
|
|
checksums rmd160 d8a09bd3b8fd95b739fc3ed822f867205113d292 \
|
|
sha256 51c75c4126074b472f746a24399ad32f6053d1b34b68d2fa41e558e6f4a98719 \
|
|
size 207796
|
|
|
|
if {${name} ne ${subport}} {
|
|
if {${python.version} < 37} {
|
|
python.pep517 no
|
|
depends_build-append \
|
|
port:py${python.version}-setuptools
|
|
}
|
|
|
|
depends_build-append \
|
|
port:py${python.version}-setuptools_scm
|
|
}
|