root/trunk/ports/python/py-hesiod/files/patch-setup.py

Revision 213, 378 bytes (checked in by quentin, 4 years ago)

Upgrade to Python 3-compatible PyHesiod

Line 
1 --- setup.py.orig       2012-02-24 01:47:58.000000000 -0500
2 +++ setup.py    2012-02-24 01:48:19.000000000 -0500
3 @@ -17,6 +17,8 @@
4      ext_modules=cythonize([
5          Extension("_hesiod",
6                    ["_hesiod.pyx"],
7 +                  include_dirs=['__PREFIX__/include'],
8 +                  library_dirs=['__PREFIX__/lib'],
9                    libraries=["hesiod"]),
10      ]),
11  )
Note: See TracBrowser for help on using the browser.