diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-02-04 17:20:53 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-02-08 11:10:09 -0600 |
commit | 1719dd5325d275f54f44805bc6d4c8da23222c04 (patch) | |
tree | ce9ea8b720a470b7a4a253c9041ffed1cffa605a | |
parent | 36929c1357748fbc6ea5b16045babead27b1d479 (diff) | |
download | slackbuilds-1719dd5325d275f54f44805bc6d4c8da23222c04.tar.gz |
python/pytest: Updated for version 2.5.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | python/pytest/pytest.SlackBuild | 5 | ||||
-rw-r--r-- | python/pytest/pytest.info | 8 |
2 files changed, 7 insertions, 6 deletions
diff --git a/python/pytest/pytest.SlackBuild b/python/pytest/pytest.SlackBuild index 6b90cf126a..c67b91762c 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.5.1} +VERSION=${VERSION:-2.5.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -79,7 +79,8 @@ 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 $PKG/usr/doc/$PRGNAM-$VERSION +cp -a CHANGELOG LICENSE PKG-INFO README.rst doc/en/*.txt doc/en/example/ \ + $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 40799cf82b..4851c213ed 100644 --- a/python/pytest/pytest.info +++ b/python/pytest/pytest.info @@ -1,10 +1,10 @@ PRGNAM="pytest" -VERSION="2.5.1" +VERSION="2.5.2" HOMEPAGE="http://pytest.org" -DOWNLOAD="https://pypi.python.org/packages/source/p/pytest/pytest-2.5.1.tar.gz" -MD5SUM="4e155a0134e6757b37cc6698c20f3e9f" +DOWNLOAD="https://pypi.python.org/packages/source/p/pytest/pytest-2.5.2.tar.gz" +MD5SUM="8ea3d1939e81514ccba9ba0e9566b5be" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="pysetuptools py" +REQUIRES="py" MAINTAINER="Dimitris Zlatanidis" EMAIL="d.zlatanidis@gmail.com" |