Skip to content

Added rebrowser-playwright as a package #28704

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
47 changes: 47 additions & 0 deletions recipes/rebrowser-playwright/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
{% set name = "rebrowser-playwright-python" %}
{% set version = "1.47.0" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://github.com/rebrowser/{{ name }}/archive/refs/tags/{{ version }}.tar.gz
sha256: d8d04a4c7000fa66642c9dde7351951eb7eff78696b4770e49466abd4f452835

build:
noarch: python
script: {{ PYTHON }} -m pip install . -vv
number: 0

requirements:
host:
- python {{ python_min }}
- pip
- setuptools ==68.2.2
- setuptools-scm ==8.1.0
- wheel ==0.42.0
- auditwheel ==5.4.0
run:
- python >={{ python_min }}
- greenlet ==3.0.3
- pyee ==12.0.0

test:
imports:
- playwright
requires:
- pip
- python {{ python_min }}
commands:
- pip check

about:
home: https://github.com/rebrowser/rebrowser-playwright-python
summary: A drop-in replacement for playwright-python patched with rebrowser-patches. It allows to pass modern automation detection tests.
license: Apache-2.0
license_file: LICENSE

extra:
recipe-maintainers:
- thewchan
Loading