Skip to content

Commit 4ef82f1

Browse files
committed
depends: biplist 1.0.3
1 parent 17c44b2 commit 4ef82f1

File tree

2 files changed

+3
-37
lines changed

2 files changed

+3
-37
lines changed

depends/packages/native_biplist.mk

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
11
package=native_biplist
2-
$(package)_version=0.9
3-
$(package)_download_path=https://pypi.python.org/packages/source/b/biplist
2+
$(package)_version=1.0.3
3+
$(package)_download_path=https://bitbucket.org/wooster/biplist/downloads
44
$(package)_file_name=biplist-$($(package)_version).tar.gz
5-
$(package)_sha256_hash=b57cadfd26e4754efdf89e9e37de87885f9b5c847b2615688ca04adfaf6ca604
5+
$(package)_sha256_hash=4c0549764c5fe50b28042ec21aa2e14fe1a2224e239a1dae77d9e7f3932aa4c6
66
$(package)_install_libdir=$(build_prefix)/lib/python/dist-packages
7-
$(package)_patches=sorted_list.patch
8-
9-
define $(package)_preprocess_cmds
10-
patch -p1 < $($(package)_patch_dir)/sorted_list.patch
11-
endef
127

138
define $(package)_build_cmds
149
python setup.py build

depends/patches/native_biplist/sorted_list.patch

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)