freebsd-ports/security/py-scp/Makefile
Koichiro Iwao d2791353b7 security/py-scp: Update to 0.13.2
Fix AssertionError in recursive get() when _rename is set and server sends
a POPD at the end (_depth > 0).

PR:		236778
Submitted by:	Sergey Akhmatov <sergey@akhmatov.ru> (maintainer)
Relnotes:	https://github.com/jbardin/scp.py/blob/v0.13.2/CHANGELOG.md
2019-03-25 11:48:35 +00:00

21 lines
424 B
Makefile

# $FreeBSD$
PORTNAME= scp
DISTVERSION= 0.13.2
CATEGORIES= security python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sergey@akhmatov.ru
COMMENT= Scp module for paramiko
LICENSE= LGPL21+
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}paramiko>0:security/py-paramiko@${PY_FLAVOR}
USES= python
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>