git: f05c64925082 - main - devel/py-represent: Update to 1.6.0.post0

Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue May 11 21:52:38 UTC 2021


The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f05c64925082b6024ce1a3fbaa63396e84dcb8a6

commit f05c64925082b6024ce1a3fbaa63396e84dcb8a6
Author:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-05-11 21:16:10 +0000
Commit:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
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 at 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


More information about the dev-commits-ports-all mailing list