Skip to content

Commit 28cf8d9

Browse files
committed
more spkg-configure.m4 for python packages
1 parent 468b87d commit 28cf8d9

File tree

10 files changed

+28
-0
lines changed

10 files changed

+28
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
SAGE_SPKG_CONFIGURE([beautifulsoup4], [SAGE_PYTHON_PACKAGE_CHECK([beautifulsoup4])])
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
SAGE_SPKG_CONFIGURE([jupyter_jsmol], [
2+
SAGE_PYTHON_PACKAGE_CHECK([jupyter_jsmol])
3+
])
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
SAGE_SPKG_CONFIGURE([jupyter_packaging], [
2+
SAGE_PYTHON_PACKAGE_CHECK([jupyter_packaging])
3+
])
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
SAGE_SPKG_CONFIGURE([jupyter_sphinx], [
2+
SAGE_PYTHON_PACKAGE_CHECK([jupyter_sphinx])
3+
])
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
SAGE_SPKG_CONFIGURE([jupyterlab_widgets], [
2+
SAGE_PYTHON_PACKAGE_CHECK([jupyterlab_widgets])
3+
])

build/pkgs/sphinx/spkg-configure.m4

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
SAGE_SPKG_CONFIGURE([sphinx], [
2+
SAGE_PYTHON_PACKAGE_CHECK([sphinx])
3+
])
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
SAGE_SPKG_CONFIGURE([sphinx_basic_ng], [
2+
SAGE_PYTHON_PACKAGE_CHECK([sphinx_basic_ng])
3+
])
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
SAGE_SPKG_CONFIGURE([sphinx_copybutton], [
2+
SAGE_PYTHON_PACKAGE_CHECK([sphinx_copybutton])
3+
])
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
SAGE_SPKG_CONFIGURE([sphinxcontrib_websupport], [
2+
SAGE_PYTHON_PACKAGE_CHECK([sphinxcontrib_websupport])
3+
])

build/pkgs/tinycss2/spkg-configure.m4

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
SAGE_SPKG_CONFIGURE([tinycss2], [
2+
SAGE_PYTHON_PACKAGE_CHECK([tinycss2])
3+
])

0 commit comments

Comments
 (0)