Files
Sterling Smith 481f957cb5 py-gacode:Update to version 0.50
* Upstream changed its location to pygacode
* Need to strip import test during setup.py install phase, which is MacPorts
  destroot phase before name unmangling
* Add test phase
2020-02-28 13:55:49 -05:00

11 lines
301 B
Diff

--- setup.py.orig 2020-02-27 23:24:57.000000000 -0800
+++ setup.py 2020-02-27 23:25:03.000000000 -0800
@@ -20,7 +20,3 @@
packages=['pygacode.test'],
ext_modules=[wrapper]
)
-
-# only run tests when installing
-if 'install' in sys.argv:
- from pygacode.test import test_install