mirror of
https://git.freebsd.org/ports.git
synced 2025-05-07 19:30:46 -04:00
23 lines
642 B
Makefile
23 lines
642 B
Makefile
PORTNAME= aiosqlite
|
|
PORTVERSION= 0.19.0
|
|
CATEGORIES= databases python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= romain@FreeBSD.org
|
|
COMMENT= AsyncIO bridge to the standard sqlite3 module for Python 3.7+
|
|
WWW= https://pypi.python.org/pypi/aiosqlite
|
|
|
|
LICENSE= MIT
|
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit-core>2:devel/py-flit-core@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR}
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR}
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist pep517
|
|
|
|
NO_ARCH= yes
|
|
MAKE_ENV+= PYTHONDONTWRITEBYTECODE=1
|
|
|
|
.include <bsd.port.mk>
|