math/py-numarray: allow staging and use auto python plist

This commit is contained in:
William Grzybowski
2013-12-12 20:18:08 +00:00
parent c101bf5feb
commit 280e4bb064
3 changed files with 19 additions and 419 deletions

View File

@@ -0,0 +1,9 @@
--- setup.py.orig 2013-12-12 18:04:59.679796972 -0200
+++ setup.py 2013-12-12 18:05:04.376796310 -0200
@@ -227,6 +227,4 @@
# Do the installation.
#
if __name__ == "__main__":
- if "config" not in sys.argv and ("build" in sys.argv or "install" in sys.argv):
- sys.argv.insert(sys.argv.index("setup.py")+1, "config")
main()