diff options
-rw-r--r-- | python/python-faulthandler/python-faulthandler.SlackBuild | 4 | ||||
-rw-r--r-- | python/python-faulthandler/python-faulthandler.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/python-faulthandler/python-faulthandler.SlackBuild b/python/python-faulthandler/python-faulthandler.SlackBuild index 4eba95eae8..35983dd71d 100644 --- a/python/python-faulthandler/python-faulthandler.SlackBuild +++ b/python/python-faulthandler/python-faulthandler.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=python-faulthandler -VERSION=${VERSION:-2.6} +VERSION=${VERSION:-3.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -78,7 +78,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 AUTHORS COPYING README.rst TODO $PKG/usr/doc/$PRGNAM-$VERSION +cp AUTHORS COPYING README.rst TODO $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/python/python-faulthandler/python-faulthandler.info b/python/python-faulthandler/python-faulthandler.info index 8625a82bb1..718f5fde9c 100644 --- a/python/python-faulthandler/python-faulthandler.info +++ b/python/python-faulthandler/python-faulthandler.info @@ -1,8 +1,8 @@ PRGNAM="python-faulthandler" -VERSION="2.6" +VERSION="3.0" HOMEPAGE="https://pypi.python.org/pypi/faulthandler/" -DOWNLOAD="https://pypi.python.org/packages/08/70/861aa647601cf1006f0d9b8ce1d17c37789d7637783eff8aacac4ed36ed6/faulthandler-2.6.tar.gz" -MD5SUM="7ba7d707fe8f084e35f4f4b72b1f4b4d" +DOWNLOAD="https://pypi.python.org/packages/ce/8b/24cfaae65452373863a3dd6e45db7767024b5b03bd44bafc079c7de202fc/faulthandler-3.0.tar.gz" +MD5SUM="978a5ea29306d5c923fa7c1678ad772b" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |