Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Aug 2020 09:36:59 +0000 (UTC)
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r544376 - head/devel/py-beautifultable
Message-ID:  <202008080936.0789axwI072746@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bofh
Date: Sat Aug  8 09:36:59 2020
New Revision: 544376
URL: https://svnweb.freebsd.org/changeset/ports/544376

Log:
  devel/py-beautifultable: Update version 0.8.0=>1.0.0
  
  - Add TEST framework
  
  Relnotes:	https://pypi.org/project/beautifultable/1.0.0/

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

Modified: head/devel/py-beautifultable/Makefile
==============================================================================
--- head/devel/py-beautifultable/Makefile	Sat Aug  8 09:36:30 2020	(r544375)
+++ head/devel/py-beautifultable/Makefile	Sat Aug  8 09:36:59 2020	(r544376)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	beautifultable
-PORTVERSION=	0.8.0
+PORTVERSION=	1.0.0
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -16,5 +16,8 @@ USES=		python:3.4+
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
+
+do-test:
+	@(cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} ./test.py)
 
 .include <bsd.port.mk>

Modified: head/devel/py-beautifultable/distinfo
==============================================================================
--- head/devel/py-beautifultable/distinfo	Sat Aug  8 09:36:30 2020	(r544375)
+++ head/devel/py-beautifultable/distinfo	Sat Aug  8 09:36:59 2020	(r544376)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1585597878
-SHA256 (beautifultable-0.8.0.tar.gz) = d44d9551bbed7bfa88675324f84efb9aa857384d44e9fb21eb530f0a0badb815
-SIZE (beautifultable-0.8.0.tar.gz) = 19203
+TIMESTAMP = 1596860550
+SHA256 (beautifultable-1.0.0.tar.gz) = bd4c020f66f4ab573c3376f55a7ffccfeaac98edfa7bb31d1ffedfc55c5c9473
+SIZE (beautifultable-1.0.0.tar.gz) = 38503



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