You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
ffb90c8261
Signed-off-by: Paul Guyot <pguyot@kallisys.net>
29 lines
838 B
Tcl
29 lines
838 B
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-groovy
|
|
version 0.1.2
|
|
revision 0
|
|
|
|
categories-append devel
|
|
platforms {darwin any}
|
|
supported_archs noarch
|
|
license MIT
|
|
maintainers {pguyot @pguyot} openmaintainer
|
|
|
|
description Groovy-like utilities for Python
|
|
|
|
long_description {*}${description}
|
|
|
|
homepage https://pypi.org/project/groovy/
|
|
|
|
checksums rmd160 3a9e282347499bf722771694621e6100ee628ce9 \
|
|
sha256 25c1dc09b3f9d7e292458aa762c6beb96ea037071bf5e917fc81fb78d2231083 \
|
|
size 17325
|
|
|
|
python.versions 313 314
|
|
|
|
python.pep517_backend hatch
|