-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
Showing
5 changed files
with
973 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
Oops, something went wrong.