aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--python/python-pdfminer/slack-desc19
-rw-r--r--python/python2-pdfminer/README (renamed from python/python-pdfminer/README)0
-rw-r--r--python/python2-pdfminer/python2-pdfminer.SlackBuild (renamed from python/python-pdfminer/python-pdfminer.SlackBuild)4
-rw-r--r--python/python2-pdfminer/python2-pdfminer.info (renamed from python/python-pdfminer/python-pdfminer.info)2
-rw-r--r--python/python2-pdfminer/slack-desc19
5 files changed, 22 insertions, 22 deletions
diff --git a/python/python-pdfminer/slack-desc b/python/python-pdfminer/slack-desc
deleted file mode 100644
index 0076bdf5147a..000000000000
--- a/python/python-pdfminer/slack-desc
+++ /dev/null
@@ -1,19 +0,0 @@
-# HOW TO EDIT THIS FILE:
-# The "handy ruler" below makes it easier to edit a package description.
-# Line up the first '|' above the ':' following the base package name, and
-# the '|' on the right side marks the last column you can put a character in.
-# You must make exactly 11 lines for the formatting to be correct. It's also
-# customary to leave one space after the ':' except on otherwise blank lines.
-
- |-----handy-ruler------------------------------------------------------|
-python-pdfminer: python-pdfminer (PDF parser and analyzer)
-python-pdfminer:
-python-pdfminer: PDFMiner is a tool for extracting information from PDF
-python-pdfminer: documents. It focuses entirely on getting and analyzing text
-python-pdfminer: data. PDFMiner can obtain the location of text in a page,
-python-pdfminer: and other information like fonts or lines. It includes a
-python-pdfminer: PDF converter that can transform PDF files into several
-python-pdfminer: text formats. It also includes an extensible PDF parser.
-python-pdfminer:
-python-pdfminer: Home page: https://euske.github.io/pdfminer/index.html
-python-pdfminer:
diff --git a/python/python-pdfminer/README b/python/python2-pdfminer/README
index 64ca2affa2ff..64ca2affa2ff 100644
--- a/python/python-pdfminer/README
+++ b/python/python2-pdfminer/README
diff --git a/python/python-pdfminer/python-pdfminer.SlackBuild b/python/python2-pdfminer/python2-pdfminer.SlackBuild
index 60ae39db9e47..8f58b7f1fa8b 100644
--- a/python/python-pdfminer/python-pdfminer.SlackBuild
+++ b/python/python2-pdfminer/python2-pdfminer.SlackBuild
@@ -22,7 +22,7 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-PRGNAM=python-pdfminer
+PRGNAM=python2-pdfminer
SRCNAM=pdfminer
VERSION=${VERSION:-20140328}
BUILD=${BUILD:-1}
@@ -74,7 +74,7 @@ find -L . \
make cmap # Comment out this line to disable this support
# Build / Install
-python setup.py install --root=$PKG
+python2 setup.py install --root=$PKG
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
diff --git a/python/python-pdfminer/python-pdfminer.info b/python/python2-pdfminer/python2-pdfminer.info
index 87021abe7452..f7980b8c8e03 100644
--- a/python/python-pdfminer/python-pdfminer.info
+++ b/python/python2-pdfminer/python2-pdfminer.info
@@ -1,4 +1,4 @@
-PRGNAM="python-pdfminer"
+PRGNAM="python2-pdfminer"
VERSION="20140328"
HOMEPAGE="https://euske.github.io/pdfminer/index.html"
DOWNLOAD="https://pypi.python.org/packages/source/p/pdfminer/pdfminer-20140328.tar.gz"
diff --git a/python/python2-pdfminer/slack-desc b/python/python2-pdfminer/slack-desc
new file mode 100644
index 000000000000..5bb70f73ac74
--- /dev/null
+++ b/python/python2-pdfminer/slack-desc
@@ -0,0 +1,19 @@
+# HOW TO EDIT THIS FILE:
+# The "handy ruler" below makes it easier to edit a package description.
+# Line up the first '|' above the ':' following the base package name, and
+# the '|' on the right side marks the last column you can put a character in.
+# You must make exactly 11 lines for the formatting to be correct. It's also
+# customary to leave one space after the ':' except on otherwise blank lines.
+
+ |-----handy-ruler------------------------------------------------------|
+python2-pdfminer: python2-pdfminer (PDF parser and analyzer)
+python2-pdfminer:
+python2-pdfminer: PDFMiner is a tool for extracting information from PDF
+python2-pdfminer: documents. It focuses entirely on getting and analyzing text
+python2-pdfminer: data. PDFMiner can obtain the location of text in a page,
+python2-pdfminer: and other information like fonts or lines. It includes a
+python2-pdfminer: PDF converter that can transform PDF files into several
+python2-pdfminer: text formats. It also includes an extensible PDF parser.
+python2-pdfminer:
+python2-pdfminer: Home page: https://euske.github.io/pdfminer/index.html
+python2-pdfminer: