diff options
-rw-r--r-- | python/python-esmre/slack-desc | 19 | ||||
-rw-r--r-- | python/python2-esmre/README (renamed from python/python-esmre/README) | 0 | ||||
-rw-r--r-- | python/python2-esmre/python2-esmre.SlackBuild (renamed from python/python-esmre/python-esmre.SlackBuild) | 4 | ||||
-rw-r--r-- | python/python2-esmre/python2-esmre.info (renamed from python/python-esmre/python-esmre.info) | 2 | ||||
-rw-r--r-- | python/python2-esmre/slack-desc | 19 |
5 files changed, 22 insertions, 22 deletions
diff --git a/python/python-esmre/slack-desc b/python/python-esmre/slack-desc deleted file mode 100644 index 6acfc44460ba5..0000000000000 --- a/python/python-esmre/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-esmre: python-esmre (Regular expression accelerator) -python-esmre: -python-esmre: Modules used to accelerate execution of a large collection -python-esmre: of regular expressions using the Aho-Corasick algorithms. -python-esmre: -python-esmre: Home page: https://code.google.com/p/esmre/ -python-esmre: -python-esmre: -python-esmre: -python-esmre: -python-esmre: diff --git a/python/python-esmre/README b/python/python2-esmre/README index 354017ebc20f5..354017ebc20f5 100644 --- a/python/python-esmre/README +++ b/python/python2-esmre/README diff --git a/python/python-esmre/python-esmre.SlackBuild b/python/python2-esmre/python2-esmre.SlackBuild index a59154f258265..3389ce32dadaf 100644 --- a/python/python-esmre/python-esmre.SlackBuild +++ b/python/python2-esmre/python2-esmre.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-esmre +PRGNAM=python2-esmre SRCNAM=esmre VERSION=${VERSION:-0.3.1} BUILD=${BUILD:-1} @@ -70,7 +70,7 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -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-esmre/python-esmre.info b/python/python2-esmre/python2-esmre.info index f020a3071bdd2..1822e5729168c 100644 --- a/python/python-esmre/python-esmre.info +++ b/python/python2-esmre/python2-esmre.info @@ -1,4 +1,4 @@ -PRGNAM="python-esmre" +PRGNAM="python2-esmre" VERSION="0.3.1" HOMEPAGE="https://pypi.python.org/pypi/esmre/0.3.1" DOWNLOAD="https://pypi.python.org/packages/source/e/esmre/esmre-0.3.1.tar.gz" diff --git a/python/python2-esmre/slack-desc b/python/python2-esmre/slack-desc new file mode 100644 index 0000000000000..711a175125509 --- /dev/null +++ b/python/python2-esmre/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-esmre: python2-esmre (Regular expression accelerator) +python2-esmre: +python2-esmre: Modules used to accelerate execution of a large collection +python2-esmre: of regular expressions using the Aho-Corasick algorithms. +python2-esmre: +python2-esmre: Home page: https://code.google.com/p/esmre/ +python2-esmre: +python2-esmre: +python2-esmre: +python2-esmre: +python2-esmre: |