Skip to content

Commit

Permalink
py-beancount: Import version 2.2.3
Browse files Browse the repository at this point in the history
From the web site <http://furius.ca/beancount/>:

   Beancount is a double-entry bookkeeping computer language that lets
   you define financial transaction records in a text file, read them
   in memory, generate a variety of reports from them, and provides a
   web interface.
  • Loading branch information
riastradh committed Mar 22, 2020
1 parent ae23de1 commit 5315d43
Show file tree
Hide file tree
Showing 5 changed files with 973 additions and 1 deletion.
3 changes: 2 additions & 1 deletion finance/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.70 2019/12/03 16:32:16 adam Exp $
# $NetBSD: Makefile,v 1.71 2020/03/22 21:27:51 riastradh Exp $
#

COMMENT= Monetary, financial and related applications
Expand Down Expand Up @@ -30,6 +30,7 @@ SUBDIR+= p5-Locale-Currency-Format
SUBDIR+= py-alpha_vantage
SUBDIR+= py-alphalens
SUBDIR+= py-backtrader
SUBDIR+= py-beancount
SUBDIR+= py-bitcoinlib
SUBDIR+= py-bitcoinrpc
SUBDIR+= py-braintree
Expand Down
4 changes: 4 additions & 0 deletions finance/py-beancount/DESCR
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Beancount is a double-entry bookkeeping computer language that lets
you define financial transaction records in a text file, read them in
memory, generate a variety of reports from them, and provides a web
interface.
26 changes: 26 additions & 0 deletions finance/py-beancount/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# $NetBSD: Makefile,v 1.1 2020/03/22 21:27:51 riastradh Exp $

DISTNAME= beancount-2.2.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= finance python
MASTER_SITES= ${MASTER_SITE_PYPI:=b/beancount/}

MAINTAINER= [email protected]
HOMEPAGE= http://furius.ca/beancount/
COMMENT= Command-line double-entry bookkeeping
LICENSE= gnu-gpl-v2

# Manually transcribed from requirements.txt.
DEPENDS+= ${PYPKGPREFIX}-dateutil>=2.6.0:../../time/py-dateutil
DEPENDS+= ${PYPKGPREFIX}-bottle>=0.12:../../www/py-bottle
DEPENDS+= ${PYPKGPREFIX}-ply>=3.4:../../devel/py-ply
DEPENDS+= ${PYPKGPREFIX}-lxml>=3.0:../../textproc/py-lxml
DEPENDS+= ${PYPKGPREFIX}-google-api-python-client>=1.6.0:../../www/py-google-api-python-client
DEPENDS+= ${PYPKGPREFIX}-oauth2client>=4.0:../../security/py-oauth2client
DEPENDS+= ${PYPKGPREFIX}-httplib2>=0.10:../../www/py-httplib2
DEPENDS+= ${PYPKGPREFIX}-requests>=2.0:../../devel/py-requests
DEPENDS+= ${PYPKGPREFIX}-beautifulsoup4>=4:../../www/py-beautifulsoup4
DEPENDS+= ${PYPKGPREFIX}-magic>=0.4.12:../../sysutils/py-magic

.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Loading

0 comments on commit 5315d43

Please sign in to comment.