Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Apr 2023 10:01:46 GMT
From:      Matthew Seaman <matthew@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 6ebeb804be97 - main - devel/py-yamllint: update to 1.31.0
Message-ID:  <202304221001.33MA1kgA077168@gitrepo.freebsd.org>

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

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

commit 6ebeb804be97f406c8b4d3e5a0c51f642c918108
Author:     Matthew Seaman <matthew@FreeBSD.org>
AuthorDate: 2023-04-22 07:57:01 +0000
Commit:     Matthew Seaman <matthew@FreeBSD.org>
CommitDate: 2023-04-22 10:01:34 +0000

    devel/py-yamllint: update to 1.31.0
    
    Changes:        https://github.com/adrienverge/yamllint/blob/v1.31.0/CHANGELOG.rst
---
 devel/py-yamllint/Makefile | 6 ++++--
 devel/py-yamllint/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/devel/py-yamllint/Makefile b/devel/py-yamllint/Makefile
index 6e6bb1ee2fb5..1aa4edc2a558 100644
--- a/devel/py-yamllint/Makefile
+++ b/devel/py-yamllint/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	yamllint
-PORTVERSION=	1.30.0
+PORTVERSION=	1.31.0
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,12 +11,14 @@ WWW=		https://github.com/adrienverge/yamllint
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=61.0.0:devel/py-setuptools@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pathspec>=0.5.3:devel/py-pathspec@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR}
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR}
 
 USES=		python:3.7+
-USE_PYTHON=	autoplist concurrent distutils pytest
+USE_PYTHON=	autoplist concurrent pep517 pytest
 
 NO_ARCH=	yes
 
diff --git a/devel/py-yamllint/distinfo b/devel/py-yamllint/distinfo
index 4c42f6a6564c..970b3d4f0b7f 100644
--- a/devel/py-yamllint/distinfo
+++ b/devel/py-yamllint/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1679504908
-SHA256 (yamllint-1.30.0.tar.gz) = 4f58f323aedda16189a489d183ecc25c66d7a9cc0fe88f61b650fef167b13190
-SIZE (yamllint-1.30.0.tar.gz) = 124272
+TIMESTAMP = 1682147110
+SHA256 (yamllint-1.31.0.tar.gz) = 2d83f1d12f733e162a87e06b176149d7bb9c5bae4a9e5fce1c771d7f703f7a65
+SIZE (yamllint-1.31.0.tar.gz) = 128661



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