./textproc/csvtomd, Convert your CSV files into Markdown tables

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.2.1, Package name: csvtomd-0.2.1, Maintainer: cheusov

I built csvtomd to convert one or more CSV files into nicely-padded
Markdown tables. Now you can build your tables in Excel and convert
them for use in GitHub, Bitbucket, or Mou Markdown files without
having to construct them by hand.


Required to run:
[devel/py-setuptools] [lang/python310]

Master sites:

Filesize: 6.176 KB

Version history: (Expand)


CVS history: (Expand)


   2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862)
Log message:
py-*: remove unused tool dependency

py-setuptools includes the py-wheel functionality nowadays
   2024-05-16 23:10:43 by Aleksey Cheusov | Files touched by this commit (1)
Log message:
Remove dependency on wip. Thanks to wiz@ forpointing out.
   2024-05-16 22:23:46 by Thomas Klausner | Files touched by this commit (3)
Log message:
csvtomd: convert to wheel.mk

Correct patch checksum.

XXX: depends on wip package
   2024-05-16 21:55:18 by Thomas Klausner | Files touched by this commit (1)
Log message:
csvtomd: restore PYTHON_VERSION_INCOMPATIBLE

e.g. py-test does not support py27.
   2024-05-16 19:06:25 by Aleksey Cheusov | Files touched by this commit (5)
Log message:
Update to 0.2.1

  Unfortunately upstream does not provide any NEWS/CHANGES
   2023-08-14 07:25:36 by Thomas Klausner | Files touched by this commit (1247)
Log message:
*: recursive bump for Python 3.11 as new default
   2022-06-30 13:19:02 by Nia Alarie | Files touched by this commit (524)
Log message:
*: Revbump packages that use Python at runtime without a PKGNAME prefix
   2022-01-05 16:41:32 by Thomas Klausner | Files touched by this commit (289)
Log message:
python: egg.mk: add USE_PKG_RESOURCES flag

This flag should be set for packages that import pkg_resources
and thus need setuptools after the build step.

Set this flag for packages that need it and bump PKGREVISION.