svn commit: r526284 - head/graphics/py-pycha

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Feb 16 18:01:29 UTC 2020


Author: sunpoet
Date: Sun Feb 16 18:01:28 2020
New Revision: 526284
URL: https://svnweb.freebsd.org/changeset/ports/526284

Log:
  Add missing RUN_DEPENDS
  
  - Bump PORTREVISION for dependency change
  - Take maintainership

Modified:
  head/graphics/py-pycha/Makefile

Modified: head/graphics/py-pycha/Makefile
==============================================================================
--- head/graphics/py-pycha/Makefile	Sun Feb 16 18:01:23 2020	(r526283)
+++ head/graphics/py-pycha/Makefile	Sun Feb 16 18:01:28 2020	(r526284)
@@ -3,23 +3,27 @@
 
 PORTNAME=	pycha
 PORTVERSION=	0.8.1
+PORTREVISION=	1
 CATEGORIES=	graphics python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Library for making charts with Python
 
 LICENSE=	LGPL3+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}
+
 USES=		python
-USE_PYTHON=	distutils autoplist
+USE_PYTHON=	autoplist concurrent distutils
+
 NO_ARCH=	yes
 
-OPTIONS_DEFINE=		CAIRO
-OPTIONS_DEFAULT=	CAIRO
+OPTIONS_DEFINE=	CAIRO
+OPTIONS_DEFAULT=CAIRO
 
-CAIRO_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cairo>0:graphics/py-cairo@${PY_FLAVOR}
+CAIRO_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cairo>=0:graphics/py-cairo@${PY_FLAVOR}
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list