Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .metwork-framework/components.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
| [argon2-cffi-bindings](https://github.com/hynek/argon2-cffi-bindings) | 21.2.0 | python3_extratools |
| [argon2-cffi](https://pypi.org/project/argon2-cffi) | 23.1.0 | python3_extratools |
| [asgiref](https://github.com/django/asgiref/) | 3.8.1 | python3_extratools |
| [aspose_slides](https://products.aspose.com/slides/python-net/) | 26.7.0 | python3_extratools |
| [async-lru](https://github.com/aio-libs/async-lru) | 2.0.5 | python3_extratools |
| [bleach](https://github.com/mozilla/bleach) | 6.4.0 | python3_extratools |
| [cairocffi](https://pypi.org/project/cairocffi) | 1.7.1 | python3_extratools |
Expand Down Expand Up @@ -95,4 +94,4 @@
| [widgetsnbextension](http://jupyter.org) | 4.0.14 | python3_extratools |
| [xlsxwriter](https://github.com/jmcnamara/XlsxWriter) | 3.2.5 | python3_extratools |

*(94 components)*
*(93 components)*
2 changes: 1 addition & 1 deletion bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ fi

# FIXME: do not hardcode this
# FIXME: move to layer root extra_env ?
echo "export PYTHON3_SHORT_VERSION := 3.13" >>adm/root.mk
echo "export PYTHON3_SHORT_VERSION := 3.14" >>adm/root.mk

echo "BOOTSTRAP DONE !"
echo "MFEXT_HOME=${MFEXT_HOME}"
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,4 @@
import websockets
import widgetsnbextension
import xlsxwriter
import aspose.slides
#import aspose.slides not Python3.14 compliant for the time being
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ include $(MFEXT_HOME)/share/python3_layer.mk

export PY_NUM=$(shell echo $(PYTHON_SHORT_VERSION) | sed -e 's/\.//')

all:: $(PYTHON3_SITE_PACKAGES)/aspose/.clean_aspose
#all:: $(PYTHON3_SITE_PACKAGES)/aspose/.clean_aspose

$(PYTHON3_SITE_PACKAGES)/aspose/.clean_aspose:
cd $(PYTHON3_SITE_PACKAGES)/aspose && ls -1 *.cpython-*.so | grep -v $(PY_NUM) | xargs rm -f
touch $(PYTHON3_SITE_PACKAGES)/aspose/.clean_aspose
#$(PYTHON3_SITE_PACKAGES)/aspose/.clean_aspose:
# cd $(PYTHON3_SITE_PACKAGES)/aspose && ls -1 *.cpython-*.so | grep -v $(PY_NUM) | xargs rm -f
# touch $(PYTHON3_SITE_PACKAGES)/aspose/.clean_aspose
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jupyter
notebook>=7
jupyter-console
python-pptx
Aspose.Slides
#Aspose.Slides 25.11.0 is not Python 3.14 compliant
pyxml2pdf
reportlab
datagouv_client
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
argon2-cffi==23.1.0
argon2-cffi-bindings==21.2.0
asgiref==3.8.1
Aspose.Slides==26.7.0
async-lru==2.0.5
bleach==6.4.0
cairocffi==1.7.1
Expand Down