Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 May 2026 14:54:50 +0000
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 67528f59f5b3 - main - devel/py-pympler: Update version 1.0.1=>1.1
Message-ID:  <6a1c4bba.30396.ffcc771@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by bofh:

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

commit 67528f59f5b3296e06c80cbe4f909e090cb14348
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2026-05-31 14:48:39 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2026-05-31 14:54:23 +0000

    devel/py-pympler: Update version 1.0.1=>1.1
    
    Changelog: https://github.com/pympler/pympler/releases/tag/1.1
---
 devel/py-pympler/Makefile | 9 ++++++---
 devel/py-pympler/distinfo | 6 +++---
 2 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/devel/py-pympler/Makefile b/devel/py-pympler/Makefile
index 7542ac8e3986..f5f6e2466e0c 100644
--- a/devel/py-pympler/Makefile
+++ b/devel/py-pympler/Makefile
@@ -1,9 +1,9 @@
 PORTNAME=	Pympler
-PORTVERSION=	1.0.1
-PORTREVISION=	1
+DISTVERSION=	1.1
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DISTNAME=	pympler-${DISTVERSION}
 
 MAINTAINER=	bofh@FreeBSD.org
 COMMENT=	Measure, monitor and analyze the memory behavior of Python objects
@@ -11,8 +11,11 @@ WWW=		https://github.com/pympler/pympler
 
 LICENSE=	APACHE20
 
+BUILD_DEPENDS=	${PY_SETUPTOOLS} \
+				${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
+
 USES=		python
-USE_PYTHON=	distutils autoplist
+USE_PYTHON=	autoplist pep517
 
 NO_ARCH=	yes
 
diff --git a/devel/py-pympler/distinfo b/devel/py-pympler/distinfo
index 7799878f2829..b98396747728 100644
--- a/devel/py-pympler/distinfo
+++ b/devel/py-pympler/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1662815065
-SHA256 (Pympler-1.0.1.tar.gz) = 993f1a3599ca3f4fcd7160c7545ad06310c9e12f70174ae7ae8d4e25f6c5d3fa
-SIZE (Pympler-1.0.1.tar.gz) = 676983
+TIMESTAMP = 1780238826
+SHA256 (pympler-1.1.tar.gz) = 1eaa867cb8992c218430f1708fdaccda53df064144d1c5656b1e6f1ee6000424
+SIZE (pympler-1.1.tar.gz) = 179954


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a1c4bba.30396.ffcc771>