From owner-svn-ports-all@freebsd.org Sat Aug 8 09:37:00 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 57EE43A57CD; Sat, 8 Aug 2020 09:37:00 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BNxvc1kjSz4YMK; Sat, 8 Aug 2020 09:37:00 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1FFC926C02; Sat, 8 Aug 2020 09:37:00 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0789axfE072748; Sat, 8 Aug 2020 09:36:59 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0789axwI072746; Sat, 8 Aug 2020 09:36:59 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <202008080936.0789axwI072746@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Sat, 8 Aug 2020 09:36:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r544376 - head/devel/py-beautifultable X-SVN-Group: ports-head X-SVN-Commit-Author: bofh X-SVN-Commit-Paths: head/devel/py-beautifultable X-SVN-Commit-Revision: 544376 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Aug 2020 09:37:00 -0000 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 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