Files
2025-11-25 20:40:27 -08:00

33 lines
1.3 KiB
Tcl
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# -*- 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 1.0.1
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 Pythons 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. Hyrules macros, on \
the other hand, are only really usable in Hy.
homepage https://hyrule.readthedocs.io/
checksums rmd160 9f97e4e5de5cb17e11972a3120327dd3db36c5d7 \
sha256 3647d5650cf5b0c728fcbbe3a74f551752a637c69b1a85aef91f6573e81009e7 \
size 33503
python.versions 310 311 312 313 314
if {${name} ne ${subport}} {
depends_lib-append port:py${python.version}-hy
}