1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup python 1.0 |
---|
5 | |
---|
6 | name py-pypdf2 |
---|
7 | version 1.17 |
---|
8 | revision 1 |
---|
9 | |
---|
10 | categories-append devel |
---|
11 | license BSD |
---|
12 | platforms darwin |
---|
13 | maintainers landonf openmaintainer |
---|
14 | supported_archs noarch |
---|
15 | |
---|
16 | description A Pure-Python PDF toolkit. |
---|
17 | |
---|
18 | long_description \ |
---|
19 | A Pure-Python PDF toolkit. \ |
---|
20 | It is capable of extracting document information (title, author, ...), \ |
---|
21 | splitting documents page by page, merging documents page by page, \ |
---|
22 | cropping pages, merging multiple pages into a single page, \ |
---|
23 | and encrypting and decrypting PDF files. |
---|
24 | |
---|
25 | fetch.type git |
---|
26 | homepage https://github.com/mstamy2/PyPDF2 |
---|
27 | git.url ${homepage}.git |
---|
28 | git.branch 15340960b59b7eadd43f54819e579a7680ef6bc1 |
---|
29 | |
---|
30 | python.versions 25 26 27 32 |
---|