svn commit: r551557 - head/devel/py-prettytable
Roman Bogorodskiy
novel at FreeBSD.org
Tue Oct 6 05:16:21 UTC 2020
Author: novel
Date: Tue Oct 6 05:16:20 2020
New Revision: 551557
URL: https://svnweb.freebsd.org/changeset/ports/551557
Log:
devel/py-prettytable: update to 1.0.0
Modified:
head/devel/py-prettytable/Makefile
head/devel/py-prettytable/distinfo
Modified: head/devel/py-prettytable/Makefile
==============================================================================
--- head/devel/py-prettytable/Makefile Tue Oct 6 05:00:43 2020 (r551556)
+++ head/devel/py-prettytable/Makefile Tue Oct 6 05:16:20 2020 (r551557)
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= prettytable
-PORTVERSION= 0.7.2
-PORTREVISION= 2
+PORTVERSION= 1.0.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP/source/P/PrettyTable
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -13,6 +12,8 @@ COMMENT= Library for displaying tabular data in an ASC
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
+
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR}
NO_ARCH= yes
USES= python
Modified: head/devel/py-prettytable/distinfo
==============================================================================
--- head/devel/py-prettytable/distinfo Tue Oct 6 05:00:43 2020 (r551556)
+++ head/devel/py-prettytable/distinfo Tue Oct 6 05:16:20 2020 (r551557)
@@ -1,2 +1,3 @@
-SHA256 (prettytable-0.7.2.tar.gz) = 2d5460dc9db74a32bcc8f9f67de68b2c4f4d2f01fa3bd518764c69156d9cacd9
-SIZE (prettytable-0.7.2.tar.gz) = 24784
+TIMESTAMP = 1601913112
+SHA256 (prettytable-1.0.0.tar.gz) = 98a3b74b1980e6a9392498e3a2a5406f6bd836f412843c2be23d9c88671747ac
+SIZE (prettytable-1.0.0.tar.gz) = 38198
More information about the svn-ports-head
mailing list