svn commit: r432105 - head/devel/py-jupyter_core

Antoine Brodin antoine at FreeBSD.org
Sun Jan 22 09:29:10 UTC 2017


Author: antoine
Date: Sun Jan 22 09:29:09 2017
New Revision: 432105
URL: https://svnweb.freebsd.org/changeset/ports/432105

Log:
  Convert to USE_LOCALE

Modified:
  head/devel/py-jupyter_core/Makefile

Modified: head/devel/py-jupyter_core/Makefile
==============================================================================
--- head/devel/py-jupyter_core/Makefile	Sun Jan 22 09:24:30 2017	(r432104)
+++ head/devel/py-jupyter_core/Makefile	Sun Jan 22 09:29:09 2017	(r432105)
@@ -20,8 +20,8 @@ TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}ipy
 
 USES=		python
 USE_PYTHON=	distutils autoplist
+USE_LOCALE=	en_US.UTF-8
 NO_ARCH=	yes
-TEST_ENV=	${MAKE_ENV} LANG=en_US.UTF-8
 
 do-test:
 	@(cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYTHON_VER})


More information about the svn-ports-all mailing list