Ticket #45975: py-pypdf2.update-1.23.patch
File py-pypdf2.update-1.23.patch, 1.5 KB (added by macfreek (Freek Dijkstra), 10 years ago) |
---|
-
py-pypdf2/Portfile
old new 5 5 PortGroup python 1.0 6 6 PortGroup github 1.0 7 7 8 github.setup mstamy2 PyPDF2 15340960b59b7eadd43f54819e579a7680ef6bc18 github.setup mstamy2 PyPDF2 2f499c55d575be976c0984a5e1047f99a6f7667f 9 9 name py-pypdf2 10 version 1. 1710 version 1.23 11 11 categories-append devel 12 12 platforms darwin 13 13 supported_archs noarch … … 22 22 into a single page, and encrypting and \ 23 23 decrypting PDF files. 24 24 25 checksums rmd160 85b1c22e20e5df953d2581c3ab8b7228a74c20db\26 sha256 80eb70616cf07c29eb2a7db74e94ae96a10bad712b7283b228b3591bb4e8dadc25 checksums rmd160 15953f4bc160a060ec5e9772dec4e802c7e22415 \ 26 sha256 f007889cbaa19f9fd4c69b37eb2f28a8ddc995ad29a1c906546529b9a80f6373 27 27 28 python.versions 25 26 27 32 33 28 python.versions 25 26 27 32 33 34 29 29 30 30 if {${name} ne ${subport}} { 31 31 post-destroot { 32 32 xinstall -d -m 755 ${destroot}${prefix}/share/doc/${subport} 33 xinstall -m 644 -W ${worksrcpath} CHANGELOG LICENSE README \33 xinstall -m 644 -W ${worksrcpath} CHANGELOG LICENSE README.md \ 34 34 ${destroot}${prefix}/share/doc/${subport} 35 35 } 36 36 livecheck.type none