mirror of https://git.FreeBSD.org/ports.git
finance/beangulp: Importers Framework for Beancount
This commit is contained in:
parent
aee3a0f6c7
commit
c5a35529bd
|
@ -19,6 +19,7 @@
|
|||
SUBDIR += alkimia
|
||||
SUBDIR += aqbanking
|
||||
SUBDIR += beancount
|
||||
SUBDIR += beangulp
|
||||
SUBDIR += beanie
|
||||
SUBDIR += chiapos
|
||||
SUBDIR += electrs
|
||||
|
|
|
@ -0,0 +1,26 @@
|
|||
PORTNAME= beangulp
|
||||
PORTVERSION= 0.1.1
|
||||
CATEGORIES= finance
|
||||
MASTER_SITES= PYPI
|
||||
|
||||
MAINTAINER= delphij@FreeBSD.org
|
||||
COMMENT= Importers Framework for Beancount
|
||||
WWW= https://github.com/beancount/beangulp/tree/master/examples/
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools-scm>0:devel/py-setuptools-scm@${PY_FLAVOR}
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}chardet>0:textproc/py-chardet@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}beautifulsoup>4:www/py-beautifulsoup@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}click>=7:devel/py-click@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}magic>0:devel/py-magic@${PY_FLAVOR} \
|
||||
beancount>0:finance/beancount
|
||||
|
||||
USES= python # same as finance/beancount
|
||||
USE_PYTHON= autoplist distutils noflavors
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1736656788
|
||||
SHA256 (beangulp-0.1.1.tar.gz) = 1fd131c76e5fda8c056efcc2f8a0d2bf5cd8141ef29060762601358f80f4a9b5
|
||||
SIZE (beangulp-0.1.1.tar.gz) = 75040
|
|
@ -0,0 +1,4 @@
|
|||
beangulp provides a framework for importing transactions into a Beancount
|
||||
ledger from account statements and other documents and for managing documents.
|
||||
|
||||
Documentation is available in form of code docstrings and examples.
|
Loading…
Reference in New Issue