Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

py-findpython: new port #27690

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions python/py-findpython/Portfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# -*- 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 {${name} ne ${subport}} {
if {${python.version} eq 39} {
build.args --skip-dependency-check
}
}