1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00

databases/py-aioredis: Update to 1.3.0

- Update to 1.3.0
- Pet portlint
This commit is contained in:
Babak Farrokhi 2019-10-06 07:26:15 +00:00
parent 842dafd524
commit 9dd02801f0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=513875
3 changed files with 9 additions and 9 deletions

View File

@ -2,26 +2,26 @@
# $FreeBSD$
PORTNAME= aioredis
PORTVERSION= 1.2.0
PORTVERSION= 1.3.0
CATEGORIES= databases python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= farrokhi@FreeBSD.org
COMMENT= Python asyncio based Redis client library
COMMENT= Python asyncio (PEP 3156) Redis client library
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}async_timeout>0:devel/py-async_timeout@${PY_FLAVOR}
USES= python:3.5+
USE_PYTHON= distutils autoplist
OPTIONS_DEFINE= HIREDIS
HIREDIS_DESC= High performance response parser (via hiredis)
HIREDIS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hiredis>0:databases/py-hiredis@${PY_FLAVOR}
USES= python:3.5+
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1540486502
SHA256 (aioredis-1.2.0.tar.gz) = 84d62be729beb87118cf126c20b0e3f52d7a42bb7373dc5bcdd874f26f1f251a
SIZE (aioredis-1.2.0.tar.gz) = 150616
TIMESTAMP = 1570345992
SHA256 (aioredis-1.3.0.tar.gz) = 86da2748fb0652625a8346f413167f078ec72bdc76e217db7e605a059cd56e86
SIZE (aioredis-1.3.0.tar.gz) = 155751

View File

@ -1,6 +1,6 @@
asyncio (PEP 3156) Redis client library.
The library is intended to provide simple and clear interface
The library is intended to provide simple and clear interface
to Redis based on asyncio.
WWW: https://github.com/aio-libs/aioredis