Date: Fri, 1 Sep 2017 02:34:57 +0000 (UTC) From: "Danilo G. Baio" <dbaio@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r449055 - head/misc/py-tqdm Message-ID: <201709010234.v812Yvix056063@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dbaio Date: Fri Sep 1 02:34:57 2017 New Revision: 449055 URL: https://svnweb.freebsd.org/changeset/ports/449055 Log: misc/py-tqdm: Update to 4.15.0 While here, silence portlint warning about order of USES/USE_*. PR: 221871 Submitted by: Neel Chauhan <neel@neelc.org> (maintainer) Modified: head/misc/py-tqdm/Makefile head/misc/py-tqdm/distinfo Modified: head/misc/py-tqdm/Makefile ============================================================================== --- head/misc/py-tqdm/Makefile Fri Sep 1 00:18:04 2017 (r449054) +++ head/misc/py-tqdm/Makefile Fri Sep 1 02:34:57 2017 (r449055) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= tqdm -PORTVERSION= 4.13.0 +PORTVERSION= 4.15.0 DISTVERSIONPREFIX= v CATEGORIES= misc PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,10 +12,10 @@ COMMENT= Fast, extensible progress bar for Python LICENSE= MIT MPL20 LICENSE_COMB= multi -USE_GITHUB= yes - USES?= python USE_PYTHON= autoplist distutils NO_ARCH= yes + +USE_GITHUB= yes .include <bsd.port.mk> Modified: head/misc/py-tqdm/distinfo ============================================================================== --- head/misc/py-tqdm/distinfo Fri Sep 1 00:18:04 2017 (r449054) +++ head/misc/py-tqdm/distinfo Fri Sep 1 02:34:57 2017 (r449055) @@ -1,3 +1,3 @@ -TIMESTAMP = 1496457226 -SHA256 (tqdm-tqdm-v4.13.0_GH0.tar.gz) = 871efbf69e5647ea1767338dd9c4c45bd6d672bc046404dd02e214103959b1e0 -SIZE (tqdm-tqdm-v4.13.0_GH0.tar.gz) = 800614 +TIMESTAMP = 1503881021 +SHA256 (tqdm-tqdm-v4.15.0_GH0.tar.gz) = 9127219c66bf338809647a6be563a875dfc0d0bfa1570bd5f25eb88bbea0d2e8 +SIZE (tqdm-tqdm-v4.15.0_GH0.tar.gz) = 801310
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709010234.v812Yvix056063>