1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

graphics/py-gchartwrapper: switch from py-imaging to py-pillow

- USES python

With hat:	python
Approved by:	portmgr (bdrewery, implicit)
This commit is contained in:
William Grzybowski 2014-10-04 23:59:47 +00:00
parent c4327729a5
commit a2a83dbb06
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=370023

View File

@ -3,7 +3,7 @@
PORTNAME= GChartWrapper
PORTVERSION= 0.9
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= graphics python
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -13,12 +13,11 @@ COMMENT= Python Google Chart Wrapper
LICENSE= BSD3CLAUSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}imaging>=1.1.6_2:${PORTSDIR}/graphics/py-imaging
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>0:${PORTSDIR}/graphics/py-pillow
PROJECTHOST= google-chartwrapper
PYDISTUTILS_AUTOPLIST= yes
USE_PYTHON= yes
USE_PYDISTUTILS= yes
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>