Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update fedora distro info #38358

Merged
merged 34 commits into from
Aug 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
289a5c8
fedora.txt for b, c
enriqueartal May 6, 2024
03df4d7
till e-files
enriqueartal May 6, 2024
a0c5d94
till g
enriqueartal May 6, 2024
32f98b6
till i
enriqueartal May 6, 2024
f8e2c47
till j
enriqueartal May 6, 2024
3eab7c8
till m
enriqueartal May 6, 2024
4fb2916
till p
enriqueartal May 6, 2024
9df7b99
till s
enriqueartal May 6, 2024
b8deab9
first round
enriqueartal May 6, 2024
ffd80c5
4ti2
enriqueartal May 6, 2024
4eb9d17
packages in gap pkg
enriqueartal May 7, 2024
8e4da0e
gap and import
enriqueartal May 7, 2024
b10fe04
no 3.9 devel
enriqueartal May 7, 2024
c03762d
Merge branch 'fedora' of github.com:enriqueartal/sage into fedora
enriqueartal May 7, 2024
928171e
discontinued packages
enriqueartal May 7, 2024
7b74000
free fonts
enriqueartal May 7, 2024
738c2ab
Merge branch 'sagemath:develop' into fedora
enriqueartal May 25, 2024
1b731ba
Merge branch 'sagemath:develop' into fedora
enriqueartal Jun 2, 2024
f8bccc2
Merge branch 'sagemath:develop' into fedora
enriqueartal Jun 9, 2024
aa6f72a
Merge branch 'sagemath:develop' into fedora
enriqueartal Jun 22, 2024
0149068
Merge branch 'sagemath:develop' into fedora
enriqueartal Jun 28, 2024
c67773e
Merge branch 'sagemath:develop' into fedora
enriqueartal Jul 5, 2024
0037b03
merge
enriqueartal Jul 13, 2024
86a2098
Update fedora.txt
enriqueartal Jul 13, 2024
5f4fd59
Merge branch 'sagemath:develop' into fedora
enriqueartal Jul 17, 2024
23b17ee
delete cryptominisat
enriqueartal Jul 17, 2024
b36dda0
tox.ini (fedora): Set IGNORE_MISSING_SYSTEM_PACKAGES=yes
mkoeppe Jul 17, 2024
435d091
.github/workflows/ci-linux.yml: Replace fedora-{38,39}-standard-sitep…
mkoeppe Jul 17, 2024
cee83c6
build/pkgs/fpylll/dependencies: Add missing PYTHON_TOOLCHAIN
mkoeppe Jul 18, 2024
95428a1
src/pyproject.toml: Require cysignals >= 1.11.4
mkoeppe Jul 18, 2024
5c38247
.github/workflows/ci-linux-incremental.yml: Test fedora-40-standard-s…
mkoeppe Jul 18, 2024
10e08f6
.ci/write-dockerfile.sh: Ignore error rm: cannot remove '/new': Direc…
mkoeppe Jul 18, 2024
2cd47c1
Merge branch 'sagemath:develop' into fedora
enriqueartal Jul 20, 2024
9f1a2e7
Merge branch 'sagemath:develop' into fedora
enriqueartal Jul 25, 2024
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
2 changes: 1 addition & 1 deletion .ci/write-dockerfile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ RUN cd /new && rm -rf .git && \
mv src /sage/src; \
cd /sage && ./bootstrap && ./config.status; \
fi; \
cd /sage && rm -rf /new .git
cd /sage && rm -rf .git; rm -rf /new || echo "(error ignored)"

ARG TARGETS="build"
$RUN $CHECK_STATUS_THEN make SAGE_SPKG="sage-spkg -y -o" \${USE_MAKEFLAGS} \${TARGETS} $ENDRUN $THEN_SAVE_STATUS
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/ci-linux-incremental.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,8 @@ jobs:
# with only a small number of test failures as of 10.2.rc0
tox_system_factors: >-
["gentoo-python3.11",
"archlinux-latest"]
"archlinux-latest",
"fedora-40"]
tox_packages_factors: >-
["standard-sitepackages"]
docker_push_repository: ghcr.io/${{ github.repository }}/
3 changes: 1 addition & 2 deletions .github/workflows/ci-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,7 @@ jobs:
"debian-sid",
"linuxmint-21.1",
"linuxmint-21.2",
"fedora-38",
"fedora-39",
"fedora-40",
"centos-stream-9-python3.9",
"almalinux-8-python3.9",
"gentoo-python3.10",
Expand Down
1 change: 1 addition & 0 deletions build/pkgs/4ti2/distros/fedora.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
4ti2
4ti2-devel
2 changes: 1 addition & 1 deletion build/pkgs/_python3.9/distros/fedora.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
python3.9
python3.9-devel
# Except on centos-stream-8 and almalinux-8, where it is called python39 and python39-devel; we special-case this in tox.ini
# python3.9 does not exist any more
2 changes: 1 addition & 1 deletion build/pkgs/beautifulsoup4/distros/fedora.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
python-beautifulsoup4
python3-beautifulsoup4
1 change: 1 addition & 0 deletions build/pkgs/beniget/distros/fedora.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python3-beniget
1 change: 1 addition & 0 deletions build/pkgs/biopython/distros/fedora.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python3-biopython
2 changes: 1 addition & 1 deletion build/pkgs/bleach/distros/fedora.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
python-bleach
python3-bleach
1 change: 1 addition & 0 deletions build/pkgs/ccache/distros/fedora.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ccache
1 change: 1 addition & 0 deletions build/pkgs/cddlib/distros/fedora.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
cddlib
cddlib-devel
2 changes: 1 addition & 1 deletion build/pkgs/certifi/distros/fedora.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
python-certifi
python3-certifi
1 change: 1 addition & 0 deletions build/pkgs/cffi/distros/fedora.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python3-cffi
1 change: 1 addition & 0 deletions build/pkgs/charset_normalizer/distros/fedora.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python3-charset-normalizer
2 changes: 2 additions & 0 deletions build/pkgs/cocoalib/distros/fedora.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
cocoalib
cocoalib-devel
1 change: 1 addition & 0 deletions build/pkgs/comm/fedora.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python3-comm
1 change: 1 addition & 0 deletions build/pkgs/contourpy/distros/fedora.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python3-contourpy
1 change: 1 addition & 0 deletions build/pkgs/cppy/distros/fedora.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python3-cppy
3 changes: 3 additions & 0 deletions build/pkgs/csdp/distros/fedora.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
csdp
csdp-devel
csdp-tools
2 changes: 1 addition & 1 deletion build/pkgs/cvxopt/distros/fedora.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
python-cvxopt
python3-cvxopt
2 changes: 1 addition & 1 deletion build/pkgs/cycler/distros/fedora.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
python-cycler
python3-cycler
2 changes: 1 addition & 1 deletion build/pkgs/cython/distros/fedora.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Cython
python3-cython
2 changes: 1 addition & 1 deletion build/pkgs/dateutil/distros/fedora.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
python-dateutil
python3-dateutil
2 changes: 1 addition & 1 deletion build/pkgs/decorator/distros/fedora.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
python-decorator
python3-decorator
1 change: 1 addition & 0 deletions build/pkgs/defusedxml/distros/fedora.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python3-defusedxml
1 change: 1 addition & 0 deletions build/pkgs/docutils/distros/fedora.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python3-docutils
1 change: 1 addition & 0 deletions build/pkgs/dot2tex/distros/fedora.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dot2tex
1 change: 1 addition & 0 deletions build/pkgs/editables/distros/fedora.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python3-editables
1 change: 1 addition & 0 deletions build/pkgs/entrypoints/distros/fedora.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python3-entrypoints
1 change: 1 addition & 0 deletions build/pkgs/executing/distros/fedora.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python3-executing
2 changes: 1 addition & 1 deletion build/pkgs/fastjsonschema/distros/fedora.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
python-fastjsonschema
python3-fastjsonschema
2 changes: 2 additions & 0 deletions build/pkgs/ffmpeg/distros/fedora.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# ffmpeg is not in the standard Fedora repository
# Need "RPM Fusion Free"
#ffmpeg
ffmpeg-free
ffmpeg-free-devel
1 change: 1 addition & 0 deletions build/pkgs/flit_core/distros/fedora.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python3-flit-core
1 change: 1 addition & 0 deletions build/pkgs/fonttools/distros/fedora.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python3-fonttools
2 changes: 1 addition & 1 deletion build/pkgs/fpylll/dependencies
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cython cysignals numpy fplll | $(PYTHON)
cython cysignals numpy fplll | $(PYTHON_TOOLCHAIN) $(PYTHON)

