Scancode-toolkit project - 32 Python packages, using standard template

Hello people,

I am working on packaging scancode-toolkit

ScanCode detects licenses, copyrights, dependencies by “scanning code” … to discover and inventory open source and third-party packages used in your code.

There are 32 Python packages using the latest guidelines.

If you want to take a look, use the following copr repo in your mock.cfg to deal with the dependencies:

[copr:copr.fedorainfracloud.org:eclipseo:scancode-toolkit]
name=Copr repo for scancode-toolkit owned by eclipseo
baseurl=https://download.copr.fedorainfracloud.org/results/eclipseo/scancode-toolkit/fedora-rawhide-$basearch/
type=rpm-md
skip_if_unavailable=True
gpgcheck=1
gpgkey=https://download.copr.fedorainfracloud.org/results/eclipseo/scancode-toolkit/pubkey.gpg
repo_gpgcheck=0
enabled=1
enabled_metadata=1

The complexity is relatively easy because we are using the Python macros which does everything for us.

Feel free to ask for review in return.

Update!

Remaining packages:

This is finally in!

Thanks everyone who contributed!

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.