diff --git a/libs/pcre/DETAILS b/libs/pcre/DETAILS
index 11c8d5a..3f26497 100755
--- a/libs/pcre/DETAILS
+++ b/libs/pcre/DETAILS
@@ -1,5 +1,5 @@
SPELL=pcre
- VERSION=8.33
+ VERSION=8.34
PATCHLEVEL=1
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE2=$SOURCE.sig
diff --git a/libs/pcre/HISTORY b/libs/pcre/HISTORY
index e042a72..bdb43b8 100644
--- a/libs/pcre/HISTORY
+++ b/libs/pcre/HISTORY
@@ -1,3 +1,6 @@
+2013-12-16 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 8.34
+
2013-05-28 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 8.33
diff --git a/python-pypi/pyfpdf/HISTORY b/python-pypi/pyfpdf/HISTORY
index e009cfe..986ed84 100644
--- a/python-pypi/pyfpdf/HISTORY
+++ b/python-pypi/pyfpdf/HISTORY
@@ -1,3 +1,6 @@
+2013-12-15 Treeve Jelbert <treeve AT sourcemage.org>
+ * PRE_BUILD: added, foruse when building with python3
+
2013-04-17 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.7
spell created
diff --git a/python-pypi/pyfpdf/PRE_BUILD b/python-pypi/pyfpdf/PRE_BUILD
new file mode 100755
index 0000000..4560881
--- /dev/null
+++ b/python-pypi/pyfpdf/PRE_BUILD
@@ -0,0 +1,5 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+if is_depends_enabled $SPELL python3;then
+ 2to3 -f all -w -o fpdf_py3k -n fpdf
+fi
diff --git a/python-pypi/pypdf2/DETAILS b/python-pypi/pypdf2/DETAILS
index fc1267d..3a8c2eb 100755
--- a/python-pypi/pypdf2/DETAILS
+++ b/python-pypi/pypdf2/DETAILS
@@ -1,20 +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
+ SPELLX=PyPDF2
+ VERSION=1.19
+
SOURCE_HASH=sha512:d1c6746a90870ce0537af09f2a32bc5fd00b19f7c7d1c9e242248b00e767b031bcbacf31fe2b608f43730fb56a1c19d0cf7c7f99268a1ffe86475f913ebc8de9
+ SOURCE=$SPELLX-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-$VERSION
WEB_SITE=https://pypi.python.org/pypi/PyPDF2
- SOURCE_URL[0]=http://github.com/knowah/PyPDF2/tarball/master
+ SOURCE_URL[0]=https://pypi.python.org/packages/source/P/$SPELLX/$SOURCE
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.
+PyPDF2 is a pure-python PDF library capable of
+splitting, merging together, cropping, and transforming
+the pages of PDF files. It can also add custom
+data, viewing options, and passwords to PDF files.
+It can retrieve text and metadata from PDFs as well
+as merge entire files together.
EOF
diff --git a/python-pypi/pypdf2/HISTORY b/python-pypi/pypdf2/HISTORY
index 16c338a..4feb2f5 100644
--- a/python-pypi/pypdf2/HISTORY
+++ b/python-pypi/pypdf2/HISTORY
@@ -1,3 +1,8 @@
+2013-12-15 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.19
+ url - use pypi
+ update description
+
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 (a6364e0fb75893eaa503bfe94aed5dbcd425a3e8),
Treeve Jelbert, 12/16/2013