diff options
-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" |