Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Sep 2022 13:39:39 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 7c8d3917c385 - main - devel/py-pydevd: Update version 1.2.0=>1.3.0
Message-ID:  <202209101339.28ADddQw067007@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

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

commit 7c8d3917c385969dd4ac26302b4646539099718e
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2022-09-10 13:33:27 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2022-09-10 13:39:22 +0000

    devel/py-pydevd: Update version 1.2.0=>1.3.0
    
    - Add USES=dos2unix
    
    Relnotes:
    https://github.com/fabioz/PyDev.Debugger/releases/tag/pydev_debugger_1_3_0
---
 devel/py-pydevd/Makefile | 6 ++++--
 devel/py-pydevd/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/devel/py-pydevd/Makefile b/devel/py-pydevd/Makefile
index ce3d01ed888f..663de22a65f7 100644
--- a/devel/py-pydevd/Makefile
+++ b/devel/py-pydevd/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	pydevd
-PORTVERSION=	1.2.0
+PORTVERSION=	1.3.0
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,7 +11,9 @@ WWW=		https://pypi.org/project/pydevd/
 LICENSE=	EPL
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		python:3.6+
+USES=		dos2unix python:3.6+
 USE_PYTHON=	autoplist concurrent distutils pytest
 
+DOS2UNIX_GLOB=	*
+
 .include <bsd.port.mk>
diff --git a/devel/py-pydevd/distinfo b/devel/py-pydevd/distinfo
index 932da6ec8d53..6a453fbf6576 100644
--- a/devel/py-pydevd/distinfo
+++ b/devel/py-pydevd/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1655415948
-SHA256 (pydevd-1.2.0.tar.gz) = 31673b3157f841f707744267083bafac6cef3220095d5a1b0b3866503d76686f
-SIZE (pydevd-1.2.0.tar.gz) = 1064444
+TIMESTAMP = 1662816409
+SHA256 (pydevd-1.3.0.tar.gz) = 6c4efb479e6fa010bbd1b3e80d0f3dcaf471ac2035b4d54f39d310e3a94e376e
+SIZE (pydevd-1.3.0.tar.gz) = 1086056



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