# pandas/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] 1. The build procedure for this package is fragile. Updates are likely to break it. For this reason, it might be necessary to remove this package and its dependents in the future. #--------------------------------------------------------------------- [buildtimes] #--------------------------------------------------------------------- [settings] configure = none defer = glibc64 license = tbd nosyslinks = yes proddir = none purge = no shareddir = yes setpaths = gcc lapack openblas python3 #--------------------------------------------------------------------- [depends] cython graphviz:forward lapack meson numpy openblas python:strict python3-tcltk:strict #--------------------------------------------------------------------- [build] pip3install tzdata PP=$PRODTREE/python3 rm -fr $PP/lib/python*/site-packages/pandas/ rm -fr $PP/lib/python*/site-packages/pandas-* cat > moocow.py << END import numpy print (numpy.get_include()) END DOWDIR=`python3 moocow.py` sed -e "s@__META_DOWAGER__@$DOWDIR@" \ -i pandas/meson.build # PIPSRC=/src/piprepo3 # export PIP_INDEX_URL=file://$PIPSRC/ # export UV_FIND_LINKS=$PIPSRC # uv --offline pip install --python `which python3` . --no-binary :all: pip3install . #--------------------------------------------------------------------- [postbuild] cd /tmp cat > dogbark.py << END import pandas as pd data = { 'Name' : [ 'John' , 'Alice' , 'Bob' ] , 'Age' : [ 25 , 30 , 35 ] , 'City' : ['New York' , 'London' , 'Paris' ] } df = pd.DataFrame (data) print (df) END python3 dogbark.py #--------------------------------------------------------------------- # Original URLs. These URLs were valid at one point, but may have died # since then. If you download newer versions of tarballs [etc.], don't # delete the original versions, as you may not be able to replace # them. [urls] url_debian = tbd url_home = tbd url_lfs = tbd url_tarball = pypi # No fixed URL #--------------------------------------------------------------------- [history] 250511 Added package 250511 Started with 2.2.3