-
Two issues:
1. Streamlink's version is currently determined by running `python setup.py --version`. This has been deprecated by setuptools a while ago and broke in `68.2.1`. [`68.2.2` has just fixe…
-
I'd like to stop keeping JS files in the repo, since now they are a product of Typescript compiler.
There are also files, like tools-scripts and illustrations, that are not needed for the distributio…
-
### Checklist
- [X] This is a bug report and not [a different kind of issue](https://github.com/streamlink/streamlink/issues/new/choose)
- [X] [I have read the contribution guidelines](https://github…
-
When building on FreeBSD 13.1 on amd64, I get this error. I can't figure out what `versioningit` is.
```
===> py39-mqttwarn-0.34.0 depends on file: /usr/local/bin/python3.9 - found
============…
-
Recently when I was trying to use `pdm` to manage the packaging and build process of our company's project, I encountered an issue when using `nuitka.distutils.Build` as the compile and build backend.…
-
I've found in issue 10 the following comment, but I didn't success to update the build of scramp on openSUSE obs build.
https://build.opensuse.org/package/show/home:bruno_friedmann:branches:devel:lan…
-
originally suggested by @satra in https://github.com/nipype/pydra-fsl/pull/19#issuecomment-953919342
perhaps consider https://pypi.org/project/versioningit/ . it was built to help for the various …
-
```shell
smaug:~
$> docker run -it --rm --entrypoint bash -v /tmp/mount:/mnt:ro -v /tmp/mount/rw:/mnt/rw:rw nipy/heudiconv:v0.11.5 -c 'python -c "import heudiconv;print(heudiconv.__version__)"'
0.1…
-
I'd like to discuss how we can get 1.0.0 out of the door as a GH release and ideally on PyPI. Copying from one MR:
* Create 1.0.0 (modify gwh/__version__.py to 1.0.0, commit, tag 1.0.0, run `python…
-
Since it takes *forever* ATM to go through entire collection, I want to make it possible to "sparsely sample" by adding a run `--mode`, where default `all` -- is current behavior. In case of `random-…