Psycojoker / prosopopee

a static website generator to make beautiful customizable pictures galleries that tell a story
http://prosopopee.readthedocs.org
GNU General Public License v3.0
327 stars 56 forks source link

Include missing files in sdist #109

Closed thatch closed 4 years ago

thatch commented 4 years ago

Include missing files in sdist for #108

Tested with

++ mktemp -d
+ D=/tmp/tmp.VyymeeCI6j
+ trap 'rm -rf /tmp/tmp.VyymeeCI6j' EXIT
+ python -m venv /tmp/tmp.VyymeeCI6j
+ python setup.py sdist -d /tmp/tmp.VyymeeCI6j
running sdist
running egg_info
writing prosopopee.egg-info/PKG-INFO
writing dependency_links to prosopopee.egg-info/dependency_links.txt
writing entry points to prosopopee.egg-info/entry_points.txt
writing requirements to prosopopee.egg-info/requires.txt
writing top-level names to prosopopee.egg-info/top_level.txt
reading manifest file 'prosopopee.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'prosopopee.egg-info/SOURCES.txt'
running check
creating prosopopee-1.0.1
creating prosopopee-1.0.1/prosopopee
creating prosopopee-1.0.1/prosopopee.egg-info
copying files to prosopopee-1.0.1...
copying MANIFEST.in -> prosopopee-1.0.1
copying README.md -> prosopopee-1.0.1
copying requirements.txt -> prosopopee-1.0.1
copying setup.cfg -> prosopopee-1.0.1
copying setup.py -> prosopopee-1.0.1
copying prosopopee/__init__.py -> prosopopee-1.0.1/prosopopee
copying prosopopee/autogen.py -> prosopopee-1.0.1/prosopopee
copying prosopopee/cache.py -> prosopopee-1.0.1/prosopopee
copying prosopopee/prosopopee.py -> prosopopee-1.0.1/prosopopee
copying prosopopee/utils.py -> prosopopee-1.0.1/prosopopee
copying prosopopee.egg-info/PKG-INFO -> prosopopee-1.0.1/prosopopee.egg-info
copying prosopopee.egg-info/SOURCES.txt -> prosopopee-1.0.1/prosopopee.egg-info
copying prosopopee.egg-info/dependency_links.txt -> prosopopee-1.0.1/prosopopee.egg-info
copying prosopopee.egg-info/entry_points.txt -> prosopopee-1.0.1/prosopopee.egg-info
copying prosopopee.egg-info/requires.txt -> prosopopee-1.0.1/prosopopee.egg-info
copying prosopopee.egg-info/top_level.txt -> prosopopee-1.0.1/prosopopee.egg-info
Writing prosopopee-1.0.1/setup.cfg
Creating tar archive
removing 'prosopopee-1.0.1' (and everything under it)
+ cd /
+ /tmp/tmp.VyymeeCI6j/bin/pip install /tmp/tmp.VyymeeCI6j/prosopopee-1.0.1.tar.gz
Processing /tmp/tmp.VyymeeCI6j/prosopopee-1.0.1.tar.gz
Collecting jinja2 (from prosopopee==1.0.1)
  Using cached https://files.pythonhosted.org/packages/30/9e/f663a2aa66a09d838042ae1a2c5659828bb9b41ea3a6efa20a20fd92b121/Jinja2-2.11.2-py2.py3-none-any.whl
Collecting path.py (from prosopopee==1.0.1)
  Downloading https://files.pythonhosted.org/packages/a5/0d/4caee829b04e3113b7069fa52063bce5c78e374e05850aa893549e917a1a/path.py-12.4.0-py3-none-any.whl
Collecting docopt (from prosopopee==1.0.1)
  Using cached https://files.pythonhosted.org/packages/a2/55/8f8cab2afd404cf578136ef2cc5dfb50baa1761b68c9da1fb1e4eed343c9/docopt-0.6.2.tar.gz
Collecting ruamel.yaml (from prosopopee==1.0.1)
  Using cached https://files.pythonhosted.org/packages/a6/92/59af3e38227b9cc14520bf1e59516d99ceca53e3b8448094248171e9432b/ruamel.yaml-0.16.10-py2.py3-none-any.whl
Collecting future (from prosopopee==1.0.1)
  Using cached https://files.pythonhosted.org/packages/45/0b/38b06fd9b92dc2b68d58b75f900e97884c45bedd2ff83203d933cf5851c9/future-0.18.2.tar.gz
Collecting pillow (from prosopopee==1.0.1)
  Using cached https://files.pythonhosted.org/packages/06/24/a577011ad2c0dd9793de7fede96af9fb7e97de31f47aa209f5d8e8979124/Pillow-7.1.2-cp38-cp38-manylinux1_x86_64.whl
Collecting MarkupSafe>=0.23 (from jinja2->prosopopee==1.0.1)
  Using cached https://files.pythonhosted.org/packages/4b/20/f6d7648c81cb84815d0be935d5c74cd1cc0239e43eadb1a61062d34b6543/MarkupSafe-1.1.1-cp38-cp38-manylinux1_x86_64.whl
Collecting path<13.2 (from path.py->prosopopee==1.0.1)
  Downloading https://files.pythonhosted.org/packages/4d/24/5827e075036b5bb6b538f71bf39574d4a8024c5df51206cb9d6739e24d94/path-13.1.0-py3-none-any.whl
Collecting ruamel.yaml.clib>=0.1.2; platform_python_implementation == "CPython" and python_version < "3.9" (from ruamel.yaml->prosopopee==1.0.1)
  Using cached https://files.pythonhosted.org/packages/19/0f/f05f7d819bf58196f1007f5e05a14c6ba35d85b1d372ba94afa14a3886fe/ruamel.yaml.clib-0.2.0-cp38-cp38-manylinux1_x86_64.whl
Installing collected packages: MarkupSafe, jinja2, path, path.py, docopt, ruamel.yaml.clib, ruamel.yaml, future, pillow, prosopopee
  Running setup.py install for docopt: started
    Running setup.py install for docopt: finished with status 'done'
  Running setup.py install for future: started
    Running setup.py install for future: finished with status 'done'
  Running setup.py install for prosopopee: started
    Running setup.py install for prosopopee: finished with status 'done'
Successfully installed MarkupSafe-1.1.1 docopt-0.6.2 future-0.18.2 jinja2-2.11.2 path-13.1.0 path.py-12.4.0 pillow-7.1.2 prosopopee-1.0.1 ruamel.yaml-0.16.10 ruamel.yaml.clib-0.2.0
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.VyymeeCI6j
beudbeud commented 4 years ago

Thanks for your PR