mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
26 lines
874 B
Tcl
26 lines
874 B
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-et_xmlfile
|
|
version 2.0.0
|
|
revision 0
|
|
categories-append devel textproc
|
|
license MIT
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
python.versions 310 311 312 313 314
|
|
|
|
maintainers {stromnov @stromnov} openmaintainer
|
|
|
|
description An implementation of lxml.xmlfile for the standard library
|
|
long_description {*}${description}
|
|
|
|
homepage https://foss.heptapod.net/openpyxl/et_xmlfile
|
|
|
|
checksums rmd160 4d3a38604f4e1350e487467086f3303854633294 \
|
|
sha256 dab3f4764309081ce75662649be815c4c9081e88f0837825f90fd28317d4da54 \
|
|
size 17234
|