libraries/cffi: Updated for version 1.7.0.

Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
Dimitris Zlatanidis 2016-06-24 16:28:43 +03:00 committed by Willy Sudiarto Raharjo
parent f006d9a436
commit 8d4761aaff
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 5 additions and 5 deletions

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=cffi
VERSION=${VERSION:-1.6.0}
VERSION=${VERSION:-1.7.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -67,7 +67,7 @@ find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
-o -perm 511 \) -exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
python setup.py install --root=$PKG

View file

@ -1,8 +1,8 @@
PRGNAM="cffi"
VERSION="1.6.0"
VERSION="1.7.0"
HOMEPAGE="http://cffi.readthedocs.org"
DOWNLOAD="https://pypi.python.org/packages/b6/98/11feff87072e2e640fb8320712b781eccdef05d588618915236b32289d5a/cffi-1.6.0.tar.gz"
MD5SUM="2fae9160991afefb20ff0fbde3b14faf"
DOWNLOAD="https://pypi.python.org/packages/83/3c/00b553fd05ae32f27b3637f705c413c4ce71290aa9b4c4764df694e906d9/cffi-1.7.0.tar.gz"
MD5SUM="34122a545060cee58bab88feab57006d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="pycparser"