Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Oct 2023 12:48:16 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: b8cf988e4591 - main - textproc/py-openstep-plist: Update to 0.3.1
Message-ID:  <202310081248.398CmG97023677@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=b8cf988e45919b2c18b24c9182e0567ac1662912

commit b8cf988e45919b2c18b24c9182e0567ac1662912
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-10-08 12:28:20 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-10-08 12:28:20 +0000

    textproc/py-openstep-plist: Update to 0.3.1
    
    Changes:        https://github.com/fonttools/openstep-plist/releases
---
 textproc/py-openstep-plist/Makefile | 10 ++++------
 textproc/py-openstep-plist/distinfo |  6 +++---
 2 files changed, 7 insertions(+), 9 deletions(-)

diff --git a/textproc/py-openstep-plist/Makefile b/textproc/py-openstep-plist/Makefile
index f40d74310935..466dbab48a7c 100644
--- a/textproc/py-openstep-plist/Makefile
+++ b/textproc/py-openstep-plist/Makefile
@@ -1,11 +1,9 @@
 PORTNAME=	openstep-plist
-PORTVERSION=	0.3.0
-DISTVERSIONSUFFIX=	.post1
-PORTREVISION=	1
+PORTVERSION=	0.3.1
 CATEGORIES=	textproc python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
-DISTNAME=	openstep_plist-${DISTVERSIONFULL}
+DISTNAME=	openstep_plist-${PORTVERSION}
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	ASCII plist parser written in Cython
@@ -14,11 +12,11 @@ WWW=		https://github.com/fonttools/openstep-plist
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	${PY_SETUPTOOLS} \
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
 
-USES=		python zip
+USES=		python
 USE_PYTHON=	autoplist concurrent cython pep517
 
 post-install:
diff --git a/textproc/py-openstep-plist/distinfo b/textproc/py-openstep-plist/distinfo
index 090945b13601..d6183f45ed29 100644
--- a/textproc/py-openstep-plist/distinfo
+++ b/textproc/py-openstep-plist/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1669057515
-SHA256 (openstep_plist-0.3.0.post1.zip) = 18aff3d5eded9ebfbedfeba444a3c048324697bf8a39bb04361c0dd53bfeab0b
-SIZE (openstep_plist-0.3.0.post1.zip) = 215537
+TIMESTAMP = 1696767768
+SHA256 (openstep_plist-0.3.1.tar.gz) = 02eead68efb9eceb2de2c95397073ce80fc89855d97ab65169bd92fc4368e4f2
+SIZE (openstep_plist-0.3.1.tar.gz) = 286713



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