summaryrefslogtreecommitdiff
path: root/spec/fixtures/expected/python/3
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-05-25 11:01:03 -0600
committermo khan <mo.khan@gmail.com>2020-05-26 19:33:44 -0600
commit80fa34dd2bd72af88efcb85844302d04450a0e1e (patch)
tree2a5ba8dfc9bdb61c58633373be122ae2f83df1e7 /spec/fixtures/expected/python/3
parentbff873a938de126d2b79e799df325f3d5c31295b (diff)
Scan Conan projects
* Scan the conan examples project * Split licenses by comma * Add integration test job for c projects * Add package_manager, version and path to v2.1 report * Detect collisions between names from different package managers * Add CHANGELOG entry * Update README to indicate Conan support * Print timestamps in install script
Diffstat (limited to 'spec/fixtures/expected/python/3')
-rw-r--r--spec/fixtures/expected/python/3/pip/v2.1.json159
1 files changed, 159 insertions, 0 deletions
diff --git a/spec/fixtures/expected/python/3/pip/v2.1.json b/spec/fixtures/expected/python/3/pip/v2.1.json
new file mode 100644
index 0000000..787b800
--- /dev/null
+++ b/spec/fixtures/expected/python/3/pip/v2.1.json
@@ -0,0 +1,159 @@
+{
+ "version": "2.1",
+ "licenses": [
+ {
+ "id": "Apache-2.0",
+ "name": "Apache License 2.0",
+ "url": "https://opensource.org/licenses/Apache-2.0"
+ },
+ {
+ "id": "BSD-3-Clause",
+ "name": "BSD 3-Clause \"New\" or \"Revised\" License",
+ "url": "https://opensource.org/licenses/BSD-3-Clause"
+ },
+ {
+ "id": "BSD-4-Clause",
+ "name": "BSD 4-Clause \"Original\" or \"Old\" License",
+ "url": "http://directory.fsf.org/wiki/License:BSD_4Clause"
+ },
+ {
+ "id": "MIT",
+ "name": "MIT License",
+ "url": "https://opensource.org/licenses/MIT"
+ },
+ {
+ "id": "MIT-CMU",
+ "name": "CMU License",
+ "url": "https://github.com/python-pillow/Pillow/blob/fffb426092c8db24a5f4b6df243a8a3c01fb63cd/LICENSE"
+ },
+ {
+ "id": "Python-2.0",
+ "name": "Python License 2.0",
+ "url": "https://opensource.org/licenses/Python-2.0"
+ },
+ {
+ "id": "copyright (c) 2015, julien fache",
+ "name": "Copyright (c) 2015, Julien Fache",
+ "url": ""
+ }
+ ],
+ "dependencies": [
+ {
+ "name": "Django",
+ "version": "1.11.4",
+ "package_manager": "pip",
+ "path": "requirements.txt",
+ "licenses": [
+ "BSD-4-Clause"
+ ]
+ },
+ {
+ "name": "Pillow",
+ "version": "5.0.0",
+ "package_manager": "pip",
+ "path": "requirements.txt",
+ "licenses": [
+ "MIT-CMU"
+ ]
+ },
+ {
+ "name": "beautifulsoup4",
+ "version": "4.6.0",
+ "package_manager": "pip",
+ "path": "requirements.txt",
+ "licenses": [
+ "MIT"
+ ]
+ },
+ {
+ "name": "django-contrib-comments",
+ "version": "1.8.0",
+ "package_manager": "pip",
+ "path": "requirements.txt",
+ "licenses": [
+ "BSD-4-Clause"
+ ]
+ },
+ {
+ "name": "django-js-asset",
+ "version": "1.0.0",
+ "package_manager": "pip",
+ "path": "requirements.txt",
+ "licenses": [
+ "BSD-4-Clause"
+ ]
+ },
+ {
+ "name": "django-mptt",
+ "version": "0.9.0",
+ "package_manager": "pip",
+ "path": "requirements.txt",
+ "licenses": [
+ "MIT"
+ ]
+ },
+ {
+ "name": "django-tagging",
+ "version": "0.4.6",
+ "package_manager": "pip",
+ "path": "requirements.txt",
+ "licenses": [
+ "BSD-4-Clause"
+ ]
+ },
+ {
+ "name": "django-xmlrpc",
+ "version": "0.1.8",
+ "package_manager": "pip",
+ "path": "requirements.txt",
+ "licenses": [
+ "BSD-3-Clause"
+ ]
+ },
+ {
+ "name": "mots-vides",
+ "version": "2015.5.11",
+ "package_manager": "pip",
+ "path": "requirements.txt",
+ "licenses": [
+ "copyright (c) 2015, julien fache"
+ ]
+ },
+ {
+ "name": "pyparsing",
+ "version": "2.2.0",
+ "package_manager": "pip",
+ "path": "requirements.txt",
+ "licenses": [
+ "MIT"
+ ]
+ },
+ {
+ "name": "pytz",
+ "version": "2018.3",
+ "package_manager": "pip",
+ "path": "requirements.txt",
+ "licenses": [
+ "MIT"
+ ]
+ },
+ {
+ "name": "regex",
+ "version": "2018.2.8",
+ "package_manager": "pip",
+ "path": "requirements.txt",
+ "licenses": [
+ "Python-2.0"
+ ]
+ },
+ {
+ "name": "tornado",
+ "version": "6.0.2",
+ "package_manager": "pip",
+ "path": "requirements.txt",
+ "licenses": [
+ "Apache-2.0"
+ ]
+ }
+ ]
+}