Ticket #32251: MyPaint-python27.diff
File MyPaint-python27.diff, 1.5 KB (added by ryandesign (Ryan Carsten Schmidt), 13 years ago) |
---|
-
files/patch-SConstruct.diff
5 5 # FIXME: sometimes it would be good to build for a different python 6 6 # version than the one running scons. (But how to find all paths then?) 7 7 -python = 'python%d.%d' % (sys.version_info[0], sys.version_info[1]) 8 +python = 'python2. 6'8 +python = 'python2.7' 9 9 print 'Building for', python 10 10 11 11 if sys.platform == "win32": -
Portfile
7 7 name MyPaint 8 8 set my_name mypaint 9 9 version 1.0.0 10 revision 1 10 11 homepage http://mypaint.info/ 11 12 categories graphics 12 13 maintainers ryandesign … … 32 33 port:scons \ 33 34 port:swig-python 34 35 35 depends_lib port: protobuf-python26\36 port: libpng\37 port:py2 6-numpy\38 port:py2 6-gtk36 depends_lib port:libpng \ 37 port:protobuf-python27 \ 38 port:py27-gtk \ 39 port:py27-numpy 39 40 40 41 depends_run port:hicolor-icon-theme 41 42