net-p2p/pybitmessage: bump to 0.6.2

This commit is contained in:
Julian Ospald 2017-03-12 20:09:16 +01:00
parent f7e77a3b6e
commit 3a0aac383d
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
1 changed files with 4 additions and 1 deletions

View File

@ -3,7 +3,7 @@
require github [ user=Bitmessage project=PyBitmessage tag=v${PV} ]
require gtk-icon-cache
require python [ blacklist=3 has_bin=true multibuild=false ]
require python [ blacklist=3 has_bin=true multibuild=false python_opts='[sqlite]' ]
SUMMARY="P2P communications protocol"
DESCRIPTION="
@ -27,11 +27,14 @@ MYOPTIONS="
DEPENDENCIES="
run:
dev-python/PyQt4[python_abis:*(-)?]
dev-python/msgpack-python[python_abis:*(-)?]
providers:libressl? ( dev-libs/libressl )
providers:openssl? ( dev-libs/openssl )
suggestion:
media-sound/mpg123 [[ description = [ For playing mp3 files ] ]]
net-misc/tor [[ description = [ For running bitmessage traffic
through the tor network ] ]]
sys-sound/alsa-utils [[ description = [ For playing wav files ] ]]
"
BUGS_TO="hasufell@posteo.de"