-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# -*- 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.2 | ||
revision 0 | ||
categories-append devel | ||
platforms {darwin any} | ||
license MIT | ||
supported_archs noarch | ||
|
||
python.versions 39 310 311 312 313 | ||
|
||
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 19d4318f7511280d3f838e1b23e6a53ba73e92ad \ | ||
sha256 e0c75ba9f35a7f9bb4423eb31bd17358cccf15761b6837317719177aeff46723 \ | ||
size 17770 | ||
|
||
python.pep517_backend pdm | ||
|
||
# borrowed from https://trac.macports.org/ticket/72050 | ||
if {${python.version} eq 39} { | ||
build.args --skip-dependency-check | ||
} |