sqlparse: add python3 package#10375
Conversation
c8fe811 to
6119aae
Compare
|
Thank you very much :-) I changed it to use pypi.mk fixing the license info and adding a source package, too. I have one question left: Should I add the |
614f042 to
56eabee
Compare
|
Perhaps you can add a separate package for sqlformat, then add |
|
I looked into sqlformat: It is using pkg-resources to call the Alternatively, a |
2ad2170 to
04d7c7d
Compare
|
(fixed the whitespace error) |
04d7c7d to
82c9959
Compare
|
(nothing changed) |
|
I don't know enough about how Python handles main scripts to say if there are any side effects to using Would be great if you can squash the two commits. |
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>
82c9959 to
14e5104
Compare
|
I did squash the commits. As I know |
Maintainer: Peter Stadler peter.stadler@student.uibk.ac.at
Compile tested: MIPS 74K, Asus RT-N16, master snapshot
Run tested: MIPS 74K, Asus RT-N16, master snapshot, run some tests from the package directory
Description: This is a dependency for django-cors-headers (see my other PR) and in turn for the etesync-server (I will update the corresponding PR later).