[dev-python/pysmbc] Version bump

This commit is contained in:
MarvinHatesOceans
2019-12-08 03:15:45 +00:00
parent ebcaa55222
commit d3259c55dd
2 changed files with 19 additions and 0 deletions
+1
View File
@@ -1,3 +1,4 @@
DIST pysmbc-1.0.15.6.tar.bz2 26460 BLAKE2B b7b58b067a738cc8cefc06a78165307305c636090c71a515b94f60c3df008a1c8c7b0a5348a5fb6048ba3a07001379bbb2456b4fdae79d0bdc35a5cd0648357a SHA512 957dc930ef12dd23495f96703cd704bbcf322343bf6fbae261b02fdae705d30368b2b239b8fcc883fb0e00171f397848aa3c5886d372b113e49b698e70c1657e
DIST pysmbc-1.0.15.8.tar.bz2 24691 BLAKE2B e2ae081b577487cb21478bfcfeb50fa854c435571ace109ecdf2aebdc513bb09f915c45d14352c925a18f5cef8ab15aafee22ee92939fc9b730b5142d395b67c SHA512 401f08e358675afa4b16781b7188111c1c18d62ecc9fadd7e08d0aa6306afc8b0c83ecde43e8add1dad3dbcff00be334d63d995563ade3a781ffd88299da72fb
DIST pysmbc-1.0.16.tar.bz2 25523 BLAKE2B df2c76de63d8b1a4bc191f464dcb0f93642ed0a06e4be64ab246c955b986012a45236ee5bb02e5b4199321b9524948ad31ea32bd22224616efa9d05ef3905620 SHA512 4df1733fb6ad1499dc7b5385edb8acdeea753e7d749a5e01248eb9b7284418f498346ed475774003dcf6f7b30083935cfbe3cc5ab9dcc4da15c6d924f6e68197
DIST pysmbc-1.0.18.tar.bz2 25770 BLAKE2B e13c35708bbaab7c3fb21119c77cfe4e2d7baf3aacf61e4bc3b9314a95bca6ef687e05f3156ba44a740a2f25706cc187c210440cd38d70b5e39edcf7c74ca463 SHA512 d6c551b32f1c4c70da585b2230944468e78bde0eed24160549c5147333cda812058f60c908e53b26da93e7c256573147ab9d3212492bd2e698f9ffd09904be4d
+18
View File
@@ -0,0 +1,18 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
inherit distutils-r1
DESCRIPTION="Python bindings for libsmbclient"
HOMEPAGE="https://github.com/hamano/pysmbc"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
DEPEND=">=net-fs/samba-4.2.14"