1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup python 1.0 |
---|
5 | PortGroup bitbucket 1.0 |
---|
6 | |
---|
7 | bitbucket.setup blais beancount 5858958 |
---|
8 | |
---|
9 | name beancount |
---|
10 | categories finance |
---|
11 | license GPL-2 |
---|
12 | revision 0 |
---|
13 | platforms darwin |
---|
14 | supported_archs noarch |
---|
15 | |
---|
16 | python.versions 33 35 |
---|
17 | |
---|
18 | description Double-Entry Accounting from Text Files |
---|
19 | long_description A double-entry bookkeeping computer language that lets \ |
---|
20 | you define financial transaction records in a text file, \ |
---|
21 | read them in memory, generate a variety of reports from \ |
---|
22 | them, and provides a web interface. |
---|
23 | |
---|
24 | homepage http://furius.ca/beancount/ |
---|
25 | fetch.type hg |
---|
26 | |
---|
27 | depends_lib port:py${python.version}-beautifulsoup4 \ |
---|
28 | port:py${python.version}-bottle \ |
---|
29 | port:py${python.version}-chardet \ |
---|
30 | port:py${python.version}-dateutil \ |
---|
31 | port:py${python.version}-lxml \ |
---|
32 | port:py${python.version}-magic \ |
---|
33 | port:py${python.version}-ply \ |
---|
34 | port:py${python.version}-google-api |
---|
35 | |
---|