Date: Mon, 19 Aug 2019 20:52:31 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r509348 - head/www/py-google-cloud-storage Message-ID: <201908192052.x7JKqVJj013718@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Mon Aug 19 20:52:30 2019 New Revision: 509348 URL: https://svnweb.freebsd.org/changeset/ports/509348 Log: Sort USE_PYTHON Modified: head/www/py-google-cloud-storage/Makefile Modified: head/www/py-google-cloud-storage/Makefile ============================================================================== --- head/www/py-google-cloud-storage/Makefile Mon Aug 19 20:52:26 2019 (r509347) +++ head/www/py-google-cloud-storage/Makefile Mon Aug 19 20:52:30 2019 (r509348) @@ -17,7 +17,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}google-auth>=1.2.0 ${PYTHON_PKGNAMEPREFIX}google-resumable-media>=0.3.1:www/py-google-resumable-media@${PY_FLAVOR} USES= python -USE_PYTHON= distutils concurrent autoplist +USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908192052.x7JKqVJj013718>