----------
All lines of this file are ignored except the first.
1 change: 1 addition & 0 deletions build/pkgs/free_fonts/distros/fedora.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
gnu-free-mono-fonts
gnu-free-sans-fonts
gnu-free-serif-fonts
texlive-gnu-freefont
3 changes: 3 additions & 0 deletions build/pkgs/frobby/distros/fedora.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
frobby
libfrobby
libfrobby-devel
2 changes: 1 addition & 1 deletion build/pkgs/furo/distros/fedora.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
python-furo
python3-furo
67 changes: 67 additions & 0 deletions build/pkgs/gap/distros/fedora.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,72 @@
# some packages are missing in Fedora
gap
gap-core
gap-devel
gap-libs
libgap
xgap
gap-pkg-ace
gap-pkg-aclib
gap-pkg-alnuth
gap-pkg-anupq
gap-pkg-atlasrep
gap-pkg-autodoc
gap-pkg-automata
gap-pkg-autpgrp
gap-pkg-browse
gap-pkg-caratinterface
gap-pkg-circle
gap-pkg-congruence
gap-pkg-crisp
gap-pkg-crypting
gap-pkg-crystcat
gap-pkg-curlinterface
gap-pkg-cvec
gap-pkg-datastructures
gap-pkg-digraphs
gap-pkg-edim
gap-pkg-ferret
gap-pkg-fga
gap-pkg-fining
gap-pkg-float
gap-pkg-format
gap-pkg-forms
gap-pkg-fplsa
gap-pkg-fr
gap-pkg-francy
gap-pkg-genss
gap-pkg-groupoids
gap-pkg-grpconst
gap-pkg-images
gap-pkg-io
gap-pkg-irredsol
gap-pkg-json
gap-pkg-jupyterviz
gap-pkg-lpres
gap-pkg-nq
gap-pkg-openmath
gap-pkg-orb
gap-pkg-permut
gap-pkg-polenta
gap-pkg-polycyclic
gap-pkg-primgrp
gap-pkg-profiling
gap-pkg-radiroot
gap-pkg-recog
gap-pkg-resclasses
gap-pkg-scscp
gap-pkg-semigroups
gap-pkg-singular
gap-pkg-smallgrp
gap-pkg-smallsemi
gap-pkg-sophus
gap-pkg-spinsym
gap-pkg-standardff
gap-pkg-tomlib
gap-pkg-transgrp
gap-pkg-transgrp-data
gap-pkg-utils
gap-pkg-uuid
gap-pkg-xmod
gap-pkg-zeromqinterface

1 change: 1 addition & 0 deletions build/pkgs/gap_jupyter/distros/fedora.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
gap-pkg-jupyterkernel
27 changes: 27 additions & 0 deletions build/pkgs/gap_packages/distros/fedora.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
gap-pkg-cohomolo
gap-pkg-corelg
gap-pkg-crime
gap-pkg-cryst
gap-pkg-ctbllib
gap-pkg-design
gap-pkg-factint
GAPDoc
gap-pkg-gbnp
gap-pkg-grape
gap-pkg-guava
gap-pkg-hap
gap-pkg-hapcryst
gap-pkg-hecke
gap-pkg-laguna
gap-pkg-liealgdb
gap-pkg-liepring
gap-pkg-liering
gap-pkg-loops
gap-pkg-mapclass
gap-pkg-polymaking
gap-pkg-qpa
gap-pkg-quagroup
gap-pkg-repsn
gap-pkg-sla
gap-pkg-sonata
gap-pkg-toric
1 change: 1 addition & 0 deletions build/pkgs/gast/distros/fedora.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python3-gast
1 change: 1 addition & 0 deletions build/pkgs/gdb/distros/fedora.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
gdb
2 changes: 1 addition & 1 deletion build/pkgs/gmpy2/distros/fedora.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
python-gmpy2
python3-gmpy2
1 change: 1 addition & 0 deletions build/pkgs/gp2c/distros/fedora.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
gp2c
1 change: 1 addition & 0 deletions build/pkgs/hatchling/distros/fedora.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python3-hatchling
2 changes: 1 addition & 1 deletion build/pkgs/idna/distros/fedora.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
python-idna
python3-idna
1 change: 1 addition & 0 deletions build/pkgs/imagesize/distros/fedora.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python3-imagesize
2 changes: 1 addition & 1 deletion build/pkgs/importlib_metadata/distros/fedora.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
python-importlib-metadata
python3-importlib-metadata
2 changes: 1 addition & 1 deletion build/pkgs/ipykernel/distros/fedora.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
python-ipykernel
python3-ipykernel
2 changes: 1 addition & 1 deletion build/pkgs/ipython/distros/fedora.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ipython
python3-ipython
1 change: 1 addition & 0 deletions build/pkgs/ipython_genutils/distros/fedora.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python3-ipython_genutils
1 change: 1 addition & 0 deletions build/pkgs/ipywidgets/distros/fedora.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python3-ipywidgets
1 change: 1 addition & 0 deletions build/pkgs/isl/distros/fedora.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
isl
isl-devel
1 change: 1 addition & 0 deletions build/pkgs/jedi/distros/fedora.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python3-jedi
2 changes: 1 addition & 1 deletion build/pkgs/jinja2/distros/fedora.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
python-jinja2
python3-jinja2
1 change: 1 addition & 0 deletions build/pkgs/jmol/distros/fedora.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
jmol
2 changes: 1 addition & 1 deletion build/pkgs/jsonschema/distros/fedora.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
python-jsonschema
python3-jsonschema
1 change: 1 addition & 0 deletions build/pkgs/jupymake/distros/fedora.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python3-jupymake
1 change: 1 addition & 0 deletions build/pkgs/jupyter_client/distros/fedora.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/fedora.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python3-jupyter-core
2 changes: 1 addition & 1 deletion build/pkgs/jupyter_sphinx/distros/fedora.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
python-jupyter-sphinx
python3-jupyter-sphinx
1 change: 1 addition & 0 deletions build/pkgs/jupyterlab/distros/fedora.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
jupyterlab
1 change: 1 addition & 0 deletions build/pkgs/jupyterlab_pygments/distros/fedora.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python3-jupyterlab_pygments
1 change: 1 addition & 0 deletions build/pkgs/kissat/distros/fedora.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
kissat
kissat-devel
1 change: 1 addition & 0 deletions build/pkgs/kiwisolver/distros/fedora.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python3-kiwisolver
1 change: 1 addition & 0 deletions build/pkgs/latte_int/distros/fedora.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
latte-integrale
1 change: 1 addition & 0 deletions build/pkgs/libgraphviz/distros/fedora.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
graphviz
graphviz-devel
1 change: 1 addition & 0 deletions build/pkgs/libnauty/distros/fedora.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
libnauty
libnauty-devel
2 changes: 2 additions & 0 deletions build/pkgs/libogg/distros/fedora.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
libogg
libogg-devel
2 changes: 2 additions & 0 deletions build/pkgs/libsemigroups/distros/fedora.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
libsemigroups
libsemigroups-devel
2 changes: 2 additions & 0 deletions build/pkgs/libtheora/distros/fedora.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
libtheora
libtheora-devel
1 change: 1 addition & 0 deletions build/pkgs/linbox/distros/fedora.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
linbox
linbox-devel
1 change: 1 addition & 0 deletions build/pkgs/lrcalc_python/distros/fedora.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python3-lrcalc
1 change: 1 addition & 0 deletions build/pkgs/lrslib/distros/fedora.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
lrslib
lrslib-devel
1 change: 1 addition & 0 deletions build/pkgs/markupsafe/distros/fedora.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/fedora.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
mathjax3
2 changes: 1 addition & 1 deletion build/pkgs/matplotlib/distros/fedora.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
python-matplotlib
python3-matplotlib
1 change: 1 addition & 0 deletions build/pkgs/matplotlib_inline/distros/fedora.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python3-matplotlib-inline
2 changes: 2 additions & 0 deletions build/pkgs/mcqd/distros/fedora.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
mcqd
mcqd-devel
2 changes: 1 addition & 1 deletion build/pkgs/meson_python/distros/fedora.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
python-meson-python
python3-meson-python
1 change: 1 addition & 0 deletions build/pkgs/mistune/distros/fedora.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python3-mistune
2 changes: 1 addition & 1 deletion build/pkgs/mpmath/distros/fedora.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
python-mpmath
python3-mpmath
1 change: 1 addition & 0 deletions build/pkgs/nbclient/distros/fedora.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python3-nbclient
1 change: 1 addition & 0 deletions build/pkgs/nbconvert/distros/fedora.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python3-nbconvert
1 change: 1 addition & 0 deletions build/pkgs/nbformat/distros/fedora.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python3-nbformat
1 change: 1 addition & 0 deletions build/pkgs/nest_asyncio/distros/fedora.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python3-nest-asyncio
2 changes: 1 addition & 1 deletion build/pkgs/networkx/distros/fedora.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
python-networkx
python3-networkx
1 change: 1 addition & 0 deletions build/pkgs/nibabel/distros/fedora.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python3-nibabel
1 change: 1 addition & 0 deletions build/pkgs/normaliz/distros/fedora.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
libnormaliz
libnormaliz-devel
1 change: 1 addition & 0 deletions build/pkgs/notebook/distros/fedora.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python3-notebook
2 changes: 1 addition & 1 deletion build/pkgs/numpy/distros/fedora.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
python-numpy
python3-numpy
1 change: 1 addition & 0 deletions build/pkgs/onetbb/distros/fedora.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
tbb
tbb-devel
2 changes: 1 addition & 1 deletion build/pkgs/packaging/distros/fedora.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
python-packaging
python3-packaging
1 change: 1 addition & 0 deletions build/pkgs/palettable/distros/fedora.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python3-palettable
2 changes: 1 addition & 1 deletion build/pkgs/pandocfilters/distros/fedora.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
python-pandocfilters
python3-pandocfilters
1 change: 1 addition & 0 deletions build/pkgs/pari_jupyter/distros/fedora.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python3-pari-jupyter
1 change: 1 addition & 0 deletions build/pkgs/parso/distros/fedora.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python3-parso
1 change: 1 addition & 0 deletions build/pkgs/pathspec/distros/fedora.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python3-pathspec
1 change: 1 addition & 0 deletions build/pkgs/perl_cpan_polymake_prereq/distros/fedora.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ perl-TermReadKey
perl-XML-Writer
perl-XML-LibXML
perl-XML-LibXSLT
perl-SVG
2 changes: 1 addition & 1 deletion build/pkgs/pexpect/distros/fedora.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
python-pexpect
python3-pexpect
2 changes: 1 addition & 1 deletion build/pkgs/pickleshare/distros/fedora.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
python-pickleshare
python3-pickleshare
2 changes: 1 addition & 1 deletion build/pkgs/pillow/distros/fedora.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
python-pillow
python3-pillow
1 change: 1 addition & 0 deletions build/pkgs/pint/distros/fedora.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python3-pint
2 changes: 1 addition & 1 deletion build/pkgs/pip/distros/fedora.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
python-pip
python3-pip
2 changes: 1 addition & 1 deletion build/pkgs/pkgconfig/distros/fedora.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
python-pkgconfig
python3-pkgconfig
1 change: 1 addition & 0 deletions build/pkgs/plantri/distros/fedora.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
plantri
Loading
Loading