Commit Graph

6 Commits

Author SHA1 Message Date
kmos
3c6df1cbf5 Move tests to MODPY_PYTEST 2019-11-25 23:06:54 +00:00
sthen
77f7cc9c61 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:49:33 +00:00
kmos
c45cd79fc7 Add RUN_DEPENDS to TEST_DEPENDS automatically for ports using the
lang/python port module. I've not yet come up with a port that
would not need this and one can always set MODPY_TESTDEP to "no"
to prevent the module from touching TEST_DEPENDS.

Idea from afresh1 who pointed out the cpan module already does this.

aja "I support this move."

OK sthen@
2019-05-15 12:04:34 +00:00
sthen
d7f0752227 bump all the py3 things, _SYSTEM_VERSION didn't quite work out how
we expected and it's easier|safer to do it this way than fiddle with
pkg_add now. thanks aja for update tests with a quick bulk.
2019-04-28 20:51:26 +00:00
semarie
d62ae22fa3 update py-ofxparse from 0.19 to 0.20
OK landry@
2018-12-01 09:10:26 +00:00
landry
069871052a Import py-ofxparse 0.19, from semarie@
ofxparse is a parser for Open Financial Exchange (.ofx) format files. OFX files
are available from almost any online banking site, so they work well if you
want to pull together your finances from multiple sources. Online trading
accounts also provide account statements in OFX files.

There are three different types of OFX files, called BankAccount, CreditAccount
and InvestmentAccount files. This library has been tested with real-world
samples of all three types. If you find a file that does not work with this
library, please consider contributing the file so ofxparse can be improved.
See the Help! section below for directions on how to do this.

ok danj@
2018-08-23 05:49:01 +00:00