You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
35 lines
1.1 KiB
Tcl
35 lines
1.1 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 1.8.3
|
|
revision 0
|
|
categories-append devel
|
|
platforms darwin
|
|
license BSD
|
|
supported_archs noarch
|
|
|
|
python.versions 27 35 36 37 38 39
|
|
|
|
maintainers {stromnov @stromnov} openmaintainer
|
|
|
|
description System for validating and deserializing data.
|
|
long_description ${description}
|
|
|
|
homepage http://docs.repoze.org/colander
|
|
|
|
checksums rmd160 b432d225439e6257fb7233667d0a670c769631dc \
|
|
sha256 259592a0d6a89cbe63c0c5771f9c0c2522387415af8d715f599583eac659f7d4 \
|
|
size 109919
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_build-append \
|
|
port:py${python.version}-setuptools
|
|
depends_lib-append port:py${python.version}-iso8601 \
|
|
port:py${python.version}-translationstring
|
|
|
|
livecheck.type none
|
|
}
|