ljhopkins2 / broadcastify-archtk

The Broadcastify Archive Toolkit for python
https://ljhopkins2.github.io/broadcastify-archtk/
GNU Affero General Public License v3.0
8 stars 9 forks source link

Include missing files in sdist #34

Closed thatch closed 4 years ago

thatch commented 4 years ago

Include missing files in sdist for #33

Tested with

+++ mktemp -d
++ D=/tmp/tmp.v9f9Hwo1Sx
++ trap 'rm -rf /tmp/tmp.v9f9Hwo1Sx' EXIT
++ python -m venv /tmp/tmp.v9f9Hwo1Sx
++ python setup.py sdist -d /tmp/tmp.v9f9Hwo1Sx
running sdist
running egg_info
writing broadcastify_archtk.egg-info/PKG-INFO
writing dependency_links to broadcastify_archtk.egg-info/dependency_links.txt
writing requirements to broadcastify_archtk.egg-info/requires.txt
writing top-level names to broadcastify_archtk.egg-info/top_level.txt
reading manifest file 'broadcastify_archtk.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'broadcastify_archtk.egg-info/SOURCES.txt'
running check
creating broadcastify-archtk-1.0.2
creating broadcastify-archtk-1.0.2/broadcastify_archtk
creating broadcastify-archtk-1.0.2/broadcastify_archtk.egg-info
copying files to broadcastify-archtk-1.0.2...
copying MANIFEST.in -> broadcastify-archtk-1.0.2
copying README.md -> broadcastify-archtk-1.0.2
copying requirements.txt -> broadcastify-archtk-1.0.2
copying setup.py -> broadcastify-archtk-1.0.2
copying broadcastify_archtk/__init__.py -> broadcastify-archtk-1.0.2/broadcastify_archtk
copying broadcastify_archtk/btk.py -> broadcastify-archtk-1.0.2/broadcastify_archtk
copying broadcastify_archtk.egg-info/PKG-INFO -> broadcastify-archtk-1.0.2/broadcastify_archtk.egg-info
copying broadcastify_archtk.egg-info/SOURCES.txt -> broadcastify-archtk-1.0.2/broadcastify_archtk.egg-info
copying broadcastify_archtk.egg-info/dependency_links.txt -> broadcastify-archtk-1.0.2/broadcastify_archtk.egg-info
copying broadcastify_archtk.egg-info/requires.txt -> broadcastify-archtk-1.0.2/broadcastify_archtk.egg-info
copying broadcastify_archtk.egg-info/top_level.txt -> broadcastify-archtk-1.0.2/broadcastify_archtk.egg-info
Writing broadcastify-archtk-1.0.2/setup.cfg
Creating tar archive
removing 'broadcastify-archtk-1.0.2' (and everything under it)
++ cd /
++ /tmp/tmp.v9f9Hwo1Sx/bin/pip install /tmp/tmp.v9f9Hwo1Sx/broadcastify-archtk-1.0.2.tar.gz
Processing /tmp/tmp.v9f9Hwo1Sx/broadcastify-archtk-1.0.2.tar.gz
Collecting beautifulsoup4==4.7.1 (from broadcastify-archtk==1.0.2)
  Downloading https://files.pythonhosted.org/packages/1d/5d/3260694a59df0ec52f8b4883f5d23b130bc237602a1411fa670eae12351e/beautifulsoup4-4.7.1-py3-none-any.whl (94kB)
Collecting configparser==3.7.4 (from broadcastify-archtk==1.0.2)
  Using cached https://files.pythonhosted.org/packages/ba/05/6c96328e92e625fc31445d24d75a2c92ef9ba34fc5b037fe69693c362a0d/configparser-3.7.4-py2.py3-none-any.whl
Collecting requests==2.21.0 (from broadcastify-archtk==1.0.2)
  Using cached https://files.pythonhosted.org/packages/7d/e3/20f3d364d6c8e5d2353c72a67778eb189176f08e873c9900e10c0287b84b/requests-2.21.0-py2.py3-none-any.whl
Collecting selenium==3.141.0 (from broadcastify-archtk==1.0.2)
  Using cached https://files.pythonhosted.org/packages/80/d6/4294f0b4bce4de0abf13e17190289f9d0613b0a44e5dd6a7f5ca98459853/selenium-3.141.0-py2.py3-none-any.whl
Collecting tqdm==4.31.1 (from broadcastify-archtk==1.0.2)
  Downloading https://files.pythonhosted.org/packages/6c/4b/c38b5144cf167c4f52288517436ccafefe9dc01b8d1c190e18a6b154cd4a/tqdm-4.31.1-py2.py3-none-any.whl (48kB)
Collecting soupsieve>=1.2 (from beautifulsoup4==4.7.1->broadcastify-archtk==1.0.2)
  Using cached https://files.pythonhosted.org/packages/6f/8f/457f4a5390eeae1cc3aeab89deb7724c965be841ffca6cfca9197482e470/soupsieve-2.0.1-py3-none-any.whl
Collecting chardet<3.1.0,>=3.0.2 (from requests==2.21.0->broadcastify-archtk==1.0.2)
  Using cached https://files.pythonhosted.org/packages/bc/a9/01ffebfb562e4274b6487b4bb1ddec7ca55ec7510b22e4c51f14098443b8/chardet-3.0.4-py2.py3-none-any.whl
Collecting urllib3<1.25,>=1.21.1 (from requests==2.21.0->broadcastify-archtk==1.0.2)
  Using cached https://files.pythonhosted.org/packages/01/11/525b02e4acc0c747de8b6ccdab376331597c569c42ea66ab0a1dbd36eca2/urllib3-1.24.3-py2.py3-none-any.whl
Collecting idna<2.9,>=2.5 (from requests==2.21.0->broadcastify-archtk==1.0.2)
  Using cached https://files.pythonhosted.org/packages/14/2c/cd551d81dbe15200be1cf41cd03869a46fe7226e7450af7a6545bfc474c9/idna-2.8-py2.py3-none-any.whl
Collecting certifi>=2017.4.17 (from requests==2.21.0->broadcastify-archtk==1.0.2)
  Using cached https://files.pythonhosted.org/packages/57/2b/26e37a4b034800c960a00c4e1b3d9ca5d7014e983e6e729e33ea2f36426c/certifi-2020.4.5.1-py2.py3-none-any.whl
Installing collected packages: soupsieve, beautifulsoup4, configparser, chardet, urllib3, idna, certifi, requests, selenium, tqdm, broadcastify-archtk
  Running setup.py install for broadcastify-archtk: started
    Running setup.py install for broadcastify-archtk: finished with status 'done'
Successfully installed beautifulsoup4-4.7.1 broadcastify-archtk-1.0.2 certifi-2020.4.5.1 chardet-3.0.4 configparser-3.7.4 idna-2.8 requests-2.21.0 selenium-3.141.0 soupsieve-2.0.1 tqdm-4.31.1 urllib3-1.24.3
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.v9f9Hwo1Sx