sqlparse: add python3 package 10375/head
authorPeter Stadler <peter.stadler@student.uibk.ac.at>
Sun, 27 Oct 2019 20:23:56 +0000 (21:23 +0100)
committerPeter Stadler <peter.stadler@student.uibk.ac.at>
Thu, 31 Oct 2019 23:32:05 +0000 (00:32 +0100)
commit14e51044d72d68de036fd855af35ab6ef7cbaba7
tree2fc088e465ec3d53c29277c8e61ab3f7229b42bf
parent5329e65e4697801a05c3725bc78cb8e4691abd98
sqlparse: add python3 package

This is a dependency for django-cors-headers.

Install sqlformat without using pkg-resources:
Upstream uses the entry_point function to call the __main__.py script.
We copy it for avoiding the dependency on pkg_resources and full python3 in turn.

Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
lang/python/python3-sqlparse/Makefile [new file with mode: 0644]