diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2015-10-04 09:08:16 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-10-10 09:15:06 +0700 |
commit | 7403a4122f0089206890ee78e69e7b56095d66b0 (patch) | |
tree | 04941730049049944b51f03bf0516cd1958788d3 /python/pytest | |
parent | 64ca9a581aac7551a1197e6821fd9d0bc4eebee1 (diff) | |
download | slackbuilds-7403a4122f0089206890ee78e69e7b56095d66b0.tar.gz |
python/pytest: Updated for version 2.8.1.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python/pytest')
-rw-r--r-- | python/pytest/pytest.SlackBuild | 5 | ||||
-rw-r--r-- | python/pytest/pytest.info | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/python/pytest/pytest.SlackBuild b/python/pytest/pytest.SlackBuild index c59138045a..c8e1cf4129 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.7.3} +VERSION=${VERSION:-2.8.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -75,8 +75,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a CHANGELOG LICENSE PKG-INFO README.rst doc/en/*.txt doc/en/example/ \ - $PKG/usr/doc/$PRGNAM-$VERSION +cp -a CHANGELOG LICENSE README.rst $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/python/pytest/pytest.info b/python/pytest/pytest.info index 34234fcb7d..77e0c58c88 100644 --- a/python/pytest/pytest.info +++ b/python/pytest/pytest.info @@ -1,8 +1,8 @@ PRGNAM="pytest" -VERSION="2.7.3" +VERSION="2.8.1" HOMEPAGE="http://pytest.org" -DOWNLOAD="https://pypi.python.org/packages/source/p/pytest/pytest-2.7.3.tar.gz" -MD5SUM="a1aa94933d545d4a26fa23f96a77a78a" +DOWNLOAD="https://pypi.python.org/packages/source/p/pytest/pytest-2.8.1.tar.gz" +MD5SUM="992611bebeb70b7e4b19f7d6f79b9f79" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="py" |