Skip to content

Commit

Permalink
py-findpython: new port
Browse files Browse the repository at this point in the history
  • Loading branch information
dgilman committed Feb 17, 2025
1 parent bdb1ca6 commit 10eb598
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions python/py-findpython/Portfile
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
}

0 comments on commit 10eb598

Please sign in to comment.