mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
python/ply: Updated for version 3.6.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
83de0f77bd
commit
6703dd46a6
2 changed files with 5 additions and 5 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=ply
|
||||
VERSION=${VERSION:-3.4}
|
||||
VERSION=${VERSION:-3.6}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -76,7 +76,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
|
|||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
|
||||
cp -a ANNOUNCE CHANGES PKG-INFO README TODO $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a ANNOUNCE CHANGES PKG-INFO TODO $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
mkdir -p $PKG/install
|
||||
cat $CWD/slack-desc > $PKG/install/slack-desc
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="ply"
|
||||
VERSION="3.4"
|
||||
VERSION="3.6"
|
||||
HOMEPAGE="http://www.dabeaz.com/ply/"
|
||||
DOWNLOAD="http://www.dabeaz.com/ply/ply-3.4.tar.gz"
|
||||
MD5SUM="ffdc95858819347bf92d7c2acc074894"
|
||||
DOWNLOAD="http://www.dabeaz.com/ply/ply-3.6.tar.gz"
|
||||
MD5SUM="7aa0e8749d2377a863f477a7d67524d2"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue