Ticket #45975: py-pypdf2.update-1.23.patch

File py-pypdf2.update-1.23.patch, 1.5 KB (added by macfreek (Freek Dijkstra), 9 years ago)

diff -Naur of dports/python/py-pypdf2/Portfile

  • py-pypdf2/Portfile

    old new  
    55PortGroup               python 1.0
    66PortGroup               github 1.0
    77
    8 github.setup            mstamy2 PyPDF2 15340960b59b7eadd43f54819e579a7680ef6bc1
     8github.setup            mstamy2 PyPDF2 2f499c55d575be976c0984a5e1047f99a6f7667f
    99name                    py-pypdf2
    10 version                 1.17
     10version                 1.23
    1111categories-append       devel
    1212platforms               darwin
    1313supported_archs         noarch
     
    2222                        into a single page, and encrypting and \
    2323                        decrypting PDF files.
    2424
    25 checksums               rmd160  85b1c22e20e5df953d2581c3ab8b7228a74c20db \
    26                         sha256  80eb70616cf07c29eb2a7db74e94ae96a10bad712b7283b228b3591bb4e8dadc
     25checksums               rmd160  15953f4bc160a060ec5e9772dec4e802c7e22415 \
     26                        sha256  f007889cbaa19f9fd4c69b37eb2f28a8ddc995ad29a1c906546529b9a80f6373
    2727
    28 python.versions         25 26 27 32 33
     28python.versions         25 26 27 32 33 34
    2929
    3030if {${name} ne ${subport}} {
    3131    post-destroot {
    3232        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 \
    3434            ${destroot}${prefix}/share/doc/${subport}
    3535    }
    3636    livecheck.type      none