# -*- 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-pypdf version 4.2.0 revision 0 categories-append devel platforms {darwin any} supported_archs noarch license BSD maintainers {reneeotten @reneeotten} openmaintainer description A utility to read and write pdfs with Python long_description A Pure-Python PDF toolkit. It is capable of \ extracting document information, splitting \ documents page by page, merging documents page \ by page, cropping pages, merging multiple pages \ into a single page, and encrypting and \ decrypting PDF files. homepage https://github.com/py-pdf/pypdf checksums rmd160 cd0d4f43f7d6057b563d26dad34e69b4ddaffb7e \ sha256 fe63f3f7d1dcda1c9374421a94c1bba6c6f8c4a62173a59b64ffd52058f846b1 \ size 288449 python.versions 38 39 310 311 312 python.pep517_backend flit if {${name} ne ${subport}} { if {${python.version} < 310} { depends_lib-append \ port:py${python.version}-typing_extensions } post-destroot { xinstall -d ${destroot}${prefix}/share/doc/${subport} xinstall -m 0644 -W ${worksrcpath} CHANGELOG.md LICENSE README.md \ ${destroot}${prefix}/share/doc/${subport} } }