Skip to content

Commit

Permalink
more spkg_configure.m4 for Python packages
Browse files Browse the repository at this point in the history
  • Loading branch information
dimpase committed Sep 16, 2023
1 parent 905419a commit 83ea32e
Show file tree
Hide file tree
Showing 10 changed files with 28 additions and 0 deletions.
1 change: 1 addition & 0 deletions build/pkgs/beautifulsoup4/spkg-configure.m4
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
SAGE_SPKG_CONFIGURE([beautifulsoup4], [SAGE_PYTHON_PACKAGE_CHECK([beautifulsoup4])])
3 changes: 3 additions & 0 deletions build/pkgs/jupyter_jsmol/spkg-configure.m4
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
SAGE_SPKG_CONFIGURE([jupyter_jsmol], [
SAGE_PYTHON_PACKAGE_CHECK([jupyter_jsmol])
])
3 changes: 3 additions & 0 deletions build/pkgs/jupyter_packaging/spkg-configure.m4
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
SAGE_SPKG_CONFIGURE([jupyter_packaging], [
SAGE_PYTHON_PACKAGE_CHECK([jupyter_packaging])
])
3 changes: 3 additions & 0 deletions build/pkgs/jupyter_sphinx/spkg-configure.m4
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
SAGE_SPKG_CONFIGURE([jupyter_sphinx], [
SAGE_PYTHON_PACKAGE_CHECK([jupyter_sphinx])
])
3 changes: 3 additions & 0 deletions build/pkgs/jupyterlab_widgets/spkg-configure.m4
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
SAGE_SPKG_CONFIGURE([jupyterlab_widgets], [
SAGE_PYTHON_PACKAGE_CHECK([jupyterlab_widgets])
])
3 changes: 3 additions & 0 deletions build/pkgs/sphinx/spkg-configure.m4
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
SAGE_SPKG_CONFIGURE([sphinx], [
SAGE_PYTHON_PACKAGE_CHECK([sphinx])
])
3 changes: 3 additions & 0 deletions build/pkgs/sphinx_basic_ng/spkg-configure.m4
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
SAGE_SPKG_CONFIGURE([sphinx_basic_ng], [
SAGE_PYTHON_PACKAGE_CHECK([sphinx_basic_ng])
])
3 changes: 3 additions & 0 deletions build/pkgs/sphinx_copybutton/spkg-configure.m4
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
SAGE_SPKG_CONFIGURE([sphinx_copybutton], [
SAGE_PYTHON_PACKAGE_CHECK([sphinx_copybutton])
])
3 changes: 3 additions & 0 deletions build/pkgs/sphinxcontrib_websupport/spkg-configure.m4
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
SAGE_SPKG_CONFIGURE([sphinxcontrib_websupport], [
SAGE_PYTHON_PACKAGE_CHECK([sphinxcontrib_websupport])
])
3 changes: 3 additions & 0 deletions build/pkgs/tinycss2/spkg-configure.m4
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
SAGE_SPKG_CONFIGURE([tinycss2], [
SAGE_PYTHON_PACKAGE_CHECK([tinycss2])
])

0 comments on commit 83ea32e

Please sign in to comment.