Date: Sun, 6 Oct 2019 07:26:16 +0000 (UTC) From: Babak Farrokhi <farrokhi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r513875 - head/databases/py-aioredis Message-ID: <201910060726.x967QG3F059768@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: farrokhi Date: Sun Oct 6 07:26:15 2019 New Revision: 513875 URL: https://svnweb.freebsd.org/changeset/ports/513875 Log: databases/py-aioredis: Update to 1.3.0 - Update to 1.3.0 - Pet portlint Modified: head/databases/py-aioredis/Makefile head/databases/py-aioredis/distinfo head/databases/py-aioredis/pkg-descr Modified: head/databases/py-aioredis/Makefile ============================================================================== --- head/databases/py-aioredis/Makefile Sun Oct 6 07:21:11 2019 (r513874) +++ head/databases/py-aioredis/Makefile Sun Oct 6 07:26:15 2019 (r513875) @@ -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> Modified: head/databases/py-aioredis/distinfo ============================================================================== --- head/databases/py-aioredis/distinfo Sun Oct 6 07:21:11 2019 (r513874) +++ head/databases/py-aioredis/distinfo Sun Oct 6 07:26:15 2019 (r513875) @@ -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 Modified: head/databases/py-aioredis/pkg-descr ============================================================================== --- head/databases/py-aioredis/pkg-descr Sun Oct 6 07:21:11 2019 (r513874) +++ head/databases/py-aioredis/pkg-descr Sun Oct 6 07:26:15 2019 (r513875) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910060726.x967QG3F059768>