adafruit / CircuitPython_Community_Bundle

A bundle of useful CircuitPython libraries from the CircuitPython community.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix Bundling of Package Folders

sommersoft opened this issue · comments

Since switching circuitpython-build-tools to use a prefix argument to determine package folder names, this bundle has excluded packaged libraries. This was identified in #26.

I'm almost finished with a change to circuitpython-build-tools that will fix this. Once that is finished, travis.yml will need to be updated to include the INA3221, DotStar_FeatherWing, and nonblocking_timer packages:

# Note: if a packaged library is not being included in the bundle, add the folder
# name to the 'package_folder_prefix' argument list below
script: circuitpython-build-bundles --filename_prefix circuitpython-community-bundle --library_location libraries --library_depth 2 --package_folder_prefix "barbudor_ina3221, dotstar_featherwing, nonblocking_timer"