aboutcode-org / aboutcode-org/python-inspector

Version 0.14.0 misses several source packages

Open
#229 5 comments 2 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
23
Forks
28
PR merge metrics
No merged PRs in 30d

Description

When upgrading ORT from `python-inspector` 0.10.0 to 0.14.0, our tests start to fail as for some packages the information about source packages is not missing. See e.g.

```
{
"type": "pypi",
"namespace": null,
"name": "ply",
"version": "3.11",
"qualifiers": {},
"subpath": null,
"primary_language": "Python",
"description": "Python Lex & Yacc\nPLY is yet another implementation of lex and yacc for Python. Some notable\nfeatures include the fact that its implemented entirely in Python and it\nuses LALR(1) parsing which is efficient and well suited for larger grammars.\n\nPLY provides most of the standard lex/yacc features including support for empty \nproductions, precedence rules, error recovery, and support for ambiguous grammars. \n\nPLY is extremely easy to use and provides very extensive error checking. \nIt is compatible with both Python 2 and Python 3.",
"release_date": "2018-02-15T19:01:27",
"parties": [
{
"type": "person",
"role": "author",
"name": "David Beazley",
"email": "dave@dabeaz.com",
"url": null
}
],
"keywords": [
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 3"
],
"homepage_url": "http://www.dabeaz.com/ply/",
"download_url": "https://files.pythonhosted.org/packages/a3/58/35da89ee790598a0700ea49b2a66594140f44dec458c07e8e3d4979137fc/ply-3.11-py2.py3-none-any.whl",
"size": 49567,
"sha1": null,
"md5": "62b6ad5affddc9926ab5571f390cc840",
"sha256": "096f9b8350b65ebd2fd1346b12452efe5b9607f7482813ffca50c22722a807ce",
"sha512": null,
"bug_tracking_url": null,
"code_view_url": null,
"vcs_url": null,
"copyright": null,
"license_expression": null,
"declared_license": {
"license": "BSD"
},
"notice_text": null,
"source_packages": [],
"file_references": [],
"extra_data": {},
"dependencies": [],
"repository_homepage_url": null,
"repository_download_url": null,
"api_data_url": "https://pypi.org/pypi/ply/3.11/json",
"datasource_id": null,
"purl": "pkg:pypi/ply@3.11"
},
```

which previously contained

https://files.pythonhosted.org/packages/e5/69/882ee5c9d017149285cab114ebeab373308ef0f874fcdac9beb90e0ac4da/ply-3.11.tar.gz

which is missing now.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.