diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2015-12-12 12:39:42 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-12-19 07:25:10 +0700 |
commit | 791c6e0e383fa174f80008b3f374c87b79716889 (patch) | |
tree | 53adaff0dfd86d9f293e64ffeb463fc73699adf6 /python | |
parent | f69569db4b376c4666a725a2134900f48728f713 (diff) | |
download | slackbuilds-791c6e0e383fa174f80008b3f374c87b79716889.tar.gz |
python/pytest: Updated for version 2.8.5.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python')
-rw-r--r-- | python/pytest/pytest.SlackBuild | 4 | ||||
-rw-r--r-- | python/pytest/pytest.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/pytest/pytest.SlackBuild b/python/pytest/pytest.SlackBuild index 11a40b8416..3ac70e7e9a 100644 --- a/python/pytest/pytest.SlackBuild +++ b/python/pytest/pytest.SlackBuild @@ -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 . \ diff --git a/python/pytest/pytest.info b/python/pytest/pytest.info index 6874c67717..96b4f82397 100644 --- a/python/pytest/pytest.info +++ b/python/pytest/pytest.info @@ -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" |