Theodore Ni
Theodore Ni
This will fix compilation using Rust 1.64. If you have time, please take a look. Incorporating this and publishing a new release (with `Cargo.lock`) will simplify how the application is...
This isn't needed since a console script entry point is defined. Unlike pip, when installing using [PyPA installer](https://installer.pypa.io/en/stable/), an error is thrown when it encounters the duplicate script.
The build-backend path is already correct. This was caught as I am working on switching nixpkgs to use [`build`](https://pypa-build.readthedocs.io/en/latest/) as the PEP 517 build front-end and relying on its build...
Since https://github.com/balta2ar/brotab/commit/930a443961e60c2a5a38efb5082a4138bb545f59, `pip` is no longer used in setup.py and can be removed.
I'm packaging this in [nixpkgs](https://github.com/NixOS/nixpkgs) and would like to avoid a dependency on setuptools_scm_git_archive. I followed the [migration instructions](https://pypi.org/project/setuptools-scm-git-archive/) and picked >= 7.0.5 because I saw that there was a...
I am updating setuptools in [nixpkgs](https://github.com/NixOS/nixpkgs) to v68 and found that `d2to1` does not work anymore. Closes https://github.com/vaab/colour/issues/60.
Image.ANTIALIAS was replaced by Image.Resampling.LANCZOS. However, the Resampling class is not available in Pillow < 9.1.0, so we need to stub it. Since we would like to support Python 2,...
🚨Please review the [guidelines for contributing](CONTRIBUTING.md) to this repository. ## Proposed changes This mode has been removed in Python 3.11. Per [the migration guide](https://docs.python.org/3/whatsnew/3.11.html#porting-to-python-3-11): > [open()](https://docs.python.org/3/library/functions.html#open), [io.open()](https://docs.python.org/3/library/io.html#io.open), [codecs.open()](https://docs.python.org/3/library/codecs.html#codecs.open) and [fileinput.FileInput](https://docs.python.org/3/library/fileinput.html#fileinput.FileInput)...
I think these two dependencies do not need to be specified in pyproject.toml: 1. setuptools_scm_git_archive does not seem to be needed unless a .git_archival.txt file exists 2. wheel does not...
## What do these changes do? Updates setuptools-scm >= 7.0.5 to remove setuptools-scm-git-archive. Supersedes https://github.com/aio-libs/aiomysql/pull/872 to try to get it over the finish line. ## Related issue number https://github.com/aio-libs/aiomysql/issues/809 https://github.com/pypa/setuptools_scm/issues/745...