-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Install from source #165
Comments
Sure, it should be; download the source tarball from pypi (or github on the releases)-page and then a |
Thanks. This works. It's there a way to make it without pip? I am considering packaging Pinnwand on Alpine and we want to keep dependencies minimal. The preferred way to install a python package is through Some examples are https://gitlab.alpinelinux.org/forza/aports/-/blob/master/testing/sshuttle/APKBUILD https://gitlab.alpinelinux.org/forza/aports/-/blob/master/testing/sqlmap/APKBUILD |
I think everything you'd need should be in the |
I tried to make an ebuild for Gentoo today, but ran out of steam when I realised i needed to make ebuilds for some of the dependencies as well :/... So to solve my immediate issue with maintaining an up-to-date Pinnwand, I did a shell script that can create and update a dedicated pinnwand venv from github. It's available at https://git.tnonline.net/Forza/misc/src/branch/main/pinnwand if anyone is interested. |
Which dependencies are missing in Gentoo? |
Looking in https://github.com/supakeen/pinnwand/blob/master/pyproject.toml we have the following missing dependencies. From
From
The pdm-pep517 should be supported by Gentoo, though i haven't been able to fully test building Pinnwand due to missing deps. |
Right, you don't need the optional dependencies unless you want to run the full test suite(s) in your packaging pipeline. Generally you can get away with just an import-test (at least that's what's allowed on Fedora).
As for |
Hi,
Is there a way to install Pinnwand from sources rather than via
pip
? I'd like to be able to customise the html and css of my installation.Thanks :)
The text was updated successfully, but these errors were encountered: