mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
python/pytest: Updated for version 2.7.1.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
ef5558bb99
commit
2409615c9e
3 changed files with 9 additions and 5 deletions
3
python/pytest/doinst.sh
Normal file
3
python/pytest/doinst.sh
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
if [ -x /usr/bin/update-desktop-database ]; then
|
||||||
|
/usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
|
||||||
|
fi
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Slackware build script for pytest
|
# Slackware build script for pytest
|
||||||
|
|
||||||
# Copyright 2014 Dimitris Zlatanidis Orestiada, Greece
|
# Copyright 2014-2015 Dimitris Zlatanidis Orestiada, Greece
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -23,7 +23,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=pytest
|
PRGNAM=pytest
|
||||||
VERSION=${VERSION:-2.7.0}
|
VERSION=${VERSION:-2.7.1}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
@ -85,6 +85,7 @@ cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||||
|
|
||||||
mkdir -p $PKG/install
|
mkdir -p $PKG/install
|
||||||
cat $CWD/slack-desc > $PKG/install/slack-desc
|
cat $CWD/slack-desc > $PKG/install/slack-desc
|
||||||
|
cat $CWD/doinst.sh > $PKG/install/doinst.sh
|
||||||
|
|
||||||
cd $PKG
|
cd $PKG
|
||||||
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
|
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="pytest"
|
PRGNAM="pytest"
|
||||||
VERSION="2.7.0"
|
VERSION="2.7.1"
|
||||||
HOMEPAGE="http://pytest.org"
|
HOMEPAGE="http://pytest.org"
|
||||||
DOWNLOAD="https://pypi.python.org/packages/source/p/pytest/pytest-2.7.0.tar.gz"
|
DOWNLOAD="https://pypi.python.org/packages/source/p/pytest/pytest-2.7.1.tar.gz"
|
||||||
MD5SUM="14cde91b1106c937c48497728ea37dc6"
|
MD5SUM="e972d691ff6779ffb4b594449bac3e43"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="py"
|
REQUIRES="py"
|
||||||
|
|
Loading…
Reference in a new issue