1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

databases/py-aiomcache: New port: Minimal asyncio memcached client

Asyncio (PEP 3156) library to work with memcached
This commit is contained in:
Jose Alonso Cardenas Marquez 2022-09-28 22:41:10 -05:00
parent df88af9353
commit 76c36620bd
4 changed files with 23 additions and 0 deletions

View File

@ -742,6 +742,7 @@
SUBDIR += py-Pyrseas
SUBDIR += py-aesqlapius
SUBDIR += py-agate-sql
SUBDIR += py-aiomcache
SUBDIR += py-aiomysql
SUBDIR += py-aiopg
SUBDIR += py-aioredis

View File

@ -0,0 +1,18 @@
PORTNAME= aiomcache
DISTVERSION= 0.7.0
CATEGORIES= databases python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= acm@FreeBSD.org
COMMENT= Minimal asyncio memcached client
WWW= https://github.com/aio-libs/aiomcache/
LICENSE= BSD
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= cpe python:3.7+
CPE_VENDOR= ${PORTNAME}_project
USE_PYTHON= autoplist distutils cython
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1664422512
SHA256 (aiomcache-0.7.0.tar.gz) = a73fd33bc9b4b2dad051d2b7ad0d14087491d87eb0a3d741c9c51a53665bf500
SIZE (aiomcache-0.7.0.tar.gz) = 12392

View File

@ -0,0 +1 @@
Asyncio (PEP 3156) library to work with memcached