-
Notifications
You must be signed in to change notification settings - Fork 36
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
Published the module to AUR #25
base: master
Are you sure you want to change the base?
Conversation
Hi, Thanks for this ! I don't know much about Arch Linux... Why do we need to upload it to another package repository ? Other question: what would be the process / script for publishing new releases to AUR ? Also, the LICENSE.txt is missing from package source uploaded to AUR (https://files.pythonhosted.org/packages/9e/cf/354dddc57508194082c74310dec15341c008d47b7d37fd813d7fb0c46349/manuf-1.1.1.tar.gz). Since it's a funky license style, that would be a good idea to include it. Anyway, sorry for all the questions/demands and thanks again :) |
Might not be possible to edit and add LICENSE.txt to source files without changing version number tho... |
I'm glad you have questions, will try to answer them as possible, Why?Updates Frequency System Integrity How?The process is quite straight-forward: Traditional actions:
Now PKGBUILD is basically a blueprint for building and installing a piece of software,
As about that.. I guess a version bump is required to edit the content of the package in PyPI. (see Can I re-upload to pypi?) |
Thanks for the clarifications, I understand better now. Would it be possible to have the PKGBUILD and .SRCINFO in a Please tell me if that's correct. Also, never mind the LICENSE.txt remark, just realized it's normal the file don't get to the release file .tar.gz generated by PyPi... |
Sounds correct to me, Might @coolbho3k have any objections? |
While waiting comments from repo owner @coolbho3k ... Do you commit to publish new AUR version every time a new manuf gets release ? Also, please document the appropriate steps in comments of setup.py so we can continue to publish to AUR. Thanks |
I'm able to push to AUR after every manuf's release. Meanwhile I will create some form of documentation as well as give partial or total ownership over the AUR package to whom it may be relevant. P.S it feels really great taking part in contributional conversations and having influence even when the project is relatively small. |
Sounds awesome, thank you. Not familiar with AUR but I'm happy with you
being maintainer of the package. Is it possible to share privileges with
AUR?
…On Wed, Jun 24, 2020 at 3:51 AM CodesWhite ***@***.***> wrote:
I'm able to push to AUR after every manuf's release.
It might take me few days in some cases, as im travelling around the
country without my laptop (right now for example i wont be home until the
end of this month).
Meanwhile I will create some form of documentation as well as give partial
or total ownership over the AUR package to whom it may be relevant.
P.S it feels really great taking part in contributional conversations and
having influence even when the project is relatively small.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#25 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACKBJVWA42UIVOTPRTSBG3RYHLBXANCNFSM4N5CO4TA>
.
|
I would like you to be co-maintainers or even owners of the package: python-manuf |
Hi @codeswhite , I'm ok with being co-maintainer with you. Also I'm stuck for my account creation because I don't have Arch linux device nor docker and there are asking me the output of the following command : Thanks |
Edited the readme to include a new installation method via Arch User Repository
Thus allowing every Arch-based distro user to easily install the module as a system package.
Feel free to contact me in any case.