py-aiosqlite: added version 0.13.0
AsyncIO bridge to the standard sqlite3 module for Python 3.5+.
This commit is contained in:
parent
13a07884a2
commit
d37b6fc1c2
5 changed files with 59 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.600 2020/05/23 07:25:08 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.601 2020/05/23 08:20:53 adam Exp $
|
||||
|
||||
COMMENT= Databases
|
||||
|
||||
|
@ -331,6 +331,7 @@ SUBDIR+= postgresql96-server
|
|||
SUBDIR+= prometheus
|
||||
SUBDIR+= pxtools
|
||||
SUBDIR+= py-PgSQL
|
||||
SUBDIR+= py-aiosqlite
|
||||
SUBDIR+= py-alembic
|
||||
SUBDIR+= py-apsw
|
||||
SUBDIR+= py-asyncpg
|
||||
|
|
1
databases/py-aiosqlite/DESCR
Normal file
1
databases/py-aiosqlite/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
AsyncIO bridge to the standard sqlite3 module for Python 3.5+.
|
21
databases/py-aiosqlite/Makefile
Normal file
21
databases/py-aiosqlite/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
# $NetBSD: Makefile,v 1.1 2020/05/23 08:20:54 adam Exp $
|
||||
|
||||
DISTNAME= aiosqlite-0.13.0
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= databases python
|
||||
MASTER_SITES= ${MASTER_SITE_PYPI:=a/aiosqlite/}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= https://github.com/jreese/aiosqlite
|
||||
COMMENT= Async bridge to the standard sqlite3 module
|
||||
LICENSE= mit
|
||||
|
||||
DEPENDS+= ${PYPKGPREFIX}-setuptools>=38.6.0:../../devel/py-setuptools
|
||||
TEST_DEPENDS+= ${PYPKGPREFIX}-aiounittest-[0-9]*:../../devel/py-aiounittest
|
||||
|
||||
USE_LANGUAGES= # none
|
||||
|
||||
PYTHON_VERSIONS_INCOMPATIBLE= 27
|
||||
|
||||
.include "../../lang/python/egg.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
29
databases/py-aiosqlite/PLIST
Normal file
29
databases/py-aiosqlite/PLIST
Normal file
|
@ -0,0 +1,29 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2020/05/23 08:20:54 adam Exp $
|
||||
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
||||
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
|
||||
${PYSITELIB}/aiosqlite/__init__.py
|
||||
${PYSITELIB}/aiosqlite/__init__.pyc
|
||||
${PYSITELIB}/aiosqlite/__init__.pyo
|
||||
${PYSITELIB}/aiosqlite/context.py
|
||||
${PYSITELIB}/aiosqlite/context.pyc
|
||||
${PYSITELIB}/aiosqlite/context.pyo
|
||||
${PYSITELIB}/aiosqlite/core.py
|
||||
${PYSITELIB}/aiosqlite/core.pyc
|
||||
${PYSITELIB}/aiosqlite/core.pyo
|
||||
${PYSITELIB}/aiosqlite/tests/__init__.py
|
||||
${PYSITELIB}/aiosqlite/tests/__init__.pyc
|
||||
${PYSITELIB}/aiosqlite/tests/__init__.pyo
|
||||
${PYSITELIB}/aiosqlite/tests/__main__.py
|
||||
${PYSITELIB}/aiosqlite/tests/__main__.pyc
|
||||
${PYSITELIB}/aiosqlite/tests/__main__.pyo
|
||||
${PYSITELIB}/aiosqlite/tests/helpers.py
|
||||
${PYSITELIB}/aiosqlite/tests/helpers.pyc
|
||||
${PYSITELIB}/aiosqlite/tests/helpers.pyo
|
||||
${PYSITELIB}/aiosqlite/tests/perf.py
|
||||
${PYSITELIB}/aiosqlite/tests/perf.pyc
|
||||
${PYSITELIB}/aiosqlite/tests/perf.pyo
|
||||
${PYSITELIB}/aiosqlite/tests/smoke.py
|
||||
${PYSITELIB}/aiosqlite/tests/smoke.pyc
|
||||
${PYSITELIB}/aiosqlite/tests/smoke.pyo
|
6
databases/py-aiosqlite/distinfo
Normal file
6
databases/py-aiosqlite/distinfo
Normal file
|
@ -0,0 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.1 2020/05/23 08:20:54 adam Exp $
|
||||
|
||||
SHA1 (aiosqlite-0.13.0.tar.gz) = 9bf0488218002955e9228383d73417c99bf35d16
|
||||
RMD160 (aiosqlite-0.13.0.tar.gz) = 60411be893a6d463556a9749f9dbdc6a4f4936d3
|
||||
SHA512 (aiosqlite-0.13.0.tar.gz) = f6304803f9533c8caded7e28feabe18367ee436af8a1a138344104708bd46eb7bbf0e0cad347a4e604b821463c4039b0de4ad3e72c6a39cb104d78e7d393fa62
|
||||
Size (aiosqlite-0.13.0.tar.gz) = 22869 bytes
|
Loading…
Reference in a new issue