svn commit: r436770 - branches/2017Q1/devel/py-canonicaljson
Bartek Rutkowski
robak at FreeBSD.org
Thu Mar 23 12:55:43 UTC 2017
Author: robak
Date: Thu Mar 23 12:55:41 2017
New Revision: 436770
URL: https://svnweb.freebsd.org/changeset/ports/436770
Log:
MFH: r436686
devel/py-canonicaljson: fix missing dependencies
PR: 217986
Submitted by: Anton Yuzhaninov <citrin+pr at citrin.ru>
Approved by: blanket
Approved by: ports-secteam
Modified:
branches/2017Q1/devel/py-canonicaljson/Makefile
Directory Properties:
branches/2017Q1/ (props changed)
Modified: branches/2017Q1/devel/py-canonicaljson/Makefile
==============================================================================
--- branches/2017Q1/devel/py-canonicaljson/Makefile Thu Mar 23 12:54:46 2017 (r436769)
+++ branches/2017Q1/devel/py-canonicaljson/Makefile Thu Mar 23 12:55:41 2017 (r436770)
@@ -4,6 +4,7 @@
PORTNAME= canonicaljson
PORTVERSION= 1.0.0
DISTVERSIONPREFIX= v
+PORTREVISION= 1
CATEGORIES= devel python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -13,6 +14,8 @@ COMMENT= Canonical JSON
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}frozendict>=0.4:devel/py-frozendict \
+ ${PYTHON_PKGNAMEPREFIX}simplejson>=3.6.5:devel/py-simplejson
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest
USES= python
More information about the svn-ports-all
mailing list