Skip to content
Merged
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
15 changes: 6 additions & 9 deletions python/py-pystache/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
}
}