Source
xxxxxxxxxx
# -*- 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-oset
version 0.1.3
platforms darwin
license PSF
maintainers nomaintainer
description python ordered set implementation
long_description ${description}
homepage https://gitorious.com/sleipnir/python-oset
master_sites pypi:o/oset
distname oset-${version}
checksums rmd160 e5e9cc294b62abf761db863c89c2ab30510b837f \
sha256 4c1fd7dec96eeff9d3260995a8e37f9f415d0bdb79975f57824e68716ac8f904 \
size 7345
python.versions 27 36 37
if {${name} ne ${subport}} {
depends_build-append \
port:py${python.version}-setuptools
livecheck.type none
} else {
livecheck.type pypi
}