Version: 0.35.0, Package name: doit-0.35.0 |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Description doit comes from the idea of bringing the power of build-tools to execute any kind of task. A task describes some computation to be done (actions), and contains some extra meta-data. doit uses the task's meta-data to cache task results, correct execution order, and execute in parallel. doit is self-documented, provides inotify integration, allows for custom output, and is extensible. |
Filesize: 1417.482 KB |
Version History (View Complete History) |
|
2021-11-07 02:28:01 by Stuart Henderson | Files touched by this commit (2) |
Log message: update to doit-0.33.1 |
2021-11-01 18:00:52 by Stuart Henderson | Files touched by this commit (94) |
Log message: bump REVISION for switch from Python 3.8 -> 3.9 |
2021-02-23 12:39:53 by Stuart Henderson | Files touched by this commit (743) |
Log message: Reverse the polarity of MODPY_VERSION; default is now 3.x, if a port needs 2.x then set MODPY_VERSION=${MODPY_DEFAULT_VERSION_2}. This commit doesn't change any versions currently used; it may be that some ports have MODPY_DEFAULT_VERSION_2 but don't require it, those should be cleaned up in the course of updating ports where possible. Python module ports providing py3-* packages should still use FLAVOR=python3 so that we don't have a mixture of dependencies some using ${MODPY_FLAVOR} and others not. |
2020-07-03 15:13:23 by Stuart Henderson | Files touched by this commit (1032) |
Log message: bump REVISION; python 3 default changed to 3.8 |
2020-07-02 15:34:09 by Stuart Henderson | Files touched by this commit (3) |
Log message: update to doit-0.32.0, use https homepage tests are disabled as they require an additional dependency, but both ports depending on this still build ok. (doesn't help dependent ports build on 3.8 though, that likely needs a cloudpickle update). |
2019-07-12 14:46:30 by Stuart Henderson | Files touched by this commit (853) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2019-05-15 06:04:43 by Kurt Mosiejczuk | Files touched by this commit (167) |
Log message: 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-04-28 14:52:03 by Stuart Henderson | Files touched by this commit (715) |
Log message: 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. |
2018-05-30 23:51:57 by Remi Pointel | Files touched by this commit (3) |
Log message: update doit to 0.31.1. ok bcallah@ jasper@. |
2018-05-15 05:23:33 by Marc Espie | Files touched by this commit (2) |
Log message: canonical order |
2017-08-17 12:54:00 by Jasper Lievisse Adriaanse | Files touched by this commit (3) |
Log message: - update to doit-0.30.3 - switches to python3 - drop 'py-' prefix for this is primarily an application rather than a lib |
2015-09-29 04:51:54 by Stuart Henderson | Files touched by this commit (30) |
Log message: bump REVISION for setuptools dep change. |
2015-08-25 07:18:28 by Stuart Henderson | Files touched by this commit (107) |
Log message: remove bcallah as maintainer of his ports, at his request |
2015-08-22 18:29:43 by Brian Callahan | Files touched by this commit (3) |
Log message: Now that its new depends are in, update to 0.29.0 |
2015-04-13 03:30:57 by Jasper Lievisse Adriaanse | Files touched by this commit (1) |
Log message: last one that wasn't using MODPY_PI |
2015-02-03 16:30:55 by Brian Callahan | Files touched by this commit (2) |
Log message: Update to 0.27.0 |