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
387 B
15 lines
387 B
8 years ago
|
import 'compile/python'
|
||
|
|
||
|
name=Pygments
|
||
|
version=2.1.3
|
||
|
update_url="https://pypi.python.org/pypi/$name"
|
||
|
|
||
|
dlextract "https://pypi.python.org/packages/b8/67/ab177979be1c81bc99c8d0592ef22d547e70bb4c6815c383286ed5dec504/$name-$version.tar.gz" \
|
||
|
'ed3fba2467c8afcda4d317e4ef2c6150'
|
||
|
header_end
|
||
|
|
||
|
cd "$name-$version"
|
||
|
compile_python 3
|
||
|
|
||
8 years ago
|
# vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab:
|