Scott Shawcroft
|
a292909c21
|
Stop releasing for 5.x
5.x bundles would break with the pwmio.PWMOut changes otherwise.
|
2021-01-28 11:09:41 -08:00 |
|
Scott Shawcroft
|
bab005fb54
|
Update versions for mpy-cross
This brings in f-string support.
|
2021-01-20 10:47:06 -08:00 |
|
Scott Shawcroft
|
8ccfa837a3
|
Turn off 4.x bundles and enable 6.x
|
2020-07-06 15:33:56 -07:00 |
|
Joe DeVivo
|
0fe0ed6353
|
My git urls look like ssh://git@github.com/**/.git
|
2019-12-27 08:26:09 -07:00 |
|
sommersoft
|
283d8286bd
|
properly truncate mpy filenames
|
2019-10-15 17:28:38 -05:00 |
|
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 |
|
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 |
|
sommersoft
|
519c62f3aa
|
allow subfolders with 'examples' in the name, without truncating the path
|
2019-08-18 08:09:23 -05:00 |
|
sommersoft
|
8175c6c9a0
|
retain full subfolder structure in packages
|
2019-05-31 18:49:59 -05:00 |
|
sommersoft
|
7f8af9417d
|
de-confuse 'package_folder_prefix' parameter naming
|
2019-05-14 20:29:52 -05:00 |
|
sommersoft
|
50ddabd2cc
|
change 'package_folder_prefix' to a pos arg; grab examples subfolders
|
2019-05-11 09:32:21 -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
|
cd1a858a01
|
Revert "Include mpy-cross '__init__.py' In Packages; Restructure Package Bundling"
|
2019-05-07 15:04:16 -04:00 |
|
Kattni
|
e010f5a10d
|
Revert "Fix Mismatched arg Between Click And build_bundles()"
|
2019-05-07 15:03:34 -04:00 |
|
Kattni
|
495627bf29
|
Revert "Fix arg; again..."
|
2019-05-07 15:01:54 -04:00 |
|
sommersoft
|
17bfe9642c
|
return of the lost commit (or i forgot it)
|
2019-05-07 10:49:44 -05:00 |
|
sommersoft
|
a96f2bec8b
|
fix mismatched arg between Click and build_bundles()
|
2019-05-06 21:55:52 -05: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 |
|
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 |
|
sommersoft
|
5256b1b1a9
|
include 'font5x8.bin' in examples for adafruit_framebuf
|
2019-02-04 22:29:46 -06:00 |
|
sommersoft
|
b3808371c1
|
remove 'build' from top-level folder name in zipfile
|
2018-11-14 22:50:36 -06:00 |
|
sommersoft
|
929ebf7d70
|
match top folder name to zip name [drop 'replace("-", "_")']
|
2018-11-10 10:23:36 -06:00 |
|
Kattni
|
a0acc366f4
|
Reenable 2.x bundle
We're reenabling the 2.x bundle until we've made it clear through guide updates etc that we're deprecating it.
|
2018-10-29 16:02:07 -04:00 |
|
Scott Shawcroft
|
b3cb194f08
|
Merge pull request #20 from sommersoft/examples
Fixed README Placement
|
2018-10-18 10:34:45 -07:00 |
|
sommersoft
|
4b060c0495
|
Merge branch 'examples' of https://github.com/sommersoft/circuitpython-build-tools into examples
|
2018-10-16 20:52:48 -05:00 |
|
sommersoft
|
b0f19ccf1b
|
fix README location in zip
|
2018-10-16 20:42:35 -05:00 |
|
Scott Shawcroft
|
a65c0e9402
|
Fix the build by initing submodules under tools.
|
2018-10-16 16:49:43 -07:00 |
|
Scott Shawcroft
|
1a1550b620
|
Remove 2.x and add 4.x
|
2018-10-16 16:20:47 -07:00 |
|
sommersoft
|
ff34fa38c4
|
remove debug print; add cwd to git tag subprocess
|
2018-10-15 09:30:29 -05:00 |
|
sommersoft
|
a7ef777ff3
|
include VERSIONS.txt in examples bundle
|
2018-10-13 12:10:46 -05:00 |
|
sommersoft
|
d4044dc39e
|
added examples to each bundle; example bundle build. see bundle issue #3.
|
2018-10-11 16:10:03 -05:00 |
|
Dan Halbert
|
a4a324d2c2
|
use a fixed version for mpy-cross builds
|
2018-07-11 15:06:44 -04:00 |
|
Kattni
|
78cd062a0f
|
updated for more flexibility moving foward
|
2018-07-11 14:32:46 -04:00 |
|
Kattni
|
7f6f0a5b9a
|
updated bundle naming to match 3.0.0 final release
|
2018-07-11 14:11:52 -04:00 |
|
Dan Halbert
|
739d5be0f2
|
allow packages with one source file
|
2018-06-04 17:01:46 -04:00 |
|
Scott Shawcroft
|
c21637b7b5
|
update versions
|
2018-05-23 14:20:18 -07:00 |
|
Scott Shawcroft
|
2dbfc78b38
|
No longer include update scripts in the bundle
They are out of date
|
2018-03-05 15:29:26 -08:00 |
|
Scott Shawcroft
|
3fc9c1401a
|
Update to the latest version numbers.
|
2018-03-05 14:02:03 -08:00 |
|
Dan Halbert
|
75b8c5c216
|
Merge pull request #10 from tannewt/bump_2.x
Bump to 2.2.1
|
2018-02-01 11:51:45 -08:00 |
|
Scott Shawcroft
|
fe27c65e2a
|
Ignore docs directory and allow packages to drop __init__.py
Python 3.3 made __init__.py optional by adding "namespace packages"
and MicroPython supports them.
|
2018-01-31 11:31:11 -08:00 |
|
Scott Shawcroft
|
c2e97be3ce
|
Bump to 2.2.1
|
2018-01-31 11:16:11 -08:00 |
|