# pyglet/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] #--------------------------------------------------------------------- [settings] configure = none license = See "license*.txt" in system "python*" trees proddir = none purge = no tmpsize = 29M #--------------------------------------------------------------------- [depends] actools gawk grep python:strict python2-core:strict python3-core:strict sdl # May not be needed sed #--------------------------------------------------------------------- [build] DOCDIR=$PRODTREE/python2/doc mkdir -p $DOCDIR cp -p LICENSE $DOCDIR/license-$EXEWORD.txt python setup.py clean python setup.py build python setup.py install DOCDIR=$PRODTREE/python3/doc mkdir -p $DOCDIR cp -p LICENSE $DOCDIR/license-$EXEWORD.txt PATH=$PRODTREE/python3/bin:$PATH python3 setup.py clean python3 setup.py build python3 setup.py install #--------------------------------------------------------------------- # 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 URI #--------------------------------------------------------------------- [history] 180324 Added package. Started with 1.3.1. 180524 Updated from 1.3.1 to 1.3.2