Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Jun 2024 03:08:35 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e25d718d3b76 - main - misc/py-mffpy: update 0.8.0 =?utf-8?Q?=E2=86=92?= 0.9.0
Message-ID:  <202406200308.45K38ZLq063504@gitrepo.freebsd.org>

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

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

commit e25d718d3b7631af5c0a2c1ba08c1088813d726a
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-06-20 02:38:33 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-06-20 02:38:33 +0000

    misc/py-mffpy: update 0.8.0 → 0.9.0
    
    Reported by:    portscout
---
 misc/py-mffpy/Makefile | 11 +++++++----
 misc/py-mffpy/distinfo |  6 +++---
 2 files changed, 10 insertions(+), 7 deletions(-)

diff --git a/misc/py-mffpy/Makefile b/misc/py-mffpy/Makefile
index c562d6d58d33..cb5dc8ce78d9 100644
--- a/misc/py-mffpy/Makefile
+++ b/misc/py-mffpy/Makefile
@@ -1,8 +1,8 @@
 PORTNAME=	mffpy
-DISTVERSION=	0.8.0
-PORTREVISION=	1
+DISTVERSIONPREFIX=	v
+DISTVERSION=	0.9.0
 CATEGORIES=	misc
-MASTER_SITES=	PYPI
+#MASTER_SITES=	PYPI # no test files
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -20,7 +20,10 @@ BUILD_DEPENDS=	${PY_DEPENDS} \
 RUN_DEPENDS=	${PY_DEPENDS}
 
 USES=		python
-USE_PYTHON=	distutils concurrent autoplist
+USE_PYTHON=	distutils concurrent autoplist pytest # 14 tests fail with AttributeError: module 'numpy' has no attribute 'float'.
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	BEL-Public
 
 NO_ARCH=	yes
 
diff --git a/misc/py-mffpy/distinfo b/misc/py-mffpy/distinfo
index 85b7e48c6a7d..bf5833d96696 100644
--- a/misc/py-mffpy/distinfo
+++ b/misc/py-mffpy/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1667756706
-SHA256 (mffpy-0.8.0.tar.gz) = 0658da3c58da3cbd22da9b7faf3aedf000f3140bcdff1e18567aba01be783c6c
-SIZE (mffpy-0.8.0.tar.gz) = 149277
+TIMESTAMP = 1718850788
+SHA256 (BEL-Public-mffpy-v0.9.0_GH0.tar.gz) = 42803c5f1950ea1b56b8c9a6558180d7986f5944f62172c98e221054791f9afb
+SIZE (BEL-Public-mffpy-v0.9.0_GH0.tar.gz) = 12608131



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