Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include missing files in sdist #2

Open
wants to merge 1 commit into
base: btd/master
Choose a base branch
from

Conversation

thatch
Copy link

@thatch thatch commented May 21, 2020

Include missing files in sdist for #1

Tested with

++ mktemp -d
+ D=/tmp/tmp.3XV2GlSXgX
+ trap 'rm -rf /tmp/tmp.3XV2GlSXgX' EXIT
+ python -m venv /tmp/tmp.3XV2GlSXgX
+ python setup.py sdist -d /tmp/tmp.3XV2GlSXgX
running sdist
running egg_info
writing btd.sphinx.inheritance_diagram.egg-info/PKG-INFO
writing dependency_links to btd.sphinx.inheritance_diagram.egg-info/dependency_links.txt
writing requirements to btd.sphinx.inheritance_diagram.egg-info/requires.txt
writing top-level names to btd.sphinx.inheritance_diagram.egg-info/top_level.txt
package init file 'btd/__init__.py' not found (or not a regular file)
package init file 'btd/sphinx/__init__.py' not found (or not a regular file)
reading manifest file 'btd.sphinx.inheritance_diagram.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'btd.sphinx.inheritance_diagram.egg-info/SOURCES.txt'
running check
creating btd.sphinx.inheritance_diagram-2.3.1.post1
creating btd.sphinx.inheritance_diagram-2.3.1.post1/btd.sphinx.inheritance_diagram.egg-info
creating btd.sphinx.inheritance_diagram-2.3.1.post1/btd
creating btd.sphinx.inheritance_diagram-2.3.1.post1/btd/sphinx
copying files to btd.sphinx.inheritance_diagram-2.3.1.post1...
copying MANIFEST.in -> btd.sphinx.inheritance_diagram-2.3.1.post1
copying README.md -> btd.sphinx.inheritance_diagram-2.3.1.post1
copying requirements.txt -> btd.sphinx.inheritance_diagram-2.3.1.post1
copying setup.py -> btd.sphinx.inheritance_diagram-2.3.1.post1
copying btd.sphinx.inheritance_diagram.egg-info/PKG-INFO -> btd.sphinx.inheritance_diagram-2.3.1.post1/btd.sphinx.inheritance_diagram.egg-info
copying btd.sphinx.inheritance_diagram.egg-info/SOURCES.txt -> btd.sphinx.inheritance_diagram-2.3.1.post1/btd.sphinx.inheritance_diagram.egg-info
copying btd.sphinx.inheritance_diagram.egg-info/dependency_links.txt -> btd.sphinx.inheritance_diagram-2.3.1.post1/btd.sphinx.inheritance_diagram.egg-info
copying btd.sphinx.inheritance_diagram.egg-info/requires.txt -> btd.sphinx.inheritance_diagram-2.3.1.post1/btd.sphinx.inheritance_diagram.egg-info
copying btd.sphinx.inheritance_diagram.egg-info/top_level.txt -> btd.sphinx.inheritance_diagram-2.3.1.post1/btd.sphinx.inheritance_diagram.egg-info
copying btd/sphinx/inheritance_diagram.py -> btd.sphinx.inheritance_diagram-2.3.1.post1/btd/sphinx
Writing btd.sphinx.inheritance_diagram-2.3.1.post1/setup.cfg
Creating tar archive
removing 'btd.sphinx.inheritance_diagram-2.3.1.post1' (and everything under it)
+ cd /
+ /tmp/tmp.3XV2GlSXgX/bin/pip install /tmp/tmp.3XV2GlSXgX/btd.sphinx.inheritance_diagram-2.3.1.post1.tar.gz
Processing /tmp/tmp.3XV2GlSXgX/btd.sphinx.inheritance_diagram-2.3.1.post1.tar.gz
Collecting sphinx>=2.3.1 (from btd.sphinx.inheritance-diagram==2.3.1.post1)
  Using cached https://files.pythonhosted.org/packages/57/ee/b1ca567be96185ccc7d352dffa46cb047eb62fbf437e643d4dee5df09619/Sphinx-3.0.3-py3-none-any.whl
Collecting btd.sphinx.graphviz>=2.3.1 (from btd.sphinx.inheritance-diagram==2.3.1.post1)
  Downloading https://files.pythonhosted.org/packages/3b/37/0dcebcf413260211501e350128f47b542fe5a79072edb40b742e5318d3c7/btd.sphinx.graphviz-2.3.1.post1-py3-none-any.whl
Collecting Pygments>=2.0 (from sphinx>=2.3.1->btd.sphinx.inheritance-diagram==2.3.1.post1)
  Using cached https://files.pythonhosted.org/packages/2d/68/106af3ae51daf807e9cdcba6a90e518954eb8b70341cee52995540a53ead/Pygments-2.6.1-py3-none-any.whl
Collecting babel>=1.3 (from sphinx>=2.3.1->btd.sphinx.inheritance-diagram==2.3.1.post1)
  Using cached https://files.pythonhosted.org/packages/15/a1/522dccd23e5d2e47aed4b6a16795b8213e3272c7506e625f2425ad025a19/Babel-2.8.0-py2.py3-none-any.whl
