diff options
author | Edinaldo P. Silva <edps.mundognu@gmail.com> | 2017-11-03 22:06:39 +0000 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-11-03 23:18:38 +0000 |
commit | 4b65b136483721f396cd8a21fbd806068d7602b4 (patch) | |
tree | 3cb1c4bfcf70a74393d7186f3f3aa874f600adcd | |
parent | 5636f8aece32c3c90f173fa80cb84dd24df06aea (diff) |
python/python-faulthandler: Updated for version 3.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
-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 4eba95eae80e..35983dd71dac 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 8625a82bb1ba..718f5fde9c1c 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="" |