pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-macs2: Import setup.py patch from biology/py-macs2
Module Name: pkgsrc-wip
Committed By: Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By: outpaddling
Date: Sun Feb 12 12:00:09 2023 -0600
Changeset: 2641af0065dba869411de6170f2f8d7a08fac332
Modified Files:
py-macs2/distinfo
py-macs2/patches/patch-setup.py
Log Message:
py-macs2: Import setup.py patch from biology/py-macs2
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=2641af0065dba869411de6170f2f8d7a08fac332
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
py-macs2/distinfo | 2 +-
py-macs2/patches/patch-setup.py | 9 +++++++--
2 files changed, 8 insertions(+), 3 deletions(-)
diffs:
diff --git a/py-macs2/distinfo b/py-macs2/distinfo
index fc9834522c..78379bcd0e 100644
--- a/py-macs2/distinfo
+++ b/py-macs2/distinfo
@@ -3,4 +3,4 @@ $NetBSD$
BLAKE2s (MACS2-2.2.7.1.tar.gz) = 9018fcf83634355b625d8cbf6f67071c78d469bb35732318115470b7b7d30f8a
SHA512 (MACS2-2.2.7.1.tar.gz) = 2591ff3258124b1d577b0f417838e13ca6151b011590dbb769fd500d7ee5c7969349a7e40d11c3d8cbe75555786f3b76d3950586d7ed144e6e7679018c32d5c5
Size (MACS2-2.2.7.1.tar.gz) = 134872405 bytes
-SHA1 (patch-setup.py) = 9b17fd669b1d67aeb1e7ab8d8fc2b93624755f47
+SHA1 (patch-setup.py) = 2dd7f9996f93db596b4670c3231c818aaee03c87
diff --git a/py-macs2/patches/patch-setup.py b/py-macs2/patches/patch-setup.py
index e0532e7050..b666ee2003 100644
--- a/py-macs2/patches/patch-setup.py
+++ b/py-macs2/patches/patch-setup.py
@@ -1,10 +1,15 @@
-$NetBSD$
+$NetBSD: patch-setup.py,v 1.2 2023/02/10 14:19:45 wiz Exp $
# Remove lexical version check and pip requirement
--- setup.py.orig 2020-04-12 00:00:15.000000000 +0000
+++ setup.py
-@@ -20,28 +20,8 @@ numpy_requires = '>=1.17'
+@@ -16,32 +16,12 @@ from setuptools import setup, Extension
+ from distutils.version import LooseVersion
+ import subprocess
+
+-numpy_requires = '>=1.17'
++numpy_requires = '1.17'
install_requires = [f"numpy>={numpy_requires}",]
def main():
Home |
Main Index |
Thread Index |
Old Index