summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2016-08-20 06:51:05 +0300
committer David Spencer <idlemoor@slackbuilds.org>2016-08-28 00:27:40 +0100
commit6131060f478c28301d67f15e8159ad0df3c9b0c1 (patch)
tree122ebc558ebdf10e9abe9112f496cbf84f2ed266 /python
parent3e14425d592e4a97674890c1f0803f9850ba21a1 (diff)
downloadslackbuilds-6131060f478c28301d67f15e8159ad0df3c9b0c1.tar.gz
slackbuilds-6131060f478c28301d67f15e8159ad0df3c9b0c1.tar.xz
python/pytest: Updated for version 3.0.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python')
-rw-r--r--python/pytest/pytest.SlackBuild8
-rw-r--r--python/pytest/pytest.info6
2 files changed, 7 insertions, 7 deletions
diff --git a/python/pytest/pytest.SlackBuild b/python/pytest/pytest.SlackBuild
index 90c6441442..a3daa2f912 100644
--- a/python/pytest/pytest.SlackBuild
+++ b/python/pytest/pytest.SlackBuild
@@ -23,13 +23,13 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=pytest
-VERSION=${VERSION:-2.9.2}
+VERSION=${VERSION:-3.0.0}
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
@@ -40,8 +40,8 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
-if [ "$ARCH" = "i486" ]; then
- SLKCFLAGS="-O2 -march=i486 -mtune=i686"
+if [ "$ARCH" = "i586" ]; then
+ SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
diff --git a/python/pytest/pytest.info b/python/pytest/pytest.info
index cc5c848055..ba1b2a0009 100644
--- a/python/pytest/pytest.info
+++ b/python/pytest/pytest.info
@@ -1,8 +1,8 @@
PRGNAM="pytest"
-VERSION="2.9.2"
+VERSION="3.0.0"
HOMEPAGE="http://pytest.org"
-DOWNLOAD="https://pypi.python.org/packages/f0/ee/6e2522c968339dca7d9abfd5e71312abeeb5ee902e09b4daf44f07b2f907/pytest-2.9.2.tar.gz"
-MD5SUM="b65c2944dfaa0efb62c0239afb424f5b"
+DOWNLOAD="https://pypi.python.org/packages/3a/13/d7adc921371b07999426d9ed8b95eb67c7bab25e88839c6f4f642bf0fb4e/pytest-3.0.0.tar.gz"
+MD5SUM="5c7eef3def7499fd3de2db0e3013f7b0"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="py"