1 # Maintainer: Tianjiao Yin <ytj000@gmail.com>
2 pkgname=dive-into-python3
5 pkgdesc="A Python book for experienced programmers. Include Chinese, Czech, English and Italian versions."
7 url="http://diveintopython3.org/"
8 license=('CCPL:cc-by-sa')
9 source=("http://gpiancastelli.altervista.org/dip3-it/d/diveintopython3-it-html-latest.zip"
10 "http://diveintopython3.py.cz/PonormeSeDoPythonu3-html.zip")
11 noextract=(PonormeSeDoPythonu3-html.zip)
14 makedepends=(subversion)
22 bsdtar -xf ../../PonormeSeDoPythonu3-html.zip
30 wget https://github.com/diveintomark/diveintopython3/zipball/master -O en.zip
32 mv diveintomark-diveintopython3-* python/en
36 svn checkout http://openbookproject.googlecode.com/svn/trunk/DIP3_zh/ zh
39 ## Spanish (Something is really wrong)
40 ## makedepends=(mercurial latex2html)
43 #hg clone https://code.google.com/p/inmersionenpython3/ es
46 #latex2html -dir=./output_html -html_version 4.0,latin,unicode inmersionEnPython.tex
47 #mv output_html $srcdir/python/es
55 mkdir -p usr/share/doc
56 mv ${srcdir}/python usr/share/doc/dive-into-python3
59 md5sums=('3980326304219a4719c454edfee5326e'
60 '72485133b06a8766cbe300841e096599')
61 # vim:set ts=2 sw=2 et: