From owner-dev-commits-ports-all@freebsd.org Tue May 11 21:52:38 2021 Return-Path: Delivered-To: dev-commits-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 3EBE1646948; Tue, 11 May 2021 21:52:38 +0000 (UTC) (envelope-from git@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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Ffs916Ldcz4r7w; Tue, 11 May 2021 21:52:37 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 99C881FD24; Tue, 11 May 2021 21:52:37 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 14BLqb6h099368; Tue, 11 May 2021 21:52:37 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 14BLqblJ099367; Tue, 11 May 2021 21:52:37 GMT (envelope-from git) Date: Tue, 11 May 2021 21:52:37 GMT Message-Id: <202105112152.14BLqblJ099367@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: f05c64925082 - main - devel/py-represent: Update to 1.6.0.post0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: f05c64925082b6024ce1a3fbaa63396e84dcb8a6 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 May 2021 21:52:38 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=f05c64925082b6024ce1a3fbaa63396e84dcb8a6 commit f05c64925082b6024ce1a3fbaa63396e84dcb8a6 Author: Po-Chuan Hsieh AuthorDate: 2021-05-11 21:16:10 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-05-11 21:47:13 +0000 devel/py-represent: Update to 1.6.0.post0 - Use USES=dos2unix to convert CRLF to LF Changes: https://github.com/RazerM/represent/releases --- devel/py-represent/Makefile | 6 ++++-- devel/py-represent/distinfo | 6 +++--- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/devel/py-represent/Makefile b/devel/py-represent/Makefile index 204423e80707..6742ecbb9d40 100644 --- a/devel/py-represent/Makefile +++ b/devel/py-represent/Makefile @@ -2,10 +2,12 @@ PORTNAME= represent PORTVERSION= 1.6.0 +DISTVERSIONSUFFIX= .post0 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= Represent-${PORTVERSION} +DISTNAME= Represent-${DISTVERSIONFULL} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Create __repr__ automatically or declaratively @@ -18,7 +20,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.8.0:devel/py-six@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ipython>=0:devel/ipython@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest>=3.0.5:devel/py-pytest@${PY_FLAVOR} -USES= python:3.6+ +USES= dos2unix python:3.6+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes diff --git a/devel/py-represent/distinfo b/devel/py-represent/distinfo index 6b37e54a9ed6..cd207afa77fa 100644 --- a/devel/py-represent/distinfo +++ b/devel/py-represent/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1548961169 -SHA256 (Represent-1.6.0.tar.gz) = 293dfec8b2e9e2150a21a49bfec2cd009ecb600c8c04f9186d2ad222c3cef78a -SIZE (Represent-1.6.0.tar.gz) = 25914 +TIMESTAMP = 1620405423 +SHA256 (Represent-1.6.0.post0.tar.gz) = 026c0de2ee8385d1255b9c2426cd4f03fe9177ac94c09979bc601946c8493aa0 +SIZE (Represent-1.6.0.post0.tar.gz) = 23420