created [dev-python/pysmbc] for bug Bug 3229

This commit is contained in:
root@blacknoxis
2012-04-14 17:35:08 +03:00
parent bf32a4039d
commit 2ee1a36a94
2 changed files with 23 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
DIST pysmbc-1.0.13.tar.bz2 20795 RMD160 ed573822da34210aa6e0f9c09159de75db0aa505 SHA1 bf37346af4a6b543f7f91c46d0d1d0cc6020db32 SHA256 479fbb70d97fb64208d95975dc745f06f75661f954a8cbb988fe8b5bce4f379b
EBUILD pysmbc-1.0.13.ebuild 409 RMD160 07a0d9727c3300ec4f57f1e00a9a865d71e52fb6 SHA1 995ae53230058273e1ea62f016be22608efc5d96 SHA256 2a863812aa96941b867446de0aea974bce5a8b9fa51144f395d5df66b9524e02
+21
View File
@@ -0,0 +1,21 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=3
PYTHON_DEPEND="2"
inherit distutils
DESCRIPTION="Python bindings for libsmbclient"
HOMEPAGE="https://fedorahosted.org/pysmbc"
SRC_URI="http://cyberelk.net/tim/data/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
pkg_setup() {
python_set_active_version 2
}