pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

+set MAINTAINER



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Sat Oct 3 10:37:44 2020 +0100
Changeset:	c91cce2b34e3df85220ad3904cf27adb2a67a2cd

Modified Files:
	py-arxiv/Makefile
Added Files:
	py-cosmolopy/patches/patch-setup.py

Log Message:
+set MAINTAINER

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c91cce2b34e3df85220ad3904cf27adb2a67a2cd

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-arxiv/Makefile                   |  2 +-
 py-cosmolopy/patches/patch-setup.py | 22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+), 1 deletion(-)

diffs:
diff --git a/py-arxiv/Makefile b/py-arxiv/Makefile
index 8dc105ac35..e53f594757 100644
--- a/py-arxiv/Makefile
+++ b/py-arxiv/Makefile
@@ -5,7 +5,7 @@ PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	misc python
 MASTER_SITES=	https://files.pythonhosted.org/packages/7b/c4/f1c53cdff1e8fbd3eba97276a5112745c1cb861bad43fb5b7c5c033159c1/
 
-MAINTAINER=	jihbed.research%gmail.com@localhost
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
 HOMEPAGE=	https://github.com/lukasschwab/arxiv.py
 COMMENT=	Python wrapper for the arXiv API
 LICENSE=	mit
diff --git a/py-cosmolopy/patches/patch-setup.py b/py-cosmolopy/patches/patch-setup.py
new file mode 100644
index 0000000000..f94ed60786
--- /dev/null
+++ b/py-cosmolopy/patches/patch-setup.py
@@ -0,0 +1,22 @@
+$NetBSD$
+
+--- setup.py.orig	2019-11-12 05:55:12.000000000 +0000
++++ setup.py
+@@ -47,9 +47,6 @@ for name in ext_names:
+                              path.join(eh_dir, '%s.c' % (name))])
+     ext_mods.append(mod)
+ 
+-# Get the requirements list
+-with open(path.join(dirpath, 'requirements.txt'), 'r') as f:
+-    requirements = f.read().splitlines()
+ 
+ # Read the __version__.py file
+ with open(path.join(dirpath, 'cosmolopy/__version__.py'), 'r') as f:
+@@ -62,7 +59,6 @@ setup(
+     name = "cosmolopy",
+     version = version,
+     packages = find_packages(),
+-    install_requires = requirements,
+ 
+     ext_modules = ext_mods,
+ 


Home | Main Index | Thread Index | Old Index