Conversation
|
The debian packaging also needs to depend on python3 then |
|
There are tools to convert a python package (egg) to debian package: |
|
This could than manage the dependency to |
|
Just replace python-cookiecutter with python3-cookiecutter |
|
We should also add some |
|
Wow, this is awesome, thanks @delijati ! Splitting the code up has been on my mind every time I need to scroll up or down the code, it's been getting massive! I see you updated the build_deb.sh script, but that won't help when building to push to the ppa & launchpad. I think you need to update the debian/install file (but @jbbgameich might have some better insight there). But it does seem like a better idea to use something to convert the python package to a deb. Yeah, adding tests has been on my todo list, as the code is continuing to grow and it starts getting scarier to make changes! |
|
Updated the branch; what blocking the merge? |
|
@delijati I believe the outstanding issue is just the naming of the file: https://github.com/bhdouglass/clickable/blob/master/debian/clickable.install#L1 |
|
I've merged this into the python3 branch and I'll leave this open until I get it merged fully into master and released, thanks! |
|
Finally merged this into master, look forward to a new release soon. Thanks so much! |
I ported the code to
python3and made itpip installcompatible (setup.py). It is now possible to install it via:This package should also be registered on https://pypi.python.org/pypi
For further work, restructuring the package should get module aka: