Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Jan 2025 10:05:46 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: 7949883bffa7 - main - science/py-rmsd: update 1.5.1 =?utf-8?Q?=E2=86=92?= 1.6.3
Message-ID:  <202501121005.50CA5kVX084061@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=7949883bffa78e81ce16f6e5516d5af2b59496e2

commit 7949883bffa78e81ce16f6e5516d5af2b59496e2
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2025-01-12 10:05:07 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2025-01-12 10:05:42 +0000

    science/py-rmsd: update 1.5.1 → 1.6.3
    
    Reported by:    portscout
---
 science/py-rmsd/Makefile | 12 +++++++++---
 science/py-rmsd/distinfo |  6 +++---
 2 files changed, 12 insertions(+), 6 deletions(-)

diff --git a/science/py-rmsd/Makefile b/science/py-rmsd/Makefile
index 5ce909f14539..40db83d4bf48 100644
--- a/science/py-rmsd/Makefile
+++ b/science/py-rmsd/Makefile
@@ -1,7 +1,8 @@
 PORTNAME=	rmsd
-DISTVERSION=	1.5.1
+DISTVERSIONPREFIX=	${PORTNAME}-
+DISTVERSION=	1.6.3
 CATEGORIES=	science
-MASTER_SITES=	PYPI
+#MASTER_SITES=	PYPI # missing test files, see https://github.com/charnley/rmsd/issues/123
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -14,6 +15,11 @@ RUN_DEPENDS=	${PYNUMPY} \
 		${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR}
 
 USES=		python
-USE_PYTHON=	distutils autoplist concurrent
+USE_PYTHON=	distutils autoplist concurrent pytest
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	charnley
+
+# tests as of 1.6.3: 1 failed, 51 passed, 1 skipped in 8.53s, failure due to the missing science/py-qmllib that fails to build
 
 .include <bsd.port.mk>
diff --git a/science/py-rmsd/distinfo b/science/py-rmsd/distinfo
index e9cacbf6dc7d..0e598d8c8e2e 100644
--- a/science/py-rmsd/distinfo
+++ b/science/py-rmsd/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1731748655
-SHA256 (rmsd-1.5.1.tar.gz) = c0342821432aac10e98089877875a2cd8bbf624163971076d93686a40f10d127
-SIZE (rmsd-1.5.1.tar.gz) = 19076
+TIMESTAMP = 1736672385
+SHA256 (charnley-rmsd-rmsd-1.6.3_GH0.tar.gz) = 4bba161f0312e6e775261a3a4364670190b7be0c51fafc9b4e53351d1ae7ed0b
+SIZE (charnley-rmsd-rmsd-1.6.3_GH0.tar.gz) = 248837



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