Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Sep 2018 18:59:44 +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: r479545 - in head/devel: . py-astroid1
Message-ID:  <201809111859.w8BIxiRr005092@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Sep 11 18:59:44 2018
New Revision: 479545
URL: https://svnweb.freebsd.org/changeset/ports/479545

Log:
  Add py-astroid1 1.6.5 (copied from py-astroid)
  
  - Add PORTSCOUT

Added:
  head/devel/py-astroid1/
     - copied from r479428, head/devel/py-astroid/
Modified:
  head/devel/Makefile
  head/devel/py-astroid1/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Tue Sep 11 18:57:20 2018	(r479544)
+++ head/devel/Makefile	Tue Sep 11 18:59:44 2018	(r479545)
@@ -4352,6 +4352,7 @@
     SUBDIR += py-aspyct
     SUBDIR += py-astor
     SUBDIR += py-astroid
+    SUBDIR += py-astroid1
     SUBDIR += py-asttokens
     SUBDIR += py-async_generator
     SUBDIR += py-async_timeout

Modified: head/devel/py-astroid1/Makefile
==============================================================================
--- head/devel/py-astroid/Makefile	Mon Sep 10 14:40:57 2018	(r479428)
+++ head/devel/py-astroid1/Makefile	Tue Sep 11 18:59:44 2018	(r479545)
@@ -5,6 +5,7 @@ PORTVERSION=	1.6.5
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+PKGNAMESUFFIX=	1
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Abstract syntax tree for Python with inference support
@@ -16,6 +17,8 @@ RUN_DEPENDS=	${PY_ENUM34} \
 		${PYTHON_PKGNAMEPREFIX}lazy-object-proxy>=0:devel/py-lazy-object-proxy@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}wrapt>=0:devel/py-wrapt@${PY_FLAVOR}
+
+PORTSCOUT=	limit:^1\.
 
 NO_ARCH=	yes
 USE_PYTHON=	autoplist concurrent distutils



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