mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-26 23:42: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'
|
# Template file for 'python-smbc'
|
||||||
pkgname=python-smbc
|
pkgname=python-smbc
|
||||||
version=1.0.15.8
|
version=1.0.16
|
||||||
revision=3
|
revision=1
|
||||||
wrksrc="pysmbc-${version}"
|
wrksrc="pysmbc-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
hostmakedepends="pkg-config python-devel python3-devel"
|
|
||||||
makedepends="${hostmakedepends/pkg-config/} samba-devel"
|
|
||||||
pycompile_module="smbc"
|
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"
|
short_desc="Python2 bindings for libsmbclient"
|
||||||
homepage="https://github.com/hamano/pysmbc"
|
|
||||||
license="GPL-2"
|
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
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"
|
distfiles="${PYPI_SITE}/p/pysmbc/pysmbc-${version}.tar.bz2"
|
||||||
checksum=0567c1789a911500b83c64becdaa0015c135cce0bcf59ec593df48859bebbf1d
|
checksum=62199b5cca02c05d5f3b9edbc9a864fb8a2cbe47a465c0b9461642eb3b6f5aca
|
||||||
|
|
||||||
python3-smbc_package() {
|
python3-smbc_package() {
|
||||||
pycompile_module="smbc"
|
pycompile_module="smbc"
|
||||||
|
|
Loading…
Add table
Reference in a new issue