lp:~philroche/+git/python-apt

Owned by Philip Roche
Get this repository:
git clone https://git.launchpad.net/~philroche/+git/python-apt
Only Philip Roche can upload to this repository. If you are Philip Roche please log in for upload directions.

Branches

Name Last Modified Last Commit
1.7.0 2021-03-31 13:10:56 UTC
Remove type hint install from setup.py

Author: Philip Roche
Author Date: 2021-03-31 13:10:56 UTC

Remove type hint install from setup.py

These were causing issues when building a wheel, producing an invalid wheel
which on attempted install would result in:

```
ERROR: For req: python-apt==0.0.0. Unexpected file in /home/ubuntu/.cache/pip/wheels/70/fe/82/dc119081986c84b7b2ed8a21513fd98908a1cdbf6e5e8d2aeb/python_apt-0.0.0-cp36-cp36m-linux_x86_64.whl: 'python_apt-0.0.0.data/purelib'. .data directory contents should be named like: '<scheme key>/<path>'.
```

Others have had the same issue @ https://discuss.python.org/t/wheel-builds-but-fails-to-install-complaining-about-unexpected-file-in-data/6150/4

Removing the type hint installs results in a working wheel that can be installed

11 of 1 result
This repository contains Public information 
Everyone can see this information.

Subscribers