[Lunar-commits] <moonbase> pyPdf: a toolkit library in python for PDF manipulation.
Florin Braescu
florin at lunar-linux.org
Tue Jan 3 19:22:01 CET 2012
commit 23ebed23e280faefa8c693c42538364f73f45f63
Author: Florin Braescu <florin at lunar-linux.org>
Date: Tue Jan 3 19:22:01 2012 +0100
pyPdf: a toolkit library in python for PDF manipulation.
---
python/pyPdf/BUILD | 7 +++++++
python/pyPdf/DEPENDS | 2 ++
python/pyPdf/DETAILS | 20 ++++++++++++++++++++
3 files changed, 29 insertions(+), 0 deletions(-)
diff --git a/python/pyPdf/BUILD b/python/pyPdf/BUILD
new file mode 100644
index 0000000..a4f8f25
--- /dev/null
+++ b/python/pyPdf/BUILD
@@ -0,0 +1,7 @@
+(
+
+ python setup.py config &&
+ prepare_install &&
+ python setup.py install
+
+) > $C_FIFO 2>&1
diff --git a/python/pyPdf/DEPENDS b/python/pyPdf/DEPENDS
new file mode 100644
index 0000000..c15fdcc
--- /dev/null
+++ b/python/pyPdf/DEPENDS
@@ -0,0 +1,2 @@
+depends Python
+
diff --git a/python/pyPdf/DETAILS b/python/pyPdf/DETAILS
new file mode 100644
index 0000000..7ed1331
--- /dev/null
+++ b/python/pyPdf/DETAILS
@@ -0,0 +1,20 @@
+ MODULE=pyPdf
+ VERSION=1.13
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://pybrary.net/$MODULE
+ SOURCE_VFY=sha1:ba7aed11cf21a2c218df2e3979be5eb90992dcbe
+ WEB_SITE=http://pybrary.net/pyPdf
+ ENTERED=20120103
+ UPDATED=20120103
+ SHORT="A PDF toolkit library"
+
+cat << EOF
+A Pure-Python library built as a 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,
+ encrypting and decrypting PDF files.
+EOF
More information about the Lunar-commits
mailing list