parent
043c4d19a2
commit
cd4968fdf8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=497018
@ -75,6 +75,7 @@
|
||||
SUBDIR += puf
|
||||
SUBDIR += pure-ftpd
|
||||
SUBDIR += pureadmin
|
||||
SUBDIR += py-aioftp
|
||||
SUBDIR += py-ftputil
|
||||
SUBDIR += py-pycurl
|
||||
SUBDIR += py-pyftpdlib
|
||||
|
29
ftp/py-aioftp/Makefile
Normal file
29
ftp/py-aioftp/Makefile
Normal file
@ -0,0 +1,29 @@
|
||||
# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= aioftp
|
||||
PORTVERSION= 0.13.0
|
||||
CATEGORIES= ftp
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= amdmi3@FreeBSD.org
|
||||
COMMENT= ftp client/server for asyncio
|
||||
|
||||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/license.txt
|
||||
|
||||
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}pytest-asyncio>=0:devel/py-pytest-asyncio@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}pytest-cov>=0:devel/py-pytest-cov@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}trustme>=0:security/py-trustme@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}async_timeout>0:devel/py-async_timeout@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.5+
|
||||
USE_PYTHON= autoplist distutils
|
||||
NO_ARCH= yes
|
||||
|
||||
do-test:
|
||||
@cd ${WRKSRC} && ${PYTHON_CMD} -m pytest
|
||||
|
||||
.include <bsd.port.mk>
|
3
ftp/py-aioftp/distinfo
Normal file
3
ftp/py-aioftp/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1553707731
|
||||
SHA256 (aioftp-0.13.0.tar.gz) = 5711c03433b510c101e9337069033133cca19b508b5162b414bed24320de6c18
|
||||
SIZE (aioftp-0.13.0.tar.gz) = 87069
|
3
ftp/py-aioftp/pkg-descr
Normal file
3
ftp/py-aioftp/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
ftp client/server for asyncio
|
||||
|
||||
WWW: https://aioftp.readthedocs.io/
|
Loading…
Reference in New Issue
Block a user