martsberger / django-pivot

A module for pivoting Django Querysets
MIT License
209 stars 16 forks source link

Missing files in sdist #15

Closed thatch closed 11 months ago

thatch commented 4 years ago

It appears that the manifest is missing at least one file necessary to build from the sdist for version 1.8.1. You're in good company, about 5% of other projects updated in the last year are also missing files.

+ /tmp/venv/bin/pip3 wheel --no-binary django-pivot -w /tmp/ext django-pivot==1.8.1
Looking in indexes: http://10.10.0.139:9191/root/pypi/+simple/
Collecting django-pivot==1.8.1
  Downloading http://10.10.0.139:9191/root/pypi/%2Bf/718/4d3e3f5e96003/django-pivot-1.8.1.tar.gz (14 kB)
    ERROR: Command errored out with exit status 1:
     command: /tmp/venv/bin/python3 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-wheel-n9vzbwx0/django-pivot/setup.py'"'"'; __file__='"'"'/tmp/pip-wheel-n9vzbwx0/django-pivot/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-wheel-n9vzbwx0/django-pivot/pip-egg-info
         cwd: /tmp/pip-wheel-n9vzbwx0/django-pivot/
    Complete output (7 lines):
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/tmp/pip-wheel-n9vzbwx0/django-pivot/setup.py", line 13, in <module>
        long_description=read_file('Readme.rst'),
      File "/tmp/pip-wheel-n9vzbwx0/django-pivot/setup.py", line 5, in read_file
        with open(name) as fd:
    FileNotFoundError: [Errno 2] No such file or directory: 'Readme.rst'
    ----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.