Skip to content

Commit c4219ff

Browse files
committed
Merge #12625: depends: biplist 1.0.3
4ef82f1 depends: biplist 1.0.3 (fanquake) Pull request description: biplist should now be usable for reproducible builds without any patching. One change has been incorporated, the two remaining changes were rejected upstream: https://bitbucket.org/wooster/biplist/pull-requests/9/make-biplist-ordering-deterministic/diff#comment-None testing on gitian cc @jonasschnelli Tree-SHA512: a3ef3ecad08b09f7a34d927bc4e3d8604099e9acb2c984bbe741df6162f4014f40e9eb2fd28309fc79d3dd2bb82f14bfd473925b90048e5fd135a471726a4836
2 parents ce6ffe1 + 4ef82f1 commit c4219ff

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)