math/py-matplotlib: update 1.5.0 -> 1.5.3
- MASTER_SITE sourceforge seems to have been discontinued, it doesn't have the latest version any more. - Additionally, 1.5.3 version doesn't build with python-3.X because 'import gtk' which the build tries fails in python3. Therefore, python:2. PR: 214600 Submitted by: Yuri Victorovich <yuri@rawbw.com> Approved by: mainland@apeiron.net (maintainer)
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= matplotlib
|
||||
PORTVERSION= 1.5.0
|
||||
PORTVERSION= 1.5.3
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= math python
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}/
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= mainland@apeiron.net
|
||||
@@ -24,7 +24,9 @@ RUN_DEPENDS= ${PYNUMPY} \
|
||||
${PYTHON_PKGNAMEPREFIX}pyparsing>=0:devel/py-pyparsing \
|
||||
${PYTHON_PKGNAMEPREFIX}tornado>0:www/py-tornado
|
||||
|
||||
USES= compiler:c++11-lib gettext pkgconfig python shebangfix uniquefiles:dirs
|
||||
USE_GITHUB= yes
|
||||
|
||||
USES= compiler:c++11-lib gettext pkgconfig python:2 shebangfix uniquefiles:dirs
|
||||
USE_PYTHON= autoplist distutils
|
||||
CFLAGS+= -I${LOCALBASE}/include
|
||||
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
SHA256 (matplotlib-1.5.0.tar.gz) = 67b08b1650a00a6317d94b76a30a47320087e5244920604c5462188cba0c2646
|
||||
SIZE (matplotlib-1.5.0.tar.gz) = 53962448
|
||||
TIMESTAMP = 1479367113
|
||||
SHA256 (matplotlib-matplotlib-v1.5.3_GH0.tar.gz) = c72276afc11f0b77cee736a783861039c0284d2e4739de8ca09d2dd1407745aa
|
||||
SIZE (matplotlib-matplotlib-v1.5.3_GH0.tar.gz) = 50931479
|
||||
|
||||
Reference in New Issue
Block a user