Skip to content

silver-signal/hpy-pep517

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hpy-pep517

pep517 debugging repo

Hpy version 0.9.0rc2

OS: Ubuntu 22.04

Steps to reproduce:

### env setup
python3 -m venv venv/hpy-pep517/
source venv/hpy-pep517/bin/activate
pip install --upgrade pip
pip install --upgrade setuptools wheel
pip install --pre hpy

## Successful build
python3 setup.py bdist_wheel
pip install dist/*.whl # SUCCESS

## Failed build
mv pyproject.toml.new pyproject.toml   # Use a basic pyproject.toml with backend and project info
python3 setup.py bdist_wheel   # FAILURE

About

pep517 debugging repo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published