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.0 KiB
Tcl
33 lines
1.0 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-colander
|
|
version 2.0
|
|
revision 0
|
|
categories-append devel
|
|
license BSD
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
python.versions 310 311 312
|
|
|
|
maintainers {stromnov @stromnov} openmaintainer
|
|
|
|
description System for validating and deserializing data.
|
|
long_description {*}${description}
|
|
|
|
homepage https://github.com/Pylons/colander
|
|
|
|
checksums rmd160 9d02fa1cc22c864f6c0fdeedc5e19f17db637024 \
|
|
sha256 419cd68178d2ee6ee4cae5d5cb1830725634b0a2840917156e89eb2592237ef3 \
|
|
size 137014
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_build-append \
|
|
port:py${python.version}-babel
|
|
depends_lib-append port:py${python.version}-translationstring \
|
|
port:py${python.version}-iso8601
|
|
}
|