You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
384 B
15 lines
384 B
8 years ago
|
import 'compile/python'
|
||
|
|
||
|
name=iso3166
|
||
|
version=0.8
|
||
|
update_url="https://pypi.python.org/pypi/$name"
|
||
|
|
||
|
dlextract "https://pypi.python.org/packages/46/06/64145b8d6be8474db1f09f6b01a083921c11a4c979d029677c7e943d2433/$name-$version.tar.gz" \
|
||
|
'9b7a42df80495fe253d6edd035974128'
|
||
|
header_end
|
||
|
|
||
|
cd "$name-$version"
|
||
|
compile_python 3
|
||
|
|
||
|
# vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab:
|