Skip to content

Include missing files in sdist#2

Open
thatch wants to merge 1 commit intotomerten:masterfrom
pypi-buildability-project:master
Open

Include missing files in sdist#2
thatch wants to merge 1 commit intotomerten:masterfrom
pypi-buildability-project:master

Conversation

@thatch
Copy link
Copy Markdown

@thatch thatch commented May 21, 2020

Include missing files in sdist for #1

Tested with

++ mktemp -d
+ D=/tmp/tmp.f9b1ocpNWB
+ trap 'rm -rf /tmp/tmp.f9b1ocpNWB' EXIT
+ python -m venv /tmp/tmp.f9b1ocpNWB
+ python setup.py sdist -d /tmp/tmp.f9b1ocpNWB
running sdist
running egg_info
creating financeJSON.egg-info
writing financeJSON.egg-info/PKG-INFO
writing dependency_links to financeJSON.egg-info/dependency_links.txt
writing entry points to financeJSON.egg-info/entry_points.txt
writing requirements to financeJSON.egg-info/requires.txt
writing top-level names to financeJSON.egg-info/top_level.txt
writing manifest file 'financeJSON.egg-info/SOURCES.txt'
reading manifest file 'financeJSON.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'financeJSON.egg-info/SOURCES.txt'
running check
/usr/lib/python3.8/distutils/dist.py:274: UserWarning: Unknown distribution option: 'test_requires'
  warnings.warn(msg)
