diff options
author | fanquake <fanquake@gmail.com> | 2018-03-06 18:18:14 -0500 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2018-03-06 18:18:14 -0500 |
commit | 4ef82f16999888adede742c04e549a6b17ca458d (patch) | |
tree | eb3db33854d02fbafbb5c175e639cb6998a317df /depends/packages | |
parent | 17c44b208f1ced3dad372650d769d42d9e23fb35 (diff) |
depends: biplist 1.0.3
Diffstat (limited to 'depends/packages')
-rw-r--r-- | depends/packages/native_biplist.mk | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/depends/packages/native_biplist.mk b/depends/packages/native_biplist.mk index 3c6e8900f6..5f247e9bf3 100644 --- a/depends/packages/native_biplist.mk +++ b/depends/packages/native_biplist.mk @@ -1,14 +1,9 @@ package=native_biplist -$(package)_version=0.9 -$(package)_download_path=https://pypi.python.org/packages/source/b/biplist +$(package)_version=1.0.3 +$(package)_download_path=https://bitbucket.org/wooster/biplist/downloads $(package)_file_name=biplist-$($(package)_version).tar.gz -$(package)_sha256_hash=b57cadfd26e4754efdf89e9e37de87885f9b5c847b2615688ca04adfaf6ca604 +$(package)_sha256_hash=4c0549764c5fe50b28042ec21aa2e14fe1a2224e239a1dae77d9e7f3932aa4c6 $(package)_install_libdir=$(build_prefix)/lib/python/dist-packages -$(package)_patches=sorted_list.patch - -define $(package)_preprocess_cmds - patch -p1 < $($(package)_patch_dir)/sorted_list.patch -endef define $(package)_build_cmds python setup.py build |