svn commit: r557922 - head/devel/py-pyrfc3339

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Dec 13 14:42:41 UTC 2020


Author: sunpoet
Date: Sun Dec 13 14:42:34 2020
New Revision: 557922
URL: https://svnweb.freebsd.org/changeset/ports/557922

Log:
  Cosmetic change

Modified:
  head/devel/py-pyrfc3339/Makefile

Modified: head/devel/py-pyrfc3339/Makefile
==============================================================================
--- head/devel/py-pyrfc3339/Makefile	Sun Dec 13 14:42:28 2020	(r557921)
+++ head/devel/py-pyrfc3339/Makefile	Sun Dec 13 14:42:34 2020	(r557922)
@@ -17,8 +17,9 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytz>=0:devel/py-pytz@${PY_FLAVOR}
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}nose>=0:devel/py-nose@${PY_FLAVOR}
 
-NO_ARCH=	yes
-USE_PYTHON=	autoplist concurrent distutils
 USES=		python
+USE_PYTHON=	autoplist concurrent distutils
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list