Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Sep 2024 20:16:55 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: 1d0d1e20eefe - main - sysutils/py-pkginfo: Update to 1.10.0
Message-ID:  <202409152016.48FKGthO083543@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=1d0d1e20eefe60de43fbad8faa760f630bb52874

commit 1d0d1e20eefe60de43fbad8faa760f630bb52874
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-09-15 19:43:56 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-09-15 20:09:52 +0000

    sysutils/py-pkginfo: Update to 1.10.0
    
    - Convert to USE_PYTHON=pep517
    
    Changes:        https://bazaar.launchpad.net/~tseaver/pkginfo/trunk/view/head:/CHANGES.txt
---
 sysutils/py-pkginfo/Makefile | 18 +++++-------------
 sysutils/py-pkginfo/distinfo |  6 +++---
 2 files changed, 8 insertions(+), 16 deletions(-)

diff --git a/sysutils/py-pkginfo/Makefile b/sysutils/py-pkginfo/Makefile
index ad34fc9f0d0b..2602dcb100f3 100644
--- a/sysutils/py-pkginfo/Makefile
+++ b/sysutils/py-pkginfo/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	pkginfo
-DISTVERSION=	1.9.6
+PORTVERSION=	1.10.0
 CATEGORIES=	sysutils python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,20 +11,12 @@ WWW=		https://pypi.org/project/pkginfo/
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=40.8.0:devel/py-setuptools@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
+
 USES=		python
-USE_PYTHON=	autoplist concurrent distutils
+USE_PYTHON=	autoplist concurrent pep517
 
 NO_ARCH=	yes
-PORTDOCS=	*
-
-OPTIONS_DEFINE=	DOCS
-DOCS_BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sphinx>=0,1:textproc/py-sphinx@${PY_FLAVOR}
-DOCS_VARS=		PYDISTUTILS_BUILD_TARGET+="build_sphinx -a -E"
-
-post-install-DOCS-on:
-	@${MKDIR} ${STAGEDIR}${DOCSDIR}
-	@(cd ${WRKSRC}/build/sphinx/html && \
-		${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} \
-		"! -name .buildinfo -and ! -name objects.inv")
 
 .include <bsd.port.mk>
diff --git a/sysutils/py-pkginfo/distinfo b/sysutils/py-pkginfo/distinfo
index 3a390daa00b0..c6abcc086ef3 100644
--- a/sysutils/py-pkginfo/distinfo
+++ b/sysutils/py-pkginfo/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1685793192
-SHA256 (pkginfo-1.9.6.tar.gz) = 8fd5896e8718a4372f0ea9cc9d96f6417c9b986e23a4d116dda26b62cc29d046
-SIZE (pkginfo-1.9.6.tar.gz) = 379307
+TIMESTAMP = 1726081043
+SHA256 (pkginfo-1.10.0.tar.gz) = 5df73835398d10db79f8eecd5cd86b1f6d29317589ea70796994d49399af6297
+SIZE (pkginfo-1.10.0.tar.gz) = 378457



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