blob: f262a46510a8c8eb186c639b49c39c1dcc68df50 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
PORTNAME= tinydb
PORTVERSION= 4.8.2
CATEGORIES= databases python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= jan@jantuomi.fi
COMMENT= Tiny document oriented database
WWW= https://github.com/msiemens/tinydb
LICENSE= MIT
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>0:devel/py-poetry-core@${PY_FLAVOR}
USES= python:3.11+
USE_PYTHON= pep517 autoplist
NO_ARCH= yes
.include <bsd.port.mk>
|