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 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup python 1.0 |
---|
6 | |
---|
7 | name LedgerScheduler |
---|
8 | version 1.0 |
---|
9 | categories office |
---|
10 | |
---|
11 | license MIT |
---|
12 | supported_archs noarch |
---|
13 | description Tool to auto populate Ledger with enteries when the time comes |
---|
14 | maintainers wbpsystems.com:ben |
---|
15 | |
---|
16 | long_description This application moves transactions from a scheduled transaction file to a main ledger file. A very common task would be to use this app as part of a cron job after using Depreciate for Ledger. |
---|
17 | extract.mkdir yes |
---|
18 | homepage https://github.com/tazzben/LedgerScheduler |
---|
19 | master_sites https://github.com/downloads/tazzben/LedgerScheduler |
---|
20 | |
---|
21 | checksums rmd160 c4058e4585ca2be8155f968de130858c70836301 \ |
---|
22 | sha256 d463af658812d88d021f7b8330909518ad35d1d3cbb2dd3cdf0c1212aad2c388 |
---|
23 | |
---|
24 | python.versions 27 |
---|
25 | python.default_version 27 |
---|
26 | |
---|
27 | depends_lib-append port:py${python.version}-dateutil |
---|
28 | |
---|
29 | python.link_binaries_suffix |
---|