# cython-py2/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] #--------------------------------------------------------------------- [buildtimes] 00.02 hours (or 001.13 minutes) - 2021 L.A. dedi box: 6x2 CPU 32GB RAM 00.03 hours (or 001.90 minutes) - Dell Inspiron 1545 00.03 hours (or 001.97 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.04 hours (or 002.17 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.04 hours (or 002.45 minutes) - HP EliteBook 8560w 32GB RAM #--------------------------------------------------------------------- [settings] configure = none license = See "license*.txt" in installed tree proddir = none purge = no shareddir = yes tmpsize = 67M unpack = relaxed #--------------------------------------------------------------------- [depends] python2-core:strict python2-tcltk:strict #--------------------------------------------------------------------- [build] PYTOPDIR=$PRODTREE/python2 PYBINDIR=$PYTOPDIR/bin PYDOCDIR=$PYTOPDIR/doc PYLIBDIR=$PYTOPDIR/lib rm -fr \ $PYBINDIR/cygdb \ $PYBINDIR/cython \ $PYDOCDIR/license-cython.txt \ $PYLIBDIR/python2.*/site-packages/Cython-* \ $PYLIBDIR/python2.*/site-packages/Cython/* \ $PYLIBDIR/python2.*/site-packages/cython.py* \ python setup.py build python setup.py install strip -g $PYLIBDIR/python2.*/site-packages/Cython/*/*.so \ 2> /dev/null || true #--------------------------------------------------------------------- [postbuild] PYTOPDIR=$PRODTREE/python2 PYDOCDIR=$PYTOPDIR/doc DOCDIR=$PYDOCDIR LICFILE=LICENSE.txt PKGNAME=cython mkdir -p $DOCDIR cp -a $LICFILE $DOCDIR/license-$PKGNAME.txt #--------------------------------------------------------------------- # 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 = http://cython.org/ url_lfs = Not checked yet url_tarball = pypi; no fixed URL #--------------------------------------------------------------------- [history] 170505 Updated from 0.23.4 to 0.25.2 170913 Updated to 0.26.1 171102 Updated to 0.27.2 180116 Updated to 0.27.3 180323 Updated to 0.28.1 180524 Updated to 0.28.2 181010 Updated to 0.28.5 190509 Updated to 0.29.7 190926 Updated to 0.29.13 210207 Updated to 0.29.21