Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
py-leveldb: Remove snappy dependency
It does not use snappy provided by the snappy port. It uses a bundled
copy of the snappy 1.1.1 source code. There are no exposed options in
the build system to use the MacPorts snappy port instead.
  • Loading branch information
ryandesign committed Jun 1, 2018
1 parent 9de583f commit e7995c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/py-leveldb/Portfile
Expand Up @@ -5,8 +5,9 @@ PortGroup python 1.0

set real_name leveldb
name py-${real_name}
version 0.20
epoch 1
version 0.20
revision 1
categories-append databases
maintainers nomaintainer
license BSD
Expand All @@ -28,7 +29,6 @@ python.versions 27 34 35 36
if {${name} ne ${subport}} {

depends_build-append port:py${python.version}-setuptools
depends_lib-append port:snappy

test.run yes
test.cmd ${python.bin} test/test.py
Expand Down

0 comments on commit e7995c7

Please sign in to comment.