diff --git a/python/py-pystache/Portfile b/python/py-pystache/Portfile index c5141a3fabd97..2fb5baa64c545 100644 --- a/python/py-pystache/Portfile +++ b/python/py-pystache/Portfile @@ -4,14 +4,14 @@ PortSystem 1.0 PortGroup python 1.0 name py-pystache -version 0.6.5 +version 0.6.8 revision 0 categories-append devel textproc license MIT supported_archs noarch platforms {darwin any} -python.versions 39 310 311 312 +python.versions 310 311 312 313 maintainers {stromnov @stromnov} openmaintainer @@ -21,16 +21,13 @@ long_description Pystache is a Python implementation of Mustache. \ Mustache is a framework-agnostic, logic-free templating \ system inspired by ctemplate and et. -homepage https://github.com/defunkt/pystache +homepage https://github.com/PennyDreadfulMTG/pystache -checksums rmd160 8fa946af471b7f6111327ad8ee70e0823964a01e \ - sha256 9f238d5a06f18843e0d491d8e4e292dc03fed6a54cb0a5c34be37a3faa973174 \ - size 100731 +checksums rmd160 19f4b4cf2ff81b95cd00238a489b2b8f2f464eb8 \ + sha256 3707518e6a4d26dd189b07c10c669b1fc17df72684617c327bd3550e7075c72c \ + size 101892 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools_scm - if {${python.version} < 310} { - depends_lib-append port:py${python.version}-importlib-metadata - } }