summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-python/agate-excel: Remove oldMichał Górny2023-12-084-106/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/agate-excel: Bump to 0.4.1Michał Górny2023-11-212-0/+35
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/agate-excel: Bump to 0.4.0Michał Górny2023-11-082-0/+35
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/agate-excel: Bump to 0.3.0Michał Górny2023-10-312-0/+35
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/agate-excel: Enable py3.12Michał Górny2023-10-291-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/csvkit: keyword with dependencies for ~{arm,x}64-macosBenda Xu2023-07-311-1/+1
| | | | | | | | | | | | | | | | | | | | 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>
* dev-python/agate-excel: Use pypi.eclassMichał Górny2023-03-171-2/+2
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/agate-excel: Remove oldMichał Górny2023-01-271-27/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: remove py3.8 from PYTHON_COMPATDavid Seifert2023-01-142-3/+3
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* dev-python/agate-excel: PEP517, py3.11Michał Górny2023-01-041-0/+35
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/agate-excel: Add python@ as co-maint.Michał Górny2022-06-041-0/+4
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/agate-excel: drop trailing full stop from DESCRIPTIONSam James2021-12-261-1/+1
| | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/agate-excel: clean depsArthur Zamarin2021-10-091-8/+2
| | | | | | Remove IUSE=xml and use lxml as test dep Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-python/agate-excel: drop 0.2.3Arthur Zamarin2021-10-092-39/+0
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* **/metadata.xml: Replace http by https in DOCTYPE elementUlrich Müller2021-09-111-1/+1
| | | | | Bug: https://bugs.gentoo.org/552720 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* dev-python/agate-excel: Bump to 0.2.5Michał Górny2021-08-092-0/+34
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/agate-excel: mark ALLARCHESArthur Zamarin2021-08-021-0/+1
| | | | | Signed-off-by: Arthur Zamarin <arthurzam@gmail.com> Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/agate-excel: bump EAPI=8, add python 3.10Arthur Zamarin2021-08-021-16/+7
| | | | | Signed-off-by: Arthur Zamarin <arthurzam@gmail.com> Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/agate-excel: Enable unit tests (bug 797379)Zac Medico2021-06-211-2/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* dev-python/agate-excel: Initial importZac Medico2021-06-213-0/+38
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Zac Medico <zmedico@gentoo.org>