https://bugzilla.redhat.com/show_bug.cgi?id=1812124



--- Comment #1 from Miro HronĨok <mhron...@redhat.com> ---
  Source0:        https://pypi.io/packages/source/%(c=%{pypi_name}; echo
${c:0:1})/%{pypi_name}/%{pypi_name}-%{version}.tar.gz

There is a amcor:

  Source0:        %{pypi_source}

--------------------------

  %build
  %{__python3} setup.py build

  %install
  %{__python3} setup.py install -O1 --skip-build --root %{buildroot}


This should nowdays be:


  %build
  %py3_build

  %install
  %py3_install


--------------------------

  Requires:       python3-sphinxcontrib-httpdomain
  Requires:       python3-jsonschema
  Requires:       python3-pyyaml

This should use the automatic dependencies instead (possibly by not deleting
the requirements.txt file?)



--------------------------


The two "initial packaging" changelog entries are confusing.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org

Reply via email to