summaryrefslogtreecommitdiff
path: root/gnu/packages/wireservice.scm
Commit message (Collapse)AuthorAge
* gnu: csvkit: Update to 1.0.5.Tobias Geerinckx-Rice2020-03-09
| | | | | | | * gnu/packages/wireservice.scm (csvkit): Update to 1.0.5. [source]: Remove upstreamed patch. * gnu/packages/patches/csvkit-fix-tests.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
* gnu: python-lxml: Move to (gnu packages xml).Marius Bakke2020-01-15
| | | | | | | | | | * gnu/packages/python-xyz.scm (python-lxml): Move from here ... * gnu/packages/xml.scm (python-lxml): ... to here. * gnu/packages/django.scm, gnu/packages/drones.scm, gnu/packages/libreoffice.scm, gnu/packages/nutrition.scm, gnu/packages/openstack.scm, gnu/packages/pulseaudio.scm, gnu/packages/python-science.scm, gnu/packages/tryton.scm, gnu/packages/wireservice.scm: Adjust module imports.
* gnu: wireservice: New wireservice-package macro.Pierre Langlois2019-07-08
| | | | | | | | | | | | Replace the parent 'base-package' variable with a 'wireservice-package' macro that includes all common package fields. * gnu/packages/wireservice.scm (base-package): Delete. (wireservice-package): New macro. (python-leather, python-agate, python-agate-sql, python-agate-dbf, python-agate-excel): Use wireservice-package. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add csvkit.Pierre Langlois2019-07-07
| | | | | | | | * gnu/packages/wireservice.scm (csvkit): New variable. * gnu/packages/patches/csvkit-fix-tests.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add python-agate-excel.Pierre Langlois2019-07-07
| | | | | | * gnu/packages/wireservice.scm (python-agate-excel): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add python-agate-dbf.Pierre Langlois2019-07-07
| | | | | | * gnu/packages/wireservice.scm (python-agate-dbf): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add python-agate-sql.Pierre Langlois2019-07-07
| | | | | | * gnu/packages/wireservice.scm (python-agate-sql): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add python-agate.Pierre Langlois2019-07-07
| | | | | | * gnu/packages/wireservice.scm (python-agate): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add python-leather.Pierre Langlois2019-07-07
* gnu/packages/wireservice.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>