Date: Mon, 16 Jan 2017 11:59:57 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r431631 - in head/devel: . py-simplejson py3-simplejson Message-ID: <201701161159.v0GBxvnF022721@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Mon Jan 16 11:59:57 2017 New Revision: 431631 URL: https://svnweb.freebsd.org/changeset/ports/431631 Log: - Add devel/py3-simplejson, python3 counterpart for devel/py-simplejson Added: head/devel/py3-simplejson/ head/devel/py3-simplejson/Makefile (contents, props changed) Modified: head/devel/Makefile head/devel/py-simplejson/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon Jan 16 11:57:38 2017 (r431630) +++ head/devel/Makefile Mon Jan 16 11:59:57 2017 (r431631) @@ -50,7 +50,6 @@ SUBDIR += R-cran-sourcetools SUBDIR += R-cran-tibble SUBDIR += R-cran-tidyr - SUBDIR += spdlog SUBDIR += SpecTcl SUBDIR += aap SUBDIR += aarch64-binutils @@ -4859,6 +4858,7 @@ SUBDIR += py3-pytest SUBDIR += py3-python-magic SUBDIR += py3-pytz + SUBDIR += py3-simplejson SUBDIR += py3-threema-msgapi SUBDIR += py3-vcversioner SUBDIR += py3-xdg @@ -5562,6 +5562,7 @@ SUBDIR += sparsehash SUBDIR += spatialindex SUBDIR += spdict + SUBDIR += spdlog SUBDIR += spice-protocol SUBDIR += spin SUBDIR += splint Modified: head/devel/py-simplejson/Makefile ============================================================================== --- head/devel/py-simplejson/Makefile Mon Jan 16 11:57:38 2017 (r431630) +++ head/devel/py-simplejson/Makefile Mon Jan 16 11:59:57 2017 (r431631) @@ -15,7 +15,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt # 2.5-2.7,3.3+ -USES= python +USES?= python USE_PYTHON= autoplist distutils post-install: Added: head/devel/py3-simplejson/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py3-simplejson/Makefile Mon Jan 16 11:59:57 2017 (r431631) @@ -0,0 +1,7 @@ +# $FreeBSD$ + +MASTERDIR= ${.CURDIR}/../py-simplejson + +USES= python:3 + +.include "${MASTERDIR}/Makefile"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701161159.v0GBxvnF022721>