svn commit: r455441 - head/devel/py-decoratortools

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Dec 3 20:35:10 UTC 2017


Author: sunpoet
Date: Sun Dec  3 20:35:07 2017
New Revision: 455441
URL: https://svnweb.freebsd.org/changeset/ports/455441

Log:
  Change from USES=python:2 to USES=python:2.7
  
  - Add NO_ARCH
  - Bump PORTREVISION for dependency change

Modified:
  head/devel/py-decoratortools/Makefile

Modified: head/devel/py-decoratortools/Makefile
==============================================================================
--- head/devel/py-decoratortools/Makefile	Sun Dec  3 20:35:02 2017	(r455440)
+++ head/devel/py-decoratortools/Makefile	Sun Dec  3 20:35:07 2017	(r455441)
@@ -3,7 +3,7 @@
 
 PORTNAME=	DecoratorTools
 PORTVERSION=	1.8
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,7 +14,8 @@ COMMENT=	Class, function, and metaclass decorators
 LICENSE=	PSFL ZPL21
 LICENSE_COMB=	dual
 
+NO_ARCH=	yes
 USE_PYTHON=	autoplist distutils
-USES=		python:2 zip
+USES=		python:2.7 zip
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list