Skip to content

Commit

Permalink
depends: biplist 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fanquake committed Mar 6, 2018
1 parent 17c44b2 commit 4ef82f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 37 deletions.
11 changes: 3 additions & 8 deletions depends/packages/native_biplist.mk
Original file line number Diff line number Diff line change
@@ -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
Expand Down
29 changes: 0 additions & 29 deletions depends/patches/native_biplist/sorted_list.patch

This file was deleted.

0 comments on commit 4ef82f1

Please sign in to comment.