Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Jan 2017 09:29:09 +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: r432105 - head/devel/py-jupyter_core
Message-ID:  <201701220929.v0M9T9wm035183@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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})



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701220929.v0M9T9wm035183>