Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Jul 2020 07:46:00 +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: r541915 - head/devel/py-cli-helpers
Message-ID:  <202007110746.06B7k07a041556@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Jul 11 07:45:59 2020
New Revision: 541915
URL: https://svnweb.freebsd.org/changeset/ports/541915

Log:
  Update to 2.0.1
  
  Changes:	https://github.com/dbcli/cli_helpers/blob/master/CHANGELOG

Modified:
  head/devel/py-cli-helpers/Makefile
  head/devel/py-cli-helpers/distinfo

Modified: head/devel/py-cli-helpers/Makefile
==============================================================================
--- head/devel/py-cli-helpers/Makefile	Sat Jul 11 07:45:54 2020	(r541914)
+++ head/devel/py-cli-helpers/Makefile	Sat Jul 11 07:45:59 2020	(r541915)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	cli-helpers
-PORTVERSION=	1.2.1
+PORTVERSION=	2.0.1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -19,7 +19,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}configobj>=5.0.5:d
 		${PYTHON_PKGNAMEPREFIX}terminaltables>=3.0.0:textproc/py-terminaltables@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}wcwidth>=0:devel/py-wcwidth@${PY_FLAVOR}
 
-USES=		python
+USES=		python:3.6+
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
@@ -30,10 +30,4 @@ STYLES_DESC=	Style formatted output/tables via Pygment
 
 STYLES_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pygments>=1.6:textproc/py-pygments@${PY_FLAVOR}
 
-.include <bsd.port.pre.mk>
-
-.if ${PYTHON_REL} < 3000
-RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}backports.csv>=1.0.0:devel/py-backports.csv@${PY_FLAVOR}
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/devel/py-cli-helpers/distinfo
==============================================================================
--- head/devel/py-cli-helpers/distinfo	Sat Jul 11 07:45:54 2020	(r541914)
+++ head/devel/py-cli-helpers/distinfo	Sat Jul 11 07:45:59 2020	(r541915)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1560277217
-SHA256 (cli_helpers-1.2.1.tar.gz) = 98db22eaa86827d99ee6af9f5f3923142d04df256425204530842b032849a165
-SIZE (cli_helpers-1.2.1.tar.gz) = 31718
+TIMESTAMP = 1590693118
+SHA256 (cli_helpers-2.0.1.tar.gz) = 18f7d8c5a22d85fc685d56a9f301d8b9f7f0d7d4e9033a27563b066c2ab41833
+SIZE (cli_helpers-2.0.1.tar.gz) = 32736



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