diff --git a/sysutils/justpath/Portfile b/sysutils/justpath/Portfile index 3ad802305d3..7af417ef726 100644 --- a/sysutils/justpath/Portfile +++ b/sysutils/justpath/Portfile @@ -4,8 +4,9 @@ PortSystem 1.0 PortGroup python 1.0 name justpath -version 0.0.17 -revision 1 +version 0.0.18 +revision 0 + license GPL-3 categories sysutils platforms {darwin any} @@ -25,15 +26,13 @@ long_description \ directory\), and later use this new string to set PATH in your shell \ startup script or with an environment manager. -checksums rmd160 1bb519fd3fb9d9a4000469bba970db50aeb43d0b \ - sha256 0cbb7ae670733b7457f82b6fd91c2e40437186d904e6fbb825dfbc96afedb7a8 \ - size 21209 - -python.default_version 313 - -depends_lib-append port:py${python.version}-colorama \ - port:py${python.version}-typer \ - port:py${python.version}-types-colorama \ - port:py${python.version}-typing_extensions +checksums rmd160 cffd8c08e94ce567bc35a4113a84be99aea3dac9 \ + sha256 ce506820d2eb1929c74d067f81fe501011d0a317a5a15283a13d8d7f9cf9bc08 \ + size 20190 +python.default_version 314 python.pep517_backend poetry + +depends_lib-append port:py${python.version}-colorama \ + port:py${python.version}-typer \ + port:py${python.version}-types-colorama