Opened 3 years ago
Closed 3 years ago
#64337 closed request (fixed)
twine: request for port
Reported by: | tonywong94 (Tony Wong) | Owned by: | jjstickel (Jonathan Stickel) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.7.1 |
Keywords: | Cc: | reneeotten (Renee Otten) | |
Port: | py-twine |
Description (last modified by reneeotten (Renee Otten))
I'd like to install twine
via macports for Python 3.9. Can a py39-twine port be created? Thanks in advance.
Change History (3)
comment:1 Changed 3 years ago by reneeotten (Renee Otten)
Description: | modified (diff) |
---|---|
Owner: | set to reneeotten |
Port: | twine added; py-twine removed |
Status: | new → accepted |
Summary: | py39-twine not available → twine: request for port |
Version: | → 2.7.1 |
comment:2 Changed 3 years ago by reneeotten (Renee Otten)
Cc: | reneeotten added |
---|---|
Owner: | changed from reneeotten to jjstickel |
Port: | py-twine added; twine removed |
Status: | accepted → assigned |
oh, I actually missed that there was already a py-twine
port with different subports for Python versions. I don't see a point of doing so, in that it's just a program written in Python and not intended (AFAICT) to be imported as a module by other packages and/or end-user. So I think it would be preferable to just have a twine
port that does that (and obsolete the previous one). I've opened a PR to do that and update it to the latest version.
comment:3 Changed 3 years ago by reneeotten (Renee Otten)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
I was looking at that package myself last week - shouldn't be too hard so I'll try and add it. However, there doesn't seem to be a reason to provide it as a module, instead I'll likely add it as
twine
and just use whatever Python version is the current default in MacPorts.