mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-25 23:12:57 +02:00
python-smbc: update to 1.0.16.
This commit is contained in:
parent
e6f4926449
commit
58a5fc6517
1 changed files with 8 additions and 7 deletions
|
@ -1,18 +1,19 @@
|
|||
# Template file for 'python-smbc'
|
||||
pkgname=python-smbc
|
||||
version=1.0.15.8
|
||||
revision=3
|
||||
version=1.0.16
|
||||
revision=1
|
||||
wrksrc="pysmbc-${version}"
|
||||
build_style=python-module
|
||||
hostmakedepends="pkg-config python-devel python3-devel"
|
||||
makedepends="${hostmakedepends/pkg-config/} samba-devel"
|
||||
pycompile_module="smbc"
|
||||
hostmakedepends="pkg-config python-devel python3-devel python-setuptools
|
||||
python3-setuptools"
|
||||
makedepends="python-devel python3-devel samba-devel"
|
||||
short_desc="Python2 bindings for libsmbclient"
|
||||
homepage="https://github.com/hamano/pysmbc"
|
||||
license="GPL-2"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="https://github.com/hamano/pysmbc"
|
||||
distfiles="${PYPI_SITE}/p/pysmbc/pysmbc-${version}.tar.bz2"
|
||||
checksum=0567c1789a911500b83c64becdaa0015c135cce0bcf59ec593df48859bebbf1d
|
||||
checksum=62199b5cca02c05d5f3b9edbc9a864fb8a2cbe47a465c0b9461642eb3b6f5aca
|
||||
|
||||
python3-smbc_package() {
|
||||
pycompile_module="smbc"
|
||||
|
|
Loading…
Add table
Reference in a new issue