ftp/py-aioftp: update 0.21.4 → 0.22.3
Converted to pep517, added missing runtime dependency on siosocks (it's optional in fact, but not worth fiddling with options), updated WWWs.
This commit is contained in:
parent
cb4afae28e
commit
0fa66f6fc2
2 changed files with 10 additions and 7 deletions
|
@ -1,25 +1,28 @@
|
|||
PORTNAME= aioftp
|
||||
PORTVERSION= 0.21.4
|
||||
PORTVERSION= 0.22.3
|
||||
CATEGORIES= ftp python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= amdmi3@FreeBSD.org
|
||||
COMMENT= FTP client/server for asyncio
|
||||
WWW= https://aioftp.readthedocs.io/
|
||||
WWW= https://pypi.org/project/aioftp/ \
|
||||
https://aioftp.readthedocs.io/ \
|
||||
https://github.com/aio-libs/aioftp
|
||||
|
||||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/license.txt
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}siosocks>=0:net/py-siosocks@${PY_FLAVOR}
|
||||
TEST_DEPENDS= ${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} \
|
||||
${PYTHON_PKGNAMEPREFIX}siosocks>0:net/py-siosocks@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}idna>0:dns/py-idna@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils pytest
|
||||
USE_PYTHON= autoplist pep517 pytest
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1665791042
|
||||
SHA256 (aioftp-0.21.4.tar.gz) = 28bb26d4616c7c381a1543281f987051b8d2d1d5bfaf023d9e7e2c2105c51bb9
|
||||
SIZE (aioftp-0.21.4.tar.gz) = 52587
|
||||
TIMESTAMP = 1709127788
|
||||
SHA256 (aioftp-0.22.3.tar.gz) = baa2b13186aa01622e4b82f27c2f48f4dafb48e457a6b18fcda99a925e0dc270
|
||||
SIZE (aioftp-0.22.3.tar.gz) = 62210
|
||||
|
|
Loading…
Reference in a new issue