You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
33 lines
1019 B
Tcl
33 lines
1019 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-defusedxml
|
||
version 0.7.1
|
||
revision 0
|
||
categories-append textproc
|
||
platforms darwin
|
||
license PSF
|
||
supported_archs noarch
|
||
|
||
python.versions 27 35 36 37 38 39
|
||
|
||
maintainers {stromnov @stromnov} openmaintainer
|
||
|
||
description Workarounds and fixes for DoS and other vulnerabilities in Python’s XML libraries.
|
||
long_description ${description}
|
||
|
||
homepage https://github.com/tiran/defusedxml
|
||
|
||
checksums rmd160 7574f98084b1d7a3a3f45361739629fbcd35ba5e \
|
||
sha256 1bb3032db185915b62d7c6209c5a8792be6a32ab2fedacc84e01b52c51aa3e69 \
|
||
size 75520
|
||
|
||
if {${name} ne ${subport}} {
|
||
depends_build-append \
|
||
port:py${python.version}-setuptools
|
||
|
||
livecheck.type none
|
||
}
|