Tribler / tribler

Privacy enhanced BitTorrent client with P2P content discovery
https://www.tribler.org
GNU General Public License v3.0
4.81k stars 448 forks source link

Plyvel support can be removed from Tribler #2005

Closed whirm closed 8 years ago

whirm commented 8 years ago

@brussee Fixed python-levedb and sent a recipe to python4android upstream's so Tribler can use the same bindings across all supported OSs.

@devos50 just to confirm: OSX is not using plyvel either, right?

devos50 commented 8 years ago

No, the OS X builder uses leveldb: https://github.com/Tribler/tribler/blob/devel/Tribler/Main/Build/Mac/setuptriblermac_64bit.py#L20

lfdversluis commented 8 years ago

@whirm Can you close this one as leveldb is only available in the user repository of arch linux and thus we need to keep the support for plyvel as this package is available in pacman.

whirm commented 8 years ago

Yes, this should be done when/if Arch gets python-leveldb in the official repos or debian gets plyvel instead.