pygts-0.3.1:
	homepage: http://pygts.sourceforge.net/
	documentation: http://pygts.svn.sourceforge.net/viewvc/pygts/doc/gts.html
	license: GNU GPL v2
	note: the local version is only the 'gts' directory of the source archive (doc, examples, test ommited). Distutils are not used for building either.
	patch: pygts.py has the following lines added at the beginning:

		# added by eudoxos 29.1.2011, fixes https://bugs.launchpad.net/yade/+bug/668329
		## force decimal separator to be always . (decimal point), not , (decimal comma) -- unless LC_ALL is set, then we are stuck
		## this was reason for bogus gts imports
		## adding to yade main does not solve the problem for some reason
		import locale
		locale.setlocale(locale.LC_NUMERIC,'C')

boost-python-indexing-suite-v2-noSymlinkHeaders:
	homepage: http://www.language-binding.net/pyplusplus/pyplusplus.html (part of Py++-1.0.0)
	documentation: http://www.language-binding.net/pyplusplus/documentation/indexing_suite_v2.html.html
	source: https://pygccxml.svn.sourceforge.net/svnroot/pygccxml/pyplusplus_dev/indexing_suite_v2 revision 1755
	license: Boost software license 1.0
	note: only headers are copied here

mtTkinter-0.4:
	homepage: http://tkinter.unpythonic.net/wiki/mtTkinter
	source: http://tkinter.unpythonic.net/wiki/mtTkinter?action=AttachFile&do=get&target=mtTkinter-0.4.tar.gz
	license: gpl lgpl
