Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 May 2023 04:28:18 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c4ec72a05f2b - main - textproc/py-pyaml: Update to 23.5.8
Message-ID:  <202305270428.34R4SIEe026797@gitrepo.freebsd.org>

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

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

commit c4ec72a05f2bd38bfa2a92b94b54b137428f4c2d
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-05-27 04:10:30 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-05-27 04:10:30 +0000

    textproc/py-pyaml: Update to 23.5.8
    
    - Convert to USE_PYTHON=pep517
    
    Changes:        https://github.com/mk-fg/pretty-yaml/commits/master
---
 textproc/py-pyaml/Makefile | 6 ++++--
 textproc/py-pyaml/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/textproc/py-pyaml/Makefile b/textproc/py-pyaml/Makefile
index d7ef5a883bbf..9885ea6deb90 100644
--- a/textproc/py-pyaml/Makefile
+++ b/textproc/py-pyaml/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	pyaml
-PORTVERSION=	21.10.1
+PORTVERSION=	23.5.8
 CATEGORIES=	textproc python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,10 +11,12 @@ WWW=		https://github.com/mk-fg/pretty-yaml
 LICENSE=	WTFPL
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml@${PY_FLAVOR}
 
 USES=		python:3.6+
-USE_PYTHON=	autoplist concurrent distutils
+USE_PYTHON=	autoplist concurrent pep517
 
 NO_ARCH=	yes
 
diff --git a/textproc/py-pyaml/distinfo b/textproc/py-pyaml/distinfo
index 4291fb3114e1..3b367c307fd6 100644
--- a/textproc/py-pyaml/distinfo
+++ b/textproc/py-pyaml/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1643971128
-SHA256 (pyaml-21.10.1.tar.gz) = c6519fee13bf06e3bb3f20cacdea8eba9140385a7c2546df5dbae4887f768383
-SIZE (pyaml-21.10.1.tar.gz) = 20466
+TIMESTAMP = 1684104550
+SHA256 (pyaml-23.5.8.tar.gz) = 287c58ad3aca43fd6da216f42b3d89c835aa1c79301948bbd25be9a2bb71def3
+SIZE (pyaml-23.5.8.tar.gz) = 20157



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