summaryrefslogtreecommitdiff
path: root/lang/python20
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>2001-05-02 12:00:13 +0000
committerThomas Gellekum <tg@FreeBSD.org>2001-05-02 12:00:13 +0000
commit3aedbba63d8b71fe9be19f69de94c8f11188ceb2 (patch)
tree1f4450af5f2cf82a9eea3d466ac88813f39a3c2a /lang/python20
parentPython-2.1 is the new default version. (diff)
Put examples into versioned directory to avoid clashes.
Notes
Notes: svn path=/head/; revision=42170
Diffstat (limited to 'lang/python20')
-rw-r--r--lang/python20/Makefile8
-rw-r--r--lang/python20/pkg-plist.Demo618
2 files changed, 313 insertions, 313 deletions
diff --git a/lang/python20/Makefile b/lang/python20/Makefile
index a36cd7972efd..a3ea9d68f186 100644
--- a/lang/python20/Makefile
+++ b/lang/python20/Makefile
@@ -75,7 +75,7 @@ PLIST_TOOLS= ${PKGDIR}/pkg-plist.Tools
#
.if !defined(WITHOUT_DEMO)
PLIST_DEMO= ${PKGDIR}/pkg-plist.Demo
-DEMODIR= ${PREFIX}/share/examples/python
+DEMODIR= ${PREFIX}/share/examples/${PYTHON_VERSION}
.endif
post-configure:
@@ -111,10 +111,10 @@ PLATFORMS=plat-freebsd3 plat-freebsd4 plat-freebsd5
pre-install:
.for platform in ${PLATFORMS}
- ${MKDIR} ${PREFIX}/lib/${PYTHON_VERSION}/${platform}
+ ${MKDIR} ${PYTHON_LIBDIR}/${platform}
.for file in FCNTL.py IN.py SOCKET.py TERMIOS.py regen
- ${INSTALL_DATA} ${WRKSRC}/Lib/${platform}/${file} \
- ${PREFIX}/lib/${PYTHON_VERSION}/${platform}/
+ ${INSTALL_DATA} ${WRKSRC}/Lib/${platform}/${file}
+ ${PYTHON_LIBDIR}/${platform}
.endfor
.endfor
@sort -r -o ${PLIST} ${PLIST_GMP} ${PLIST_TOOLS} ${PLIST_DEMO} ${PKGDIR}/pkg-plist
diff --git a/lang/python20/pkg-plist.Demo b/lang/python20/pkg-plist.Demo
index 9823b28cbc6f..61fb3f50f27b 100644
--- a/lang/python20/pkg-plist.Demo
+++ b/lang/python20/pkg-plist.Demo
@@ -1,309 +1,309 @@
-share/examples/python/Makefile
-share/examples/python/README
-share/examples/python/classes/Complex.py
-share/examples/python/classes/Dates.py
-share/examples/python/classes/Dbm.py
-share/examples/python/classes/README
-share/examples/python/classes/Range.py
-share/examples/python/classes/Rat.py
-share/examples/python/classes/Rev.py
-share/examples/python/classes/Vec.py
-share/examples/python/classes/bitvec.py
-share/examples/python/classes/class.doc
-share/examples/python/comparisons/README
-share/examples/python/comparisons/patterns
-share/examples/python/comparisons/regextest.py
-share/examples/python/comparisons/sortingtest.py
-share/examples/python/comparisons/systemtest.py
-share/examples/python/dns/README
-share/examples/python/dns/asgethost.py
-share/examples/python/dns/dnsclass.py
-share/examples/python/dns/dnslib.py
-share/examples/python/dns/dnsopcode.py
-share/examples/python/dns/dnstype.py
-share/examples/python/embed/Makefile
-share/examples/python/embed/README
-share/examples/python/embed/demo.c
-share/examples/python/extend/README
-share/examples/python/extend/make_clean
-share/examples/python/extend/make_shared
-share/examples/python/extend/make_static
-share/examples/python/imputil/importers.py
-share/examples/python/md5test/README
-share/examples/python/md5test/foo
-share/examples/python/md5test/md5driver.py
-share/examples/python/metaclasses/Eiffel.py
-share/examples/python/metaclasses/Enum.py
-share/examples/python/metaclasses/Meta.py
-share/examples/python/metaclasses/Simple.py
-share/examples/python/metaclasses/Synch.py
-share/examples/python/metaclasses/Trace.py
-share/examples/python/metaclasses/index.html
-share/examples/python/metaclasses/meta-vladimir.txt
-share/examples/python/parser/FILES
-share/examples/python/parser/Makefile
-share/examples/python/parser/README
-share/examples/python/parser/docstring.py
-share/examples/python/parser/example.py
-share/examples/python/parser/parser.tex
-share/examples/python/parser/simple.py
-share/examples/python/parser/source.py
-share/examples/python/parser/test_parser.py
-share/examples/python/parser/texipre.dat
-share/examples/python/pdist/FSProxy.py
-share/examples/python/pdist/RCSProxy.py
-share/examples/python/pdist/README
-share/examples/python/pdist/client.py
-share/examples/python/pdist/cmdfw.py
-share/examples/python/pdist/cmptree.py
-share/examples/python/pdist/cvslib.py
-share/examples/python/pdist/cvslock.py
-share/examples/python/pdist/mac.py
-share/examples/python/pdist/makechangelog.py
-share/examples/python/pdist/rcsbump
-share/examples/python/pdist/rcsclient.py
-share/examples/python/pdist/rcslib.py
-share/examples/python/pdist/rcvs
-share/examples/python/pdist/rcvs.py
-share/examples/python/pdist/rrcs
-share/examples/python/pdist/rrcs.py
-share/examples/python/pdist/security.py
-share/examples/python/pdist/server.py
-share/examples/python/pdist/sumtree.py
-share/examples/python/pysvr/Makefile
-share/examples/python/pysvr/README
-share/examples/python/pysvr/pysvr.c
-share/examples/python/pysvr/pysvr.py
-share/examples/python/rpc/MANIFEST
-share/examples/python/rpc/README
-share/examples/python/rpc/T.py
-share/examples/python/rpc/mountclient.py
-share/examples/python/rpc/nfsclient.py
-share/examples/python/rpc/rnusersclient.py
-share/examples/python/rpc/rpc.py
-share/examples/python/rpc/test
-share/examples/python/rpc/xdr.py
-share/examples/python/scripts/README
-share/examples/python/scripts/beer.py
-share/examples/python/scripts/eqfix.py
-share/examples/python/scripts/fact.py
-share/examples/python/scripts/from.py
-share/examples/python/scripts/ftpstats.py
-share/examples/python/scripts/lpwatch.py
-share/examples/python/scripts/makedir.py
-share/examples/python/scripts/markov.py
-share/examples/python/scripts/mboxconvert.py
-share/examples/python/scripts/mkrcs.py
-share/examples/python/scripts/morse.py
-share/examples/python/scripts/mpzpi.py
-share/examples/python/scripts/newslist.doc
-share/examples/python/scripts/newslist.py
-share/examples/python/scripts/pi.py
-share/examples/python/scripts/pp.py
-share/examples/python/scripts/primes.py
-share/examples/python/scripts/script.py
-share/examples/python/scripts/unbirthday.py
-share/examples/python/scripts/update.py
-share/examples/python/scripts/wh.py
-share/examples/python/sgi/README
-share/examples/python/sgi/al/README
-share/examples/python/sgi/al/alwatch.py
-share/examples/python/sgi/al/broadcast.py
-share/examples/python/sgi/al/cmpaf.py
-share/examples/python/sgi/al/cmpaf_form.fd
-share/examples/python/sgi/al/intercom.py
-share/examples/python/sgi/al/listen.py
-share/examples/python/sgi/al/names.py
-share/examples/python/sgi/al/playaiff.py
-share/examples/python/sgi/al/playback.py
-share/examples/python/sgi/al/playold.py
-share/examples/python/sgi/al/radio.py
-share/examples/python/sgi/al/rec_play.py
-share/examples/python/sgi/al/record.py
-share/examples/python/sgi/al/unicast.py
-share/examples/python/sgi/al/x.py
-share/examples/python/sgi/audio/README
-share/examples/python/sgi/audio/play.py
-share/examples/python/sgi/cd/CD.doc
-share/examples/python/sgi/cd/README
-share/examples/python/sgi/cd/cdaiff.py
-share/examples/python/sgi/cd/listcd.py
-share/examples/python/sgi/cd/playcd.py
-share/examples/python/sgi/cd/recvcd.py
-share/examples/python/sgi/cd/sendcd.py
-share/examples/python/sgi/flp/tcache.fd
-share/examples/python/sgi/flp/tcache.py
-share/examples/python/sgi/flp/test_cb.fd
-share/examples/python/sgi/flp/test_cb.py
-share/examples/python/sgi/flp/test_nocb.fd
-share/examples/python/sgi/flp/test_nocb.py
-share/examples/python/sgi/gl/README
-share/examples/python/sgi/gl/backface.py
-share/examples/python/sgi/gl/glinfo.py
-share/examples/python/sgi/gl/kites.py
-share/examples/python/sgi/gl/kunst.py
-share/examples/python/sgi/gl/mclock.doc
-share/examples/python/sgi/gl/mclock.py
-share/examples/python/sgi/gl/mixing.py
-share/examples/python/sgi/gl/nurbs.py
-share/examples/python/sgi/gl/zrgb.py
-share/examples/python/sgi/sv/README
-share/examples/python/sgi/sv/burstcapt.py
-share/examples/python/sgi/sv/contcapt.py
-share/examples/python/sgi/sv/rgbgrab.py
-share/examples/python/sgi/sv/simpleinput.py
-share/examples/python/sgi/video/DisplayVideoIn.py
-share/examples/python/sgi/video/Dsend.py
-share/examples/python/sgi/video/LiveVideoIn.py
-share/examples/python/sgi/video/LiveVideoOut.py
-share/examples/python/sgi/video/OldVcopy.py
-share/examples/python/sgi/video/README
-share/examples/python/sgi/video/VCR.py
-share/examples/python/sgi/video/VFile.py
-share/examples/python/sgi/video/VGrabber.py
-share/examples/python/sgi/video/Vaddcache.py
-share/examples/python/sgi/video/Vb.py
-share/examples/python/sgi/video/VbForm.fd
-share/examples/python/sgi/video/Vcopy.py
-share/examples/python/sgi/video/VcrIndex.py
-share/examples/python/sgi/video/Vedit.py
-share/examples/python/sgi/video/VeditForm.fd
-share/examples/python/sgi/video/Vfix.py
-share/examples/python/sgi/video/Vgeneric.py
-share/examples/python/sgi/video/Viewer.py
-share/examples/python/sgi/video/Vinfo.py
-share/examples/python/sgi/video/Vmkjpeg.py
-share/examples/python/sgi/video/Vplay.py
-share/examples/python/sgi/video/Vrec.py
-share/examples/python/sgi/video/Vrecb.py
-share/examples/python/sgi/video/Vreceive.py
-share/examples/python/sgi/video/Vsend.py
-share/examples/python/sgi/video/Vstat.py
-share/examples/python/sgi/video/Vtime.py
-share/examples/python/sgi/video/Vunjpeg.py
-share/examples/python/sgi/video/aplay.py
-share/examples/python/sgi/video/cmif-film.ms
-share/examples/python/sgi/video/imgconv.py
-share/examples/python/sgi/video/rgb2video.py
-share/examples/python/sgi/video/senddefs.py
-share/examples/python/sgi/video/svgrab24.c
-share/examples/python/sgi/video/video.doc
-share/examples/python/sgi/video/video2rgb.py
-share/examples/python/sgi/video/watchcursor.py
-share/examples/python/sockets/README
-share/examples/python/sockets/broadcast.py
-share/examples/python/sockets/echosvr.py
-share/examples/python/sockets/finger.py
-share/examples/python/sockets/ftp.py
-share/examples/python/sockets/gopher.py
-share/examples/python/sockets/mcast.py
-share/examples/python/sockets/radio.py
-share/examples/python/sockets/rpython.py
-share/examples/python/sockets/rpythond.py
-share/examples/python/sockets/telnet.py
-share/examples/python/sockets/throughput.py
-share/examples/python/sockets/udpecho.py
-share/examples/python/sockets/unicast.py
-share/examples/python/sockets/unixclient.py
-share/examples/python/sockets/unixserver.py
-share/examples/python/threads/Generator.py
-share/examples/python/threads/README
-share/examples/python/threads/bug.py
-share/examples/python/threads/find.py
-share/examples/python/threads/sync.py
-share/examples/python/threads/telnet.py
-share/examples/python/tkinter/README
-share/examples/python/tkinter/guido/AttrDialog.py
-share/examples/python/tkinter/guido/ManPage.py
-share/examples/python/tkinter/guido/MimeViewer.py
-share/examples/python/tkinter/guido/ShellWindow.py
-share/examples/python/tkinter/guido/brownian.py
-share/examples/python/tkinter/guido/canvasevents.py
-share/examples/python/tkinter/guido/dialog.py
-share/examples/python/tkinter/guido/electrons.py
-share/examples/python/tkinter/guido/hanoi.py
-share/examples/python/tkinter/guido/hello.py
-share/examples/python/tkinter/guido/imagedraw.py
-share/examples/python/tkinter/guido/imageview.py
-share/examples/python/tkinter/guido/kill.py
-share/examples/python/tkinter/guido/listtree.py
-share/examples/python/tkinter/guido/mbox.py
-share/examples/python/tkinter/guido/newmenubardemo.py
-share/examples/python/tkinter/guido/optionmenu.py
-share/examples/python/tkinter/guido/paint.py
-share/examples/python/tkinter/guido/rmt.py
-share/examples/python/tkinter/guido/solitaire.py
-share/examples/python/tkinter/guido/sortvisu.py
-share/examples/python/tkinter/guido/svkill.py
-share/examples/python/tkinter/guido/switch.py
-share/examples/python/tkinter/guido/tkman.py
-share/examples/python/tkinter/guido/wish.py
-share/examples/python/tkinter/matt/00-HELLO-WORLD.py
-share/examples/python/tkinter/matt/README
-share/examples/python/tkinter/matt/animation-simple.py
-share/examples/python/tkinter/matt/animation-w-velocity-ctrl.py
-share/examples/python/tkinter/matt/bind-w-mult-calls-p-type.py
-share/examples/python/tkinter/matt/canvas-demo-simple.py
-share/examples/python/tkinter/matt/canvas-gridding.py
-share/examples/python/tkinter/matt/canvas-moving-or-creating.py
-share/examples/python/tkinter/matt/canvas-moving-w-mouse.py
-share/examples/python/tkinter/matt/canvas-mult-item-sel.py
-share/examples/python/tkinter/matt/canvas-reading-tag-info.py
-share/examples/python/tkinter/matt/canvas-w-widget-draw-el.py
-share/examples/python/tkinter/matt/canvas-with-scrollbars.py
-share/examples/python/tkinter/matt/dialog-box.py
-share/examples/python/tkinter/matt/entry-simple.py
-share/examples/python/tkinter/matt/entry-with-shared-variable.py
-share/examples/python/tkinter/matt/killing-window-w-wm.py
-share/examples/python/tkinter/matt/menu-all-types-of-entries.py
-share/examples/python/tkinter/matt/menu-simple.py
-share/examples/python/tkinter/matt/not-what-you-might-think-1.py
-share/examples/python/tkinter/matt/not-what-you-might-think-2.py
-share/examples/python/tkinter/matt/packer-and-placer-together.py
-share/examples/python/tkinter/matt/packer-simple.py
-share/examples/python/tkinter/matt/placer-simple.py
-share/examples/python/tkinter/matt/pong-demo-1.py
-share/examples/python/tkinter/matt/printing-coords-of-items.py
-share/examples/python/tkinter/matt/radiobutton-simple.py
-share/examples/python/tkinter/matt/rubber-band-box-demo-1.py
-share/examples/python/tkinter/matt/rubber-line-demo-1.py
-share/examples/python/tkinter/matt/slider-demo-1.py
-share/examples/python/tkinter/matt/subclass-existing-widgets.py
-share/examples/python/tkinter/matt/two-radio-groups.py
-share/examples/python/tkinter/matt/window-creation-more.py
-share/examples/python/tkinter/matt/window-creation-simple.py
-share/examples/python/tkinter/matt/window-creation-w-location.py
-share/examples/python/xml/elem_count.py
-share/examples/python/xml/roundtrip.py
-share/examples/python/xml/rss2html.py
-share/examples/python/zlib/minigzip.py
-share/examples/python/zlib/zlibdemo.py
-@dirrm share/examples/python/zlib
-@dirrm share/examples/python/xml
-@dirrm share/examples/python/tkinter/matt
-@dirrm share/examples/python/tkinter/guido
-@dirrm share/examples/python/tkinter
-@dirrm share/examples/python/threads
-@dirrm share/examples/python/sockets
-@dirrm share/examples/python/sgi/video
-@dirrm share/examples/python/sgi/sv
-@dirrm share/examples/python/sgi/gl
-@dirrm share/examples/python/sgi/flp
-@dirrm share/examples/python/sgi/cd
-@dirrm share/examples/python/sgi/audio
-@dirrm share/examples/python/sgi/al
-@dirrm share/examples/python/sgi
-@dirrm share/examples/python/scripts
-@dirrm share/examples/python/rpc
-@dirrm share/examples/python/pysvr
-@dirrm share/examples/python/pdist
-@dirrm share/examples/python/parser
-@dirrm share/examples/python/metaclasses
-@dirrm share/examples/python/md5test
-@dirrm share/examples/python/imputil
-@dirrm share/examples/python/extend
-@dirrm share/examples/python/embed
-@dirrm share/examples/python/dns
-@dirrm share/examples/python/comparisons
-@dirrm share/examples/python/classes
-@dirrm share/examples/python
+share/examples/%%PYTHON_VERSION%%/Makefile
+share/examples/%%PYTHON_VERSION%%/README
+share/examples/%%PYTHON_VERSION%%/classes/Complex.py
+share/examples/%%PYTHON_VERSION%%/classes/Dates.py
+share/examples/%%PYTHON_VERSION%%/classes/Dbm.py
+share/examples/%%PYTHON_VERSION%%/classes/README
+share/examples/%%PYTHON_VERSION%%/classes/Range.py
+share/examples/%%PYTHON_VERSION%%/classes/Rat.py
+share/examples/%%PYTHON_VERSION%%/classes/Rev.py
+share/examples/%%PYTHON_VERSION%%/classes/Vec.py
+share/examples/%%PYTHON_VERSION%%/classes/bitvec.py
+share/examples/%%PYTHON_VERSION%%/classes/class.doc
+share/examples/%%PYTHON_VERSION%%/comparisons/README
+share/examples/%%PYTHON_VERSION%%/comparisons/patterns
+share/examples/%%PYTHON_VERSION%%/comparisons/regextest.py
+share/examples/%%PYTHON_VERSION%%/comparisons/sortingtest.py
+share/examples/%%PYTHON_VERSION%%/comparisons/systemtest.py
+share/examples/%%PYTHON_VERSION%%/dns/README
+share/examples/%%PYTHON_VERSION%%/dns/asgethost.py
+share/examples/%%PYTHON_VERSION%%/dns/dnsclass.py
+share/examples/%%PYTHON_VERSION%%/dns/dnslib.py
+share/examples/%%PYTHON_VERSION%%/dns/dnsopcode.py
+share/examples/%%PYTHON_VERSION%%/dns/dnstype.py
+share/examples/%%PYTHON_VERSION%%/embed/Makefile
+share/examples/%%PYTHON_VERSION%%/embed/README
+share/examples/%%PYTHON_VERSION%%/embed/demo.c
+share/examples/%%PYTHON_VERSION%%/extend/README
+share/examples/%%PYTHON_VERSION%%/extend/make_clean
+share/examples/%%PYTHON_VERSION%%/extend/make_shared
+share/examples/%%PYTHON_VERSION%%/extend/make_static
+share/examples/%%PYTHON_VERSION%%/imputil/importers.py
+share/examples/%%PYTHON_VERSION%%/md5test/README
+share/examples/%%PYTHON_VERSION%%/md5test/foo
+share/examples/%%PYTHON_VERSION%%/md5test/md5driver.py
+share/examples/%%PYTHON_VERSION%%/metaclasses/Eiffel.py
+share/examples/%%PYTHON_VERSION%%/metaclasses/Enum.py
+share/examples/%%PYTHON_VERSION%%/metaclasses/Meta.py
+share/examples/%%PYTHON_VERSION%%/metaclasses/Simple.py
+share/examples/%%PYTHON_VERSION%%/metaclasses/Synch.py
+share/examples/%%PYTHON_VERSION%%/metaclasses/Trace.py
+share/examples/%%PYTHON_VERSION%%/metaclasses/index.html
+share/examples/%%PYTHON_VERSION%%/metaclasses/meta-vladimir.txt
+share/examples/%%PYTHON_VERSION%%/parser/FILES
+share/examples/%%PYTHON_VERSION%%/parser/Makefile
+share/examples/%%PYTHON_VERSION%%/parser/README
+share/examples/%%PYTHON_VERSION%%/parser/docstring.py
+share/examples/%%PYTHON_VERSION%%/parser/example.py
+share/examples/%%PYTHON_VERSION%%/parser/parser.tex
+share/examples/%%PYTHON_VERSION%%/parser/simple.py
+share/examples/%%PYTHON_VERSION%%/parser/source.py
+share/examples/%%PYTHON_VERSION%%/parser/test_parser.py
+share/examples/%%PYTHON_VERSION%%/parser/texipre.dat
+share/examples/%%PYTHON_VERSION%%/pdist/FSProxy.py
+share/examples/%%PYTHON_VERSION%%/pdist/RCSProxy.py
+share/examples/%%PYTHON_VERSION%%/pdist/README
+share/examples/%%PYTHON_VERSION%%/pdist/client.py
+share/examples/%%PYTHON_VERSION%%/pdist/cmdfw.py
+share/examples/%%PYTHON_VERSION%%/pdist/cmptree.py
+share/examples/%%PYTHON_VERSION%%/pdist/cvslib.py
+share/examples/%%PYTHON_VERSION%%/pdist/cvslock.py
+share/examples/%%PYTHON_VERSION%%/pdist/mac.py
+share/examples/%%PYTHON_VERSION%%/pdist/makechangelog.py
+share/examples/%%PYTHON_VERSION%%/pdist/rcsbump
+share/examples/%%PYTHON_VERSION%%/pdist/rcsclient.py
+share/examples/%%PYTHON_VERSION%%/pdist/rcslib.py
+share/examples/%%PYTHON_VERSION%%/pdist/rcvs
+share/examples/%%PYTHON_VERSION%%/pdist/rcvs.py
+share/examples/%%PYTHON_VERSION%%/pdist/rrcs
+share/examples/%%PYTHON_VERSION%%/pdist/rrcs.py
+share/examples/%%PYTHON_VERSION%%/pdist/security.py
+share/examples/%%PYTHON_VERSION%%/pdist/server.py
+share/examples/%%PYTHON_VERSION%%/pdist/sumtree.py
+share/examples/%%PYTHON_VERSION%%/pysvr/Makefile
+share/examples/%%PYTHON_VERSION%%/pysvr/README
+share/examples/%%PYTHON_VERSION%%/pysvr/pysvr.c
+share/examples/%%PYTHON_VERSION%%/pysvr/pysvr.py
+share/examples/%%PYTHON_VERSION%%/rpc/MANIFEST
+share/examples/%%PYTHON_VERSION%%/rpc/README
+share/examples/%%PYTHON_VERSION%%/rpc/T.py
+share/examples/%%PYTHON_VERSION%%/rpc/mountclient.py
+share/examples/%%PYTHON_VERSION%%/rpc/nfsclient.py
+share/examples/%%PYTHON_VERSION%%/rpc/rnusersclient.py
+share/examples/%%PYTHON_VERSION%%/rpc/rpc.py
+share/examples/%%PYTHON_VERSION%%/rpc/test
+share/examples/%%PYTHON_VERSION%%/rpc/xdr.py
+share/examples/%%PYTHON_VERSION%%/scripts/README
+share/examples/%%PYTHON_VERSION%%/scripts/beer.py
+share/examples/%%PYTHON_VERSION%%/scripts/eqfix.py
+share/examples/%%PYTHON_VERSION%%/scripts/fact.py
+share/examples/%%PYTHON_VERSION%%/scripts/from.py
+share/examples/%%PYTHON_VERSION%%/scripts/ftpstats.py
+share/examples/%%PYTHON_VERSION%%/scripts/lpwatch.py
+share/examples/%%PYTHON_VERSION%%/scripts/makedir.py
+share/examples/%%PYTHON_VERSION%%/scripts/markov.py
+share/examples/%%PYTHON_VERSION%%/scripts/mboxconvert.py
+share/examples/%%PYTHON_VERSION%%/scripts/mkrcs.py
+share/examples/%%PYTHON_VERSION%%/scripts/morse.py
+share/examples/%%PYTHON_VERSION%%/scripts/mpzpi.py
+share/examples/%%PYTHON_VERSION%%/scripts/newslist.doc
+share/examples/%%PYTHON_VERSION%%/scripts/newslist.py
+share/examples/%%PYTHON_VERSION%%/scripts/pi.py
+share/examples/%%PYTHON_VERSION%%/scripts/pp.py
+share/examples/%%PYTHON_VERSION%%/scripts/primes.py
+share/examples/%%PYTHON_VERSION%%/scripts/script.py
+share/examples/%%PYTHON_VERSION%%/scripts/unbirthday.py
+share/examples/%%PYTHON_VERSION%%/scripts/update.py
+share/examples/%%PYTHON_VERSION%%/scripts/wh.py
+share/examples/%%PYTHON_VERSION%%/sgi/README
+share/examples/%%PYTHON_VERSION%%/sgi/al/README
+share/examples/%%PYTHON_VERSION%%/sgi/al/alwatch.py
+share/examples/%%PYTHON_VERSION%%/sgi/al/broadcast.py
+share/examples/%%PYTHON_VERSION%%/sgi/al/cmpaf.py
+share/examples/%%PYTHON_VERSION%%/sgi/al/cmpaf_form.fd
+share/examples/%%PYTHON_VERSION%%/sgi/al/intercom.py
+share/examples/%%PYTHON_VERSION%%/sgi/al/listen.py
+share/examples/%%PYTHON_VERSION%%/sgi/al/names.py
+share/examples/%%PYTHON_VERSION%%/sgi/al/playaiff.py
+share/examples/%%PYTHON_VERSION%%/sgi/al/playback.py
+share/examples/%%PYTHON_VERSION%%/sgi/al/playold.py
+share/examples/%%PYTHON_VERSION%%/sgi/al/radio.py
+share/examples/%%PYTHON_VERSION%%/sgi/al/rec_play.py
+share/examples/%%PYTHON_VERSION%%/sgi/al/record.py
+share/examples/%%PYTHON_VERSION%%/sgi/al/unicast.py
+share/examples/%%PYTHON_VERSION%%/sgi/al/x.py
+share/examples/%%PYTHON_VERSION%%/sgi/audio/README
+share/examples/%%PYTHON_VERSION%%/sgi/audio/play.py
+share/examples/%%PYTHON_VERSION%%/sgi/cd/CD.doc
+share/examples/%%PYTHON_VERSION%%/sgi/cd/README
+share/examples/%%PYTHON_VERSION%%/sgi/cd/cdaiff.py
+share/examples/%%PYTHON_VERSION%%/sgi/cd/listcd.py
+share/examples/%%PYTHON_VERSION%%/sgi/cd/playcd.py
+share/examples/%%PYTHON_VERSION%%/sgi/cd/recvcd.py
+share/examples/%%PYTHON_VERSION%%/sgi/cd/sendcd.py
+share/examples/%%PYTHON_VERSION%%/sgi/flp/tcache.fd
+share/examples/%%PYTHON_VERSION%%/sgi/flp/tcache.py
+share/examples/%%PYTHON_VERSION%%/sgi/flp/test_cb.fd
+share/examples/%%PYTHON_VERSION%%/sgi/flp/test_cb.py
+share/examples/%%PYTHON_VERSION%%/sgi/flp/test_nocb.fd
+share/examples/%%PYTHON_VERSION%%/sgi/flp/test_nocb.py
+share/examples/%%PYTHON_VERSION%%/sgi/gl/README
+share/examples/%%PYTHON_VERSION%%/sgi/gl/backface.py
+share/examples/%%PYTHON_VERSION%%/sgi/gl/glinfo.py
+share/examples/%%PYTHON_VERSION%%/sgi/gl/kites.py
+share/examples/%%PYTHON_VERSION%%/sgi/gl/kunst.py
+share/examples/%%PYTHON_VERSION%%/sgi/gl/mclock.doc
+share/examples/%%PYTHON_VERSION%%/sgi/gl/mclock.py
+share/examples/%%PYTHON_VERSION%%/sgi/gl/mixing.py
+share/examples/%%PYTHON_VERSION%%/sgi/gl/nurbs.py
+share/examples/%%PYTHON_VERSION%%/sgi/gl/zrgb.py
+share/examples/%%PYTHON_VERSION%%/sgi/sv/README
+share/examples/%%PYTHON_VERSION%%/sgi/sv/burstcapt.py
+share/examples/%%PYTHON_VERSION%%/sgi/sv/contcapt.py
+share/examples/%%PYTHON_VERSION%%/sgi/sv/rgbgrab.py
+share/examples/%%PYTHON_VERSION%%/sgi/sv/simpleinput.py
+share/examples/%%PYTHON_VERSION%%/sgi/video/DisplayVideoIn.py
+share/examples/%%PYTHON_VERSION%%/sgi/video/Dsend.py
+share/examples/%%PYTHON_VERSION%%/sgi/video/LiveVideoIn.py
+share/examples/%%PYTHON_VERSION%%/sgi/video/LiveVideoOut.py
+share/examples/%%PYTHON_VERSION%%/sgi/video/OldVcopy.py
+share/examples/%%PYTHON_VERSION%%/sgi/video/README
+share/examples/%%PYTHON_VERSION%%/sgi/video/VCR.py
+share/examples/%%PYTHON_VERSION%%/sgi/video/VFile.py
+share/examples/%%PYTHON_VERSION%%/sgi/video/VGrabber.py
+share/examples/%%PYTHON_VERSION%%/sgi/video/Vaddcache.py
+share/examples/%%PYTHON_VERSION%%/sgi/video/Vb.py
+share/examples/%%PYTHON_VERSION%%/sgi/video/VbForm.fd
+share/examples/%%PYTHON_VERSION%%/sgi/video/Vcopy.py
+share/examples/%%PYTHON_VERSION%%/sgi/video/VcrIndex.py
+share/examples/%%PYTHON_VERSION%%/sgi/video/Vedit.py
+share/examples/%%PYTHON_VERSION%%/sgi/video/VeditForm.fd
+share/examples/%%PYTHON_VERSION%%/sgi/video/Vfix.py
+share/examples/%%PYTHON_VERSION%%/sgi/video/Vgeneric.py
+share/examples/%%PYTHON_VERSION%%/sgi/video/Viewer.py
+share/examples/%%PYTHON_VERSION%%/sgi/video/Vinfo.py
+share/examples/%%PYTHON_VERSION%%/sgi/video/Vmkjpeg.py
+share/examples/%%PYTHON_VERSION%%/sgi/video/Vplay.py
+share/examples/%%PYTHON_VERSION%%/sgi/video/Vrec.py
+share/examples/%%PYTHON_VERSION%%/sgi/video/Vrecb.py
+share/examples/%%PYTHON_VERSION%%/sgi/video/Vreceive.py
+share/examples/%%PYTHON_VERSION%%/sgi/video/Vsend.py
+share/examples/%%PYTHON_VERSION%%/sgi/video/Vstat.py
+share/examples/%%PYTHON_VERSION%%/sgi/video/Vtime.py
+share/examples/%%PYTHON_VERSION%%/sgi/video/Vunjpeg.py
+share/examples/%%PYTHON_VERSION%%/sgi/video/aplay.py
+share/examples/%%PYTHON_VERSION%%/sgi/video/cmif-film.ms
+share/examples/%%PYTHON_VERSION%%/sgi/video/imgconv.py
+share/examples/%%PYTHON_VERSION%%/sgi/video/rgb2video.py
+share/examples/%%PYTHON_VERSION%%/sgi/video/senddefs.py
+share/examples/%%PYTHON_VERSION%%/sgi/video/svgrab24.c
+share/examples/%%PYTHON_VERSION%%/sgi/video/video.doc
+share/examples/%%PYTHON_VERSION%%/sgi/video/video2rgb.py
+share/examples/%%PYTHON_VERSION%%/sgi/video/watchcursor.py
+share/examples/%%PYTHON_VERSION%%/sockets/README
+share/examples/%%PYTHON_VERSION%%/sockets/broadcast.py
+share/examples/%%PYTHON_VERSION%%/sockets/echosvr.py
+share/examples/%%PYTHON_VERSION%%/sockets/finger.py
+share/examples/%%PYTHON_VERSION%%/sockets/ftp.py
+share/examples/%%PYTHON_VERSION%%/sockets/gopher.py
+share/examples/%%PYTHON_VERSION%%/sockets/mcast.py
+share/examples/%%PYTHON_VERSION%%/sockets/radio.py
+share/examples/%%PYTHON_VERSION%%/sockets/rpython.py
+share/examples/%%PYTHON_VERSION%%/sockets/rpythond.py
+share/examples/%%PYTHON_VERSION%%/sockets/telnet.py
+share/examples/%%PYTHON_VERSION%%/sockets/throughput.py
+share/examples/%%PYTHON_VERSION%%/sockets/udpecho.py
+share/examples/%%PYTHON_VERSION%%/sockets/unicast.py
+share/examples/%%PYTHON_VERSION%%/sockets/unixclient.py
+share/examples/%%PYTHON_VERSION%%/sockets/unixserver.py
+share/examples/%%PYTHON_VERSION%%/threads/Generator.py
+share/examples/%%PYTHON_VERSION%%/threads/README
+share/examples/%%PYTHON_VERSION%%/threads/bug.py
+share/examples/%%PYTHON_VERSION%%/threads/find.py
+share/examples/%%PYTHON_VERSION%%/threads/sync.py
+share/examples/%%PYTHON_VERSION%%/threads/telnet.py
+share/examples/%%PYTHON_VERSION%%/tkinter/README
+share/examples/%%PYTHON_VERSION%%/tkinter/guido/AttrDialog.py
+share/examples/%%PYTHON_VERSION%%/tkinter/guido/ManPage.py
+share/examples/%%PYTHON_VERSION%%/tkinter/guido/MimeViewer.py
+share/examples/%%PYTHON_VERSION%%/tkinter/guido/ShellWindow.py
+share/examples/%%PYTHON_VERSION%%/tkinter/guido/brownian.py
+share/examples/%%PYTHON_VERSION%%/tkinter/guido/canvasevents.py
+share/examples/%%PYTHON_VERSION%%/tkinter/guido/dialog.py
+share/examples/%%PYTHON_VERSION%%/tkinter/guido/electrons.py
+share/examples/%%PYTHON_VERSION%%/tkinter/guido/hanoi.py
+share/examples/%%PYTHON_VERSION%%/tkinter/guido/hello.py
+share/examples/%%PYTHON_VERSION%%/tkinter/guido/imagedraw.py
+share/examples/%%PYTHON_VERSION%%/tkinter/guido/imageview.py
+share/examples/%%PYTHON_VERSION%%/tkinter/guido/kill.py
+share/examples/%%PYTHON_VERSION%%/tkinter/guido/listtree.py
+share/examples/%%PYTHON_VERSION%%/tkinter/guido/mbox.py
+share/examples/%%PYTHON_VERSION%%/tkinter/guido/newmenubardemo.py
+share/examples/%%PYTHON_VERSION%%/tkinter/guido/optionmenu.py
+share/examples/%%PYTHON_VERSION%%/tkinter/guido/paint.py
+share/examples/%%PYTHON_VERSION%%/tkinter/guido/rmt.py
+share/examples/%%PYTHON_VERSION%%/tkinter/guido/solitaire.py
+share/examples/%%PYTHON_VERSION%%/tkinter/guido/sortvisu.py
+share/examples/%%PYTHON_VERSION%%/tkinter/guido/svkill.py
+share/examples/%%PYTHON_VERSION%%/tkinter/guido/switch.py
+share/examples/%%PYTHON_VERSION%%/tkinter/guido/tkman.py
+share/examples/%%PYTHON_VERSION%%/tkinter/guido/wish.py
+share/examples/%%PYTHON_VERSION%%/tkinter/matt/00-HELLO-WORLD.py
+share/examples/%%PYTHON_VERSION%%/tkinter/matt/README
+share/examples/%%PYTHON_VERSION%%/tkinter/matt/animation-simple.py
+share/examples/%%PYTHON_VERSION%%/tkinter/matt/animation-w-velocity-ctrl.py
+share/examples/%%PYTHON_VERSION%%/tkinter/matt/bind-w-mult-calls-p-type.py
+share/examples/%%PYTHON_VERSION%%/tkinter/matt/canvas-demo-simple.py
+share/examples/%%PYTHON_VERSION%%/tkinter/matt/canvas-gridding.py
+share/examples/%%PYTHON_VERSION%%/tkinter/matt/canvas-moving-or-creating.py
+share/examples/%%PYTHON_VERSION%%/tkinter/matt/canvas-moving-w-mouse.py
+share/examples/%%PYTHON_VERSION%%/tkinter/matt/canvas-mult-item-sel.py
+share/examples/%%PYTHON_VERSION%%/tkinter/matt/canvas-reading-tag-info.py
+share/examples/%%PYTHON_VERSION%%/tkinter/matt/canvas-w-widget-draw-el.py
+share/examples/%%PYTHON_VERSION%%/tkinter/matt/canvas-with-scrollbars.py
+share/examples/%%PYTHON_VERSION%%/tkinter/matt/dialog-box.py
+share/examples/%%PYTHON_VERSION%%/tkinter/matt/entry-simple.py
+share/examples/%%PYTHON_VERSION%%/tkinter/matt/entry-with-shared-variable.py
+share/examples/%%PYTHON_VERSION%%/tkinter/matt/killing-window-w-wm.py
+share/examples/%%PYTHON_VERSION%%/tkinter/matt/menu-all-types-of-entries.py
+share/examples/%%PYTHON_VERSION%%/tkinter/matt/menu-simple.py
+share/examples/%%PYTHON_VERSION%%/tkinter/matt/not-what-you-might-think-1.py
+share/examples/%%PYTHON_VERSION%%/tkinter/matt/not-what-you-might-think-2.py
+share/examples/%%PYTHON_VERSION%%/tkinter/matt/packer-and-placer-together.py
+share/examples/%%PYTHON_VERSION%%/tkinter/matt/packer-simple.py
+share/examples/%%PYTHON_VERSION%%/tkinter/matt/placer-simple.py
+share/examples/%%PYTHON_VERSION%%/tkinter/matt/pong-demo-1.py
+share/examples/%%PYTHON_VERSION%%/tkinter/matt/printing-coords-of-items.py
+share/examples/%%PYTHON_VERSION%%/tkinter/matt/radiobutton-simple.py
+share/examples/%%PYTHON_VERSION%%/tkinter/matt/rubber-band-box-demo-1.py
+share/examples/%%PYTHON_VERSION%%/tkinter/matt/rubber-line-demo-1.py
+share/examples/%%PYTHON_VERSION%%/tkinter/matt/slider-demo-1.py
+share/examples/%%PYTHON_VERSION%%/tkinter/matt/subclass-existing-widgets.py
+share/examples/%%PYTHON_VERSION%%/tkinter/matt/two-radio-groups.py
+share/examples/%%PYTHON_VERSION%%/tkinter/matt/window-creation-more.py
+share/examples/%%PYTHON_VERSION%%/tkinter/matt/window-creation-simple.py
+share/examples/%%PYTHON_VERSION%%/tkinter/matt/window-creation-w-location.py
+share/examples/%%PYTHON_VERSION%%/xml/elem_count.py
+share/examples/%%PYTHON_VERSION%%/xml/roundtrip.py
+share/examples/%%PYTHON_VERSION%%/xml/rss2html.py
+share/examples/%%PYTHON_VERSION%%/zlib/minigzip.py
+share/examples/%%PYTHON_VERSION%%/zlib/zlibdemo.py
+@dirrm share/examples/%%PYTHON_VERSION%%/zlib
+@dirrm share/examples/%%PYTHON_VERSION%%/xml
+@dirrm share/examples/%%PYTHON_VERSION%%/tkinter/matt
+@dirrm share/examples/%%PYTHON_VERSION%%/tkinter/guido
+@dirrm share/examples/%%PYTHON_VERSION%%/tkinter
+@dirrm share/examples/%%PYTHON_VERSION%%/threads
+@dirrm share/examples/%%PYTHON_VERSION%%/sockets
+@dirrm share/examples/%%PYTHON_VERSION%%/sgi/video
+@dirrm share/examples/%%PYTHON_VERSION%%/sgi/sv
+@dirrm share/examples/%%PYTHON_VERSION%%/sgi/gl
+@dirrm share/examples/%%PYTHON_VERSION%%/sgi/flp
+@dirrm share/examples/%%PYTHON_VERSION%%/sgi/cd
+@dirrm share/examples/%%PYTHON_VERSION%%/sgi/audio
+@dirrm share/examples/%%PYTHON_VERSION%%/sgi/al
+@dirrm share/examples/%%PYTHON_VERSION%%/sgi
+@dirrm share/examples/%%PYTHON_VERSION%%/scripts
+@dirrm share/examples/%%PYTHON_VERSION%%/rpc
+@dirrm share/examples/%%PYTHON_VERSION%%/pysvr
+@dirrm share/examples/%%PYTHON_VERSION%%/pdist
+@dirrm share/examples/%%PYTHON_VERSION%%/parser
+@dirrm share/examples/%%PYTHON_VERSION%%/metaclasses
+@dirrm share/examples/%%PYTHON_VERSION%%/md5test
+@dirrm share/examples/%%PYTHON_VERSION%%/imputil
+@dirrm share/examples/%%PYTHON_VERSION%%/extend
+@dirrm share/examples/%%PYTHON_VERSION%%/embed
+@dirrm share/examples/%%PYTHON_VERSION%%/dns
+@dirrm share/examples/%%PYTHON_VERSION%%/comparisons
+@dirrm share/examples/%%PYTHON_VERSION%%/classes
+@dirrm share/examples/%%PYTHON_VERSION%%