Commit graph

116 commits

Author SHA1 Message Date
sommersoft
b803b26f4a allow for multiple entries for the 'package_folder_prefix" argument 2019-09-24 21:54:02 -05:00
sommersoft
83ecd9525a use 'pathlib' vs 'os.walk' to gather files 2019-09-24 18:40:09 -05:00
Kattni
ffcbdc598c
Merge pull request #47 from adafruit/tannewt-patch-5
Add 5.x and remove 2.x and 3.x
2019-09-03 17:35:39 -04:00
Scott Shawcroft
098a636b09
Add 5.x and remove 2.x and 3.x
The libraries may not support the older versions so remove them.
2019-08-22 20:59:36 -07:00
Kattni
26ca8730a1
Merge pull request #46 from sommersoft/test_examps_bundle
Fix Example Bundling When 'examples' In Subfolder Name
2019-08-18 11:38:45 -04:00
sommersoft
519c62f3aa allow subfolders with 'examples' in the name, without truncating the path 2019-08-18 08:09:23 -05:00
Scott Shawcroft
800ee1a567
Merge pull request #44 from sommersoft/fix_subfolder
Retain Full Subfolder Structure In Packages
2019-05-31 17:12:49 -07:00
sommersoft
8175c6c9a0 retain full subfolder structure in packages 2019-05-31 18:49:59 -05:00
sommersoft
930c053791
Merge pull request #42 from sommersoft/more_fix_deploy
Re-add `on: tags: true` to Travis deploy
2019-05-23 19:13:17 -05:00
sommersoft
1d60da1bb1 re-add to deployment 2019-05-23 18:43:07 -05:00
Kattni
a5b09751d5
Merge pull request #41 from sommersoft/fix_deploy
Fix PyPI Deployment
2019-05-23 19:16:43 -04:00
sommersoft
d19f810cbe restructure .travis.yml so that releases actually trigger a PyPI deployment 2019-05-23 18:07:35 -05:00
Kattni
fbb43bd2d8
Merge pull request #40 from sommersoft/fix_arg_round_2
Attempt 2: Include mpy-cross '__init__.py' In Packages; Restructure Package Bundling
2019-05-15 13:46:41 -04:00
sommersoft
7f8af9417d de-confuse 'package_folder_prefix' parameter naming 2019-05-14 20:29:52 -05:00
sommersoft
0e839df058 README: remove build mpy-cross cmd in local testing; only used on Travis 2019-05-11 09:33:41 -05:00
sommersoft
50ddabd2cc change 'package_folder_prefix' to a pos arg; grab examples subfolders 2019-05-11 09:32:21 -05:00
sommersoft
18df89a3ef Merge branch 'master' of https://github.com/adafruit/circuitpython-build-tools into fix_arg_round_2 2019-05-10 18:44:45 -05:00
Scott Shawcroft
63c6be10cb
Merge pull request #39 from sommersoft/add_pr_tests
Add Test Matrix For Pull Requests
2019-05-09 13:36:40 -07:00
sommersoft
67abd08f71 missed local testing step: build mpy-cross's 2019-05-08 17:28:17 -05:00
sommersoft
1079f0b041 README: add local test example, and CoC link. 2019-05-08 17:07:50 -05:00
sommersoft
3c51a8bfff include a test matrix for PRs; one for the whole bundle, and one for a single library. 2019-05-08 16:57:57 -05:00
sommersoft
6fa843f03c add '.env/' to .gitignore 2019-05-08 16:55:55 -05:00
sommersoft
03373f49a9 set @click 'package_folder_prefix' default to 'adafruit_' to maintain backwards compatibility 2019-05-07 20:39:07 -05:00
sommersoft
f9ac09d94e Revert "Revert "Fix arg; again...""
This reverts commit 495627bf29.
2019-05-07 18:13:39 -05:00
sommersoft
346ab583d0 Revert "Revert "Fix Mismatched arg Between Click And build_bundles()""
This reverts commit e010f5a10d.
2019-05-07 18:13:12 -05:00
sommersoft
55c69b7b66 Revert "Revert "Include mpy-cross '__init__.py' In Packages; Restructure Package Bundling""
This reverts commit cd1a858a01.
2019-05-07 18:12:43 -05:00
Kattni
7804a09df1
Merge pull request #38 from adafruit/revert-31-include_init
Revert "Include mpy-cross '__init__.py' In Packages; Restructure Package Bundling"
2019-05-07 15:04:30 -04:00
Kattni
cd1a858a01
Revert "Include mpy-cross '__init__.py' In Packages; Restructure Package Bundling" 2019-05-07 15:04:16 -04:00
Kattni
b7c8f712f8
Merge pull request #37 from adafruit/revert-33-fix_arg
Revert "Fix Mismatched arg Between Click And build_bundles()"
2019-05-07 15:03:48 -04:00
Kattni
e010f5a10d
Revert "Fix Mismatched arg Between Click And build_bundles()" 2019-05-07 15:03:34 -04:00
Kattni
514ff6cc46
Merge pull request #36 from adafruit/revert-35-fix_arg
Revert "Fix arg; again..."
2019-05-07 15:03:19 -04:00
Kattni
495627bf29
Revert "Fix arg; again..." 2019-05-07 15:01:54 -04:00
Melissa LeBlanc-Williams
4296d661cd
Merge pull request #35 from sommersoft/fix_arg
Fix arg; again...
2019-05-07 11:54:15 -04:00
sommersoft
84aff92793 Merge branch 'master' of https://github.com/adafruit/circuitpython-build-tools into fix_arg 2019-05-07 10:51:04 -05:00
sommersoft
17bfe9642c return of the lost commit (or i forgot it) 2019-05-07 10:49:44 -05:00
Melissa LeBlanc-Williams
c4fa036265
Merge pull request #33 from sommersoft/fix_arg
Fix Mismatched arg Between Click And build_bundles()
2019-05-07 11:20:44 -04:00
sommersoft
a96f2bec8b fix mismatched arg between Click and build_bundles() 2019-05-06 21:55:52 -05:00
Kattni
44c07484ef
Merge pull request #31 from sommersoft/include_init
Include mpy-cross '__init__.py' In Packages; Restructure Package Bundling
2019-05-06 21:14:40 -04:00
sommersoft
f803ba57a3 build.py->library: refactor file selection, so it includes subfolders 2019-05-06 10:44:22 -05:00
sommersoft
732c144b36 remove local debuggy stuff that snuck in 2019-05-02 21:40:31 -05:00
sommersoft
92138a56fd include package file based on package name prefix 2019-05-02 21:35:26 -05:00
sommersoft
c38f93dcc4 restructure package file bundling; uses folder name prefix string 2019-05-02 13:15:32 -05:00
sommersoft
d8c18da0b6 remove mpy-cross exclusion for '__init__.py' in packaged modules 2019-05-02 12:09:15 -05:00
sommersoft
2d7b35831b
Merge pull request #27 from dhalbert/build-bundle-no-entering
Simplify parsing git output in build_bundle.
2019-02-14 10:14:06 -06:00
Dan Halbert
97f95cc5f7 add wheel to requirements.txt 2019-02-14 11:03:16 -05:00
Dan Halbert
96c66762ce add pip install wheel to README.md 2019-02-14 09:23:26 -05:00
Dan Halbert
8d38cf8ee6 ugh; remove redundant --quiet 2019-02-14 09:21:05 -05:00
Dan Halbert
3b2e59091b Simplify prasing git output in build_bundle. 2019-02-14 09:17:27 -05:00
Kattni
6d26530586
Merge pull request #24 from sommersoft/framebuf_font
Include Font Binary for adafruit_framebuf
2019-02-05 13:43:30 -05:00
sommersoft
5256b1b1a9 include 'font5x8.bin' in examples for adafruit_framebuf 2019-02-04 22:29:46 -06:00