svn commit: r527350 - in head/devel: . py-cliff2

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Feb 28 19:21:35 UTC 2020


Author: sunpoet
Date: Fri Feb 28 19:21:32 2020
New Revision: 527350
URL: https://svnweb.freebsd.org/changeset/ports/527350

Log:
  Add py-cliff2 2.18.0 (copied from py-cliff)
  
  - Add PORTSCOUT

Added:
  head/devel/py-cliff2/
     - copied from r527253, head/devel/py-cliff/
Modified:
  head/devel/Makefile
  head/devel/py-cliff2/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Fri Feb 28 19:21:25 2020	(r527349)
+++ head/devel/Makefile	Fri Feb 28 19:21:32 2020	(r527350)
@@ -4224,6 +4224,7 @@
     SUBDIR += py-click-threading
     SUBDIR += py-click6
     SUBDIR += py-cliff
+    SUBDIR += py-cliff2
     SUBDIR += py-cligj
     SUBDIR += py-clikit
     SUBDIR += py-clint

Modified: head/devel/py-cliff2/Makefile
==============================================================================
--- head/devel/py-cliff/Makefile	Thu Feb 27 13:14:28 2020	(r527253)
+++ head/devel/py-cliff2/Makefile	Fri Feb 28 19:21:32 2020	(r527350)
@@ -3,10 +3,10 @@
 
 PORTNAME=	cliff
 PORTVERSION=	2.18.0
-PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+PKGNAMESUFFIX=	2
 
 MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Command Line Interface Formulation Framework
@@ -26,6 +26,9 @@ USES=		python
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
+
+# cliff 3.0.0+ requires Python 3.6+
+PORTSCOUT=	limit:^2\.
 
 .include <bsd.port.pre.mk>
 


More information about the svn-ports-head mailing list