[108752] trunk/dports/python/py-pypdf2/Portfile
Revision: 108752 https://trac.macports.org/changeset/108752 Author: larryv@macports.org Date: 2013-07-31 17:30:17 -0700 (Wed, 31 Jul 2013) Log Message: ----------- py*-pypdf2: Add modeline, tweak formatting and whitespace. Modified Paths: -------------- trunk/dports/python/py-pypdf2/Portfile Modified: trunk/dports/python/py-pypdf2/Portfile =================================================================== --- trunk/dports/python/py-pypdf2/Portfile 2013-08-01 00:18:03 UTC (rev 108751) +++ trunk/dports/python/py-pypdf2/Portfile 2013-08-01 00:30:17 UTC (rev 108752) @@ -1,32 +1,32 @@ +# -*- 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 +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 -license BSD -platforms darwin -maintainers nomaintainer -supported_archs noarch +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 +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. -long_description \ - A Pure-Python PDF toolkit. \ - It is capable of extracting document information (title, author, ...), \ - 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 -checksums rmd160 85b1c22e20e5df953d2581c3ab8b7228a74c20db \ - sha256 80eb70616cf07c29eb2a7db74e94ae96a10bad712b7283b228b3591bb4e8dadc +python.versions 25 26 27 32 33 -python.versions 25 26 27 32 33 - if {${subport} ne ${name}} { post-destroot { xinstall -d -m 755 ${destroot}${prefix}/share/doc/${subport}
participants (1)
-
larryv@macports.org