summaryrefslogtreecommitdiffstats
path: root/python/python2-sip/README
diff options
context:
space:
mode:
author Matteo Bernardini2019-02-23 07:59:47 +0100
committer Matteo Bernardini2019-02-23 07:59:47 +0100
commit1e0504fb667c2e46b7658648e95f6bec2232b005 (patch)
tree59f57dadb63234845f17b82010dc7c5fc11e1446 /python/python2-sip/README
parent56fec0e2e3a00a31f6b83d66093db60a3bbb19f4 (diff)
downloadslackbuilds-current-20190223.1.tar.gz
20190223.1 global branch merge.current-20190223.1
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'python/python2-sip/README')
-rw-r--r--python/python2-sip/README15
1 files changed, 0 insertions, 15 deletions
diff --git a/python/python2-sip/README b/python/python2-sip/README
deleted file mode 100644
index 8580dd29b5..0000000000
--- a/python/python2-sip/README
+++ /dev/null
@@ -1,15 +0,0 @@
-SIP is a tool that makes it very easy to create Python bindings for
-C and C++ libraries. It was originally developed to create PyQt,
-the Python bindings for the Qt toolkit, but can be used to create
-bindings for any C or C++ library.
-
-This is an updated version of the stock slackware package. It should not
-interfere with the stock version.
-
-To build against this library in your python2 applications you will need to
-tell your application the binary name and/or include path:
-
-/usr/bin/python2-sip
-/usr/include/python2.7/python2-sip/
-
-To use the module in your python2 projects, it is named python2_sip.