svn commit: r555851 - head/devel/py-prettytable

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Nov 21 09:20:23 UTC 2020


Author: sunpoet
Date: Sat Nov 21 09:20:16 2020
New Revision: 555851
URL: https://svnweb.freebsd.org/changeset/ports/555851

Log:
  Update to 2.0.0
  
  Changes:	https://github.com/jazzband/prettytable/releases

Modified:
  head/devel/py-prettytable/Makefile
  head/devel/py-prettytable/distinfo

Modified: head/devel/py-prettytable/Makefile
==============================================================================
--- head/devel/py-prettytable/Makefile	Sat Nov 21 09:20:12 2020	(r555850)
+++ head/devel/py-prettytable/Makefile	Sat Nov 21 09:20:16 2020	(r555851)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	prettytable
-PORTVERSION=	1.0.1
+PORTVERSION=	2.0.0
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -16,7 +16,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}wcwidth>=0:devel/py-wcwidth@${PY_FLAVOR}
 
-USES=		python
+USES=		python:3.6+
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes

Modified: head/devel/py-prettytable/distinfo
==============================================================================
--- head/devel/py-prettytable/distinfo	Sat Nov 21 09:20:12 2020	(r555850)
+++ head/devel/py-prettytable/distinfo	Sat Nov 21 09:20:16 2020	(r555851)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1602317875
-SHA256 (prettytable-1.0.1.tar.gz) = 6bb7f539903cb031fecb855b615cbcac8cd245ebc6fa51c6e23ab3386db89771
-SIZE (prettytable-1.0.1.tar.gz) = 38601
+TIMESTAMP = 1605901656
+SHA256 (prettytable-2.0.0.tar.gz) = e37acd91976fe6119172771520e58d1742c8479703489321dc1d9c85e7259922
+SIZE (prettytable-2.0.0.tar.gz) = 43072


More information about the svn-ports-head mailing list