svn commit: r517454 - head/devel/py-ratelimiter

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Nov 13 23:35:22 UTC 2019


Author: sunpoet
Date: Wed Nov 13 23:35:18 2019
New Revision: 517454
URL: https://svnweb.freebsd.org/changeset/ports/517454

Log:
  Cosmetic change

Modified:
  head/devel/py-ratelimiter/Makefile

Modified: head/devel/py-ratelimiter/Makefile
==============================================================================
--- head/devel/py-ratelimiter/Makefile	Wed Nov 13 23:35:13 2019	(r517453)
+++ head/devel/py-ratelimiter/Makefile	Wed Nov 13 23:35:18 2019	(r517454)
@@ -17,10 +17,11 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>=3.0:devel/py-pytest@${PY_FLAVOR}
 
+USES=		python
+USE_PYTHON=	autoplist concurrent distutils
+
 NO_ARCH=	yes
 USE_LOCALE=	en_US.UTF-8
-USE_PYTHON=	autoplist concurrent distutils
-USES=		python
 
 .include <bsd.port.pre.mk>
 


More information about the svn-ports-all mailing list