Skip to content

Commit

Permalink
readme/issues: continue
Browse files Browse the repository at this point in the history
  • Loading branch information
mara004 committed Nov 8, 2023
1 parent 286294b commit 51dab26
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/1_pypa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ body:
label: Package origin
description: |
There might be unofficial PyPA packages of pypdfium2 in the wild.
**We do not support third-party builds, and they are not eligible for a bug report.** Please make sure to use our official releases only.
**We do not support third-party builds, and they are not eligible for a bug report.** Please make sure to use our official packages.
options:
- label: I confirm to be using an **official package** of `pypdfium2` from `PyPI` or `GitHub/pypdfium2-team`.
required: true
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/2_conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ body:
attributes:
value: |
#### Package origin
There may be unofficial conda packages of pypdfium2/pdfium-binaries in other channels, including anaconda or conda-forge defaults. **We do not support third-party builds, and they are not eligible for a bug report.** Please use the official packages instead.
There may be unofficial conda packages of pypdfium2/pdfium-binaries in other channels, including anaconda or conda-forge defaults. **We do not support third-party builds, and they are not eligible for a bug report.** Please use our official packages instead.
- type: checkboxes
attributes:
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/3_other.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ body:
*Otherwise, use one of the package templates (PyPA/conda).*
required: true
- label: |
In particular, I confirm this is **not about an unofficial build of pypdfium2**, or an effort to create a such.
*We do not support third-party builds, and they are not eligible for a bug report. Please make sure to use our official releases only.*
I confirm this is **not about an unofficial build of pypdfium2**, or an effort to create a such.
*We do not support third-party builds, and they are not eligible for a bug report. Please use our official packages instead.*
required: true
- type: input
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ pypdfium2 includes helpers to simplify common use cases, while the raw PDFium/ct
The authors of this project have no control over and are not responsible for possible third-party builds of pypdfium2, and we do not support them. Please use the official packages instead.
In particular, do not expect us to help with the creation of unofficial builds or add/change code to support restricted setup envs. Related PRs and issues may be closed (or locked) without further notice if we don't see fit for upstream.
Do not expect us to help with the creation of unofficial builds or add/change code for downstream setup tasks. Related issues or PRs may be closed (or locked) without further notice if we don't see fit for upstream.

If you are a third-party distributor, please point out clearly and visibly in the description that your package is unofficial, i.e. not affiliated with or endorsed by pypdfium2 team.

Expand Down Expand Up @@ -79,8 +79,8 @@ pypdfium2 includes helpers to simplify common use cases, while the raw PDFium/ct
python setupsrc/pypdfium2_setup/build_pdfium.py
PDFIUM_PLATFORM="sourcebuild" python -m pip install -v .
```
Building PDFium may take a long time, as it comes with its bundled toolchain and deps, rather than consuming them from the system.[^pdfium_buildsystem]
However, there is at least an option `--use-syslibs` to build against system-provided runtime libraries.
Building PDFium may take a long time, as it comes with its bundled toolchain and deps, rather than taking them from the system.[^pdfium_buildsystem]
However, we can at least provide the `--use-syslibs` option to build against system-provided runtime libraries.

* <a id="user-content-install-source-system" class="anchor" href="#install-source-system">With system-provided binary 🔗</a>
```bash
Expand Down

0 comments on commit 51dab26

Please sign in to comment.