svn commit: r479545 - in head/devel: . py-astroid1

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Sep 11 18:59:45 UTC 2018


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 at 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


More information about the svn-ports-head mailing list