svn commit: r498757 - head/security/py-itsdangerous

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Apr 12 20:59:05 UTC 2019


Author: sunpoet
Date: Fri Apr 12 20:59:02 2019
New Revision: 498757
URL: https://svnweb.freebsd.org/changeset/ports/498757

Log:
  Add NO_ARCH
  
  Approved by:	portmgr (blanket)

Modified:
  head/security/py-itsdangerous/Makefile

Modified: head/security/py-itsdangerous/Makefile
==============================================================================
--- head/security/py-itsdangerous/Makefile	Fri Apr 12 20:58:57 2019	(r498756)
+++ head/security/py-itsdangerous/Makefile	Fri Apr 12 20:59:02 2019	(r498757)
@@ -12,8 +12,10 @@ COMMENT=	Various helpers to pass data in untrusted env
 
 LICENSE=	BSD3CLAUSE
 
-USES=	python
+USES=		python
 USE_PYTHON=	distutils autoplist
+
+NO_ARCH=	yes
 
 OPTIONS_DEFINE=	JSON
 


More information about the svn-ports-head mailing list