# -*- 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.7.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 cfdd4f4f22f8a99837c1ac1acad6192061272d5c \ sha256 3a4b3568abfe16d16895e584c0db84c1251d258fe234ba86f072906b90545ce8 \ size 32955 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 }