You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
481f957cb5
* 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
11 lines
301 B
Diff
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
|