mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
databases/py-aioredis: Update to 1.3.0
- Update to 1.3.0 - Pet portlint
This commit is contained in:
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
|
@ -2,26 +2,26 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= aioredis
|
PORTNAME= aioredis
|
||||||
PORTVERSION= 1.2.0
|
PORTVERSION= 1.3.0
|
||||||
CATEGORIES= databases python
|
CATEGORIES= databases python
|
||||||
MASTER_SITES= CHEESESHOP
|
MASTER_SITES= CHEESESHOP
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
|
||||||
MAINTAINER= farrokhi@FreeBSD.org
|
MAINTAINER= farrokhi@FreeBSD.org
|
||||||
COMMENT= Python asyncio based Redis client library
|
COMMENT= Python asyncio (PEP 3156) Redis client library
|
||||||
|
|
||||||
LICENSE= MIT
|
LICENSE= MIT
|
||||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
|
|
||||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}async_timeout>0:devel/py-async_timeout@${PY_FLAVOR}
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}async_timeout>0:devel/py-async_timeout@${PY_FLAVOR}
|
||||||
|
|
||||||
|
USES= python:3.5+
|
||||||
|
USE_PYTHON= distutils autoplist
|
||||||
|
|
||||||
OPTIONS_DEFINE= HIREDIS
|
OPTIONS_DEFINE= HIREDIS
|
||||||
|
|
||||||
HIREDIS_DESC= High performance response parser (via hiredis)
|
HIREDIS_DESC= High performance response parser (via hiredis)
|
||||||
|
|
||||||
HIREDIS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hiredis>0:databases/py-hiredis@${PY_FLAVOR}
|
HIREDIS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hiredis>0:databases/py-hiredis@${PY_FLAVOR}
|
||||||
|
|
||||||
USES= python:3.5+
|
|
||||||
USE_PYTHON= distutils autoplist
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1540486502
|
TIMESTAMP = 1570345992
|
||||||
SHA256 (aioredis-1.2.0.tar.gz) = 84d62be729beb87118cf126c20b0e3f52d7a42bb7373dc5bcdd874f26f1f251a
|
SHA256 (aioredis-1.3.0.tar.gz) = 86da2748fb0652625a8346f413167f078ec72bdc76e217db7e605a059cd56e86
|
||||||
SIZE (aioredis-1.2.0.tar.gz) = 150616
|
SIZE (aioredis-1.3.0.tar.gz) = 155751
|
||||||
|
|
Loading…
Add table
Reference in a new issue