forked from Lainports/freebsd-ports
finance/beanquery: Customizable lightweight SQL query tool
This commit is contained in:
parent
c5a35529bd
commit
a5fba84e06
4 changed files with 31 additions and 0 deletions
|
|
@ -20,6 +20,7 @@
|
|||
SUBDIR += aqbanking
|
||||
SUBDIR += beancount
|
||||
SUBDIR += beangulp
|
||||
SUBDIR += beanquery
|
||||
SUBDIR += beanie
|
||||
SUBDIR += chiapos
|
||||
SUBDIR += electrs
|
||||
|
|
|
|||
25
finance/beanquery/Makefile
Normal file
25
finance/beanquery/Makefile
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
PORTNAME= beanquery
|
||||
PORTVERSION= 0.1.0
|
||||
CATEGORIES= finance
|
||||
MASTER_SITES= PYPI
|
||||
|
||||
MAINTAINER= delphij@FreeBSD.org
|
||||
COMMENT= Customizable lightweight SQL query tool
|
||||
WWW= https://github.com/beancount/beanquery
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= ${PY_SETUPTOOLS} \
|
||||
${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=7:devel/py-click@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}python-dateutil>=0:devel/py-python-dateutil@${PY_FLAVOR} \
|
||||
TatSu>0:textproc/py-TatSu@${PY_FLAVOR} \
|
||||
beancount>0:finance/beancount
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist noflavors pep517
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
3
finance/beanquery/distinfo
Normal file
3
finance/beanquery/distinfo
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1736668992
|
||||
SHA256 (beanquery-0.1.0.tar.gz) = b69e099b8421b219bbcc3293af77e3c4ccad7ab25bf520fee48788672ffbf64a
|
||||
SIZE (beanquery-0.1.0.tar.gz) = 91156
|
||||
2
finance/beanquery/pkg-descr
Normal file
2
finance/beanquery/pkg-descr
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
beanquery is a customizable and extensible lightweight SQL query tool that
|
||||
works on tabular data, including Beancount ledger data.
|
||||
Loading…
Add table
Reference in a new issue