svn commit: r525848 - head/devel/py-simplegeneric

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Feb 11 17:54:21 UTC 2020


Author: sunpoet
Date: Tue Feb 11 17:54:20 2020
New Revision: 525848
URL: https://svnweb.freebsd.org/changeset/ports/525848

Log:
  Cosmetic change

Modified:
  head/devel/py-simplegeneric/Makefile

Modified: head/devel/py-simplegeneric/Makefile
==============================================================================
--- head/devel/py-simplegeneric/Makefile	Tue Feb 11 17:54:14 2020	(r525847)
+++ head/devel/py-simplegeneric/Makefile	Tue Feb 11 17:54:20 2020	(r525848)
@@ -12,8 +12,9 @@ COMMENT=	Simple generic functions
 
 LICENSE=	ZPL21
 
-NO_ARCH=	yes
-USE_PYTHON=	autoplist concurrent distutils
 USES=		python zip
+USE_PYTHON=	autoplist concurrent distutils
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list