mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
python/astroid: Updated for version 1.4.9.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
8678599ad0
commit
7d30991066
2 changed files with 4 additions and 4 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=astroid
|
||||
VERSION=${VERSION:-1.4.8}
|
||||
VERSION=${VERSION:-1.4.9}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="astroid"
|
||||
VERSION="1.4.8"
|
||||
VERSION="1.4.9"
|
||||
HOMEPAGE="https://bitbucket.org/logilab/astroid"
|
||||
DOWNLOAD="https://pypi.python.org/packages/7c/80/9122e452bb54640a67933d3ff586b6e03849dca086eed53542521b1cf894/astroid-1.4.8.tar.gz"
|
||||
MD5SUM="3def6c80afcd38b4ca4aca6aea71cbde"
|
||||
DOWNLOAD="https://pypi.python.org/packages/55/14/be963877c2f336c6df8a77457f47163fd55427c0344bab2ba3f940d4edb8/astroid-1.4.9.tar.gz"
|
||||
MD5SUM="a57438971de05eb801b82eae59c05217"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="six python-lazy-object-proxy python-wrapt"
|
||||
|
|
Loading…
Reference in a new issue