mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
libraries/greenlet: Updated for version 0.4.15.
This fixed building with Python 3.7. Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
94f18854ae
commit
823847935d
2 changed files with 5 additions and 5 deletions
|
@ -26,7 +26,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=greenlet
|
||||
VERSION=${VERSION:-0.4.5}
|
||||
VERSION=${VERSION:-0.4.15}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -63,7 +63,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
unzip $CWD/$PRGNAM-$VERSION.zip
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="greenlet"
|
||||
VERSION="0.4.5"
|
||||
VERSION="0.4.15"
|
||||
HOMEPAGE="https://github.com/python-greenlet/greenlet"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/g/greenlet/greenlet-0.4.5.zip"
|
||||
MD5SUM="ce383f6475e6311cf8932ea779938703"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/f8/e8/b30ae23b45f69aa3f024b46064c0ac8e5fcb4f22ace0dca8d6f9c8bbe5e7/greenlet-0.4.15.tar.gz"
|
||||
MD5SUM="10fa304f673fc18b28fa6d8c6658cb80"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue