8 buildPythonPackage rec {
9 pname = "babelgladeextractor";
11 format = "setuptools";
12 disabled = (!isPy3k); # uses python3 specific file io in setup.py
15 pname = "BabelGladeExtractor";
17 extension = "tar.bz2";
18 sha256 = "160p4wi2ss69g141c2z59azvrhn7ymy5m9h9d65qrcabigi0by5w";
21 propagatedBuildInputs = [
25 # SyntaxError: Non-ASCII character '\xc3' in file /build/BabelGladeExtractor-0.6.3/babelglade/tests/test_translate.py on line 20, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details
29 homepage = "https://github.com/gnome-keysign/babel-glade";
30 description = "Babel Glade XML files translatable strings extractor";
31 license = licenses.bsd3;
32 maintainers = with maintainers; [ ];