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:
parent
df88af9353
commit
76c36620bd
@ -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
|
||||
|
18
databases/py-aiomcache/Makefile
Normal file
18
databases/py-aiomcache/Makefile
Normal 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>
|
3
databases/py-aiomcache/distinfo
Normal file
3
databases/py-aiomcache/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1664422512
|
||||
SHA256 (aiomcache-0.7.0.tar.gz) = a73fd33bc9b4b2dad051d2b7ad0d14087491d87eb0a3d741c9c51a53665bf500
|
||||
SIZE (aiomcache-0.7.0.tar.gz) = 12392
|
1
databases/py-aiomcache/pkg-descr
Normal file
1
databases/py-aiomcache/pkg-descr
Normal file
@ -0,0 +1 @@
|
||||
Asyncio (PEP 3156) library to work with memcached
|
Loading…
Reference in New Issue
Block a user