-
Notifications
You must be signed in to change notification settings - Fork 5
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
Adding debian support #126
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tbazant Thanks for your contribution! 👍 Very much appreciated.
I have some minor questions, maybe you can address them before I merge it.
.venv/bin/pip install debian/pypi/docopt_ng-0.8.1-py2.py3-none-any.whl | ||
.venv/bin/pip install debian/pypi/zipp-3.17.0-py3-none-any.whl | ||
.venv/bin/pip install debian/pypi/importlib_metadata-6.11.0-py3-none-any.whl | ||
.venv/bin/pip install debian/pypi/lxml-4.9.3-cp311-cp311-manylinux_2_28_x86_64.whl | ||
.venv/bin/pip install debian/pypi/typing_extensions-4.9.0-py3-none-any.whl | ||
.venv/bin/pip install debian/pypi/rnginline-1.0.0-py3-none-any.whl |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it possible to install these from PyPI (remote)? If not, could they be stored in the OBS repo instead of here?
Co-authored-by: Tom Schraitle <tomschr@users.noreply.github.com>
Adding a
debian/
subdirectory that is used to build a debian packagefixes #124