Bug 1200889
| Summary: | Review Request: lpod-python - a python library implementing the OpenDocument Format standard | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | David Tardon <dtardon> |
| Component: | Package Review | Assignee: | Zbigniew Jędrzejewski-Szmek <zbyszek> |
| Status: | CLOSED INSUFFICIENT_DATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | dtardon, package-review, zbyszek |
| Target Milestone: | --- | Flags: | zbyszek:
fedora-review?
|
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2019-09-17 15:37:33 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1200893 | ||
|
Description
David Tardon
2015-03-11 15:15:51 UTC
Name should be python-lpod according to the guidelines [https://fedoraproject.org/wiki/Packaging:NamingGuidelines#Addon_Packages_.28python_modules.29]. Add Provides: python2-lpod = %{version}-%{release} Use %license macro for the license files. What about python3 support? Looks fine. (In reply to Zbigniew Jędrzejewski-Szmek from comment #1) > Name should be python-lpod according to the guidelines > [https://fedoraproject.org/wiki/Packaging:NamingGuidelines#Addon_Packages_. > 28python_modules.29]. On the other side, the guidelines for python3 only require that "all python3 modules MUST have python3 in their name." Are the rules stricter for python2? Also note that this is only the source name. The rpms it builds are named python-*. > Add Provides: python2-lpod = %{version}-%{release} Okay. > Use %license macro for the license files. Okay. > What about python3 support? Possibly. I'd find it a gratuitous source of confusion to have python-lpod built from lpod-python. lpod-python would normally be used for a python subpackage built off a main package. You are right that the guidelines do not explicitly specify that either version is correct. So it's your choice.
>> What about python3 support?
> Possibly.
Oh, I looked at the sources now. They don't seem python3 compatible at all.
So the point is moot for now.
Any plans to continue with this? Let's close this. Feel free to restart the process at any time. |