[GH-ISSUE #181] Debian package / Apt Repo #101

Closed
opened 2026-02-27 15:46:27 +03:00 by kerem · 3 comments
Owner

Originally created by @morph027 on GitHub (Oct 17, 2024).
Original GitHub issue: https://github.com/proxmoxer/proxmoxer/issues/181

Do we like to add an apt repository for proxmoxer?

Using wheel2deb , this is quite easy.

python3 -m build
cd dist
cat >wheel2deb.yml <<EOF
---
.:
  revision: 1
  version_template: '{upstream_version}+{revision}'
  extended_desc: ''
  maintainer_name: Proxmoxer Team
  maintainer_email: foo@bar.com
EOF
wheel2deb

The resulting deb file in output folder can be used with the apt-repo-action to create an apt repo directly on github pages.

Originally created by @morph027 on GitHub (Oct 17, 2024). Original GitHub issue: https://github.com/proxmoxer/proxmoxer/issues/181 Do we like to add an apt repository for proxmoxer? Using [wheel2deb](https://github.com/upciti/wheel2deb) , this is quite easy. ```bash python3 -m build cd dist cat >wheel2deb.yml <<EOF --- .: revision: 1 version_template: '{upstream_version}+{revision}' extended_desc: '' maintainer_name: Proxmoxer Team maintainer_email: foo@bar.com EOF wheel2deb ``` The resulting deb file in output folder can be used with the [apt-repo-action](https://github.com/morph027/apt-repo-action) to create an apt repo directly on github pages.
kerem 2026-02-27 15:46:27 +03:00
Author
Owner

@jhollowe commented on GitHub (Oct 24, 2024):

I'm not opposed to this, but I don't know how many people would use the OS package manager rather than a python-specific package manager (e.g. pip).

<!-- gh-comment-id:2435228918 --> @jhollowe commented on GitHub (Oct 24, 2024): I'm not opposed to this, but I don't know how many people would use the OS package manager rather than a python-specific package manager (e.g. pip).
Author
Owner

@morph027 commented on GitHub (Oct 25, 2024):

Jip, virtualenvs are much easier, this just came up during #180

I would also think there's no need. We can close the issue and others might find it in the future 😉

<!-- gh-comment-id:2437196794 --> @morph027 commented on GitHub (Oct 25, 2024): Jip, virtualenvs are much easier, this just came up during #180 I would also think there's no need. We can close the issue and others might find it in the future :wink:
Author
Owner

@jhollowe commented on GitHub (Feb 18, 2025):

I'm going to close this. If someone wants to open a PR for this, I'm willing to consider it, but I'm not going to implement it myself.

<!-- gh-comment-id:2667114661 --> @jhollowe commented on GitHub (Feb 18, 2025): I'm going to close this. If someone wants to open a PR for this, I'm willing to consider it, but I'm not going to implement it myself.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/proxmoxer#101
No description provided.