View | Details | Raw Unified | Return to bug 242751
Collapse All | Expand All

(-)net/py-smbprotocol/Makefile (+25 lines)
Line 0 Link Here
1
# $FreeBSD$
2
3
PORTNAME=	smbprotocol
4
PORTVERSION=	0.2.0
5
CATEGORIES=	net python
6
MASTER_SITES=	CHEESESHOP
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
9
MAINTAINER=	rozhuk.im@gmail.com
10
COMMENT=	Interact with a server using the SMB 2/3 Protocol
11
12
LICENSE=	MIT
13
14
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cryptography>=2.0:security/py-cryptography@${PY_FLAVOR} \
15
		${PYTHON_PKGNAMEPREFIX}ntlm-auth>=1.2.0:security/py-ntlm-auth@${PY_FLAVOR} \
16
		${PYTHON_PKGNAMEPREFIX}pyasn1>=0:devel/py-pyasn1@${PY_FLAVOR} \
17
		${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \
18
		${PYTHON_PKGNAMEPREFIX}gssapi>=1.4.1:security/py-gssapi@${PY_FLAVOR}
19
20
USES=		python
21
USE_PYTHON=	autoplist concurrent distutils
22
23
NO_ARCH=	yes
24
25
.include <bsd.port.mk>
(-)net/py-smbprotocol/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1574432160
2
SHA256 (smbprotocol-0.2.0.tar.gz) = 69e26197502baa61865061aa4854f9098c552f7ac14c957be8fd63e527a6e3fa
3
SIZE (smbprotocol-0.2.0.tar.gz) = 61896
(-)net/py-smbprotocol/pkg-descr (+7 lines)
Line 0 Link Here
1
SMBv2 and v3 Client for both Python 2 and 3.
2
3
SMB is a network file sharing protocol and has numerous iterations over
4
the years. This library implements the SMBv2 and SMBv3 protocol based
5
on the MS-SMB2 document.
6
7
WWW: https://github.com/jborean93/smbprotocol/

Return to bug 242751