Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add and improve curations for Python packages #131

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions curations/PyPI/_/alabaster.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
- id: "PyPI::alabaster:"
curations:
comment: |
Mapping declared license based on
https://github.com/sphinx-doc/alabaster/blob/0.4.0/LICENSE and
https://github.com/sphinx-doc/alabaster/blob/0.4.0/setup.py#L22.
declared_license_mapping:
"BSD License": "BSD-3-Clause"
8 changes: 8 additions & 0 deletions curations/PyPI/_/amqp.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
- id: "PyPI::amqp:"
curations:
comment: |
Mapping declared license based on
https://github.com/celery/py-amqp/blob/v2.4.2/LICENSE and
https://github.com/celery/py-amqp/blob/v2.4.2/setup.py#L29.
declared_license_mapping:
"BSD License": "BSD-3-Clause"
8 changes: 8 additions & 0 deletions curations/PyPI/_/aniso8601.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
- id: "PyPI::aniso8601:"
curations:
comment: |
Mapping declared license based on
https://bitbucket.org/nielsenb/aniso8601/src/v9.0.0/LICENSE and
https://bitbucket.org/nielsenb/aniso8601/src/v9.0.0/setup.py#lines-34.
declared_license_mapping:
"BSD License": "BSD-3-Clause"
10 changes: 10 additions & 0 deletions curations/PyPI/_/appnope.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
- id: "PyPI::appnope:"
curations:
comment: |
Mapping declared license based on
https://github.com/minrk/appnope/blob/0.1.3/LICENSE,
https://github.com/minrk/appnope/blob/0.1.3/setup.py#L45 and
https://github.com/minrk/appnope/blob/0.1.3/setup.py#L50.
declared_license_mapping:
"BSD": "BSD-2-Clause"
"BSD License": "BSD-2-Clause"
5 changes: 3 additions & 2 deletions curations/PyPI/_/asgiref.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
- id: "PyPI::asgiref:(,4.0.0["
curations:
comment: |
The library is licensed under BSD-3-Clause, see:
https://github.com/django/asgiref/blob/main/LICENSE
Mapping declared license based on
https://github.com/django/asgiref/blob/3.6.0/LICENSE and
https://github.com/django/asgiref/blob/3.6.0/setup.cfg#L14.
declared_license_mapping:
"BSD License": "BSD-3-Clause"
8 changes: 5 additions & 3 deletions curations/PyPI/_/astroid.yml
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
- id: "PyPI::astroid:(,3.0.0["
- id: "PyPI::astroid:"
curations:
comment: |
The library is licensed under LGPL-2.1-or-later, see:
https://github.com/PyCQA/astroid/blob/main/LICENSE
Mapping declared license based on
https://github.com/pylint-dev/astroid/blob/v2.8.1/LICENSE,
https://github.com/pylint-dev/astroid/blob/v2.8.1/setup.cfg#L10 and
https://github.com/pylint-dev/astroid/blob/v2.8.1/setup.cfg#L16.
declared_license_mapping:
"GNU Lesser General Public License v2 (LGPLv2)": "LGPL-2.1-or-later"
6 changes: 6 additions & 0 deletions curations/PyPI/_/azure-common.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
- id: "PyPI::azure-common:"
curations:
comment: |
Package resides in its own directory within project's code repository.
vcs:
path: "sdk/core/azure-common"
6 changes: 6 additions & 0 deletions curations/PyPI/_/azure-mgmt-advisor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
- id: "PyPI::azure-mgmt-advisor:"
curations:
comment: |
Package resides in its own directory within project's code repository.
vcs:
path: "sdk/advisor/azure-mgmt-advisor"
6 changes: 6 additions & 0 deletions curations/PyPI/_/azure-mgmt-authorization.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
- id: "PyPI::azure-mgmt-authorization:"
curations:
comment: |
Package resides in its own directory within project's code repository.
vcs:
path: "sdk/authorization/azure-mgmt-authorization"
6 changes: 6 additions & 0 deletions curations/PyPI/_/azure-mgmt-compute.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
- id: "PyPI::azure-mgmt-compute:"
curations:
comment: |
Package resides in its own directory within project's code repository.
vcs:
path: "sdk/compute/azure-mgmt-compute"
6 changes: 6 additions & 0 deletions curations/PyPI/_/azure-mgmt-dns.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
- id: "PyPI::azure-mgmt-dns:"
curations:
comment: |
Package resides in its own directory within project's code repository.
vcs:
path: "sdk/network/azure-mgmt-dns"
6 changes: 6 additions & 0 deletions curations/PyPI/_/azure-mgmt-network.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
- id: "PyPI::azure-mgmt-network:"
curations:
comment: |
Package resides in its own directory within project's code repository.
vcs:
path: "sdk/network/azure-mgmt-network"
6 changes: 6 additions & 0 deletions curations/PyPI/_/azure-mgmt-resource.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
- id: "PyPI::azure-mgmt-resource:"
curations:
comment: |
Package resides in its own directory within project's code repository.
vcs:
path: "sdk/resources/azure-mgmt-resource"
10 changes: 10 additions & 0 deletions curations/PyPI/_/babel.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
- id: "PyPI::babel:"
curations:
comment: |
Mapping declared license based on
https://github.com/python-babel/babel/blob/1.3/LICENSE,
https://github.com/python-babel/babel/blob/1.3/setup.py#L41 and
https://github.com/python-babel/babel/blob/1.3/setup.py#L48.
declared_license_mapping:
"BSD": "BSD-3-Clause"
"BSD License": "BSD-3-Clause"
10 changes: 10 additions & 0 deletions curations/PyPI/_/backcall.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
- id: "PyPI::backcall:"
curations:
comment: |
Mapping declared license based on
https://github.com/takluyver/backcall/blob/cad6e8b/LICENSE,
https://github.com/takluyver/backcall/blob/cad6e8b/setup.py#L16 and
https://github.com/takluyver/backcall/blob/cad6e8b/setup.py#L20.
declared_license_mapping:
"BSD": "BSD-3-Clause"
"BSD License": "BSD-3-Clause"
10 changes: 10 additions & 0 deletions curations/PyPI/_/behave.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
- id: "PyPI::behave:"
curations:
comment: |
Mapping declared license based on
https://github.com/behave/behave/blob/v1.2.5/LICENSE,
https://github.com/behave/behave/blob/v1.2.5/setup.py#L83 and
https://github.com/behave/behave/blob/v1.2.5/setup.py#L98.
declared_license_mapping:
"BSD": "BSD-2-Clause"
"BSD License": "BSD-2-Clause"
10 changes: 10 additions & 0 deletions curations/PyPI/_/billiard.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
- id: "PyPI::billiard:"
curations:
comment: |
Mapping declared license based on
https://github.com/celery/billiard/blob/v3.6.0/LICENSE.txt,
https://github.com/celery/billiard/blob/v3.6.0/setup.py#L234 and
https://github.com/celery/billiard/blob/v3.6.0/setup.py#L253.
declared_license_mapping:
"BSD": "BSD-3-Clause"
"BSD License": "BSD-3-Clause"
8 changes: 8 additions & 0 deletions curations/PyPI/_/celery.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
- id: "PyPI::celery:"
curations:
comment: |
Mapping declared license based on
https://github.com/celery/celery/blob/v4.2.2/LICENSE and
https://github.com/celery/celery/blob/v4.2.2/setup.py#L84.
declared_license_mapping:
"BSD License": "BSD-3-Clause"
8 changes: 8 additions & 0 deletions curations/PyPI/_/click-plugins.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
- id: "PyPI::click-plugins:"
curations:
comment: |
Mapping declared license based on
https://github.com/click-contrib/click-plugins/blob/1.1/LICENSE.txt and
https://github.com/click-contrib/click-plugins/blob/1.1/setup.py#L46.
declared_license_mapping:
"BSD License": "BSD-3-Clause"
7 changes: 4 additions & 3 deletions curations/PyPI/_/click.yml
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
- id: "PyPI::click:(,9.0.0["
- id: "PyPI::click:"
curations:
comment: |
The library is licensed under BSD-3-Clause, see:
https://github.com/pallets/click/blob/main/LICENSE.rst
Mapping declared license based on
https://github.com/pallets/click/blob/6.4/LICENSE and
https://github.com/pallets/click/blob/6.4/setup.py#L24.
declared_license_mapping:
"BSD License": "BSD-3-Clause"
10 changes: 10 additions & 0 deletions curations/PyPI/_/colorama.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
- id: "PyPI::colorama:"
curations:
comment: |
Mapping declared license based on
https://github.com/tartley/colorama/blob/v0.3.3/LICENSE.txt,
https://github.com/tartley/colorama/blob/v0.3.3/setup.py#L46 and
https://github.com/tartley/colorama/blob/v0.3.3/setup.py#L53.
declared_license_mapping:
"BSD": "BSD-3-Clause"
"BSD License": "BSD-3-Clause"
9 changes: 9 additions & 0 deletions curations/PyPI/_/commonmark.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
- id: "PyPI::commonmark:"
curations:
comment: |
Mapping declared license based on
https://github.com/rolandshoemaker/CommonMark-py/blob/v0.5.2/LICENSE,
https://github.com/rolandshoemaker/CommonMark-py/blob/v0.5.2/setup.py#L9 and
https://github.com/rolandshoemaker/CommonMark-py/blob/v0.5.2/setup.py#L23.
declared_license_mapping:
"BSD License": "BSD-3-Clause"
12 changes: 12 additions & 0 deletions curations/PyPI/_/cryptography.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
- id: "PyPI::cryptography:"
curations:
comment: |
Mapping declared license based on
https://github.com/pyca/cryptography/blob/38.0.3/LICENSE,
https://github.com/pyca/cryptography/blob/38.0.3/LICENSE.APACHE,
https://github.com/pyca/cryptography/blob/38.0.3/LICENSE.BSD,
https://github.com/pyca/cryptography/blob/38.0.3/setup.cfg#L7 and
https://github.com/pyca/cryptography/blob/38.0.3/setup.cfg#L19-L20.
declared_license_mapping:
"Apache Software License": "BSD-3-Clause OR Apache-2.0"
"BSD License": "BSD-3-Clause OR Apache-2.0"
10 changes: 10 additions & 0 deletions curations/PyPI/_/decorator.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
- id: "PyPI::decorator:"
curations:
comment: |
Mapping declared license based on
https://github.com/micheles/decorator/blob/5.0.9/LICENSE.txt,
https://github.com/micheles/decorator/blob/5.0.9/setup.py#L16 and
https://github.com/micheles/decorator/blob/5.0.9/setup.py#L24.
declared_license_mapping:
"new BSD License": "BSD-2-Clause"
"BSD License": "BSD-2-Clause"
9 changes: 9 additions & 0 deletions curations/PyPI/_/dicttoxml.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
- id: "PyPI::dicttoxml:"
curations:
comment: |
Mapping declared license based on
https://github.com/quandyfactory/dicttoxml/blob/v1.7.13/LICENCE.txt,
https://github.com/quandyfactory/dicttoxml/blob/v1.7.13/README.md?plain=1#L696-L697 and
https://github.com/quandyfactory/dicttoxml/blob/v1.7.13/setup.py#L15.
declared_license_mapping:
"LICENCE.txt": "GPL-2.0-only"
10 changes: 10 additions & 0 deletions curations/PyPI/_/docutils.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
- id: "PyPI::docutils:"
curations:
comment: |
Mapping declared license based on
https://repo.or.cz/docutils.git/blob/3d2c17378766866d6f43f30be95d1d1d944f29c8:/COPYING.txt,
https://repo.or.cz/docutils.git/blob/3d2c17378766866d6f43f30be95d1d1d944f29c8:/setup.py#l39 and
https://repo.or.cz/docutils.git/blob/3d2c17378766866d6f43f30be95d1d1d944f29c8:/setup.py#l89.
declared_license_mapping:
"BSD License": "BSD-2-Clause"
"GNU General Public License (GPL)": "GPL-3.0-or-later"
7 changes: 7 additions & 0 deletions curations/PyPI/_/enum34.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
- id: "PyPI::enum34:"
curations:
comment: |
Mapping declared license based on
https://files.pythonhosted.org/packages/11/c4/2da1f4952ba476677a42f25cd32ab8aaf0e1c0d0e00b89822b835c7e654c/enum34-1.1.10.tar.gz.
declared_license_mapping:
"BSD License": "BSD-3-Clause"
10 changes: 10 additions & 0 deletions curations/PyPI/_/facterpy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
- id: "PyPI::facterpy:"
curations:
comment: |
Mapping declared license based on
https://github.com/knorby/facterpy/blob/v0.1/LICENSE,
https://github.com/knorby/facterpy/blob/v0.1/setup.py#L21 and
https://github.com/knorby/facterpy/blob/v0.1/setup.py#L31.
declared_license_mapping:
"BSD": "BSD-2-Clause"
"BSD License": "BSD-2-Clause"
7 changes: 5 additions & 2 deletions curations/PyPI/_/fakeredis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
- id: "PyPI::fakeredis:(,2.0.0["
curations:
comment: |
The library is licensed under BSD-3-Clause, see:
https://github.com/jamesls/fakeredis/blob/master/COPYING
Mapping declared license based on
https://github.com/jamesls/fakeredis/blob/v0.4.1/COPYING,
https://github.com/jamesls/fakeredis/blob/v0.4.1/setup.py#L12 and
https://github.com/jamesls/fakeredis/blob/v0.4.1/setup.py#L21.
declared_license_mapping:
"BSD": "BSD-3-Clause"
"BSD License": "BSD-3-Clause"
10 changes: 10 additions & 0 deletions curations/PyPI/_/fastjsonschema.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
- id: "PyPI::fastjsonschema:"
curations:
comment: |
Mapping declared license based on
https://github.com/horejsek/python-fastjsonschema/blob/v2.17.0/LICENSE,
https://github.com/horejsek/python-fastjsonschema/blob/v2.17.0/setup.py#L41 and
https://github.com/horejsek/python-fastjsonschema/blob/v2.17.0/setup.py#L56.
declared_license_mapping:
"BSD": "BSD-3-Clause"
"BSD License": "BSD-3-Clause"
10 changes: 10 additions & 0 deletions curations/PyPI/_/fiona.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
- id: "PyPI::fiona:"
curations:
comment: |
Mapping declared license based on
https://github.com/Toblerity/Fiona/blob/1.6.0/LICENSE.txt,
https://github.com/Toblerity/Fiona/blob/1.6.0/setup.py#L168 and
https://github.com/Toblerity/Fiona/blob/1.6.0/setup.py#L201.
declared_license_mapping:
"BSD": "BSD-3-Clause"
"BSD License": "BSD-3-Clause"
10 changes: 10 additions & 0 deletions curations/PyPI/_/flask-restful.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
- id: "PyPI::flask-restful:"
curations:
comment: |
Mapping declared license based on
https://github.com/flask-restful/flask-restful/blob/v0.3.9/LICENSE,
https://github.com/flask-restful/flask-restful/blob/v0.3.9/setup.py#L34 and
https://github.com/flask-restful/flask-restful/blob/v0.3.9/setup.py#L50.
declared_license_mapping:
"BSD": "BSD-3-Clause"
"BSD License": "BSD-3-Clause"
10 changes: 10 additions & 0 deletions curations/PyPI/_/flask.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
- id: "PyPI::flask:"
curations:
comment: |
Mapping declared license based on
https://github.com/pallets/flask/blob/0.12.3/LICENSE,
https://github.com/pallets/flask/blob/0.12.3/setup.py#L63 and
https://github.com/pallets/flask/blob/0.12.3/setup.py#L83.
declared_license_mapping:
"BSD": "BSD-3-Clause"
"BSD License": "BSD-3-Clause"
9 changes: 9 additions & 0 deletions curations/PyPI/_/flower.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
- id: "PyPI::flower:"
curations:
comment: |
Mapping declared license based on
https://github.com/mher/flower/blob/v0.9.5/LICENSE,
https://github.com/mher/flower/blob/v0.9.5/setup.py#L29 and
https://github.com/mher/flower/blob/v0.9.5/setup.py#L55.
declared_license_mapping:
"BSD License": "BSD-3-Clause"
10 changes: 10 additions & 0 deletions curations/PyPI/_/fsspec.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
- id: "PyPI::fsspec:"
curations:
comment: |
Mapping declared license based on
https://github.com/fsspec/filesystem_spec/blob/2021.04.0/LICENSE,
https://github.com/fsspec/filesystem_spec/blob/2021.04.0/setup.py#L19 and
https://github.com/fsspec/filesystem_spec/blob/2021.04.0/setup.py#L32.
declared_license_mapping:
"BSD": "BSD-3-Clause"
"BSD License": "BSD-3-Clause"
10 changes: 10 additions & 0 deletions curations/PyPI/_/geo-py.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
- id: "PyPI::geo-py:"
curations:
comment: |
Mapping declared license based on
https://github.com/gojuno/geo-py/blob/d1cb96a/LICENSE,
https://github.com/gojuno/geo-py/blob/d1cb96a/setup.py#L40 and
https://github.com/gojuno/geo-py/blob/d1cb96a/setup.py#L45.
declared_license_mapping:
"BSD": "BSD-3-Clause"
"BSD License": "BSD-3-Clause"
10 changes: 10 additions & 0 deletions curations/PyPI/_/geojson.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
- id: "PyPI::geojson:"
curations:
comment: |
Mapping declared license based on
https://github.com/jazzband/geojson/blob/2.4.1/LICENSE.rst,
https://github.com/jazzband/geojson/blob/2.4.1/setup.py#L46 and
https://github.com/jazzband/geojson/blob/2.4.1/setup.py#L63.
declared_license_mapping:
"BSD": "BSD-3-Clause"
"BSD License": "BSD-3-Clause"
8 changes: 8 additions & 0 deletions curations/PyPI/_/gitdb.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
- id: "PyPI::gitdb:"
curations:
comment: |
Mapping declared license based on
https://github.com/gitpython-developers/gitdb/blob/4.0.10/LICENSE and
https://github.com/gitpython-developers/gitdb/blob/4.0.10/setup.py#L21.
declared_license_mapping:
"BSD License": "BSD-3-Clause"
10 changes: 10 additions & 0 deletions curations/PyPI/_/gitpython.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
- id: "PyPI::gitpython:"
curations:
comment: |
Mapping declared license based on
https://github.com/gitpython-developers/GitPython/blob/3.1.31/LICENSE,
https://github.com/gitpython-developers/GitPython/blob/3.1.31/setup.py#L88 and
https://github.com/gitpython-developers/GitPython/blob/3.1.31/setup.py#L112.
declared_license_mapping:
"BSD": "BSD-3-Clause"
"BSD License": "BSD-3-Clause"
Loading
Loading