mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
python/pytest: Updated for version 2.8.5.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
f69569db4b
commit
791c6e0e38
2 changed files with 5 additions and 5 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=pytest
|
||||
VERSION=${VERSION:-2.8.4}
|
||||
VERSION=${VERSION:-2.8.5}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -60,7 +60,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
unzip $CWD/$PRGNAM-$VERSION.zip
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="pytest"
|
||||
VERSION="2.8.4"
|
||||
VERSION="2.8.5"
|
||||
HOMEPAGE="http://pytest.org"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/p/pytest/pytest-2.8.4.tar.gz"
|
||||
MD5SUM="0671eab4cd12b7e67c73123360d86b9c"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/p/pytest/pytest-2.8.5.tar.gz"
|
||||
MD5SUM="8493b06f700862f1294298d6c1b715a9"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="py"
|
||||
|
|
Loading…
Reference in a new issue