From 0f4cc1827233e77205a1a61c43e5baf259fe5f82 Mon Sep 17 00:00:00 2001 From: David Gilman Date: Sun, 16 Feb 2025 21:51:45 -0500 Subject: [PATCH] py-findpython: new port --- python/py-findpython/Portfile | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 python/py-findpython/Portfile diff --git a/python/py-findpython/Portfile b/python/py-findpython/Portfile new file mode 100644 index 0000000000000..da3e47f017b58 --- /dev/null +++ b/python/py-findpython/Portfile @@ -0,0 +1,28 @@ +# -*- 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