summaryrefslogtreecommitdiff
path: root/dev-python/agate-excel
AgeCommit message (Collapse)Author
2025-05-24dev-python/agate-excel: Enable py3.14Michał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2024-05-28dev-python/agate-excel: Enable py3.13Michał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2023-12-08dev-python/agate-excel: Remove oldMichał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2023-11-21dev-python/agate-excel: Bump to 0.4.1Michał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2023-11-08dev-python/agate-excel: Bump to 0.4.0Michał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2023-10-31dev-python/agate-excel: Bump to 0.3.0Michał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2023-10-29dev-python/agate-excel: Enable py3.12Michał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2023-07-31dev-python/csvkit: keyword with dependencies for ~{arm,x}64-macosBenda Xu
dev-python/agate: keyword 1.7.1 for ~arm64-macos, ~x64-macos dev-python/agate-excel: keyword 0.2.5-r2 for ~arm64-macos, ~x64-macos dev-python/agate-dbf: keyword 0.2.2-r2 for ~arm64-macos, ~x64-macos dev-python/agate-sql: keyword 0.5.9 for ~arm64-macos, ~x64-macos dev-python/dbfread: keyword 2.0.7-r1 for ~arm64-macos, ~x64-macos dev-python/openpyxl: keyword 3.1.2 for ~arm64-macos, ~x64-macos dev-python/xlrd: keyword 2.0.1-r1 for ~arm64-macos, ~x64-macos dev-python/et_xmlfile: keyword 1.1.0-r1 for ~arm64-macos, ~x64-macos dev-python/pytimeparse: keyword 1.1.8-r1 for ~arm64-macos, ~x64-macos dev-python/parsedatetime: keyword 2.6-r1 for ~arm64-macos, ~x64-macos dev-python/isodate: keyword 0.6.1-r1 for ~arm64-macos, ~x64-macos dev-python/pyicu: keyword 2.11 for ~arm64-macos, ~x64-macos dev-python/python-slugify: keyword 8.0.1 for ~arm64-macos, ~x64-macos dev-python/leather: keyword 0.3.4-r1 for ~arm64-macos, ~x64-macos dev-python/text-unidecode: keyword 1.3-r1 for ~arm64-macos, ~x64-macos Signed-off-by: Benda Xu <heroxbd@gentoo.org>
2023-03-17dev-python/agate-excel: Use pypi.eclassMichał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2023-01-27dev-python/agate-excel: Remove oldMichał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2023-01-14*/*: remove py3.8 from PYTHON_COMPATDavid Seifert
Signed-off-by: David Seifert <soap@gentoo.org>
2023-01-04dev-python/agate-excel: PEP517, py3.11Michał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2022-06-04dev-python/agate-excel: Add python@ as co-maint.Michał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2021-12-26dev-python/agate-excel: drop trailing full stop from DESCRIPTIONSam James
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Sam James <sam@gentoo.org>
2021-10-09dev-python/agate-excel: clean depsArthur Zamarin
Remove IUSE=xml and use lxml as test dep Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2021-10-09dev-python/agate-excel: drop 0.2.3Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2021-09-11**/metadata.xml: Replace http by https in DOCTYPE elementUlrich Müller
Bug: https://bugs.gentoo.org/552720 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
2021-08-09dev-python/agate-excel: Bump to 0.2.5Michał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2021-08-02dev-python/agate-excel: mark ALLARCHESArthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gmail.com> Signed-off-by: Michał Górny <mgorny@gentoo.org>
2021-08-02dev-python/agate-excel: bump EAPI=8, add python 3.10Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gmail.com> Signed-off-by: Michał Górny <mgorny@gentoo.org>
2021-06-21dev-python/agate-excel: Enable unit tests (bug 797379)Zac Medico
tests/test_table_xls.py::TestXLS::test_ambiguous_date PASSED [ 4%] tests/test_table_xls.py::TestXLS::test_empty PASSED [ 8%] tests/test_table_xls.py::TestXLS::test_file_like PASSED [ 13%] tests/test_table_xls.py::TestXLS::test_from_xls PASSED [ 17%] tests/test_table_xls.py::TestXLS::test_from_xls_with_column_names PASSED [ 21%] tests/test_table_xls.py::TestXLS::test_header PASSED [ 26%] tests/test_table_xls.py::TestXLS::test_numeric_column_name PASSED [ 30%] tests/test_table_xls.py::TestXLS::test_sheet_index PASSED [ 34%] tests/test_table_xls.py::TestXLS::test_sheet_multiple PASSED [ 39%] tests/test_table_xls.py::TestXLS::test_sheet_name PASSED [ 43%] tests/test_table_xls.py::TestXLS::test_skip_lines PASSED [ 47%] tests/test_table_xls.py::TestXLS::test_zeros PASSED [ 52%] tests/test_table_xlsx.py::TestXLSX::test_ambiguous_date FAILED [ 56%] tests/test_table_xlsx.py::TestXLSX::test_empty PASSED [ 60%] tests/test_table_xlsx.py::TestXLSX::test_file_like PASSED [ 65%] tests/test_table_xlsx.py::TestXLSX::test_from_xlsx PASSED [ 69%] tests/test_table_xlsx.py::TestXLSX::test_from_xlsx_with_column_names PASSED [ 73%] tests/test_table_xlsx.py::TestXLSX::test_header PASSED [ 78%] tests/test_table_xlsx.py::TestXLSX::test_numeric_column_name PASSED [ 82%] tests/test_table_xlsx.py::TestXLSX::test_sheet_index PASSED [ 86%] tests/test_table_xlsx.py::TestXLSX::test_sheet_multiple PASSED [ 91%] tests/test_table_xlsx.py::TestXLSX::test_sheet_name PASSED [ 95%] tests/test_table_xlsx.py::TestXLSX::test_skip_lines PASSED [100%] Reported-py: Michał Górny <mgorny@gentoo.org> Closes: https://bugs.gentoo.org/797379 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Zac Medico <zmedico@gentoo.org>
2021-06-21dev-python/agate-excel: Initial importZac Medico
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Zac Medico <zmedico@gentoo.org>