tld-parser: Rewrite in Python
authorColin Walters <walters@verbum.org>
Tue, 26 Jun 2012 17:27:17 +0000 (13:27 -0400)
committerColin Walters <walters@verbum.org>
Tue, 26 Jun 2012 20:47:54 +0000 (16:47 -0400)
commit29345a6d6b181956d3eaffe8d068aca63654e4cb
tree4ba521a9ad8bdd9c4a4f8576a479a3fcca6ac36a
parentcb13cabd5480d8fd92a97e197407e7e530daf8b4
tld-parser: Rewrite in Python

This avoids the issues in building native code to build an
intermediate file to build more native code.  Automake has
BUILT_SOURCES but it's easier to just have build tools in scripting
languages.

https://bugzilla.gnome.org/show_bug.cgi?id=678909
libsoup/Makefile.am
libsoup/tld-parser.c [deleted file]
libsoup/tld-parser.py [new file with mode: 0755]