Skip to content

Commit a3cade0

Browse files
committed
more spkg_configure.m4 for Python packages
1 parent 77aa9f1 commit a3cade0

File tree

12 files changed

+30
-0
lines changed

12 files changed

+30
-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+
])
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
SAGE_SPKG_CONFIGURE([setuptools_scm_git_archive], [SAGE_PYTHON_PACKAGE_CHECK([setuptools_scm_git_archive])])
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
SAGE_SPKG_CONFIGURE([setuptools_wheel], [SAGE_PYTHON_PACKAGE_CHECK([setuptools_wheel])])

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+
])

0 commit comments

Comments
 (0)