Collecting sphinxcontrib-qthelp (from sphinx>=2.3.1->btd.sphinx.inheritance-diagram==2.3.1.post1)
  Using cached https://files.pythonhosted.org/packages/2b/14/05f9206cf4e9cfca1afb5fd224c7cd434dcc3a433d6d9e4e0264d29c6cdb/sphinxcontrib_qthelp-1.0.3-py2.py3-none-any.whl
Collecting requests>=2.5.0 (from sphinx>=2.3.1->btd.sphinx.inheritance-diagram==2.3.1.post1)
  Using cached https://files.pythonhosted.org/packages/1a/70/1935c770cb3be6e3a8b78ced23d7e0f3b187f5cbfab4749523ed65d7c9b1/requests-2.23.0-py2.py3-none-any.whl
Collecting sphinxcontrib-htmlhelp (from sphinx>=2.3.1->btd.sphinx.inheritance-diagram==2.3.1.post1)
  Using cached https://files.pythonhosted.org/packages/36/62/8222554b29b3acde8420128d6d3999c5904d40922ef4b6ccb370e2be7421/sphinxcontrib_htmlhelp-1.0.3-py2.py3-none-any.whl
Collecting sphinxcontrib-serializinghtml (from sphinx>=2.3.1->btd.sphinx.inheritance-diagram==2.3.1.post1)
  Using cached https://files.pythonhosted.org/packages/9a/ca/bfad79b79b3821d0c6361c431f0ef4aec16ee248338b2c2013008b34d345/sphinxcontrib_serializinghtml-1.1.4-py2.py3-none-any.whl
Collecting Jinja2>=2.3 (from sphinx>=2.3.1->btd.sphinx.inheritance-diagram==2.3.1.post1)
  Using cached https://files.pythonhosted.org/packages/30/9e/f663a2aa66a09d838042ae1a2c5659828bb9b41ea3a6efa20a20fd92b121/Jinja2-2.11.2-py2.py3-none-any.whl
Requirement already satisfied: setuptools in /tmp/tmp.3XV2GlSXgX/lib/python3.8/site-packages (from sphinx>=2.3.1->btd.sphinx.inheritance-diagram==2.3.1.post1) (41.2.0)
Collecting sphinxcontrib-jsmath (from sphinx>=2.3.1->btd.sphinx.inheritance-diagram==2.3.1.post1)
  Using cached https://files.pythonhosted.org/packages/c2/42/4c8646762ee83602e3fb3fbe774c2fac12f317deb0b5dbeeedd2d3ba4b77/sphinxcontrib_jsmath-1.0.1-py2.py3-none-any.whl
Collecting packaging (from sphinx>=2.3.1->btd.sphinx.inheritance-diagram==2.3.1.post1)
  Using cached https://files.pythonhosted.org/packages/46/19/c5ab91b1b05cfe63cccd5cfc971db9214c6dd6ced54e33c30d5af1d2bc43/packaging-20.4-py2.py3-none-any.whl
Collecting snowballstemmer>=1.1 (from sphinx>=2.3.1->btd.sphinx.inheritance-diagram==2.3.1.post1)
  Using cached https://files.pythonhosted.org/packages/7d/4b/cdf1113a0e88b641893b814e9c36f69a6fda28cd88b62c7f0d858cde3166/snowballstemmer-2.0.0-py2.py3-none-any.whl
Collecting alabaster<0.8,>=0.7 (from sphinx>=2.3.1->btd.sphinx.inheritance-diagram==2.3.1.post1)
  Using cached https://files.pythonhosted.org/packages/10/ad/00b090d23a222943eb0eda509720a404f531a439e803f6538f35136cae9e/alabaster-0.7.12-py2.py3-none-any.whl
Collecting sphinxcontrib-applehelp (from sphinx>=2.3.1->btd.sphinx.inheritance-diagram==2.3.1.post1)
  Using cached https://files.pythonhosted.org/packages/dc/47/86022665a9433d89a66f5911b558ddff69861766807ba685de2e324bd6ed/sphinxcontrib_applehelp-1.0.2-py2.py3-none-any.whl
Collecting docutils>=0.12 (from sphinx>=2.3.1->btd.sphinx.inheritance-diagram==2.3.1.post1)
  Using cached https://files.pythonhosted.org/packages/81/44/8a15e45ffa96e6cf82956dd8d7af9e666357e16b0d93b253903475ee947f/docutils-0.16-py2.py3-none-any.whl
Collecting imagesize (from sphinx>=2.3.1->btd.sphinx.inheritance-diagram==2.3.1.post1)
  Using cached https://files.pythonhosted.org/packages/31/b2/b5522a0c8d11e4aff83f8342f3f0dea68c2fb25aa44403e420587f0ce204/imagesize-1.2.0-py2.py3-none-any.whl
