[BUG] Console scripts missed
See original GitHub issueIssue Description
Describe the bug
When adding https://github.com/conda-forge/staged-recipes/pull/12680 an entry point was missed due it being defined in a unusual way: https://github.com/kneufeld/consolemd/blob/3535f556f6f23f875ba8ddfdcf39f4915ce26889/setup.py#L56-L59
To Reproduce
$ grayskull pypi consolemd
#### Initializing recipe for consolemd (pypi) ####
Recovering metadata from pypi...
Starting the download of the sdist package consolemd-0.5.1.tar.gz
Expected behavior The following YAML is generated:
entry_points:
- consolemd = consolemd.cli:cli
Outputs
$ rg -C 5 'build:' consolemd/meta.yaml
8-
9-source:
10- url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/consolemd-{{ version }}.tar.gz
11- sha256: 9bededcc256155ad52194c78a4fb9d9d8e93adc728e7bbdea0ab1eae7f590ebd
12-
13:build:
14- number: 0
15- noarch: python
16- script: {{ PYTHON }} -m pip install . -vv
17-
18-requirements:
Environment:
$ grayskull --version
0.8.1
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Firebug cannot find _firebugConsole element, missing scripts list ...
Firebug cannot find _firebugConsole element, missing scripts list, missed console.log calls · 1) Navigate to a webpage which has Firebug enabled by default....
Read more >Bug: Error: "syntax error at "script" missing" - Glyphs Forum
The console file is telling me the following: syntax error at "script" missing { useExtension "{" } [features.fea 71] makeotfGlyphs [FATAL] < ...
Read more >Console doesn't display content script errors - Mozilla Discourse
During an extension development, I noticed that the Firefox debugger console doesn't display any errors while injecting content scripts, for ...
Read more >Bug - Empty error in console - Unity Forum
Hi guys, I recently installed Unity Linux 2017.3.0f1 and when I added a new C# script I get an empty error in the...
Read more >Reproduce Bugs Faster with Console Logs Recording
The missing piece in bug reports ... You can always see these errors when you open the script of that website, but it...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Note: This was originally reported in #212 which is now closed due to being a duplicate.
Describe the bug A clear and concise description of what the bug is.
console_scripts entry_points
cannot be extracted when not formatted as a dictionary.The format which fails:
To Reproduce Steps to reproduce the behavior:
entry_points
formatted as above.entry_points
is not extractedExpected behavior A clear and concise description of what you expected to happen.
The
build
section should have anentry_points
section:Outputs If applicable, add the output to help explain your problem.
Current output:
Environment: Not dependent on environment
Additional context Add any other context about the problem here.
This has been verified with two packages: https://github.com/conda-forge/staged-recipes/pull/13849 (Original
entry_points
) and https://github.com/conda-forge/staged-recipes/pull/13848 (Originalentry_points
)Can also be reproduced by entering
awslimitchecker
into https://www.marcelotrevisani.com/grayskullJust tested the Grayskull 1.4.1 release including PR ( https://github.com/conda-incubator/grayskull/pull/354 ) with Distributed and it worked great! 🎉