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

Robert-André Mauchin <zebo...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |POST
                 CC|                            |zebo...@gmail.com
           Assignee|nob...@fedoraproject.org    |zebo...@gmail.com
              Flags|                            |fedora-review+



--- Comment #1 from Robert-André Mauchin <zebo...@gmail.com> ---
Hello,

 - We generally use Pythonhosted to avoid dealing with the file sum in the URL:

Source0:       
https://files.pythonhosted.org/packages/source/a/asttokens/asttokens-%{version}.tar.gz

 - You could use %{py2_dist/%{py3_dist macros as specified in
https://fedoraproject.org/wiki/Packaging:Python#Requires_and_BuildRequires_with_standardized_names

BuildRequires:  %{py2_dist nose}
BuildRequires:  %{py3_dist nose}
BuildRequires:  %{py2_dist astroid}
BuildRequires:  %{py3_dist astroid}
BuildRequires:  %{py2_dist six}
BuildRequires:  %{py3_dist six}


There are no blocking issues so the package is accepted.

-- 
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

Reply via email to