Collecting sphinxcontrib-devhelp (from sphinx>=2.3.1->btd.sphinx.inheritance-diagram==2.3.1.post1)
  Using cached https://files.pythonhosted.org/packages/c5/09/5de5ed43a521387f18bdf5f5af31d099605c992fd25372b2b9b825ce48ee/sphinxcontrib_devhelp-1.0.2-py2.py3-none-any.whl
Collecting pytz>=2015.7 (from babel>=1.3->sphinx>=2.3.1->btd.sphinx.inheritance-diagram==2.3.1.post1)
  Using cached https://files.pythonhosted.org/packages/4f/a4/879454d49688e2fad93e59d7d4efda580b783c745fd2ec2a3adf87b0808d/pytz-2020.1-py2.py3-none-any.whl
Collecting urllib3!=1.25.0,!=1.25.1,<1.26,>=1.21.1 (from requests>=2.5.0->sphinx>=2.3.1->btd.sphinx.inheritance-diagram==2.3.1.post1)
  Using cached https://files.pythonhosted.org/packages/e1/e5/df302e8017440f111c11cc41a6b432838672f5a70aa29227bf58149dc72f/urllib3-1.25.9-py2.py3-none-any.whl
Collecting idna<3,>=2.5 (from requests>=2.5.0->sphinx>=2.3.1->btd.sphinx.inheritance-diagram==2.3.1.post1)
  Using cached https://files.pythonhosted.org/packages/89/e3/afebe61c546d18fb1709a61bee788254b40e736cff7271c7de5de2dc4128/idna-2.9-py2.py3-none-any.whl
Collecting chardet<4,>=3.0.2 (from requests>=2.5.0->sphinx>=2.3.1->btd.sphinx.inheritance-diagram==2.3.1.post1)
  Using cached https://files.pythonhosted.org/packages/bc/a9/01ffebfb562e4274b6487b4bb1ddec7ca55ec7510b22e4c51f14098443b8/chardet-3.0.4-py2.py3-none-any.whl
Collecting certifi>=2017.4.17 (from requests>=2.5.0->sphinx>=2.3.1->btd.sphinx.inheritance-diagram==2.3.1.post1)
  Using cached https://files.pythonhosted.org/packages/57/2b/26e37a4b034800c960a00c4e1b3d9ca5d7014e983e6e729e33ea2f36426c/certifi-2020.4.5.1-py2.py3-none-any.whl
Collecting MarkupSafe>=0.23 (from Jinja2>=2.3->sphinx>=2.3.1->btd.sphinx.inheritance-diagram==2.3.1.post1)
  Using cached https://files.pythonhosted.org/packages/4b/20/f6d7648c81cb84815d0be935d5c74cd1cc0239e43eadb1a61062d34b6543/MarkupSafe-1.1.1-cp38-cp38-manylinux1_x86_64.whl
Collecting six (from packaging->sphinx>=2.3.1->btd.sphinx.inheritance-diagram==2.3.1.post1)
  Using cached https://files.pythonhosted.org/packages/ee/ff/48bde5c0f013094d729fe4b0316ba2a24774b3ff1c52d924a8a4cb04078a/six-1.15.0-py2.py3-none-any.whl
Collecting pyparsing>=2.0.2 (from packaging->sphinx>=2.3.1->btd.sphinx.inheritance-diagram==2.3.1.post1)
  Using cached https://files.pythonhosted.org/packages/8a/bb/488841f56197b13700afd5658fc279a2025a39e22449b7cf29864669b15d/pyparsing-2.4.7-py2.py3-none-any.whl
Installing collected packages: Pygments, pytz, babel, sphinxcontrib-qthelp, urllib3, idna, chardet, certifi, requests, sphinxcontrib-htmlhelp, sphinxcontrib-serializinghtml, MarkupSafe, Jinja2, sphinxcontrib-jsmath, six, pyparsing, packaging, snowballstemmer, alabaster, sphinxcontrib-applehelp, docutils, imagesize, sphinxcontrib-devhelp, sphinx, btd.sphinx.graphviz, btd.sphinx.inheritance-diagram
  Running setup.py install for btd.sphinx.inheritance-diagram: started
    Running setup.py install for btd.sphinx.inheritance-diagram: finished with status 'done'
Successfully installed Jinja2-2.11.2 MarkupSafe-1.1.1 Pygments-2.6.1 alabaster-0.7.12 babel-2.8.0 btd.sphinx.graphviz-2.3.1.post1 btd.sphinx.inheritance-diagram-2.3.1.post1 certifi-2020.4.5.1 chardet-3.0.4 docutils-0.16 idna-2.9 imagesize-1.2.0 packaging-20.4 pyparsing-2.4.7 pytz-2020.1 requests-2.23.0 six-1.15.0 snowballstemmer-2.0.0 sphinx-3.0.3 sphinxcontrib-applehelp-1.0.2 sphinxcontrib-devhelp-1.0.2 sphinxcontrib-htmlhelp-1.0.3 sphinxcontrib-jsmath-1.0.1 sphinxcontrib-qthelp-1.0.3 sphinxcontrib-serializinghtml-1.1.4 urllib3-1.25.9
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.3XV2GlSXgX

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.

None yet

1 participant