-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
added pywebview #34035
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
added pywebview #34035
Changes from 30 commits
8999132
f5442ce
a4ae9cd
d4ecd50
3597db7
fa8344f
ea109e5
583d3c6
f6b06a4
f74ab44
24d9113
5d8eb75
6483699
198c13c
1e4e387
d9a8fc8
89d0f9e
a4d8e42
9445f34
3b3f0a7
bc52581
051740a
723f76c
42d852c
ecc3f38
3120d50
aeda17c
9cffd08
6aacc88
ba58eaf
2962576
4262b54
809b566
25c2385
9b2efcd
c3ce885
bc84286
480f20a
054f1b5
3fa4dd4
4e0c0f5
bc01753
0752be2
281e0de
c69b554
f21cb5b
5ed3fea
76c08ae
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @@ -0,0 +1,51 @@ | ||||||||||||||||||||||||||||||||
| schema_version: 1 | ||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||
| context: | ||||||||||||||||||||||||||||||||
| name: pyobjc-framework-uniformtypeidentifiers | ||||||||||||||||||||||||||||||||
| version: "12.0" | ||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||
| package: | ||||||||||||||||||||||||||||||||
| name: ${{ name|lower }} | ||||||||||||||||||||||||||||||||
|
GaelTouquet marked this conversation as resolved.
Outdated
|
||||||||||||||||||||||||||||||||
| version: ${{ version }} | ||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||
| source: | ||||||||||||||||||||||||||||||||
| url: https://pypi.org/packages/source/p/pyobjc_framework_uniformtypeidentifiers/pyobjc_framework_uniformtypeidentifiers-${{ version }}.tar.gz | ||||||||||||||||||||||||||||||||
| sha256: f7fe17832de25098b9ad7718af536f6f4597985418d9869946cee104e2782b8a | ||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||
| build: | ||||||||||||||||||||||||||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Upstream shows that this package is pure Python. I guess you can use The import tests can remain: build:
noarch: python
requirements:
run:
- __osx >=11.0
tests:
- python:
imports:
- UniformTypeIdentifiers
pip_check: true
python_version:
- ${{ python_min }}.*
- "*"
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @conda-forge/help-python, The CI might still fail, but this should be fine, right? |
||||||||||||||||||||||||||||||||
| number: 0 | ||||||||||||||||||||||||||||||||
| skip: | ||||||||||||||||||||||||||||||||
| - not osx | ||||||||||||||||||||||||||||||||
| script: ${{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation | ||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||
| requirements: | ||||||||||||||||||||||||||||||||
| host: | ||||||||||||||||||||||||||||||||
| - python | ||||||||||||||||||||||||||||||||
| - setuptools | ||||||||||||||||||||||||||||||||
| - wheel | ||||||||||||||||||||||||||||||||
| - pip | ||||||||||||||||||||||||||||||||
| run: | ||||||||||||||||||||||||||||||||
| - python | ||||||||||||||||||||||||||||||||
| - pyobjc-core >=12.0 | ||||||||||||||||||||||||||||||||
| - pyobjc-framework-cocoa >=12.0 | ||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||
| tests: | ||||||||||||||||||||||||||||||||
| - python: | ||||||||||||||||||||||||||||||||
| imports: | ||||||||||||||||||||||||||||||||
| - UniformTypeIdentifiers | ||||||||||||||||||||||||||||||||
| - requirements: | ||||||||||||||||||||||||||||||||
| run: | ||||||||||||||||||||||||||||||||
| - pip | ||||||||||||||||||||||||||||||||
| script: | ||||||||||||||||||||||||||||||||
| - pip check | ||||||||||||||||||||||||||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Removed the python_version section as testing it against python_min did not work since this package is non-noarch. |
||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||
| about: | ||||||||||||||||||||||||||||||||
| homepage: https://github.com/ronaldoussoren/pyobjc | ||||||||||||||||||||||||||||||||
| summary: Wrappers for the framework UniformTypeIdentifiers on macOS | ||||||||||||||||||||||||||||||||
| documentation: https://pyobjc.readthedocs.io/en/latest/ | ||||||||||||||||||||||||||||||||
| license: MIT | ||||||||||||||||||||||||||||||||
| license_file: License.txt | ||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||
| extra: | ||||||||||||||||||||||||||||||||
| recipe-maintainers: | ||||||||||||||||||||||||||||||||
| - GaelTouquet | ||||||||||||||||||||||||||||||||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| noarch_platforms: | ||
| - linux_64 | ||
| - osx_64 | ||
| - win_64 |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,69 @@ | ||
| schema_version: 1 | ||
|
|
||
| context: | ||
| name: pywebview | ||
|
GaelTouquet marked this conversation as resolved.
Outdated
|
||
| version: "6.2.1" | ||
| python_min: "3.8" | ||
|
|
||
| package: | ||
| name: ${{ name|lower }} | ||
|
GaelTouquet marked this conversation as resolved.
Outdated
|
||
| version: ${{ version }} | ||
|
|
||
| source: | ||
| url: https://pypi.org/packages/source/p/${{ name }}/${{ name }}-${{ version }}.tar.gz | ||
|
GaelTouquet marked this conversation as resolved.
Outdated
|
||
| sha256: 71b7136752e40824655304d938efb62014218d1a90bd8e87e1cbdb1ce9c466af | ||
|
|
||
| build: | ||
| number: 0 | ||
| noarch: python | ||
| script: ${{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation | ||
|
|
||
| requirements: | ||
| host: | ||
| - python ${{ python_min }}.* | ||
| - pip | ||
| - setuptools | ||
| - setuptools-scm | ||
| run: | ||
| - python >=${{ python_min }} | ||
| - importlib_resources | ||
| - proxy-tools | ||
| - bottle | ||
| - typing_extensions | ||
| - if: linux | ||
| then: | ||
| - __linux | ||
| - if: osx | ||
| then: | ||
| - __osx | ||
| - pyobjc-core >=9.0 | ||
| - pyobjc-framework-cocoa >=9.0 | ||
| - pyobjc-framework-quartz >=9.0 | ||
| - pyobjc-framework-webkit >=9.0 | ||
| - pyobjc-framework-security >=9.0 | ||
| - pyobjc-framework-uniformtypeidentifiers >=12.0 | ||
| - if: win | ||
| then: | ||
| - __win | ||
| - pythonnet | ||
|
|
||
| tests: | ||
| - python: | ||
| imports: | ||
| - webview | ||
| - requirements: | ||
| run: | ||
| - pip | ||
| script: | ||
| - pip check | ||
|
GaelTouquet marked this conversation as resolved.
Outdated
|
||
|
|
||
| about: | ||
| homepage: https://${{ name }}.flowrl.com/ | ||
|
GaelTouquet marked this conversation as resolved.
Outdated
|
||
| summary: Build GUI for your Python program with JavaScript, HTML, and CSS | ||
| license: BSD-3-Clause | ||
| license_file: LICENSE | ||
| repository: https://github.com/r0x0r/${{ name }}/ | ||
|
GaelTouquet marked this conversation as resolved.
Outdated
|
||
|
|
||
| extra: | ||
| recipe-maintainers: | ||
| - GaelTouquet | ||
Uh oh!
There was an error while loading. Please reload this page.