# -*- 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-hsluv version 5.0.4 revision 0 license MIT maintainers {mps @Schamschula} openmaintainer description A Python implementation of HSLuv (revision 4). long_description {*}${description} supported_archs noarch platforms {darwin any} homepage https://github.com/hsluv/hsluv-python python.versions 38 39 310 311 312 checksums rmd160 4867f4054d8a79c60b743d18a01061693a8bf0c5 \ sha256 2281f946427a882010042844a38c7bbe9e0d0aaf9d46babe46366ed6f169b72e \ size 543090 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools \ port:py${python.version}-wheel }