# -*- 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-hyrule version 0.8.0 revision 0 categories-append devel license MIT platforms {darwin any} supported_archs noarch maintainers nomaintainer description A utility library for the Hy programming language long_description Hyrule is a utility library for the Hy programming \ language. It can be thought of as the Hy equivalent, or addition, \ to Python’s standard library. While intended primarily for Hy \ programs, its functions and classes can be used in Python as with \ any other Python library\; just import hyrule. Hyrule’s macros, on \ the other hand, are only really usable in Hy. homepage https://hyrule.readthedocs.io/ checksums rmd160 2ecda56e934efec5f32c2316e8ec3e20b01f2cc0 \ sha256 307105632bbccc96ad785f5fd606efe4f83a0383484fd9110f99af29e2eb7fd0 \ size 33212 python.versions 39 310 311 312 313 python.pep517 no if {${name} ne ${subport}} { depends_build-append port:py${python.version}-setuptools \ port:py${python.version}-wheel depends_lib-append port:py${python.version}-hy }