[Bug 1824848] Review Request: jc - JSONifies the output of dozens of commands

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

Petr Viktorin <pviktori@xxxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pviktori@xxxxxxxxxx



--- Comment #14 from Petr Viktorin <pviktori@xxxxxxxxxx> ---
The:
    %{python3_sitelib}/tests
in %files means you're installing the tests system-wide, so `import test` will
import tests of jc. If another package would also try to do this, it would
conflict.
I think you should leave the tests out of the RPM. If you really need them,
could you rename them to e.g. `test_jc`?

Could you include a LICENSE file? Usually it's done like this:

%files -n ...
%doc README.md
%license LICENSE.md
%{_bindir}/jc.md
...

And of course, the license should be included in the archive on PyPI. Otherwise
it's basically illegal to redistribute the package: if you read the MIT
license, you'll find that it basically says you need to distribute the license
(specific parts of it) with the software.


-- 
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@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx
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@xxxxxxxxxxxxxxxxxxxxxxx




[Index of Archives]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite Conditions]     [KDE Users]

  Powered by Linux