Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Feb 2020 19:21:32 +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: r527350 - in head/devel: . py-cliff2
Message-ID:  <202002281921.01SJLWnO001204@repo.freebsd.org>

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



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