Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (432db8a191a71e62aa775bdf2df8e0da4f7016e7)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (432db8a191a71e62aa775bdf2df8e0da4f7016e7)
  • Date: Wed, 8 May 2013 15:25:23 -0500

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

ChangeLog | 3 +++
python-pypi/pypdf2/CONFLICTS | 1 +
python-pypi/pypdf2/DEPENDS | 1 +
python-pypi/pypdf2/DETAILS | 20 ++++++++++++++++++++
python-pypi/pypdf2/HISTORY | 4 ++++
5 files changed, 29 insertions(+)

New commits:
commit 432db8a191a71e62aa775bdf2df8e0da4f7016e7
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

new spell: pypdf2-1.15

diff --git a/ChangeLog b/ChangeLog
index 6ad5676..ae7cc13 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2013-05-08 Treeve Jelbert <treeve AT sourcemage.org>
+ * python-pypi/pypdf2: new spell, forked from pypdf
+
2013-05-07 Ismael Luceno <ismael AT sourcemage.org>
* devel/dissy: new spell, Graphical frontend to the objdump
disassembler

diff --git a/python-pypi/pypdf2/CONFLICTS b/python-pypi/pypdf2/CONFLICTS
new file mode 100755
index 0000000..14174ff
--- /dev/null
+++ b/python-pypi/pypdf2/CONFLICTS
@@ -0,0 +1 @@
+conflicts pypdf
diff --git a/python-pypi/pypdf2/DEPENDS b/python-pypi/pypdf2/DEPENDS
new file mode 100755
index 0000000..48d8ddc
--- /dev/null
+++ b/python-pypi/pypdf2/DEPENDS
@@ -0,0 +1 @@
+. $SECTION_DIRECTORY/PY_DEPENDS
diff --git a/python-pypi/pypdf2/DETAILS b/python-pypi/pypdf2/DETAILS
new file mode 100755
index 0000000..fc1267d
--- /dev/null
+++ b/python-pypi/pypdf2/DETAILS
@@ -0,0 +1,20 @@
+ SPELL=pypdf2
+ SPELLX=knowah-PyPDF2
+ VERSION=1.15
+ VX=2857d48
+
SOURCE_HASH=sha512:d0baf0638d5624824254045c010d71ffe4b761bb95cd9a224a349d0a176d39df70ff298c87da55bb399ea7861444823a4d9280c96f533799c9741b22a6fff30e
+ SOURCE=$SPELLX-$VX.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-$VX
+ WEB_SITE=https://pypi.python.org/pypi/PyPDF2
+ SOURCE_URL[0]=http://github.com/knowah/PyPDF2/tarball/master
+ LICENSE[0]=BSD
+ ENTERED=20130508
+ KEYWORDS="python pdf"
+ SHORT="A Pure-Python library built as a PDF toolkit"
+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
diff --git a/python-pypi/pypdf2/HISTORY b/python-pypi/pypdf2/HISTORY
new file mode 100644
index 0000000..16c338a
--- /dev/null
+++ b/python-pypi/pypdf2/HISTORY
@@ -0,0 +1,4 @@
+2013-05-08 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.15
+ spell created
+



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (432db8a191a71e62aa775bdf2df8e0da4f7016e7), Treeve Jelbert, 05/08/2013

Archive powered by MHonArc 2.6.24.

Top of Page