
* New package - REDItools This PR adds the REDItools package, along with a new package dependency, py-fisher. This contains a patch generated from the python 2to3 script as well as some other fixes. I am not sure if the project is ready to support python-3 yet but I submitted the other patches upstream. * Update var/spack/repos/builtin/packages/reditools/package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
12 lines
350 B
Diff
12 lines
350 B
Diff
--- a/setup.py 2020-07-16 14:01:48.601449013 -0500
|
|
+++ b/setup.py 2020-07-16 14:02:31.547441668 -0500
|
|
@@ -33,7 +33,7 @@
|
|
'Operating System :: POSIX',
|
|
'Programming Language :: Python',
|
|
],
|
|
- long_description=open('README').read(),
|
|
+ long_description=open('README_1.md').read(),
|
|
platforms=['Linux','Unix','MacOS']
|
|
)
|
|
|