[dev-python/pysmbc] version bump to 1.0.15.6

This commit is contained in:
Sławomir Nizio
2017-05-03 11:31:22 +02:00
parent be2636186d
commit df0f274e52
3 changed files with 4 additions and 21 deletions
+1 -1
View File
@@ -1 +1 @@
DIST pysmbc-1.0.13.tar.bz2 20795 SHA256 479fbb70d97fb64208d95975dc745f06f75661f954a8cbb988fe8b5bce4f379b
DIST pysmbc-1.0.15.6.tar.bz2 26460 SHA256 6b5271b45d3aa6896046efadd38db5e6fefcd992e8a55902d80e2b64e9875b9e SHA512 957dc930ef12dd23495f96703cd704bbcf322343bf6fbae261b02fdae705d30368b2b239b8fcc883fb0e00171f397848aa3c5886d372b113e49b698e70c1657e WHIRLPOOL 7bfcfc733cf0c83981ce30ced0028103c13654668290ef2f14601663a26da98064d2e67614c06373e4c6ff0ca1679aaf79d6847d147e2f0fff89942ecc0b94b3
@@ -1,12 +0,0 @@
--- a/smbcmodule.h 2017-03-21 18:07:04.234082345 +0100
+++ b/smbcmodule.h 2017-03-21 18:07:37.104125384 +0100
@@ -24,7 +24,7 @@
#ifndef HAVE_SMBCMODULE_H
#define HAVE_SMBCMODULE_H
-#include <libsmbclient.h>
+#include <samba-4.0/libsmbclient.h>
/* GCC attributes */
#if !defined(__GNUC__) || __GNUC__ < 2 || \
@@ -3,21 +3,16 @@
EAPI=6
PYTHON_COMPAT=( python2_7 )
PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
inherit distutils-r1
DESCRIPTION="Python bindings for libsmbclient"
HOMEPAGE="https://fedorahosted.org/pysmbc"
SRC_URI="http://cyberelk.net/tim/data/${PN}/${P}.tar.bz2"
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"
src_prepare() {
eapply "${FILESDIR}/${PN}-libsmbclient-fix.patch"
eapply_user
}