# -*- 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 PortGroup github 1.0 github.setup mstamy2 PyPDF2 15340960b59b7eadd43f54819e579a7680ef6bc1 name py-pypdf2 version 1.17 categories-append devel platforms darwin supported_archs noarch license BSD maintainers nomaintainer 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. checksums rmd160 85b1c22e20e5df953d2581c3ab8b7228a74c20db \ sha256 80eb70616cf07c29eb2a7db74e94ae96a10bad712b7283b228b3591bb4e8dadc python.versions 25 26 27 32 33 if {${subport} ne ${name}} { post-destroot { xinstall -d -m 755 ${destroot}${prefix}/share/doc/${subport} xinstall -m 644 -W ${worksrcpath} CHANGELOG LICENSE README \ ${destroot}${prefix}/share/doc/${subport} } livecheck.type none } else { livecheck.type regex livecheck.url ${github.raw}/master/CHANGELOG livecheck.version ${version} livecheck.regex {Version (\d+\.\d+)} }