/home/tim/code/honesty-revs/.venv/lib/python3.8/site-packages/setuptools/dist.py:471: UserWarning: Normalizing 'V1.0.1beta8' to '1.0.1b8'
  warnings.warn(
warning: Check: missing meta-data: if 'author' supplied, 'author_email' must be supplied too

creating financeJSON-1.0.1b8
creating financeJSON-1.0.1b8/financeJSON.egg-info
creating financeJSON-1.0.1b8/financejson
copying files to financeJSON-1.0.1b8...
copying MANIFEST.in -> financeJSON-1.0.1b8
copying README.md -> financeJSON-1.0.1b8
copying requirements.txt -> financeJSON-1.0.1b8
copying setup.py -> financeJSON-1.0.1b8
copying financeJSON.egg-info/PKG-INFO -> financeJSON-1.0.1b8/financeJSON.egg-info
copying financeJSON.egg-info/SOURCES.txt -> financeJSON-1.0.1b8/financeJSON.egg-info
copying financeJSON.egg-info/dependency_links.txt -> financeJSON-1.0.1b8/financeJSON.egg-info
copying financeJSON.egg-info/entry_points.txt -> financeJSON-1.0.1b8/financeJSON.egg-info
copying financeJSON.egg-info/requires.txt -> financeJSON-1.0.1b8/financeJSON.egg-info
copying financeJSON.egg-info/top_level.txt -> financeJSON-1.0.1b8/financeJSON.egg-info
copying financejson/__about__.py -> financeJSON-1.0.1b8/financejson
copying financejson/__init__.py -> financeJSON-1.0.1b8/financejson
copying financejson/cli.py -> financeJSON-1.0.1b8/financejson
copying financejson/convert.py -> financeJSON-1.0.1b8/financejson
copying financejson/tree.py -> financeJSON-1.0.1b8/financejson
copying financejson/validate.py -> financeJSON-1.0.1b8/financejson
Writing financeJSON-1.0.1b8/setup.cfg
Creating tar archive
removing 'financeJSON-1.0.1b8' (and everything under it)
+ cd /
+ /tmp/tmp.f9b1ocpNWB/bin/pip install /tmp/tmp.f9b1ocpNWB/financeJSON-1.0.1b8.tar.gz
Processing /tmp/tmp.f9b1ocpNWB/financeJSON-1.0.1b8.tar.gz
Collecting click==7.0 (from financeJSON==1.0.1b8)
  Using cached https://files.pythonhosted.org/packages/fa/37/45185cb5abbc30d7257104c434fe0b07e5a195a6847506c074527aa599ec/Click-7.0-py2.py3-none-any.whl
Collecting fastjsonschema==2.14.1 (from financeJSON==1.0.1b8)
  Downloading https://files.pythonhosted.org/packages/82/65/3eec00232bce94a225b5d15655f97c6666e167a6e011b1571d8353a7b4d0/fastjsonschema-2.14.1.tar.gz
Collecting h5py==2.10.0 (from financeJSON==1.0.1b8)
  Using cached https://files.pythonhosted.org/packages/9d/4f/46dbeea4aee767e15725950b6aac2c56c4eff9e5044886aa7ef932319476/h5py-2.10.0-cp38-cp38-manylinux1_x86_64.whl
Collecting numexpr==2.7.0 (from financeJSON==1.0.1b8)
  Downloading https://files.pythonhosted.org/packages/c8/eb/5d95087ad30e966eca4a32a06377d1ccf5e2b62743e20b04bed48c055e6b/numexpr-2.7.0-cp38-cp38-manylinux1_x86_64.whl (164kB)
Collecting numpy==1.17.4 (from financeJSON==1.0.1b8)
  Using cached https://files.pythonhosted.org/packages/d7/6a/3fed132c846d1e47963f30376cc041e9dd586d286d931055ad06ff65c6c7/numpy-1.17.4-cp38-cp38-manylinux1_x86_64.whl
Collecting pandas==0.25.3 (from financeJSON==1.0.1b8)
  Using cached https://files.pythonhosted.org/packages/7b/fd/41698f20fd297cef2dc43a72a8ca42d149eaf7d954f1fb2bd3fc366a658d/pandas-0.25.3-cp38-cp38-manylinux1_x86_64.whl
Collecting python-dateutil==2.8.1 (from financeJSON==1.0.1b8)
  Using cached https://files.pythonhosted.org/packages/d4/70/d60450c3dd48ef87586924207ae8907090de0b306af2bce5d134d78615cb/python_dateutil-2.8.1-py2.py3-none-any.whl
Collecting pytz==2019.3 (from financeJSON==1.0.1b8)
  Using cached https://files.pythonhosted.org/packages/e7/f9/f0b53f88060247251bf481fa6ea62cd0d25bf1b11a87888e53ce5b7c8ad2/pytz-2019.3-py2.py3-none-any.whl
Collecting six==1.13.0 (from financeJSON==1.0.1b8)
  Using cached https://files.pythonhosted.org/packages/65/26/32b8464df2a97e6dd1b656ed26b2c194606c16fe163c695a992b36c11cdf/six-1.13.0-py2.py3-none-any.whl
Collecting tables==3.6.1 (from financeJSON==1.0.1b8)
  Downloading https://files.pythonhosted.org/packages/de/48/95ec3af741584f2a8d5389ca78049e3701cc6816ebdfcd74650bc70b31cc/tables-3.6.1-cp38-cp38-manylinux1_x86_64.whl (4.3MB)
Collecting termcolor==1.1.0 (from financeJSON==1.0.1b8)
  Using cached https://files.pythonhosted.org/packages/8a/48/a76be51647d0eb9f10e2a4511bf3ffb8cc1e6b14e9e4fab46173aa79f981/termcolor-1.1.0.tar.gz
Collecting xlrd==1.2.0 (from financeJSON==1.0.1b8)
  Downloading https://files.pythonhosted.org/packages/b0/16/63576a1a001752e34bf8ea62e367997530dc553b689356b9879339cf45a4/xlrd-1.2.0-py2.py3-none-any.whl (103kB)
Collecting xlsxwriter==1.2.6 (from financeJSON==1.0.1b8)
  Downloading https://files.pythonhosted.org/packages/f2/16/da654cfbc0b05f2ad253c0f244b0c2a76c403bb774717b39c92653acb290/XlsxWriter-1.2.6-py2.py3-none-any.whl (141kB)
Installing collected packages: click, fastjsonschema, six, numpy, h5py, numexpr, python-dateutil, pytz, pandas, tables, termcolor, xlrd, xlsxwriter, financeJSON
  Running setup.py install for fastjsonschema: started
    Running setup.py install for fastjsonschema: finished with status 'done'
  Running setup.py install for termcolor: started
    Running setup.py install for termcolor: finished with status 'done'
  Running setup.py install for financeJSON: started
    Running setup.py install for financeJSON: finished with status 'done'
Successfully installed click-7.0 fastjsonschema-2.14.1 financeJSON-1.0.1b8 h5py-2.10.0 numexpr-2.7.0 numpy-1.17.4 pandas-0.25.3 python-dateutil-2.8.1 pytz-2019.3 six-1.13.0 tables-3.6.1 termcolor-1.1.0 xlrd-1.2.0 xlsxwriter-1.2.6
WARNING: You are using pip version 19.2.3, however version 20.1.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
+ echo Success
Success
++ rm -rf /tmp/tmp.f9b1ocpNWB

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant