Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Sep 2018 00:02:13 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r478836 - in head/devel: . pylint1
Message-ID:  <201809030002.w8302DRm020311@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809030002.w8302DRm020311>