Skip to content

Commit 3724846

Browse files
committed
feat(curations): Add various Python packages
Signed-off-by: Thomas Steenbergen <[email protected]>
1 parent 80f72cb commit 3724846

File tree

149 files changed

+1440
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

149 files changed

+1440
-0
lines changed

curations/PyPI/_/alabaster.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
- id: "PyPI::alabaster:"
2+
curations:
3+
comment: |
4+
Mapping declared license based on
5+
https://github.com/sphinx-doc/alabaster/blob/0.4.0/LICENSE and
6+
https://github.com/sphinx-doc/alabaster/blob/0.4.0/setup.py#L22.
7+
declared_license_mapping:
8+
"BSD License": "BSD-3-Clause"

curations/PyPI/_/amqp.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
- id: "PyPI::amqp:"
2+
curations:
3+
comment: |
4+
Mapping declared license based on
5+
https://github.com/celery/py-amqp/blob/v2.4.2/LICENSE and
6+
https://github.com/celery/py-amqp/blob/v2.4.2/setup.py#L29.
7+
declared_license_mapping:
8+
"BSD License": "BSD-3-Clause"

curations/PyPI/_/aniso8601.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
- id: "PyPI::aniso8601:"
2+
curations:
3+
comment: |
4+
Mapping declared license based on
5+
https://bitbucket.org/nielsenb/aniso8601/src/v9.0.0/LICENSE and
6+
https://bitbucket.org/nielsenb/aniso8601/src/v9.0.0/setup.py#lines-34.
7+
declared_license_mapping:
8+
"BSD License": "BSD-3-Clause"

curations/PyPI/_/appnope.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
- id: "PyPI::appnope:"
2+
curations:
3+
comment: |
4+
Mapping declared license based on
5+
https://github.com/minrk/appnope/blob/0.1.3/LICENSE,
6+
https://github.com/minrk/appnope/blob/0.1.3/setup.py#L45 and
7+
https://github.com/minrk/appnope/blob/0.1.3/setup.py#L50.
8+
declared_license_mapping:
9+
"BSD": "BSD-2-Clause"
10+
"BSD License": "BSD-2-Clause"

curations/PyPI/_/azure-common.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
- id: "PyPI::azure-common:"
2+
curations:
3+
comment: |
4+
Package resides in its own directory within project's code repository.
5+
vcs:
6+
path: "sdk/core/azure-common"
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
- id: "PyPI::azure-mgmt-advisor:"
2+
curations:
3+
comment: |
4+
Package resides in its own directory within project's code repository.
5+
vcs:
6+
path: "sdk/advisor/azure-mgmt-advisor"
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
- id: "PyPI::azure-mgmt-authorization:"
2+
curations:
3+
comment: |
4+
Package resides in its own directory within project's code repository.
5+
vcs:
6+
path: "sdk/authorization/azure-mgmt-authorization"
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
- id: "PyPI::azure-mgmt-compute:"
2+
curations:
3+
comment: |
4+
Package resides in its own directory within project's code repository.
5+
vcs:
6+
path: "sdk/compute/azure-mgmt-compute"

curations/PyPI/_/azure-mgmt-dns.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
- id: "PyPI::azure-mgmt-dns:"
2+
curations:
3+
comment: |
4+
Package resides in its own directory within project's code repository.
5+
vcs:
6+
path: "sdk/network/azure-mgmt-dns"
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
- id: "PyPI::azure-mgmt-network:"
2+
curations:
3+
comment: |
4+
Package resides in its own directory within project's code repository.
5+
vcs:
6+
path: "sdk/network/azure-mgmt-network"

0 commit comments

Comments
 (0)