You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**License** | ✅ Added the license file and license type correctly | ❗️ Added just the license type |
269
-
**Host Requirements** | ✅ Added correctly all the host requirements | ❌ it didn't add the correctly the host dependencies. It added unnecessary dependencies and it is missing quite a few of them necessary to build the package |
270
-
**Run Requirements** | ✅ Missing just setuptools from the host requirements (but this dependency is not defined on pytest package) | ❌ incorrect dependencies added to the project |
271
-
**Selectors** | ✅ Skipping correctly Python 2 and added selectors for windows and python versions | ❌ it didn't add any information regarding selectors. Actually conda-build added wrong information which will result in a broken recipe. For example 'sys_platform == win32' was added which is a wrong format for conda recipes |
272
-
**Entry points** | ✅ Added all entry points correctly | ❌ No entry points |
| **License** | ✅ Added the license file and license type correctly | ❗️ Added just the license type |
269
+
| **Host Requirements** | ✅ Added correctly all the host requirements | ❌ it didn't add the correctly the host dependencies. It added unnecessary dependencies and it is missing quite a few of them necessary to build the package |
270
+
| **Run Requirements** | ✅ Missing just setuptools from the host requirements (but this dependency is not defined on pytest package) | ❌ incorrect dependencies added to the project |
271
+
| **Selectors** | ✅ Skipping correctly Python 2 and added selectors for windows and python versions | ❌ it didn't add any information regarding selectors. Actually conda-build added wrong information which will result in a broken recipe. For example 'sys_platform == win32' was added which is a wrong format for conda recipes |
272
+
| **Entry points** | ✅ Added all entry points correctly | ❌ No entry points |
273
+
| **Does it build?** | ✅ YES | ❌ NO |
274
274
275
275
In the case of `noarch: python`, Grayskull is smart enough to detect
276
276
when the recipe supports it, which is not done by Skeleton. It is
0 commit comments