Revision: 144267 https://trac.macports.org/changeset/144267 Author: stromnov@macports.org Date: 2016-01-05 11:57:43 -0800 (Tue, 05 Jan 2016) Log Message: ----------- py-et_xmlfile: new port Added Paths: ----------- trunk/dports/python/py-et_xmlfile/ trunk/dports/python/py-et_xmlfile/Portfile Added: trunk/dports/python/py-et_xmlfile/Portfile =================================================================== --- trunk/dports/python/py-et_xmlfile/Portfile (rev 0) +++ trunk/dports/python/py-et_xmlfile/Portfile 2016-01-05 19:57:43 UTC (rev 144267) @@ -0,0 +1,36 @@ +# -*- 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 +} Property changes on: trunk/dports/python/py-et_xmlfile/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native
participants (1)
-
stromnov@macports.org