Skip to content

Conversation

@tbazant
Copy link

@tbazant tbazant commented Mar 6, 2024

Adding a debian/ subdirectory that is used to build a debian package

fixes #124

@tbazant tbazant requested a review from tomschr March 6, 2024 09:12
@tbazant tbazant self-assigned this Mar 6, 2024
Copy link
Contributor

@tomschr tomschr left a 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.

Comment on lines +14 to +19
.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
Copy link
Contributor

@tomschr tomschr Mar 6, 2024

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?

tbazant and others added 2 commits March 7, 2024 11:53
Co-authored-by: Tom Schraitle <tomschr@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add "debian" subdirectory for debian-based builds

3 participants