Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 02 Dec 2025 12:19:39 +0000
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: ff9415cb3d12 - main - devel/py-macholib: Update to 1.16.4
Message-ID:  <692ed95b.f78a.73c042d3@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=ff9415cb3d12d29b2a1f10c998cfb846268ab80d

commit ff9415cb3d12d29b2a1f10c998cfb846268ab80d
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-12-02 12:07:32 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-12-02 12:07:32 +0000

    devel/py-macholib: Update to 1.16.4
    
    - Update WWW
    - Convert to USE_PYTHON=pep517
    - Take maintainership
    
    Changes:        https://github.com/ronaldoussoren/macholib/blob/master/doc/changelog.rst
---
 devel/py-macholib/Makefile | 15 +++++++++------
 devel/py-macholib/distinfo |  6 +++---
 2 files changed, 12 insertions(+), 9 deletions(-)

diff --git a/devel/py-macholib/Makefile b/devel/py-macholib/Makefile
index a6a024fb3e64..375487cc79d4 100644
--- a/devel/py-macholib/Makefile
+++ b/devel/py-macholib/Makefile
@@ -1,19 +1,22 @@
 PORTNAME=	macholib
-PORTVERSION=	1.16.3
-PORTREVISION=	1
+PORTVERSION=	1.16.4
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=	ports@FreeBSD.org
-COMMENT=	Used to analyze and edit Mach-O headers
-WWW=		https://pypi.org/project/macholib/
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Mach-O header analysis and editing
+WWW=		https://github.com/ronaldoussoren/macholib
 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}altgraph>=0.17:math/py-altgraph@${PY_FLAVOR}
+
 USES=		python
-USE_PYTHON=	autoplist distutils
+USE_PYTHON=	autoplist concurrent pep517
 
 NO_ARCH=	yes
 
diff --git a/devel/py-macholib/distinfo b/devel/py-macholib/distinfo
index 1b77f909f987..f23662965d10 100644
--- a/devel/py-macholib/distinfo
+++ b/devel/py-macholib/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1705929062
-SHA256 (macholib-1.16.3.tar.gz) = 07ae9e15e8e4cd9a788013d81f5908b3609aa76f9b1421bae9c4d7606ec86a30
-SIZE (macholib-1.16.3.tar.gz) = 59309
+TIMESTAMP = 1764510952
+SHA256 (macholib-1.16.4.tar.gz) = f408c93ab2e995cd2c46e34fe328b130404be143469e41bc366c807448979362
+SIZE (macholib-1.16.4.tar.gz) = 59427



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?692ed95b.f78a.73c042d3>