Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Oct 2020 17:56:06 +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: r551953 - head/devel/py-prettytable
Message-ID:  <202010101756.09AHu6rX050975@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Oct 10 17:56:06 2020
New Revision: 551953
URL: https://svnweb.freebsd.org/changeset/ports/551953

Log:
  Update to 1.0.1
  
  - Simplify MASTER_SITES
  - Update WWW
  
  Changes:	https://github.com/jazzband/prettytable/releases

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

Modified: head/devel/py-prettytable/Makefile
==============================================================================
--- head/devel/py-prettytable/Makefile	Sat Oct 10 17:56:01 2020	(r551952)
+++ head/devel/py-prettytable/Makefile	Sat Oct 10 17:56:06 2020	(r551953)
@@ -2,10 +2,9 @@
 # $FreeBSD$
 
 PORTNAME=	prettytable
-PORTVERSION=	1.0.0
-PORTREVISION=	1
+PORTVERSION=	1.0.1
 CATEGORIES=	devel python
-MASTER_SITES=	CHEESESHOP/source/P/PrettyTable
+MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	sunpoet@FreeBSD.org
@@ -18,7 +17,7 @@ BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools_scm>=
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}wcwidth>=0:devel/py-wcwidth@${PY_FLAVOR}
 
 USES=		python
-USE_PYTHON=	distutils autoplist
+USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
 

Modified: head/devel/py-prettytable/distinfo
==============================================================================
--- head/devel/py-prettytable/distinfo	Sat Oct 10 17:56:01 2020	(r551952)
+++ head/devel/py-prettytable/distinfo	Sat Oct 10 17:56:06 2020	(r551953)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1601913112
-SHA256 (prettytable-1.0.0.tar.gz) = 98a3b74b1980e6a9392498e3a2a5406f6bd836f412843c2be23d9c88671747ac
-SIZE (prettytable-1.0.0.tar.gz) = 38198
+TIMESTAMP = 1602317875
+SHA256 (prettytable-1.0.1.tar.gz) = 6bb7f539903cb031fecb855b615cbcac8cd245ebc6fa51c6e23ab3386db89771
+SIZE (prettytable-1.0.1.tar.gz) = 38601

Modified: head/devel/py-prettytable/pkg-descr
==============================================================================
--- head/devel/py-prettytable/pkg-descr	Sat Oct 10 17:56:01 2020	(r551952)
+++ head/devel/py-prettytable/pkg-descr	Sat Oct 10 17:56:06 2020	(r551953)
@@ -1,8 +1,8 @@
-PrettyTable is a simple Python library designed to make it quick and
-easy to represent tabular data in visually appealing ASCII tables.
-It was inspired by the ASCII tables used in the PostgreSQL shell psql.
-PrettyTable allows for selection of which columns are to be printed,
-independent alignment of columns (left or right justified or centred)
-and printing of "sub-tables" by specifying a row range.
+PrettyTable is a simple Python library designed to make it quick and easy to
+represent tabular data in visually appealing ASCII tables. It was inspired by
+the ASCII tables used in the PostgreSQL shell psql. PrettyTable allows for
+selection of which columns are to be printed, independent alignment of columns
+(left or right justified or centred) and printing of "sub-tables" by specifying
+a row range.
 
-WWW: https://pypi.org/project/PrettyTable/
+WWW: https://github.com/jazzband/prettytable



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