You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
33 lines
1.3 KiB
Tcl
33 lines
1.3 KiB
Tcl
# -*- 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 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 9f97e4e5de5cb17e11972a3120327dd3db36c5d7 \
|
||
sha256 3647d5650cf5b0c728fcbbe3a74f551752a637c69b1a85aef91f6573e81009e7 \
|
||
size 33503
|
||
|
||
python.versions 310 311 312 313 314
|
||
|
||
if {${name} ne ${subport}} {
|
||
depends_lib-append port:py${python.version}-hy
|
||
}
|