From a3f37dd8e761785ae52a321d6182be43940c7d7d Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Wed, 17 Aug 2016 23:37:07 +0700 Subject: development/pyenchant: Updated for version 1.6.6 + new maintainer. Signed-off-by: Willy Sudiarto Raharjo --- development/pyenchant/pyenchant.SlackBuild | 33 +++++++++++++++++++++++------- development/pyenchant/pyenchant.info | 12 +++++------ development/pyenchant/slack-desc | 2 +- 3 files changed, 33 insertions(+), 14 deletions(-) (limited to 'development/pyenchant') diff --git a/development/pyenchant/pyenchant.SlackBuild b/development/pyenchant/pyenchant.SlackBuild index ee6a0863b3..b5cbebffcb 100644 --- a/development/pyenchant/pyenchant.SlackBuild +++ b/development/pyenchant/pyenchant.SlackBuild @@ -3,15 +3,34 @@ # Slackware build script for pyenchant # Written by vvoody +# Copyright 2016 Dimitris Zlatanidis Orestiada, Greece +# All rights reserved. +# +# Redistribution and use of this script, with or without modification, is +# permitted provided that the following conditions are met: +# +# 1. Redistributions of this script must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# +# THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR IMPLIED +# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO +# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, +# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; +# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, +# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR +# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF +# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=pyenchant -VERSION=${VERSION:-1.6.5} +VERSION=${VERSION:-1.6.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) ARCH=i486 ;; + i?86) ARCH=i586 ;; arm*) ARCH=arm ;; *) ARCH=$( uname -m ) ;; esac @@ -32,12 +51,12 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$VERSION chown -R root:root . find -L . \ - \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \ - -exec chmod 755 {} \; -o \ - \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ - -exec chmod 644 {} \; + \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ + -o -perm 511 \) -exec chmod 755 {} \; -o \ + \( -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 --prefix=/usr --root=$PKG +python setup.py install --root=$PKG mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a LICENSE.txt README.txt $PKG/usr/doc/$PRGNAM-$VERSION diff --git a/development/pyenchant/pyenchant.info b/development/pyenchant/pyenchant.info index 0f58fe627a..8d1baa4b11 100644 --- a/development/pyenchant/pyenchant.info +++ b/development/pyenchant/pyenchant.info @@ -1,10 +1,10 @@ PRGNAM="pyenchant" -VERSION="1.6.5" -HOMEPAGE="http://www.rfk.id.au/software/pyenchant/" -DOWNLOAD="http://pypi.python.org/packages/source/p/pyenchant/pyenchant-1.6.5.tar.gz" -MD5SUM="565014a14a52fb0195d152dd492ea948" +VERSION="1.6.6" +HOMEPAGE="http://pythonhosted.org/pyenchant/" +DOWNLOAD="http://pypi.python.org/packages/source/p/pyenchant/pyenchant-1.6.6.tar.gz" +MD5SUM="9f5acfd87d04432bf8df5f9710a17358" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -MAINTAINER="vvoody" -EMAIL="vvoodywang@gmail.com" +MAINTAINER="Dimitris Zlatanidis" +EMAIL="d.zlatanidis@gmail.com" diff --git a/development/pyenchant/slack-desc b/development/pyenchant/slack-desc index 1294db8080..d29a47ee86 100644 --- a/development/pyenchant/slack-desc +++ b/development/pyenchant/slack-desc @@ -11,7 +11,7 @@ pyenchant: pyenchant: PyEnchant is a spellchecking library for Python, pyenchant: based on the excellent Enchant library. pyenchant: -pyenchant: +pyenchant: Homepage: http://pythonhosted.org/pyenchant/ pyenchant: pyenchant: pyenchant: -- cgit v1.2.3