Skip to content

Commit dd0f984

Browse files
committed
tweak to enable shared-tiny-ext for np
1 parent 9c506b0 commit dd0f984

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed

patchers/tests/test_api/test_api_buffer_np.maxpat

+22-1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,19 @@
3939
"subpatcher_template" : "",
4040
"assistshowspatchername" : 0,
4141
"boxes" : [ {
42+
"box" : {
43+
"id" : "obj-22",
44+
"linecount" : 2,
45+
"maxclass" : "message",
46+
"numinlets" : 2,
47+
"numoutlets" : 1,
48+
"outlettype" : [ "" ],
49+
"patching_rect" : [ 491.0, 316.0, 112.0, 35.0 ],
50+
"text" : "import numpy, numpy.__version__"
51+
}
52+
53+
}
54+
, {
4255
"box" : {
4356
"id" : "obj-20",
4457
"maxclass" : "message",
@@ -385,7 +398,8 @@
385398
"numinlets" : 2,
386399
"numoutlets" : 1,
387400
"outlettype" : [ "" ],
388-
"patching_rect" : [ 478.0, 442.0, 69.0, 22.0 ]
401+
"patching_rect" : [ 478.0, 442.0, 69.0, 22.0 ],
402+
"text" : "1.26.1"
389403
}
390404

391405
}
@@ -515,6 +529,13 @@
515529
"source" : [ "obj-21", 0 ]
516530
}
517531

532+
}
533+
, {
534+
"patchline" : {
535+
"destination" : [ "obj-1", 0 ],
536+
"source" : [ "obj-22", 0 ]
537+
}
538+
518539
}
519540
, {
520541
"patchline" : {

source/projects/py/builder/core.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@
2222
SharedPythonBuilder
2323
SharedPythonForExtBuilder
2424
SharedPythonForPkgBuilder
25+
TinySharedPythonBuilder
2526
StaticPythonBuilder
27+
TinyStaticPythonBuilder
2628
RelocatablePythonBuilder
2729
PyJsBuilder
2830
LocalSystemBuilder
@@ -1458,7 +1460,6 @@ def remove_packages(self):
14581460
"pydoc_data",
14591461
"sqlite3",
14601462
"ssl.py",
1461-
"urllib",
14621463
"wsgiref",
14631464
"xml",
14641465
"zoneinfo",

0 commit comments

Comments
 (0)