svn commit: r478836 - in head/devel: . pylint1

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Sep 3 00:02:14 UTC 2018


Author: sunpoet
Date: Mon Sep  3 00:02:13 2018
New Revision: 478836
URL: https://svnweb.freebsd.org/changeset/ports/478836

Log:
  Add pylint1 1.9.3 (copied from pylint)
  
  - Add PORTSCOUT

Added:
  head/devel/pylint1/
     - copied from r478733, head/devel/pylint/
Modified:
  head/devel/Makefile
  head/devel/pylint1/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sun Sep  2 23:57:43 2018	(r478835)
+++ head/devel/Makefile	Mon Sep  3 00:02:13 2018	(r478836)
@@ -5299,6 +5299,7 @@
     SUBDIR += pydbus-common
     SUBDIR += pygobject3-common
     SUBDIR += pylint
+    SUBDIR += pylint1
     SUBDIR += pymacs
     SUBDIR += pyobfuscate
     SUBDIR += pypersrc

Modified: head/devel/pylint1/Makefile
==============================================================================
--- head/devel/pylint/Makefile	Sat Sep  1 22:50:55 2018	(r478733)
+++ head/devel/pylint1/Makefile	Mon Sep  3 00:02:13 2018	(r478836)
@@ -5,7 +5,7 @@ PORTNAME=	pylint
 PORTVERSION=	1.9.3
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
-PKGNAMESUFFIX=	${PYTHON_PKGNAMESUFFIX}
+PKGNAMESUFFIX=	1${PYTHON_PKGNAMESUFFIX}
 
 MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Analyzes python source code looking for bugs and signs of poor quality
@@ -19,9 +19,12 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}astroid>=1.6:devel
 		${PYTHON_PKGNAMEPREFIX}mccabe>=0:devel/py-mccabe@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}
 
-NO_ARCH=	yes
-USE_PYTHON=	concurrent distutils py3kplist
+PORTSCOUT=	limit:^1\.
+
 USES=		python shebangfix
+USE_PYTHON=	concurrent distutils py3kplist
+
+NO_ARCH=	yes
 
 SHEBANG_FILES=	pylint/test/data/ascript
 


More information about the svn-ports-all mailing list