takluyver / pynsist

Build Windows installers for Python applications
https://pynsist.readthedocs.io/
Other
882 stars 119 forks source link

Provide extra_index_urls in config #256

Open lefi7z opened 1 year ago

lefi7z commented 1 year ago

This is in analogy to the pip option '--extra-index-urls'.

A custom package index must provide a PyPI interface, i.e. provide a json description such as https://pypi.org/pypi/numpy/json. This is a limitation of yarg.

A self signed certificate can be used with set REQUESTS_CA_BUNDLE=path/to/bundle.pem, see here.

codecov[bot] commented 1 year ago

Codecov Report

Base: 88.34% // Head: 87.27% // Decreases project coverage by -1.07% :warning:

Coverage data is based on head (c4917a3) compared to base (1f772ed). Patch coverage: 73.91% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #256 +/- ## ========================================== - Coverage 88.34% 87.27% -1.08% ========================================== Files 8 8 Lines 798 817 +19 ========================================== + Hits 705 713 +8 - Misses 93 104 +11 ``` | [Impacted Files](https://codecov.io/gh/takluyver/pynsist/pull/256?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Thomas+Kluyver) | Coverage Δ | | |---|---|---| | [nsist/wheels.py](https://codecov.io/gh/takluyver/pynsist/pull/256/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Thomas+Kluyver#diff-bnNpc3Qvd2hlZWxzLnB5) | `88.61% <71.42%> (-2.22%)` | :arrow_down: | | [nsist/\_\_init\_\_.py](https://codecov.io/gh/takluyver/pynsist/pull/256/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Thomas+Kluyver#diff-bnNpc3QvX19pbml0X18ucHk=) | `84.00% <100.00%> (-0.31%)` | :arrow_down: | | [nsist/configreader.py](https://codecov.io/gh/takluyver/pynsist/pull/256/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Thomas+Kluyver#diff-bnNpc3QvY29uZmlncmVhZGVyLnB5) | `88.79% <100.00%> (+0.09%)` | :arrow_up: | | [nsist/util.py](https://codecov.io/gh/takluyver/pynsist/pull/256/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Thomas+Kluyver#diff-bnNpc3QvdXRpbC5weQ==) | `88.88% <0.00%> (-5.56%)` | :arrow_down: | | [nsist/copymodules.py](https://codecov.io/gh/takluyver/pynsist/pull/256/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Thomas+Kluyver#diff-bnNpc3QvY29weW1vZHVsZXMucHk=) | `85.05% <0.00%> (-1.15%)` | :arrow_down: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Thomas+Kluyver). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Thomas+Kluyver)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.