Date: Sun, 5 Aug 2018 09:20:37 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r476399 - head/devel/py-cbor2 Message-ID: <201808050920.w759KbpL000567@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sun Aug 5 09:20:37 2018 New Revision: 476399 URL: https://svnweb.freebsd.org/changeset/ports/476399 Log: - Fix BUILD_DEPENDS - py-cbor2 is not compatible with python3 Reported by: pkg-fallout Modified: head/devel/py-cbor2/Makefile Modified: head/devel/py-cbor2/Makefile ============================================================================== --- head/devel/py-cbor2/Makefile Sun Aug 5 09:07:58 2018 (r476398) +++ head/devel/py-cbor2/Makefile Sun Aug 5 09:20:37 2018 (r476399) @@ -12,10 +12,10 @@ COMMENT= Pure Python CBOR (de)serializer with extensiv LICENSE= MIT -USES= python +USES= python:2.7 USE_PYTHON= autoplist concurrent distutils -BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR} #post-install: # ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/cbor/_cbor.so
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808050920.w759KbpL000567>