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.
13 lines
327 B
13 lines
327 B
import 'compile/python'
|
|
|
|
name=iso3166
|
|
version=0.8
|
|
|
|
dlextract "https://pypi.python.org/packages/46/06/64145b8d6be8474db1f09f6b01a083921c11a4c979d029677c7e943d2433/$name-$version.tar.gz" \
|
|
'9b7a42df80495fe253d6edd035974128'
|
|
_
|
|
|
|
cd "$name-$version"
|
|
compile_python 3
|
|
|
|
# vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab:
|
|
|