Bug 1130098
| Summary: | Review Request: python-ejson - Extensible json serializer/deserializer library | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Pavel Alexeev <pahan> |
| Component: | Package Review | Assignee: | Nobody's working on this, feel free to take it <nobody> |
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | package-review, pahan, quantum.analyst |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2019-01-16 01:32:30 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: | 201449, 1130103 | ||
|
Description
Pavel Alexeev
2014-08-14 10:32:23 UTC
unfortunately it is completely out of sync with guidelines.
* must be split to python2- and python3- subpackages
* must use %python_provide macro for them
* should use new macroses %py2_build, %py3_build, %py2_install, %py3_install
* must not use unversioned %{python_sitelib}
* should drop %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")} and sitearch macroses like that (it's needed only for EL5)
Hello. Your spec file is not compliant to Fedora Python Packaging Guidelines https://fedoraproject.org/wiki/Packaging:Python#Example_common_spec_file for instance, there is not distinction between Python 2 and 3 packages. You can take as example my spec file of python-netdiff http://pkgs.fedoraproject.org/cgit/rpms/python-netdiff.git/tree/python-netdiff.spec ping? I think it's time to close this. The needinfo request[s] on this closed bug have been removed as they have been unresolved for 1000 days |