You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
34 lines
1.0 KiB
Tcl
34 lines
1.0 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-findpython
|
|
version 0.6.3
|
|
revision 0
|
|
|
|
categories-append devel
|
|
platforms {darwin any}
|
|
supported_archs noarch
|
|
license MIT
|
|
maintainers {gmail.com:davidgilman1 @dgilman} openmaintainer
|
|
|
|
description A utility to find python versions on your system.
|
|
long_description Also lets you filter for specific versions.
|
|
|
|
homepage https://github.com/frostming/findpython
|
|
|
|
checksums rmd160 b51b6ac5ccc0e19d0aec80bd8cd3b86ead0273f1 \
|
|
sha256 5863ea55556d8aadc693481a14ac4f3624952719efc1c5591abb0b4a9e965c94 \
|
|
size 17827
|
|
|
|
python.versions 39 310 311 312 313
|
|
python.pep517_backend pdm
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib-append \
|
|
port:py${python.version}-packaging
|
|
|
|
test.run yes
|
|
}
|