Files

34 lines
1.1 KiB
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-sgmllib3k
version 1.0.0
revision 0
categories-append devel
license BSD
supported_archs noarch
platforms {darwin any}
maintainers {khindenburg @kurthindenburg} openmaintainer
description Py3k port of the old stdlib module
long_description sgmllib was dropped in Python 3. This is an unmaintained \
old module. If possible, do not use it for new ports.
homepage https://pypi.python.org/pypi/${python.rootname}/
python.versions 310 311 312 313
checksums rmd160 a5076132fc42434d5615606a9f325774eb53cba3 \
sha256 7868fb1c8bfa764c1ac563d3cf369c381d1325d36124933a726f29fcdaa812e9 \
size 5750
if {${name} ne ${subport}} {
post-destroot {
xinstall -m 0644 -W ${worksrcpath} README \
${destroot}${prefix}/share/doc/${subport}
}
}