Laurie O

Results 53 comments of Laurie O

> I don't have strong feelings on this either way, other than that I think it is confusing to have a setup.py if it doesn't work. Invoking setup.py as a...

> Just a coupole minor points. These changes are not necessary for the goal of this PR (which is to move project metadata to pyproject.toml), and therefore out of scope....

@mcfletch see PR #85, which is similar but without dropping the Python version support In the meantime, I'm working on another PR which moves CI to GitHub Actions (to enable...

Duplicate of #74 . Current workaround (while [sdist isn't released](https://github.com/mcfletch/pyopengl/issues/78)) is to install from source: ```shell pip install git+https://github.com/mcfletch/pyopengl.git@227f9c66976d9f5dadf62b9a97e6beaec84831ca#subdirectory=accelerate ```

Works in `release-3.1.8` tag for Python 3.11, 3.12, and 3.13b: ```shell docker run --rm -it python:3.13-rc bash pip install git+https://github.com/mcfletch/[email protected]#subdirectory=accelerate ``` Note that for Python 3.13b, this builds NumPy from...

Also not sure whether to move this list to the [Project Summaries page](https://packaging.python.org/en/latest/key_projects/)

> Maybe PyPI's own code base deserves a mention here? Not sure how feasible it is to self-host it. It's already listed in the projects page

Is anyone working on the simple repository API PEPs? I can't find any other issues or merge-requests on the topic. I can put some time into them as they've been...

### TODO * [x] Add base HTML format specification * [x] Add yank support * [x] Add versioning metadata * [x] Add package metadata file * [x] Renamed * [x]...