Commits

Miguel Herranz authored and Perry E. Metzger committed 427b4d34e42
py-plyvel: update to 1.0.5
No tags

python/py-plyvel/Portfile

Modified
1 1 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
2 2
3 3 PortSystem 1.0
4 4 PortGroup python 1.0
5 5
6 6 name py-plyvel
7 -version 1.0.4
8 -revision 1
7 +version 1.0.5
9 8 categories-append devel
10 9 platforms darwin
11 10 license BSD
12 11
13 12 python.versions 27 34 35 36 37
14 13
15 14 maintainers {ipglider.org:miguel @ipglider} openmaintainer
16 15
17 16 description Plyvel is a fast and feature-rich Python interface to LevelDB.
18 17 long_description Plyvel is a Python interface to LevelDB that has a rich \
19 18 feature set, high performance and a friendly Pythonic API.
20 19
21 20 homepage https://github.com/wbolster/plyvel
22 21 master_sites pypi:p/plyvel
23 22
24 23 distname plyvel-${version}
25 24
26 -checksums rmd160 710d90f258cb7898623b68cd55789d6aea63b7b0 \
27 - sha256 134e78519403a6f71f1e66df945763413c48d0f6dec02e1a61f55adf0f83106d \
28 - size 338470
25 +checksums rmd160 ee6e86a50b6f02be860f3caaec6d333eb7f0362b \
26 + sha256 d64d99fa457fbddb610516f109bd348da143f81324493a14dcb5231db06f8b91 \
27 + size 143728
29 28
30 29 if {${name} ne ${subport}} {
31 30 depends_build-append port:py${python.version}-setuptools
32 31 depends_lib-append port:leveldb
33 32
34 33 post-extract {
35 34 # Unreadable PKG-INFO breaks setuptools, and setuptools doesn't
36 35 # ensure it is installed with read permissions.
37 36 # https://github.com/pypa/setuptools/issues/1328
38 37 # https://github.com/pypa/setuptools/issues/617

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut