# -*- 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 # $Id$ PortSystem 1.0 PortGroup python 1.0 name py-et_xmlfile version 1.0.1 revision 0 categories-append devel textproc platforms darwin license MIT python.versions 27 34 35 maintainers stromnov openmaintainer description An implementation of lxml.xmlfile for the standard library long_description ${description} homepage https://bitbucket.org/openpyxl/et_xmlfile master_sites pypi:[string index ${python.rootname} 0]/${python.rootname} distname ${python.rootname}-${version} checksums rmd160 546c03f43315eee98d44e01914b1f4f8191eb584 \ sha256 614d9722d572f6246302c4491846d2c393c199cfa4edc9af593437691683335b if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools livecheck.type none } else { livecheck.type pypi }