svn commit: r494611 - in head/devel: . py-click6

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Mar 4 17:57:07 UTC 2019


Author: sunpoet
Date: Mon Mar  4 17:57:05 2019
New Revision: 494611
URL: https://svnweb.freebsd.org/changeset/ports/494611

Log:
  Add py-click6 6.7 (copied from py-click)
  
  - Add PORTSCOUT
  
  This port was added for py-elasticsearch-curator 5.6.0 update.
  
  Reference:	https://github.com/elastic/curator/commit/30fe04108559847707bf4e06e4e6c42bca7d7e09

Added:
  head/devel/py-click6/
     - copied from r476858, head/devel/py-click/
Modified:
  head/devel/Makefile
  head/devel/py-click6/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Mon Mar  4 17:47:07 2019	(r494610)
+++ head/devel/Makefile	Mon Mar  4 17:57:05 2019	(r494611)
@@ -4476,6 +4476,7 @@
     SUBDIR += py-click-log
     SUBDIR += py-click-plugins
     SUBDIR += py-click-threading
+    SUBDIR += py-click6
     SUBDIR += py-cliff
     SUBDIR += py-cligj
     SUBDIR += py-clint

Modified: head/devel/py-click6/Makefile
==============================================================================
--- head/devel/py-click/Makefile	Sat Aug 11 03:32:01 2018	(r476858)
+++ head/devel/py-click6/Makefile	Mon Mar  4 17:57:05 2019	(r494611)
@@ -3,12 +3,12 @@
 
 PORTNAME=	click
 PORTVERSION=	6.7
-PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+PKGNAMESUFFIX=	6
 
-MAINTAINER=	robak at FreeBSD.org
+MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Python package for creating command line interfaces
 
 LICENSE=	BSD3CLAUSE
@@ -17,9 +17,11 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR}
 
 USES=		python
-USE_PYTHON=	distutils autoplist
+USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
+
+PORTSCOUT=	limit:^6\.
 
 do-test:
 	@cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -v -p no:warnings


More information about the svn-ports-all mailing list