Skip to content

Commit

Permalink
Trac #30619: tox.ini: Add opensuse, add/update opensuse.txt across bu…
Browse files Browse the repository at this point in the history
…ild/pkgs/

To test openSUSE Leap:
{{{
tox -e docker-opensuse-standard
}}}

URL: https://trac.sagemath.org/30619
Reported by: gh-jengelh
Ticket author(s): Jan Engelhardt, Matthias Koeppe
Reviewer(s): Matthias Koeppe, Jonathan Kliem, Dima Pasechnik
  • Loading branch information
Release Manager committed Dec 13, 2020
2 parents 7503467 + e5d114b commit c52506e
Show file tree
Hide file tree
Showing 158 changed files with 230 additions and 9 deletions.
3 changes: 3 additions & 0 deletions build/bin/sage-print-system-package-command
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,9 @@ case $system:$command in
[ "$YES" = yes ] && options="$options --yes"
[ -n "$system_packages" ] && echo "${PROMPT}${SUDO}xbps-install $options $system_packages"
;;
opensuse*:install)
[ -n "$system_packages" ] && echo "${PROMPT}${SUDO}zypper install $system_packages"
;;
*conda*:install)
[ "$YES" = yes ] && options="$options --yes"
[ -n "$system_packages" ] && echo "${PROMPT}conda install $system_packages"
Expand Down
8 changes: 8 additions & 0 deletions build/bin/write-dockerfile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,14 @@ EOF
EXISTS="xbps-query"
INSTALL="xbps-install --yes"
;;
opensuse*)
cat <<EOF
ARG BASE_IMAGE=opensuse/leap:latest
FROM \${BASE_IMAGE} as with-system-packages
EOF
UPDATE="zypper refresh &&"
INSTALL="zypper --ignore-unknown install --no-confirm --auto-agree-with-licenses --no-recommends --details"
;;
conda*)
cat <<EOF
ARG BASE_IMAGE=continuumio/miniconda3:latest
Expand Down
2 changes: 2 additions & 0 deletions build/pkgs/4ti2/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
4ti2
4ti2-devel
1 change: 1 addition & 0 deletions build/pkgs/alabaster/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python3-alabaster
1 change: 1 addition & 0 deletions build/pkgs/arb/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
arb-devel
1 change: 1 addition & 0 deletions build/pkgs/babel/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python3-Babel
2 changes: 2 additions & 0 deletions build/pkgs/barvinok/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
barvinok
"pkgconfig(barvinok)"
1 change: 1 addition & 0 deletions build/pkgs/benzene/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
benzene
2 changes: 2 additions & 0 deletions build/pkgs/bliss/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
bliss
bliss-devel
1 change: 1 addition & 0 deletions build/pkgs/boost/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
boost-devel
1 change: 1 addition & 0 deletions build/pkgs/boost_cropped/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
boost-devel
1 change: 1 addition & 0 deletions build/pkgs/brial/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
brial-devel
1 change: 1 addition & 0 deletions build/pkgs/buckygen/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
buckygen
3 changes: 3 additions & 0 deletions build/pkgs/bzip2/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# spkg-configure checks for both the program and the library
bzip2
"pkgconfig(bzip2)"
1 change: 1 addition & 0 deletions build/pkgs/ccache/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ccache
3 changes: 2 additions & 1 deletion build/pkgs/cddlib/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
cddlib
cddlib-tools
"pkgconfig(cddlib)"
1 change: 1 addition & 0 deletions build/pkgs/certifi/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python3-certifi
1 change: 1 addition & 0 deletions build/pkgs/cffi/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python3-cffi
2 changes: 2 additions & 0 deletions build/pkgs/cliquer/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
cliquer
cliquer-devel
1 change: 1 addition & 0 deletions build/pkgs/cmake/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
cmake
1 change: 1 addition & 0 deletions build/pkgs/coxeter3/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
coxeter
2 changes: 2 additions & 0 deletions build/pkgs/curl/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
curl
"pkgconfig(libcurl)"
1 change: 1 addition & 0 deletions build/pkgs/decorator/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python3-decorator
1 change: 1 addition & 0 deletions build/pkgs/docutils/distros/docutils.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python3-docutils
2 changes: 1 addition & 1 deletion build/pkgs/fflas_ffpack/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
fflas-ffpack
"pkgconfig(fflas-ffpack)"
1 change: 1 addition & 0 deletions build/pkgs/flint/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
flint-devel
1 change: 1 addition & 0 deletions build/pkgs/fplll/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"pkgconfig(fplll)"
1 change: 1 addition & 0 deletions build/pkgs/freetype/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"pkgconfig(freetype2)"
1 change: 1 addition & 0 deletions build/pkgs/gc/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"pkgconfig(bdw-gc)"
1 change: 1 addition & 0 deletions build/pkgs/gcc/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
gcc-c++
1 change: 1 addition & 0 deletions build/pkgs/gdb/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
gdb
1 change: 1 addition & 0 deletions build/pkgs/gf2x/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"pkgconfig(gf2x)"
1 change: 1 addition & 0 deletions build/pkgs/gfan/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
gfan
1 change: 1 addition & 0 deletions build/pkgs/gfortran/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
gcc-fortran
2 changes: 1 addition & 1 deletion build/pkgs/giac/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
giac
giac-devel
1 change: 1 addition & 0 deletions build/pkgs/git/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
git
1 change: 1 addition & 0 deletions build/pkgs/givaro/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"pkgconfig(givaro)"
2 changes: 2 additions & 0 deletions build/pkgs/glpk/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
glpk
glpk-devel
1 change: 1 addition & 0 deletions build/pkgs/gmp/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
gmp-devel
1 change: 1 addition & 0 deletions build/pkgs/gp2c/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
gp2c
1 change: 1 addition & 0 deletions build/pkgs/gsl/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"pkgconfig(gsl)"
2 changes: 1 addition & 1 deletion build/pkgs/iml/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
iml
iml-devel
1 change: 1 addition & 0 deletions build/pkgs/ipython/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python3-ipython
1 change: 1 addition & 0 deletions build/pkgs/isl/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"pkgconfig(isl)"
1 change: 1 addition & 0 deletions build/pkgs/jinja2/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python3-Jinja2
1 change: 1 addition & 0 deletions build/pkgs/jmol/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
jmol
1 change: 1 addition & 0 deletions build/pkgs/jsonschema/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python3-jsonschema
1 change: 1 addition & 0 deletions build/pkgs/jupyter_client/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python3-jupyter-client
1 change: 1 addition & 0 deletions build/pkgs/jupyter_core/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python3-jupyter-core
1 change: 1 addition & 0 deletions build/pkgs/latte_int/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
latte
1 change: 1 addition & 0 deletions build/pkgs/libatomic_ops/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"pkgconfig(atomic_ops)"
1 change: 1 addition & 0 deletions build/pkgs/libbraiding/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
libbraiding-devel
1 change: 1 addition & 0 deletions build/pkgs/libffi/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"pkgconfig(libffi)"
1 change: 1 addition & 0 deletions build/pkgs/libgd/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
gd
"pkgconfig(gdlib)"
1 change: 1 addition & 0 deletions build/pkgs/libhomfly/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
libhomfly-devel
1 change: 1 addition & 0 deletions build/pkgs/libogg/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"pkgconfig(ogg)"
1 change: 1 addition & 0 deletions build/pkgs/libpng/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"pkgconfig(libpng16)"
1 change: 1 addition & 0 deletions build/pkgs/libsemigroups/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"pkgconfig(libsemigroups)"
1 change: 1 addition & 0 deletions build/pkgs/libtheora/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"pkgconfig(theora)"
1 change: 1 addition & 0 deletions build/pkgs/linbox/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"pkgconfig(linbox)"
2 changes: 2 additions & 0 deletions build/pkgs/lrslib/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
lrslib
lrslib-devel
2 changes: 1 addition & 1 deletion build/pkgs/m4ri/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
libm4ri
"pkgconfig(m4ri)"
1 change: 1 addition & 0 deletions build/pkgs/m4rie/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"pkgconfig(m4rie)"
1 change: 1 addition & 0 deletions build/pkgs/markupsafe/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python3-MarkupSafe
1 change: 1 addition & 0 deletions build/pkgs/mathjax/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
mathjax
1 change: 1 addition & 0 deletions build/pkgs/matplotlib/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python3-matplotlib
1 change: 1 addition & 0 deletions build/pkgs/maxima/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
maxima-exec-clisp
1 change: 1 addition & 0 deletions build/pkgs/mcqd/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
mcqd
1 change: 1 addition & 0 deletions build/pkgs/mpc/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
mpc-devel
1 change: 1 addition & 0 deletions build/pkgs/mpfi/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
mpfi-devel
1 change: 1 addition & 0 deletions build/pkgs/mpfr/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"pkgconfig(mpfr)"
1 change: 1 addition & 0 deletions build/pkgs/mpfrcx/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
mpfrcx-devel
1 change: 1 addition & 0 deletions build/pkgs/mpir/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
libmpir-devel
2 changes: 2 additions & 0 deletions build/pkgs/nauty/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
nauty
nauty-devel
1 change: 1 addition & 0 deletions build/pkgs/nbconvert/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
jupyter-nbconvert
1 change: 1 addition & 0 deletions build/pkgs/nbformat/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
jupyter-nbformat
2 changes: 2 additions & 0 deletions build/pkgs/ncurses/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
"pkgconfig(ncurses)"
"pkgconfig(ncursesw)"
1 change: 1 addition & 0 deletions build/pkgs/networkx/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python3-networkx
1 change: 1 addition & 0 deletions build/pkgs/nibabel/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python3-nibabel
1 change: 1 addition & 0 deletions build/pkgs/ninja_build/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ninja
1 change: 1 addition & 0 deletions build/pkgs/nodejs/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodejs
1 change: 1 addition & 0 deletions build/pkgs/normaliz/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
normaliz-devel
1 change: 1 addition & 0 deletions build/pkgs/ntl/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ntl-devel
1 change: 1 addition & 0 deletions build/pkgs/openblas/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
openblas-devel
2 changes: 1 addition & 1 deletion build/pkgs/openssl/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
openssl
"pkgconfig(libssl)"
6 changes: 6 additions & 0 deletions build/pkgs/opensuse-bootstrap.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Packages needed for ./bootstrap
gettext-tools
autoconf
automake
libtool
pkgconfig
22 changes: 22 additions & 0 deletions build/pkgs/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# This file, build/pkgs/opensuse.txt, contains names of OpenSuse packages
# needed for installation of Sage from source.
#
# In addition, the files build/pkgs/SPKG/opensuse.txt contain the names
# of packages that provide the equivalent of SPKG.
#
# See build/bin/sage-spkg, where this information is processed
# for use in "sage -info SPKG".
#
# Everything on a line after a # character is ignored.
binutils
make
m4
perl
python3
tar
bc
gcc
# Needed if we download some packages from a https upstream URL
ca-certificates
# gunzip needed for ppl spkg
gzip
2 changes: 2 additions & 0 deletions build/pkgs/pari/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
pari-devel
pari-gp
1 change: 1 addition & 0 deletions build/pkgs/pari_elldata/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pari-elldata
1 change: 1 addition & 0 deletions build/pkgs/pari_galdata/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pari-galdata
1 change: 1 addition & 0 deletions build/pkgs/pari_galpol/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pari-galpol
1 change: 1 addition & 0 deletions build/pkgs/pari_nftables/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pari-nftables
1 change: 1 addition & 0 deletions build/pkgs/pari_seadata/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pari-seadata
1 change: 1 addition & 0 deletions build/pkgs/patch/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
patch
3 changes: 3 additions & 0 deletions build/pkgs/pcre/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
"pkgconfig(libpcre)"
"pkgconfig(libpcreposix)"
"pkgconfig(libpcrecpp)"
2 changes: 1 addition & 1 deletion build/pkgs/perl_term_readline_gnu/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
perl-Term-ReadLine-Gnu
"perl(Term::ReadLine::Gnu)"
1 change: 1 addition & 0 deletions build/pkgs/pexpect/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python3-pexpect
1 change: 1 addition & 0 deletions build/pkgs/pickleshare/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python3-pickleshare
1 change: 1 addition & 0 deletions build/pkgs/pillow/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python3-Pillow
1 change: 1 addition & 0 deletions build/pkgs/pip/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python3-pip
1 change: 1 addition & 0 deletions build/pkgs/pkgconf/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pkgconf
1 change: 1 addition & 0 deletions build/pkgs/pkgconfig/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pkg-config
2 changes: 2 additions & 0 deletions build/pkgs/planarity/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
edge-addition-planarity-suite
edge-addition-planarity-suite-devel
2 changes: 2 additions & 0 deletions build/pkgs/polylib/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
polylib
"pkgconfig(polylibgmp)"
1 change: 1 addition & 0 deletions build/pkgs/polymake/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
polymake
1 change: 1 addition & 0 deletions build/pkgs/ppl/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ppl-devel
2 changes: 2 additions & 0 deletions build/pkgs/primecount/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
primecount
libprimecount-devel
1 change: 1 addition & 0 deletions build/pkgs/prometheus_client/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python3-prometheus_client
1 change: 1 addition & 0 deletions build/pkgs/prompt_toolkit/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python3-prompt_toolkit
1 change: 1 addition & 0 deletions build/pkgs/psutil/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python3-psutil
1 change: 1 addition & 0 deletions build/pkgs/ptyprocess/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python3-ptyprocess
1 change: 1 addition & 0 deletions build/pkgs/pybtex/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python3-pybtex
1 change: 1 addition & 0 deletions build/pkgs/pycparser/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python3-pycparser
1 change: 1 addition & 0 deletions build/pkgs/pyflakes/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python3-pyflakes
1 change: 1 addition & 0 deletions build/pkgs/pygments/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python3-Pygments
1 change: 1 addition & 0 deletions build/pkgs/pyopenssl/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python3-pyOpenSSL
1 change: 1 addition & 0 deletions build/pkgs/pyparsing/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python3-pyparsing
1 change: 1 addition & 0 deletions build/pkgs/pytz/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python3-pytz
1 change: 1 addition & 0 deletions build/pkgs/pyx/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python3-PyX
1 change: 1 addition & 0 deletions build/pkgs/pyzmq/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python3-pyzmq
1 change: 1 addition & 0 deletions build/pkgs/qhull/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
qhull-devel
1 change: 1 addition & 0 deletions build/pkgs/r/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
R-base
3 changes: 3 additions & 0 deletions build/pkgs/readline/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
readline-devel
# not available on Leap 15.2:
"pkgconfig(readline)"
1 change: 1 addition & 0 deletions build/pkgs/requests/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python3-requests
1 change: 1 addition & 0 deletions build/pkgs/scandir/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python3-scandir
1 change: 1 addition & 0 deletions build/pkgs/scipy/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python3-scipy
1 change: 1 addition & 0 deletions build/pkgs/send2trash/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python3-Send2Trash
1 change: 1 addition & 0 deletions build/pkgs/setuptools/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python3-setuptools
1 change: 1 addition & 0 deletions build/pkgs/setuptools_scm/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python3-setuptools_scm
1 change: 1 addition & 0 deletions build/pkgs/simplegeneric/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python3-simplegeneric
1 change: 1 addition & 0 deletions build/pkgs/sirocco/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
sirocco-devel
1 change: 1 addition & 0 deletions build/pkgs/six/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python3-six
1 change: 1 addition & 0 deletions build/pkgs/snowballstemmer/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python3-snowballstemmer
1 change: 1 addition & 0 deletions build/pkgs/speaklater/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python3-speaklater
1 change: 1 addition & 0 deletions build/pkgs/sphinx/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python3-Sphinx
1 change: 1 addition & 0 deletions build/pkgs/sphinxcontrib_applehelp/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python3-sphinxcontrib-applehelp
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python3-sphinxcontrib-serializinghtml
1 change: 1 addition & 0 deletions build/pkgs/sphinxcontrib_websupport/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python3-sphinxcontrib-websupport
1 change: 1 addition & 0 deletions build/pkgs/sqlalchemy/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python3-SQLAlchemy
1 change: 1 addition & 0 deletions build/pkgs/sqlite/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"pkgconfig(sqlite3)"
2 changes: 1 addition & 1 deletion build/pkgs/suitesparse/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
suitesparse
suitesparse-devel
1 change: 1 addition & 0 deletions build/pkgs/surf/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
surf
1 change: 1 addition & 0 deletions build/pkgs/sympow/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
sympow
1 change: 1 addition & 0 deletions build/pkgs/tachyon/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
tachyon
1 change: 1 addition & 0 deletions build/pkgs/tornado/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python3-tornado
1 change: 1 addition & 0 deletions build/pkgs/traitlets/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python3-traitlets
1 change: 1 addition & 0 deletions build/pkgs/tzlocal/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python3-tzlocal
1 change: 1 addition & 0 deletions build/pkgs/valgrind/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
valgrind
1 change: 1 addition & 0 deletions build/pkgs/vcversioner/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python3-vcversioner
1 change: 1 addition & 0 deletions build/pkgs/wcwidth/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python3-wcwidth
1 change: 1 addition & 0 deletions build/pkgs/webencodings/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python3-webencodings
1 change: 1 addition & 0 deletions build/pkgs/wheel/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python3-wheel
1 change: 1 addition & 0 deletions build/pkgs/widgetsnbextension/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
jupyter-widgetsnbextension
2 changes: 2 additions & 0 deletions build/pkgs/xz/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
xz
"pkgconfig(liblzma)"
1 change: 1 addition & 0 deletions build/pkgs/zeromq/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"pkgconfig(libzmq)"
1 change: 1 addition & 0 deletions build/pkgs/zlib/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"pkgconfig(zlib)"
2 changes: 1 addition & 1 deletion build/pkgs/zn_poly/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
zn_poly
zn_poly-devel
Loading

0 comments on commit c52506e

Please sign in to comment.