git: e53b99b2dccf - main - biology/py-PySCeS: Update 0.9.8post1 -> 0.9.8a

Yuri Victorovich yuri at FreeBSD.org
Tue Sep 14 09:22:19 UTC 2021


The branch main has been updated by yuri:

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

commit e53b99b2dccf0e63a0a7441e8cf0edae254265d0
Author:     Yuri Victorovich <yuri at FreeBSD.org>
AuthorDate: 2021-09-14 09:19:59 +0000
Commit:     Yuri Victorovich <yuri at FreeBSD.org>
CommitDate: 2021-09-14 09:21:07 +0000

    biology/py-PySCeS: Update 0.9.8post1 -> 0.9.8a
---
 biology/py-PySCeS/Makefile             |  3 +--
 biology/py-PySCeS/distinfo             |  6 +++---
 biology/py-PySCeS/files/patch-setup.py | 15 +++++++++++++++
 3 files changed, 19 insertions(+), 5 deletions(-)

diff --git a/biology/py-PySCeS/Makefile b/biology/py-PySCeS/Makefile
index a399b65938fc..8130f8b00e2f 100644
--- a/biology/py-PySCeS/Makefile
+++ b/biology/py-PySCeS/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	PySCeS
-DISTVERSION=	0.9.8post1
-DISTVERSIONSUFFIX=	-31-g28dd259
+DISTVERSION=	0.9.8a
 CATEGORIES=	biology python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
diff --git a/biology/py-PySCeS/distinfo b/biology/py-PySCeS/distinfo
index 5eb6ca09af67..e9a140c9132c 100644
--- a/biology/py-PySCeS/distinfo
+++ b/biology/py-PySCeS/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1629133609
-SHA256 (PySCeS-pysces-0.9.8post1-31-g28dd259_GH0.tar.gz) = e8634ae766331b57dcc697a4a59c8c2844e744a63e47727a15b4a7f5e32c537d
-SIZE (PySCeS-pysces-0.9.8post1-31-g28dd259_GH0.tar.gz) = 2670650
+TIMESTAMP = 1631609112
+SHA256 (PySCeS-pysces-0.9.8a_GH0.tar.gz) = 6037152bd6c4aadb771db403771744debe4cecaa9e4ae2ca449221ae60be85a1
+SIZE (PySCeS-pysces-0.9.8a_GH0.tar.gz) = 1982294
diff --git a/biology/py-PySCeS/files/patch-setup.py b/biology/py-PySCeS/files/patch-setup.py
new file mode 100644
index 000000000000..c7f868849c6b
--- /dev/null
+++ b/biology/py-PySCeS/files/patch-setup.py
@@ -0,0 +1,15 @@
+--- setup.py.orig	2021-09-14 08:51:28 UTC
++++ setup.py
+@@ -284,9 +284,9 @@ mydata_files.append((os.path.join('pysces'), [os.path.
+ mydata_files.append(('', [os.path.join('pysces', 'pysces.pth')]))
+ 
+ # JR 2021-08 userguide.pdf included as a symlink to built docs in submodule
+-mydata_files.append(
+-    (os.path.join("pysces", "docs"), [os.path.join("pysces", "docs", "userguide.pdf")])
+-)
++#mydata_files.append(
++#    (os.path.join("pysces", "docs"), [os.path.join("pysces", "docs", "userguide.pdf")])
++#)
+ mydata_files.append(
+     (
+         os.path.join('pysces', 'examples'),


More information about the dev-commits-ports-main mailing list