* [gentoo-commits] repo/gentoo:master commit in: dev-python/csvkit/
@ 2021-06-22 5:06 Zac Medico
0 siblings, 0 replies; 22+ messages in thread
From: Zac Medico @ 2021-06-22 5:06 UTC (permalink / raw
To: gentoo-commits
commit: c4ae2a83960893e216b06a3e4df606873c1ef34d
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 22 04:36:19 2021 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Tue Jun 22 05:04:03 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4ae2a83
dev-python/csvkit: Initial import
tests/test_cleanup.py::TestCleanup::test_fix_rows PASSED [ 0%]
tests/test_cleanup.py::TestCleanup::test_real_world_join_fail PASSED [ 0%]
tests/test_cli.py::TestCli::test_match_column_identifier_numeric PASSED [ 1%]
tests/test_cli.py::TestCli::test_match_column_identifier_string PASSED [ 1%]
tests/test_cli.py::TestCli::test_match_column_which_could_be_integer_name_is_treated_as_positional_id PASSED [ 1%]
tests/test_cli.py::TestCli::test_parse_column_identifiers PASSED [ 2%]
tests/test_cli.py::TestCli::test_range_notation PASSED [ 2%]
tests/test_cli.py::TestCli::test_range_notation_open_ended PASSED [ 3%]
tests/test_grep.py::TestGrep::test_any_match PASSED [ 3%]
tests/test_grep.py::TestGrep::test_any_match_and_inverse PASSED [ 3%]
tests/test_grep.py::TestGrep::test_column_names_in_patterns PASSED [ 4%]
tests/test_grep.py::TestGrep::test_duplicate_column_ids_in_patterns PASSED [ 4%]
tests/test_grep.py::TestGrep::test_index_out_of_range PASSED [ 4%]
tests/test_grep.py::TestGrep::test_inverse PASSED [ 5%]
tests/test_grep.py::TestGrep::test_mixed_indices_and_column_names_in_patterns PASSED [ 5%]
tests/test_grep.py::TestGrep::test_multiline PASSED [ 6%]
tests/test_grep.py::TestGrep::test_no_header PASSED [ 6%]
tests/test_grep.py::TestGrep::test_pattern PASSED [ 6%]
tests/test_grep.py::TestGrep::test_regex PASSED [ 7%]
tests/test_convert/test_convert.py::TestConvert::test_guess_csv PASSED [ 7%]
tests/test_convert/test_convert.py::TestConvert::test_guess_dbf PASSED [ 8%]
tests/test_convert/test_convert.py::TestConvert::test_guess_fixed PASSED [ 8%]
tests/test_convert/test_convert.py::TestConvert::test_guess_invalid PASSED [ 8%]
tests/test_convert/test_convert.py::TestConvert::test_guess_json PASSED [ 9%]
tests/test_convert/test_convert.py::TestConvert::test_guess_xls PASSED [ 9%]
tests/test_convert/test_convert.py::TestConvert::test_guess_xls_uppercase PASSED [ 9%]
tests/test_convert/test_convert.py::TestConvert::test_guess_xlsx PASSED [ 10%]
tests/test_convert/test_fixed.py::TestFixed::test_fixed PASSED [ 10%]
tests/test_convert/test_fixed.py::TestFixed::test_fixed_no_inference PASSED [ 11%]
tests/test_convert/test_fixed.py::TestFixed::test_fixed_skip_lines PASSED [ 11%]
tests/test_convert/test_fixed.py::TestFixed::test_fixed_streaming PASSED [ 11%]
tests/test_convert/test_fixed.py::TestFixed::test_one_based_row_decoder PASSED [ 12%]
tests/test_convert/test_fixed.py::TestFixed::test_schema_decoder_in_action PASSED [ 12%]
tests/test_convert/test_fixed.py::TestFixed::test_schema_decoder_init PASSED [ 13%]
tests/test_convert/test_fixed.py::TestFixed::test_schematic_line_parser PASSED [ 13%]
tests/test_utilities/test_csvclean.py::TestCSVClean::test_changes_character_encoding PASSED [ 13%]
tests/test_utilities/test_csvclean.py::TestCSVClean::test_changes_line_endings PASSED [ 14%]
tests/test_utilities/test_csvclean.py::TestCSVClean::test_dry_run PASSED [ 14%]
tests/test_utilities/test_csvclean.py::TestCSVClean::test_empty <- tests/utils.py PASSED [ 14%]
tests/test_utilities/test_csvclean.py::TestCSVClean::test_launch_new_instance PASSED [ 15%]
tests/test_utilities/test_csvclean.py::TestCSVClean::test_no_header_row PASSED [ 15%]
tests/test_utilities/test_csvclean.py::TestCSVClean::test_removes_bom PASSED [ 16%]
tests/test_utilities/test_csvclean.py::TestCSVClean::test_removes_optional_quote_characters PASSED [ 16%]
tests/test_utilities/test_csvclean.py::TestCSVClean::test_simple PASSED [ 16%]
tests/test_utilities/test_csvclean.py::TestCSVClean::test_skip_lines PASSED [ 17%]
tests/test_utilities/test_csvcut.py::TestCSVCut::test_delete_empty PASSED [ 17%]
tests/test_utilities/test_csvcut.py::TestCSVCut::test_empty <- tests/utils.py PASSED [ 18%]
tests/test_utilities/test_csvcut.py::TestCSVCut::test_exclude PASSED [ 18%]
tests/test_utilities/test_csvcut.py::TestCSVCut::test_include_and_exclude PASSED [ 18%]
tests/test_utilities/test_csvcut.py::TestCSVCut::test_invalid_column <- tests/utils.py PASSED [ 19%]
tests/test_utilities/test_csvcut.py::TestCSVCut::test_invalid_options <- tests/utils.py PASSED [ 19%]
tests/test_utilities/test_csvcut.py::TestCSVCut::test_launch_new_instance PASSED [ 19%]
tests/test_utilities/test_csvcut.py::TestCSVCut::test_names <- tests/utils.py PASSED [ 20%]
tests/test_utilities/test_csvcut.py::TestCSVCut::test_names_with_skip_lines PASSED [ 20%]
tests/test_utilities/test_csvcut.py::TestCSVCut::test_no_header_row PASSED [ 21%]
tests/test_utilities/test_csvcut.py::TestCSVCut::test_ragged PASSED [ 21%]
tests/test_utilities/test_csvcut.py::TestCSVCut::test_simple PASSED [ 21%]
tests/test_utilities/test_csvcut.py::TestCSVCut::test_skip_lines PASSED [ 22%]
tests/test_utilities/test_csvcut.py::TestCSVCut::test_truncate PASSED [ 22%]
tests/test_utilities/test_csvcut.py::TestCSVCut::test_unicode PASSED [ 22%]
tests/test_utilities/test_csvcut.py::TestCSVCut::test_with_bzip2 PASSED [ 23%]
tests/test_utilities/test_csvcut.py::TestCSVCut::test_with_gzip PASSED [ 23%]
tests/test_utilities/test_csvformat.py::TestCSVFormat::test_delimiter PASSED [ 24%]
tests/test_utilities/test_csvformat.py::TestCSVFormat::test_doublequote PASSED [ 24%]
tests/test_utilities/test_csvformat.py::TestCSVFormat::test_empty <- tests/utils.py PASSED [ 24%]
tests/test_utilities/test_csvformat.py::TestCSVFormat::test_escapechar PASSED [ 25%]
tests/test_utilities/test_csvformat.py::TestCSVFormat::test_launch_new_instance PASSED [ 25%]
tests/test_utilities/test_csvformat.py::TestCSVFormat::test_linenumbers PASSED [ 26%]
tests/test_utilities/test_csvformat.py::TestCSVFormat::test_lineterminator PASSED [ 26%]
tests/test_utilities/test_csvformat.py::TestCSVFormat::test_no_header_row PASSED [ 26%]
tests/test_utilities/test_csvformat.py::TestCSVFormat::test_quotechar PASSED [ 27%]
tests/test_utilities/test_csvformat.py::TestCSVFormat::test_skip_lines PASSED [ 27%]
tests/test_utilities/test_csvformat.py::TestCSVFormat::test_tab_delimiter PASSED [ 27%]
tests/test_utilities/test_csvgrep.py::TestCSVGrep::test_any_match PASSED [ 28%]
tests/test_utilities/test_csvgrep.py::TestCSVGrep::test_empty <- tests/utils.py PASSED [ 28%]
tests/test_utilities/test_csvgrep.py::TestCSVGrep::test_invalid_column <- tests/utils.py PASSED [ 29%]
tests/test_utilities/test_csvgrep.py::TestCSVGrep::test_invalid_options <- tests/utils.py PASSED [ 29%]
tests/test_utilities/test_csvgrep.py::TestCSVGrep::test_invert_match PASSED [ 29%]
tests/test_utilities/test_csvgrep.py::TestCSVGrep::test_kwargs_with_line_numbers PASSED [ 30%]
tests/test_utilities/test_csvgrep.py::TestCSVGrep::test_launch_new_instance PASSED [ 30%]
tests/test_utilities/test_csvgrep.py::TestCSVGrep::test_match PASSED [ 31%]
tests/test_utilities/test_csvgrep.py::TestCSVGrep::test_match_utf8 PASSED [ 31%]
tests/test_utilities/test_csvgrep.py::TestCSVGrep::test_match_utf8_bom PASSED [ 31%]
tests/test_utilities/test_csvgrep.py::TestCSVGrep::test_match_with_line_numbers PASSED [ 32%]
tests/test_utilities/test_csvgrep.py::TestCSVGrep::test_names <- tests/utils.py PASSED [ 32%]
tests/test_utilities/test_csvgrep.py::TestCSVGrep::test_no_match PASSED [ 32%]
tests/test_utilities/test_csvgrep.py::TestCSVGrep::test_re_match PASSED [ 33%]
tests/test_utilities/test_csvgrep.py::TestCSVGrep::test_re_match_utf8 PASSED [ 33%]
tests/test_utilities/test_csvgrep.py::TestCSVGrep::test_skip_lines PASSED [ 34%]
tests/test_utilities/test_csvgrep.py::TestCSVGrep::test_string_match PASSED [ 34%]
tests/test_utilities/test_csvjoin.py::TestCSVJoin::test_blanks PASSED [ 34%]
tests/test_utilities/test_csvjoin.py::TestCSVJoin::test_empty <- tests/utils.py PASSED [ 35%]
tests/test_utilities/test_csvjoin.py::TestCSVJoin::test_inner PASSED [ 35%]
tests/test_utilities/test_csvjoin.py::TestCSVJoin::test_launch_new_instance PASSED [ 36%]
tests/test_utilities/test_csvjoin.py::TestCSVJoin::test_left PASSED [ 36%]
tests/test_utilities/test_csvjoin.py::TestCSVJoin::test_left_short_columns PASSED [ 36%]
tests/test_utilities/test_csvjoin.py::TestCSVJoin::test_no_blanks PASSED [ 37%]
tests/test_utilities/test_csvjoin.py::TestCSVJoin::test_no_header_row PASSED [ 37%]
tests/test_utilities/test_csvjoin.py::TestCSVJoin::test_no_inference PASSED [ 37%]
tests/test_utilities/test_csvjoin.py::TestCSVJoin::test_outer PASSED [ 38%]
tests/test_utilities/test_csvjoin.py::TestCSVJoin::test_right PASSED [ 38%]
tests/test_utilities/test_csvjoin.py::TestCSVJoin::test_sequential PASSED [ 39%]
tests/test_utilities/test_csvjoin.py::TestCSVJoin::test_single PASSED [ 39%]
tests/test_utilities/test_csvjoin.py::TestCSVJoin::test_sniff_limit_no_limit PASSED [ 39%]
tests/test_utilities/test_csvjoin.py::TestCSVJoin::test_sniff_limit_zero_limit PASSED [ 40%]
tests/test_utilities/test_csvjson.py::TestCSVJSON::test_blanks PASSED [ 40%]
tests/test_utilities/test_csvjson.py::TestCSVJSON::test_duplicate_keys PASSED [ 40%]
tests/test_utilities/test_csvjson.py::TestCSVJSON::test_empty <- tests/utils.py PASSED [ 41%]
tests/test_utilities/test_csvjson.py::TestCSVJSON::test_geojson_point PASSED [ 41%]
tests/test_utilities/test_csvjson.py::TestCSVJSON::test_geojson_shape PASSED [ 42%]
tests/test_utilities/test_csvjson.py::TestCSVJSON::test_geojson_with_crs PASSED [ 42%]
tests/test_utilities/test_csvjson.py::TestCSVJSON::test_geojson_with_id PASSED [ 42%]
tests/test_utilities/test_csvjson.py::TestCSVJSON::test_geojson_with_no_bbox PASSED [ 43%]
tests/test_utilities/test_csvjson.py::TestCSVJSON::test_indentation PASSED [ 43%]
tests/test_utilities/test_csvjson.py::TestCSVJSON::test_keying PASSED [ 44%]
tests/test_utilities/test_csvjson.py::TestCSVJSON::test_launch_new_instance PASSED [ 44%]
tests/test_utilities/test_csvjson.py::TestCSVJSON::test_ndgeojson PASSED [ 44%]
tests/test_utilities/test_csvjson.py::TestCSVJSON::test_ndgeojson_streaming PASSED [ 45%]
tests/test_utilities/test_csvjson.py::TestCSVJSON::test_ndjson PASSED [ 45%]
tests/test_utilities/test_csvjson.py::TestCSVJSON::test_ndjson_streaming PASSED [ 45%]
tests/test_utilities/test_csvjson.py::TestCSVJSON::test_no_blanks PASSED [ 46%]
tests/test_utilities/test_csvjson.py::TestCSVJSON::test_no_header_row PASSED [ 46%]
tests/test_utilities/test_csvjson.py::TestCSVJSON::test_no_inference PASSED [ 47%]
tests/test_utilities/test_csvjson.py::TestCSVJSON::test_simple PASSED [ 47%]
tests/test_utilities/test_csvjson.py::TestCSVJSON::test_sniff_limit PASSED [ 47%]
tests/test_utilities/test_csvjson.py::TestCSVJSON::test_tsv PASSED [ 48%]
tests/test_utilities/test_csvjson.py::TestCSVJSON::test_tsv_streaming PASSED [ 48%]
tests/test_utilities/test_csvlook.py::TestCSVLook::test_blanks PASSED [ 49%]
tests/test_utilities/test_csvlook.py::TestCSVLook::test_empty <- tests/utils.py PASSED [ 49%]
tests/test_utilities/test_csvlook.py::TestCSVLook::test_encoding PASSED [ 49%]
tests/test_utilities/test_csvlook.py::TestCSVLook::test_launch_new_instance PASSED [ 50%]
tests/test_utilities/test_csvlook.py::TestCSVLook::test_linenumbers PASSED [ 50%]
tests/test_utilities/test_csvlook.py::TestCSVLook::test_max_column_width PASSED [ 50%]
tests/test_utilities/test_csvlook.py::TestCSVLook::test_max_columns PASSED [ 51%]
tests/test_utilities/test_csvlook.py::TestCSVLook::test_max_rows PASSED [ 51%]
tests/test_utilities/test_csvlook.py::TestCSVLook::test_no_blanks PASSED [ 52%]
tests/test_utilities/test_csvlook.py::TestCSVLook::test_no_header_row PASSED [ 52%]
tests/test_utilities/test_csvlook.py::TestCSVLook::test_no_inference PASSED [ 52%]
tests/test_utilities/test_csvlook.py::TestCSVLook::test_runs PASSED [ 53%]
tests/test_utilities/test_csvlook.py::TestCSVLook::test_simple PASSED [ 53%]
tests/test_utilities/test_csvlook.py::TestCSVLook::test_sniff_limit_no_limit PASSED [ 54%]
tests/test_utilities/test_csvlook.py::TestCSVLook::test_sniff_limit_zero_limit PASSED [ 54%]
tests/test_utilities/test_csvlook.py::TestCSVLook::test_stdin PASSED [ 54%]
tests/test_utilities/test_csvlook.py::TestCSVLook::test_unicode PASSED [ 55%]
tests/test_utilities/test_csvlook.py::TestCSVLook::test_unicode_bom PASSED [ 55%]
tests/test_utilities/test_csvsort.py::TestCSVSort::test_blanks PASSED [ 55%]
tests/test_utilities/test_csvsort.py::TestCSVSort::test_empty <- tests/utils.py PASSED [ 56%]
tests/test_utilities/test_csvsort.py::TestCSVSort::test_encoding PASSED [ 56%]
tests/test_utilities/test_csvsort.py::TestCSVSort::test_invalid_column <- tests/utils.py PASSED [ 57%]
tests/test_utilities/test_csvsort.py::TestCSVSort::test_invalid_options <- tests/utils.py PASSED [ 57%]
tests/test_utilities/test_csvsort.py::TestCSVSort::test_launch_new_instance PASSED [ 57%]
tests/test_utilities/test_csvsort.py::TestCSVSort::test_names <- tests/utils.py PASSED [ 58%]
tests/test_utilities/test_csvsort.py::TestCSVSort::test_no_blanks PASSED [ 58%]
tests/test_utilities/test_csvsort.py::TestCSVSort::test_no_header_row PASSED [ 59%]
tests/test_utilities/test_csvsort.py::TestCSVSort::test_no_inference PASSED [ 59%]
tests/test_utilities/test_csvsort.py::TestCSVSort::test_runs PASSED [ 59%]
tests/test_utilities/test_csvsort.py::TestCSVSort::test_sort_date PASSED [ 60%]
tests/test_utilities/test_csvsort.py::TestCSVSort::test_sort_string_reverse PASSED [ 60%]
tests/test_utilities/test_csvsort.py::TestCSVSort::test_sort_t_and_nulls PASSED [ 60%]
tests/test_utilities/test_csvsort.py::TestCSVSort::test_stdin PASSED [ 61%]
tests/test_utilities/test_csvsql.py::TestCSVSQL::test_before_after_insert PASSED [ 61%]
tests/test_utilities/test_csvsql.py::TestCSVSQL::test_blanks PASSED [ 62%]
tests/test_utilities/test_csvsql.py::TestCSVSQL::test_create_if_not_exists PASSED [ 62%]
tests/test_utilities/test_csvsql.py::TestCSVSQL::test_create_table PASSED [ 62%]
tests/test_utilities/test_csvsql.py::TestCSVSQL::test_empty <- tests/utils.py PASSED [ 63%]
tests/test_utilities/test_csvsql.py::TestCSVSQL::test_launch_new_instance PASSED [ 63%]
tests/test_utilities/test_csvsql.py::TestCSVSQL::test_linenumbers PASSED [ 63%]
tests/test_utilities/test_csvsql.py::TestCSVSQL::test_no_blanks PASSED [ 64%]
tests/test_utilities/test_csvsql.py::TestCSVSQL::test_no_create_if_not_exists PASSED [ 64%]
tests/test_utilities/test_csvsql.py::TestCSVSQL::test_no_header_row PASSED [ 65%]
tests/test_utilities/test_csvsql.py::TestCSVSQL::test_no_inference PASSED [ 65%]
tests/test_utilities/test_csvsql.py::TestCSVSQL::test_no_prefix_unique_constraint PASSED [ 65%]
tests/test_utilities/test_csvsql.py::TestCSVSQL::test_prefix_unique_constraint PASSED [ 66%]
tests/test_utilities/test_csvsql.py::TestCSVSQL::test_query PASSED [ 66%]
tests/test_utilities/test_csvsql.py::TestCSVSQL::test_query_empty PASSED [ 67%]
tests/test_utilities/test_csvsql.py::TestCSVSQL::test_query_file PASSED [ 67%]
tests/test_utilities/test_csvsql.py::TestCSVSQL::test_query_text PASSED [ 67%]
tests/test_utilities/test_csvsql.py::TestCSVSQL::test_query_update PASSED [ 68%]
tests/test_utilities/test_csvsql.py::TestCSVSQL::test_stdin PASSED [ 68%]
tests/test_utilities/test_csvsql.py::TestCSVSQL::test_stdin_and_filename PASSED [ 68%]
tests/test_utilities/test_csvstack.py::TestCSVStack::test_empty <- tests/utils.py PASSED [ 69%]
tests/test_utilities/test_csvstack.py::TestCSVStack::test_explicit_grouping PASSED [ 69%]
tests/test_utilities/test_csvstack.py::TestCSVStack::test_filenames_grouping PASSED [ 70%]
tests/test_utilities/test_csvstack.py::TestCSVStack::test_launch_new_instance PASSED [ 70%]
tests/test_utilities/test_csvstack.py::TestCSVStack::test_multiple_file_stack PASSED [ 70%]
tests/test_utilities/test_csvstack.py::TestCSVStack::test_no_header_row PASSED [ 71%]
tests/test_utilities/test_csvstack.py::TestCSVStack::test_single_file_stack PASSED [ 71%]
tests/test_utilities/test_csvstack.py::TestCSVStack::test_skip_lines PASSED [ 72%]
tests/test_utilities/test_csvstat.py::TestCSVStat::test_columns PASSED [ 72%]
tests/test_utilities/test_csvstat.py::TestCSVStat::test_count_only PASSED [ 72%]
tests/test_utilities/test_csvstat.py::TestCSVStat::test_csv PASSED [ 73%]
tests/test_utilities/test_csvstat.py::TestCSVStat::test_csv_columns PASSED [ 73%]
tests/test_utilities/test_csvstat.py::TestCSVStat::test_empty <- tests/utils.py PASSED [ 73%]
tests/test_utilities/test_csvstat.py::TestCSVStat::test_encoding PASSED [ 74%]
tests/test_utilities/test_csvstat.py::TestCSVStat::test_freq PASSED [ 74%]
tests/test_utilities/test_csvstat.py::TestCSVStat::test_freq_count PASSED [ 75%]
tests/test_utilities/test_csvstat.py::TestCSVStat::test_freq_list PASSED [ 75%]
tests/test_utilities/test_csvstat.py::TestCSVStat::test_invalid_column <- tests/utils.py PASSED [ 75%]
tests/test_utilities/test_csvstat.py::TestCSVStat::test_invalid_options <- tests/utils.py PASSED [ 76%]
tests/test_utilities/test_csvstat.py::TestCSVStat::test_launch_new_instance PASSED [ 76%]
tests/test_utilities/test_csvstat.py::TestCSVStat::test_linenumbers PASSED [ 77%]
tests/test_utilities/test_csvstat.py::TestCSVStat::test_max_length PASSED [ 77%]
tests/test_utilities/test_csvstat.py::TestCSVStat::test_names <- tests/utils.py PASSED [ 77%]
tests/test_utilities/test_csvstat.py::TestCSVStat::test_no_header_row PASSED [ 78%]
tests/test_utilities/test_csvstat.py::TestCSVStat::test_runs PASSED [ 78%]
tests/test_utilities/test_csvstat.py::TestCSVStat::test_unique PASSED [ 78%]
tests/test_utilities/test_in2csv.py::TestIn2CSV::test_blanks PASSED [ 79%]
tests/test_utilities/test_in2csv.py::TestIn2CSV::test_convert_csv PASSED [ 79%]
tests/test_utilities/test_in2csv.py::TestIn2CSV::test_convert_csv_with_skip_lines PASSED [ 80%]
tests/test_utilities/test_in2csv.py::TestIn2CSV::test_convert_geojson PASSED [ 80%]
tests/test_utilities/test_in2csv.py::TestIn2CSV::test_convert_json PASSED [ 80%]
tests/test_utilities/test_in2csv.py::TestIn2CSV::test_convert_ndjson PASSED [ 81%]
tests/test_utilities/test_in2csv.py::TestIn2CSV::test_convert_nested_json PASSED [ 81%]
tests/test_utilities/test_in2csv.py::TestIn2CSV::test_convert_tsv PASSED [ 81%]
tests/test_utilities/test_in2csv.py::TestIn2CSV::test_convert_tsv_streaming PASSED [ 82%]
tests/test_utilities/test_in2csv.py::TestIn2CSV::test_convert_xls PASSED [ 82%]
tests/test_utilities/test_in2csv.py::TestIn2CSV::test_convert_xls_with_sheet PASSED [ 83%]
tests/test_utilities/test_in2csv.py::TestIn2CSV::test_convert_xls_with_skip_lines PASSED [ 83%]
tests/test_utilities/test_in2csv.py::TestIn2CSV::test_convert_xls_with_unicode_sheet PASSED [ 83%]
tests/test_utilities/test_in2csv.py::TestIn2CSV::test_convert_xls_with_write_sheets PASSED [ 84%]
tests/test_utilities/test_in2csv.py::TestIn2CSV::test_convert_xlsx PASSED [ 84%]
tests/test_utilities/test_in2csv.py::TestIn2CSV::test_convert_xlsx_with_sheet PASSED [ 85%]
tests/test_utilities/test_in2csv.py::TestIn2CSV::test_convert_xlsx_with_skip_lines PASSED [ 85%]
tests/test_utilities/test_in2csv.py::TestIn2CSV::test_convert_xlsx_with_unicode_sheet PASSED [ 85%]
tests/test_utilities/test_in2csv.py::TestIn2CSV::test_convert_xlsx_with_write_sheets PASSED [ 86%]
tests/test_utilities/test_in2csv.py::TestIn2CSV::test_csv_datetime_inference PASSED [ 86%]
tests/test_utilities/test_in2csv.py::TestIn2CSV::test_csv_no_headers PASSED [ 86%]
tests/test_utilities/test_in2csv.py::TestIn2CSV::test_csv_no_headers_streaming PASSED [ 87%]
tests/test_utilities/test_in2csv.py::TestIn2CSV::test_csv_no_inference PASSED [ 87%]
tests/test_utilities/test_in2csv.py::TestIn2CSV::test_date_format PASSED [ 88%]
tests/test_utilities/test_in2csv.py::TestIn2CSV::test_date_format_default PASSED [ 88%]
tests/test_utilities/test_in2csv.py::TestIn2CSV::test_date_like_number PASSED [ 88%]
tests/test_utilities/test_in2csv.py::TestIn2CSV::test_empty <- tests/utils.py PASSED [ 89%]
tests/test_utilities/test_in2csv.py::TestIn2CSV::test_geojson_no_inference PASSED [ 89%]
tests/test_utilities/test_in2csv.py::TestIn2CSV::test_json_no_inference PASSED [ 90%]
tests/test_utilities/test_in2csv.py::TestIn2CSV::test_launch_new_instance PASSED [ 90%]
tests/test_utilities/test_in2csv.py::TestIn2CSV::test_locale PASSED [ 90%]
tests/test_utilities/test_in2csv.py::TestIn2CSV::test_names PASSED [ 91%]
tests/test_utilities/test_in2csv.py::TestIn2CSV::test_names_xls PASSED [ 91%]
tests/test_utilities/test_in2csv.py::TestIn2CSV::test_names_xlsx PASSED [ 91%]
tests/test_utilities/test_in2csv.py::TestIn2CSV::test_ndjson_no_inference PASSED [ 92%]
tests/test_utilities/test_in2csv.py::TestIn2CSV::test_no_blanks PASSED [ 92%]
tests/test_utilities/test_in2csv.py::TestIn2CSV::test_numeric_date_format PASSED [ 93%]
tests/test_utilities/test_in2csv.py::TestIn2CSV::test_numeric_date_format_default PASSED [ 93%]
tests/test_utilities/test_in2csv.py::TestIn2CSV::test_version PASSED [ 93%]
tests/test_utilities/test_in2csv.py::TestIn2CSV::test_xls_no_inference PASSED [ 94%]
tests/test_utilities/test_in2csv.py::TestIn2CSV::test_xlsx_no_inference PASSED [ 94%]
tests/test_utilities/test_sql2csv.py::TestSQL2CSV::test_empty <- tests/utils.py PASSED [ 95%]
tests/test_utilities/test_sql2csv.py::TestSQL2CSV::test_encoding PASSED [ 95%]
tests/test_utilities/test_sql2csv.py::TestSQL2CSV::test_file PASSED [ 95%]
tests/test_utilities/test_sql2csv.py::TestSQL2CSV::test_file_with_query PASSED [ 96%]
tests/test_utilities/test_sql2csv.py::TestSQL2CSV::test_launch_new_instance PASSED [ 96%]
tests/test_utilities/test_sql2csv.py::TestSQL2CSV::test_linenumbers PASSED [ 96%]
tests/test_utilities/test_sql2csv.py::TestSQL2CSV::test_no_header_row PASSED [ 97%]
tests/test_utilities/test_sql2csv.py::TestSQL2CSV::test_query PASSED [ 97%]
tests/test_utilities/test_sql2csv.py::TestSQL2CSV::test_stdin PASSED [ 98%]
tests/test_utilities/test_sql2csv.py::TestSQL2CSV::test_stdin_with_file PASSED [ 98%]
tests/test_utilities/test_sql2csv.py::TestSQL2CSV::test_stdin_with_file_and_query PASSED [ 98%]
tests/test_utilities/test_sql2csv.py::TestSQL2CSV::test_stdin_with_query PASSED [ 99%]
tests/test_utilities/test_sql2csv.py::TestSQL2CSV::test_unicode PASSED [ 99%]
tests/test_utilities/test_sql2csv.py::TestSQL2CSV::test_wildcard_on_sqlite PASSED [100%]
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
dev-python/csvkit/Manifest | 1 +
dev-python/csvkit/csvkit-1.0.5.ebuild | 47 +++++++++++++++++++++++++++++++++++
dev-python/csvkit/metadata.xml | 13 ++++++++++
3 files changed, 61 insertions(+)
diff --git a/dev-python/csvkit/Manifest b/dev-python/csvkit/Manifest
new file mode 100644
index 00000000000..f3248abe68c
--- /dev/null
+++ b/dev-python/csvkit/Manifest
@@ -0,0 +1 @@
+DIST csvkit-1.0.5.tar.gz 3783495 BLAKE2B 19210c23480cb3068af74c922a3495612f40bbf5c4985f7018c9c185564dd0c101292f165ddd03440220f582bfdc1590e2f75e8e5c92edd71e76e46a73b26547 SHA512 62dc7a5eefeda9c8824b24f8844b6c1ead5449797d9d004111885b03a1989ad89d1f48b3b7d4a69130885b85cc3c1352910737e416fc19f2038525632b1569f6
diff --git a/dev-python/csvkit/csvkit-1.0.5.ebuild b/dev-python/csvkit/csvkit-1.0.5.ebuild
new file mode 100644
index 00000000000..1430aee3a91
--- /dev/null
+++ b/dev-python/csvkit/csvkit-1.0.5.ebuild
@@ -0,0 +1,47 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{8..9} )
+DISTUTILS_USE_SETUPTOOLS=bdepend
+
+inherit distutils-r1
+
+DESCRIPTION="A suite of utilities for converting to and working with CSV."
+HOMEPAGE="https://github.com/wireservice/csvkit https://pypi.org/project/csvkit/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test +xml"
+RESTRICT="!test? ( test )"
+
+# Other packages have BDEPEND="test? ( dev-python/csvkit[xml] )"
+AGATE_VERSION_DEP=">=dev-python/agate-1.6.1"
+TEST_AGAINST_RDEPEND="xml? ( ${AGATE_VERSION_DEP}[xml,${PYTHON_USEDEP}] )"
+RDEPEND="
+ ${AGATE_VERSION_DEP}[${PYTHON_USEDEP}]
+ >=dev-python/agate-excel-0.2.2[${PYTHON_USEDEP}]
+ >=dev-python/agate-dbf-0.2.0[${PYTHON_USEDEP}]
+ >=dev-python/agate-sql-0.5.3[${PYTHON_USEDEP}]
+ >=dev-python/six-1.6.1[${PYTHON_USEDEP}]
+
+ ${TEST_AGAINST_RDEPEND}
+"
+BDEPEND="test? ( ${AGATE_VERSION_DEP}[xml,${PYTHON_USEDEP}] )"
+
+distutils_enable_tests pytest
+
+python_test() {
+ local pytest_args test_name xfails
+
+ xfails=(
+ tests/test_utilities/test_in2csv.py::TestIn2CSV::test_convert_dbf
+ )
+
+ for test_name in "${xfails[@]}"; do
+ pytest_args+=(--deselect "${test_name}")
+ done
+
+ epytest "${pytest_args[@]}" || die
+}
diff --git a/dev-python/csvkit/metadata.xml b/dev-python/csvkit/metadata.xml
new file mode 100644
index 00000000000..e13598b0ff4
--- /dev/null
+++ b/dev-python/csvkit/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>zmedico@gentoo.org</email>
+ </maintainer>
+ <upstream>
+ <bugs-to>https://github.com/wireservice/csvkit/issues</bugs-to>
+ <changelog>https://github.com/wireservice/csvkit/blob/master/CHANGELOG.rst</changelog>
+ <remote-id type="pypi">csvkit</remote-id>
+ <remote-id type="github">wireservice/csvkit</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/csvkit/
@ 2021-07-14 21:41 Michał Górny
0 siblings, 0 replies; 22+ messages in thread
From: Michał Górny @ 2021-07-14 21:41 UTC (permalink / raw
To: gentoo-commits
commit: fa80d939402d5eb57f8393ea9ed02b716fefd3ea
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 14 19:49:00 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jul 14 21:40:21 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa80d939
dev-python/csvkit: Bump to 1.0.6
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/csvkit/Manifest | 1 +
dev-python/csvkit/csvkit-1.0.6.ebuild | 48 +++++++++++++++++++++++++++++++++++
2 files changed, 49 insertions(+)
diff --git a/dev-python/csvkit/Manifest b/dev-python/csvkit/Manifest
index f3248abe68c..ed2ba250cb0 100644
--- a/dev-python/csvkit/Manifest
+++ b/dev-python/csvkit/Manifest
@@ -1 +1,2 @@
DIST csvkit-1.0.5.tar.gz 3783495 BLAKE2B 19210c23480cb3068af74c922a3495612f40bbf5c4985f7018c9c185564dd0c101292f165ddd03440220f582bfdc1590e2f75e8e5c92edd71e76e46a73b26547 SHA512 62dc7a5eefeda9c8824b24f8844b6c1ead5449797d9d004111885b03a1989ad89d1f48b3b7d4a69130885b85cc3c1352910737e416fc19f2038525632b1569f6
+DIST csvkit-1.0.6.tar.gz 3784737 BLAKE2B b1e4583443cbfc62f713d3b311bbe313cf4e69b7aa5aa13dc6970375a727a804ba1dbd176b25487027d3bc1a5696f2ce649a460c91ef7c5591c33bb3c6f48c33 SHA512 fb37404405f2f2c0bf803a1df8186aa9e3b11cbf3c4f6e1fe6dc06d53730aa91d462bebcca3917e9a451f1d81df053abd9ceedfaab085ab696f9ba701c873323
diff --git a/dev-python/csvkit/csvkit-1.0.6.ebuild b/dev-python/csvkit/csvkit-1.0.6.ebuild
new file mode 100644
index 00000000000..b703b4a252c
--- /dev/null
+++ b/dev-python/csvkit/csvkit-1.0.6.ebuild
@@ -0,0 +1,48 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python3_{8..9} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+inherit distutils-r1
+
+DESCRIPTION="A suite of utilities for converting to and working with CSV."
+HOMEPAGE="https://github.com/wireservice/csvkit https://pypi.org/project/csvkit/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test +xml"
+RESTRICT="!test? ( test )"
+
+# Other packages have BDEPEND="test? ( dev-python/csvkit[xml] )"
+AGATE_VERSION_DEP=">=dev-python/agate-1.6.1"
+TEST_AGAINST_RDEPEND="xml? ( ${AGATE_VERSION_DEP}[xml,${PYTHON_USEDEP}] )"
+RDEPEND="
+ ${AGATE_VERSION_DEP}[${PYTHON_USEDEP}]
+ >=dev-python/agate-excel-0.2.2[${PYTHON_USEDEP}]
+ >=dev-python/agate-dbf-0.2.0[${PYTHON_USEDEP}]
+ >=dev-python/agate-sql-0.5.3[${PYTHON_USEDEP}]
+ >=dev-python/six-1.6.1[${PYTHON_USEDEP}]
+
+ ${TEST_AGAINST_RDEPEND}
+"
+BDEPEND="test? ( ${AGATE_VERSION_DEP}[xml,${PYTHON_USEDEP}] )"
+
+distutils_enable_tests pytest
+
+python_test() {
+ local pytest_args test_name xfails
+
+ xfails=(
+ tests/test_utilities/test_in2csv.py::TestIn2CSV::test_convert_dbf
+ )
+
+ for test_name in "${xfails[@]}"; do
+ pytest_args+=(--deselect "${test_name}")
+ done
+
+ epytest "${pytest_args[@]}"
+}
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/csvkit/
@ 2021-08-02 8:17 Michał Górny
0 siblings, 0 replies; 22+ messages in thread
From: Michał Górny @ 2021-08-02 8:17 UTC (permalink / raw
To: gentoo-commits
commit: 319758e98fc6f0d1ca81197461babdc1595716c2
Author: Arthur Zamarin <arthurzam <AT> gmail <DOT> com>
AuthorDate: Fri Jul 30 17:58:05 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Aug 2 08:17:04 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=319758e9
dev-python/csvkit: mark ALLARCHES
Signed-off-by: Arthur Zamarin <arthurzam <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/21838
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/csvkit/metadata.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-python/csvkit/metadata.xml b/dev-python/csvkit/metadata.xml
index e13598b0ff4..690a0b7545d 100644
--- a/dev-python/csvkit/metadata.xml
+++ b/dev-python/csvkit/metadata.xml
@@ -4,6 +4,7 @@
<maintainer type="person">
<email>zmedico@gentoo.org</email>
</maintainer>
+ <stabilize-allarches/>
<upstream>
<bugs-to>https://github.com/wireservice/csvkit/issues</bugs-to>
<changelog>https://github.com/wireservice/csvkit/blob/master/CHANGELOG.rst</changelog>
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/csvkit/
@ 2021-08-02 8:17 Michał Górny
0 siblings, 0 replies; 22+ messages in thread
From: Michał Górny @ 2021-08-02 8:17 UTC (permalink / raw
To: gentoo-commits
commit: 53606011b8e355209cc73bf522b3559bcdf704c0
Author: Arthur Zamarin <arthurzam <AT> gmail <DOT> com>
AuthorDate: Fri Jul 30 17:50:41 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Aug 2 08:17:02 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53606011
dev-python/csvkit: enable py3.10
Signed-off-by: Arthur Zamarin <arthurzam <AT> gmail.com>
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/csvkit/csvkit-1.0.6.ebuild | 17 +++++------------
1 file changed, 5 insertions(+), 12 deletions(-)
diff --git a/dev-python/csvkit/csvkit-1.0.6.ebuild b/dev-python/csvkit/csvkit-1.0.6.ebuild
index b703b4a252c..899bb8fae0d 100644
--- a/dev-python/csvkit/csvkit-1.0.6.ebuild
+++ b/dev-python/csvkit/csvkit-1.0.6.ebuild
@@ -2,7 +2,8 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{8..9} )
+
+PYTHON_COMPAT=( python3_{8..10} )
DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1
@@ -14,8 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
-IUSE="test +xml"
-RESTRICT="!test? ( test )"
+IUSE="+xml"
# Other packages have BDEPEND="test? ( dev-python/csvkit[xml] )"
AGATE_VERSION_DEP=">=dev-python/agate-1.6.1"
@@ -34,15 +34,8 @@ BDEPEND="test? ( ${AGATE_VERSION_DEP}[xml,${PYTHON_USEDEP}] )"
distutils_enable_tests pytest
python_test() {
- local pytest_args test_name xfails
-
- xfails=(
+ local deselect=(
tests/test_utilities/test_in2csv.py::TestIn2CSV::test_convert_dbf
)
-
- for test_name in "${xfails[@]}"; do
- pytest_args+=(--deselect "${test_name}")
- done
-
- epytest "${pytest_args[@]}"
+ epytest ${deselect[@]/#/--deselect }
}
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/csvkit/
@ 2021-08-02 8:17 Michał Górny
0 siblings, 0 replies; 22+ messages in thread
From: Michał Górny @ 2021-08-02 8:17 UTC (permalink / raw
To: gentoo-commits
commit: 09c40572c506249ba83fc4f8988688cb18a6185c
Author: Arthur Zamarin <arthurzam <AT> gmail <DOT> com>
AuthorDate: Fri Jul 30 17:50:54 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Aug 2 08:17:03 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09c40572
dev-python/csvkit: drop 1.0.5
Signed-off-by: Arthur Zamarin <arthurzam <AT> gmail.com>
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/csvkit/Manifest | 1 -
dev-python/csvkit/csvkit-1.0.5.ebuild | 47 -----------------------------------
2 files changed, 48 deletions(-)
diff --git a/dev-python/csvkit/Manifest b/dev-python/csvkit/Manifest
index ed2ba250cb0..aef8d69341e 100644
--- a/dev-python/csvkit/Manifest
+++ b/dev-python/csvkit/Manifest
@@ -1,2 +1 @@
-DIST csvkit-1.0.5.tar.gz 3783495 BLAKE2B 19210c23480cb3068af74c922a3495612f40bbf5c4985f7018c9c185564dd0c101292f165ddd03440220f582bfdc1590e2f75e8e5c92edd71e76e46a73b26547 SHA512 62dc7a5eefeda9c8824b24f8844b6c1ead5449797d9d004111885b03a1989ad89d1f48b3b7d4a69130885b85cc3c1352910737e416fc19f2038525632b1569f6
DIST csvkit-1.0.6.tar.gz 3784737 BLAKE2B b1e4583443cbfc62f713d3b311bbe313cf4e69b7aa5aa13dc6970375a727a804ba1dbd176b25487027d3bc1a5696f2ce649a460c91ef7c5591c33bb3c6f48c33 SHA512 fb37404405f2f2c0bf803a1df8186aa9e3b11cbf3c4f6e1fe6dc06d53730aa91d462bebcca3917e9a451f1d81df053abd9ceedfaab085ab696f9ba701c873323
diff --git a/dev-python/csvkit/csvkit-1.0.5.ebuild b/dev-python/csvkit/csvkit-1.0.5.ebuild
deleted file mode 100644
index 1430aee3a91..00000000000
--- a/dev-python/csvkit/csvkit-1.0.5.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{8..9} )
-DISTUTILS_USE_SETUPTOOLS=bdepend
-
-inherit distutils-r1
-
-DESCRIPTION="A suite of utilities for converting to and working with CSV."
-HOMEPAGE="https://github.com/wireservice/csvkit https://pypi.org/project/csvkit/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test +xml"
-RESTRICT="!test? ( test )"
-
-# Other packages have BDEPEND="test? ( dev-python/csvkit[xml] )"
-AGATE_VERSION_DEP=">=dev-python/agate-1.6.1"
-TEST_AGAINST_RDEPEND="xml? ( ${AGATE_VERSION_DEP}[xml,${PYTHON_USEDEP}] )"
-RDEPEND="
- ${AGATE_VERSION_DEP}[${PYTHON_USEDEP}]
- >=dev-python/agate-excel-0.2.2[${PYTHON_USEDEP}]
- >=dev-python/agate-dbf-0.2.0[${PYTHON_USEDEP}]
- >=dev-python/agate-sql-0.5.3[${PYTHON_USEDEP}]
- >=dev-python/six-1.6.1[${PYTHON_USEDEP}]
-
- ${TEST_AGAINST_RDEPEND}
-"
-BDEPEND="test? ( ${AGATE_VERSION_DEP}[xml,${PYTHON_USEDEP}] )"
-
-distutils_enable_tests pytest
-
-python_test() {
- local pytest_args test_name xfails
-
- xfails=(
- tests/test_utilities/test_in2csv.py::TestIn2CSV::test_convert_dbf
- )
-
- for test_name in "${xfails[@]}"; do
- pytest_args+=(--deselect "${test_name}")
- done
-
- epytest "${pytest_args[@]}" || die
-}
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/csvkit/
@ 2021-10-09 6:34 Arthur Zamarin
0 siblings, 0 replies; 22+ messages in thread
From: Arthur Zamarin @ 2021-10-09 6:34 UTC (permalink / raw
To: gentoo-commits
commit: 7a4b01967300e904091cb4ad1a18d6a0c3af4163
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 8 20:25:38 2021 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Oct 9 06:34:14 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a4b0196
dev-python/csvkit: clean deps
Remove IUSE=xml and use lxml as test dep
Closes: https://github.com/gentoo/gentoo/pull/22519
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
.../{csvkit-1.0.6.ebuild => csvkit-1.0.6-r1.ebuild} | 19 +++++--------------
1 file changed, 5 insertions(+), 14 deletions(-)
diff --git a/dev-python/csvkit/csvkit-1.0.6.ebuild b/dev-python/csvkit/csvkit-1.0.6-r1.ebuild
similarity index 59%
rename from dev-python/csvkit/csvkit-1.0.6.ebuild
rename to dev-python/csvkit/csvkit-1.0.6-r1.ebuild
index 899bb8fae0d..9c13bf83576 100644
--- a/dev-python/csvkit/csvkit-1.0.6.ebuild
+++ b/dev-python/csvkit/csvkit-1.0.6-r1.ebuild
@@ -15,27 +15,18 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
-IUSE="+xml"
-# Other packages have BDEPEND="test? ( dev-python/csvkit[xml] )"
-AGATE_VERSION_DEP=">=dev-python/agate-1.6.1"
-TEST_AGAINST_RDEPEND="xml? ( ${AGATE_VERSION_DEP}[xml,${PYTHON_USEDEP}] )"
RDEPEND="
- ${AGATE_VERSION_DEP}[${PYTHON_USEDEP}]
+ >=dev-python/agate-1.6.1[${PYTHON_USEDEP}]
>=dev-python/agate-excel-0.2.2[${PYTHON_USEDEP}]
>=dev-python/agate-dbf-0.2.0[${PYTHON_USEDEP}]
>=dev-python/agate-sql-0.5.3[${PYTHON_USEDEP}]
>=dev-python/six-1.6.1[${PYTHON_USEDEP}]
-
- ${TEST_AGAINST_RDEPEND}
"
-BDEPEND="test? ( ${AGATE_VERSION_DEP}[xml,${PYTHON_USEDEP}] )"
+BDEPEND="test? ( dev-python/lxml[${PYTHON_USEDEP}] )"
distutils_enable_tests pytest
-python_test() {
- local deselect=(
- tests/test_utilities/test_in2csv.py::TestIn2CSV::test_convert_dbf
- )
- epytest ${deselect[@]/#/--deselect }
-}
+EPYTEST_DESELECT=(
+ tests/test_utilities/test_in2csv.py::TestIn2CSV::test_convert_dbf
+)
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/csvkit/
@ 2022-03-09 19:13 Arthur Zamarin
0 siblings, 0 replies; 22+ messages in thread
From: Arthur Zamarin @ 2022-03-09 19:13 UTC (permalink / raw
To: gentoo-commits
commit: 23c0a3b74e5dadbf05846094d32067bfc404055d
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 9 18:43:00 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 9 18:43:00 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23c0a3b7
dev-python/csvkit: add 1.0.7
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/csvkit/Manifest | 1 +
dev-python/csvkit/csvkit-1.0.7.ebuild | 31 +++++++++++++++++++++++++++++++
2 files changed, 32 insertions(+)
diff --git a/dev-python/csvkit/Manifest b/dev-python/csvkit/Manifest
index aef8d69341e5..c20e1de8a206 100644
--- a/dev-python/csvkit/Manifest
+++ b/dev-python/csvkit/Manifest
@@ -1 +1,2 @@
DIST csvkit-1.0.6.tar.gz 3784737 BLAKE2B b1e4583443cbfc62f713d3b311bbe313cf4e69b7aa5aa13dc6970375a727a804ba1dbd176b25487027d3bc1a5696f2ce649a460c91ef7c5591c33bb3c6f48c33 SHA512 fb37404405f2f2c0bf803a1df8186aa9e3b11cbf3c4f6e1fe6dc06d53730aa91d462bebcca3917e9a451f1d81df053abd9ceedfaab085ab696f9ba701c873323
+DIST csvkit-1.0.7.tar.gz 3792335 BLAKE2B 6a9c5c1287648271eacf5f010a4b181f5e997a52d196ac4b73b95723e5ce2a3d90d0b51fe4f597b0b346292cefc16b7c283b02e9a8e56f26e10bca9b3f8622ea SHA512 c6275ed000639a1ddf15246eb1e0198787f832537a284900067e3ec65986be115709b3fd4aaf8e13a9b53160edd57ebb864ee1e73354712591c78297b6d293b7
diff --git a/dev-python/csvkit/csvkit-1.0.7.ebuild b/dev-python/csvkit/csvkit-1.0.7.ebuild
new file mode 100644
index 000000000000..0331290b2991
--- /dev/null
+++ b/dev-python/csvkit/csvkit-1.0.7.ebuild
@@ -0,0 +1,31 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+DESCRIPTION="A suite of utilities for converting to and working with CSV"
+HOMEPAGE="https://github.com/wireservice/csvkit https://pypi.org/project/csvkit/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+ >=dev-python/agate-1.6.1[${PYTHON_USEDEP}]
+ >=dev-python/agate-excel-0.2.2[${PYTHON_USEDEP}]
+ >=dev-python/agate-dbf-0.2.0[${PYTHON_USEDEP}]
+ >=dev-python/agate-sql-0.5.3[${PYTHON_USEDEP}]
+ >=dev-python/six-1.6.1[${PYTHON_USEDEP}]
+"
+BDEPEND="test? ( dev-python/lxml[${PYTHON_USEDEP}] )"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+ tests/test_utilities/test_in2csv.py::TestIn2CSV::test_convert_dbf
+)
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/csvkit/
@ 2022-05-16 13:17 Michał Górny
0 siblings, 0 replies; 22+ messages in thread
From: Michał Górny @ 2022-05-16 13:17 UTC (permalink / raw
To: gentoo-commits
commit: c698d49bc6e7af53f631ac6081d0d0ec7288cc12
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon May 16 13:15:43 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon May 16 13:17:28 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c698d49b
dev-python/csvkit: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/csvkit/Manifest | 1 -
dev-python/csvkit/csvkit-1.0.6-r1.ebuild | 32 --------------------------------
2 files changed, 33 deletions(-)
diff --git a/dev-python/csvkit/Manifest b/dev-python/csvkit/Manifest
index c20e1de8a206..dcc54b367dba 100644
--- a/dev-python/csvkit/Manifest
+++ b/dev-python/csvkit/Manifest
@@ -1,2 +1 @@
-DIST csvkit-1.0.6.tar.gz 3784737 BLAKE2B b1e4583443cbfc62f713d3b311bbe313cf4e69b7aa5aa13dc6970375a727a804ba1dbd176b25487027d3bc1a5696f2ce649a460c91ef7c5591c33bb3c6f48c33 SHA512 fb37404405f2f2c0bf803a1df8186aa9e3b11cbf3c4f6e1fe6dc06d53730aa91d462bebcca3917e9a451f1d81df053abd9ceedfaab085ab696f9ba701c873323
DIST csvkit-1.0.7.tar.gz 3792335 BLAKE2B 6a9c5c1287648271eacf5f010a4b181f5e997a52d196ac4b73b95723e5ce2a3d90d0b51fe4f597b0b346292cefc16b7c283b02e9a8e56f26e10bca9b3f8622ea SHA512 c6275ed000639a1ddf15246eb1e0198787f832537a284900067e3ec65986be115709b3fd4aaf8e13a9b53160edd57ebb864ee1e73354712591c78297b6d293b7
diff --git a/dev-python/csvkit/csvkit-1.0.6-r1.ebuild b/dev-python/csvkit/csvkit-1.0.6-r1.ebuild
deleted file mode 100644
index 33f8f4fe9e29..000000000000
--- a/dev-python/csvkit/csvkit-1.0.6-r1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
-inherit distutils-r1
-
-DESCRIPTION="A suite of utilities for converting to and working with CSV"
-HOMEPAGE="https://github.com/wireservice/csvkit https://pypi.org/project/csvkit/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
- >=dev-python/agate-1.6.1[${PYTHON_USEDEP}]
- >=dev-python/agate-excel-0.2.2[${PYTHON_USEDEP}]
- >=dev-python/agate-dbf-0.2.0[${PYTHON_USEDEP}]
- >=dev-python/agate-sql-0.5.3[${PYTHON_USEDEP}]
- >=dev-python/six-1.6.1[${PYTHON_USEDEP}]
-"
-BDEPEND="test? ( dev-python/lxml[${PYTHON_USEDEP}] )"
-
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
- tests/test_utilities/test_in2csv.py::TestIn2CSV::test_convert_dbf
-)
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/csvkit/
@ 2022-06-04 17:48 Michał Górny
0 siblings, 0 replies; 22+ messages in thread
From: Michał Górny @ 2022-06-04 17:48 UTC (permalink / raw
To: gentoo-commits
commit: 65ed09280a7db930b07a6dcf16a3942a31f867b3
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 4 17:43:23 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jun 4 17:48:05 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65ed0928
dev-python/csvkit: Add python@ as co-maint.
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/csvkit/metadata.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/dev-python/csvkit/metadata.xml b/dev-python/csvkit/metadata.xml
index 6610659055ce..9b523bde421b 100644
--- a/dev-python/csvkit/metadata.xml
+++ b/dev-python/csvkit/metadata.xml
@@ -4,6 +4,10 @@
<maintainer type="person">
<email>zmedico@gentoo.org</email>
</maintainer>
+ <maintainer type="project">
+ <email>python@gentoo.org</email>
+ <name>Python</name>
+ </maintainer>
<stabilize-allarches/>
<upstream>
<bugs-to>https://github.com/wireservice/csvkit/issues</bugs-to>
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/csvkit/
@ 2023-01-04 14:15 Michał Górny
0 siblings, 0 replies; 22+ messages in thread
From: Michał Górny @ 2023-01-04 14:15 UTC (permalink / raw
To: gentoo-commits
commit: 95ae9681b2d08646d46c9a4b7f435fb7e3e3c1c6
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 4 14:01:55 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jan 4 14:12:21 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95ae9681
dev-python/csvkit: Bump to 1.1.0
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/csvkit/Manifest | 1 +
dev-python/csvkit/csvkit-1.1.0.ebuild | 43 +++++++++++++++++++++++++++++++++++
2 files changed, 44 insertions(+)
diff --git a/dev-python/csvkit/Manifest b/dev-python/csvkit/Manifest
index dcc54b367dba..709b285d4daa 100644
--- a/dev-python/csvkit/Manifest
+++ b/dev-python/csvkit/Manifest
@@ -1 +1,2 @@
DIST csvkit-1.0.7.tar.gz 3792335 BLAKE2B 6a9c5c1287648271eacf5f010a4b181f5e997a52d196ac4b73b95723e5ce2a3d90d0b51fe4f597b0b346292cefc16b7c283b02e9a8e56f26e10bca9b3f8622ea SHA512 c6275ed000639a1ddf15246eb1e0198787f832537a284900067e3ec65986be115709b3fd4aaf8e13a9b53160edd57ebb864ee1e73354712591c78297b6d293b7
+DIST csvkit-1.1.0.tar.gz 3791940 BLAKE2B 9ef69f1acde1cab9ed69ca62b8e94fc92207bba1967db17c4f2edbda7191d2783d075be004d5c6022d446921343938ed502812602b2ce1cb16c2c62b530a5027 SHA512 4cc9eb9c326bc38368149721777f0c14e89fa8e65b7553908120613ee233105a6ab324054382766c6838c1594960907373f59b33a285e92a62b6e6cd0f5f89b7
diff --git a/dev-python/csvkit/csvkit-1.1.0.ebuild b/dev-python/csvkit/csvkit-1.1.0.ebuild
new file mode 100644
index 000000000000..e820e8cd9f6e
--- /dev/null
+++ b/dev-python/csvkit/csvkit-1.1.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="A suite of utilities for converting to and working with CSV"
+HOMEPAGE="
+ https://github.com/wireservice/csvkit/
+ https://pypi.org/project/csvkit/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+ >=dev-python/agate-1.6.1[${PYTHON_USEDEP}]
+ >=dev-python/agate-excel-0.2.2[${PYTHON_USEDEP}]
+ >=dev-python/agate-dbf-0.2.0[${PYTHON_USEDEP}]
+ >=dev-python/agate-sql-0.5.3[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ test? (
+ dev-python/lxml[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+ local EPYTEST_DESELECT=(
+ # fails depending on locale, let's not force en_US
+ tests/test_utilities/test_csvstat.py::TestCSVStat::test_decimal_format
+ )
+ local -x LC_ALL=C.UTF-8
+ epytest
+}
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/csvkit/
@ 2023-02-23 6:19 Michał Górny
0 siblings, 0 replies; 22+ messages in thread
From: Michał Górny @ 2023-02-23 6:19 UTC (permalink / raw
To: gentoo-commits
commit: 5fa782c7052e2b9cce60272878f1bac606d31cfc
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 23 05:35:52 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Feb 23 06:18:05 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fa782c7
dev-python/csvkit: Bump to 1.1.1
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/csvkit/Manifest | 1 +
dev-python/csvkit/csvkit-1.1.1.ebuild | 41 +++++++++++++++++++++++++++++++++++
2 files changed, 42 insertions(+)
diff --git a/dev-python/csvkit/Manifest b/dev-python/csvkit/Manifest
index b6726f0807a3..347144d2a046 100644
--- a/dev-python/csvkit/Manifest
+++ b/dev-python/csvkit/Manifest
@@ -1 +1,2 @@
DIST csvkit-1.1.0.tar.gz 3791940 BLAKE2B 9ef69f1acde1cab9ed69ca62b8e94fc92207bba1967db17c4f2edbda7191d2783d075be004d5c6022d446921343938ed502812602b2ce1cb16c2c62b530a5027 SHA512 4cc9eb9c326bc38368149721777f0c14e89fa8e65b7553908120613ee233105a6ab324054382766c6838c1594960907373f59b33a285e92a62b6e6cd0f5f89b7
+DIST csvkit-1.1.1.tar.gz 3792699 BLAKE2B 730dad274fd873af6903f815a6d2a7dc70d48a845347be644e573fe2772f53786cbf20a631bd8a7c81ffeac03c92f00607be582fda4cd1b6a7efe93d30070182 SHA512 16825ba629ba39022c7537c210f0c5e51f7b03c0552a16fd57b86b0cfd9ff883937d5be21a1a7ef583cf94ea56bff37de259684c84a50d5e9c3ec10f8a5f33dd
diff --git a/dev-python/csvkit/csvkit-1.1.1.ebuild b/dev-python/csvkit/csvkit-1.1.1.ebuild
new file mode 100644
index 000000000000..c65988ea5d16
--- /dev/null
+++ b/dev-python/csvkit/csvkit-1.1.1.ebuild
@@ -0,0 +1,41 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="A suite of utilities for converting to and working with CSV"
+HOMEPAGE="
+ https://github.com/wireservice/csvkit/
+ https://pypi.org/project/csvkit/
+"
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+ >=dev-python/agate-1.6.1[${PYTHON_USEDEP}]
+ >=dev-python/agate-excel-0.2.2[${PYTHON_USEDEP}]
+ >=dev-python/agate-dbf-0.2.0[${PYTHON_USEDEP}]
+ >=dev-python/agate-sql-0.5.3[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ test? (
+ dev-python/lxml[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+ local EPYTEST_DESELECT=(
+ # fails depending on locale, let's not force en_US
+ tests/test_utilities/test_csvstat.py::TestCSVStat::test_decimal_format
+ )
+ local -x LC_ALL=C.UTF-8
+ epytest
+}
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/csvkit/
@ 2023-10-04 17:43 Michał Górny
0 siblings, 0 replies; 22+ messages in thread
From: Michał Górny @ 2023-10-04 17:43 UTC (permalink / raw
To: gentoo-commits
commit: e7100fa7841a53c7c36e18ed6e88f2ef8d725bea
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 4 16:21:37 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Oct 4 17:43:34 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7100fa7
dev-python/csvkit: Bump to 1.2.0
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/csvkit/Manifest | 1 +
dev-python/csvkit/csvkit-1.2.0.ebuild | 44 +++++++++++++++++++++++++++++++++++
2 files changed, 45 insertions(+)
diff --git a/dev-python/csvkit/Manifest b/dev-python/csvkit/Manifest
index 6a938249cbab..81b0a3aaf266 100644
--- a/dev-python/csvkit/Manifest
+++ b/dev-python/csvkit/Manifest
@@ -1 +1,2 @@
DIST csvkit-1.1.1.tar.gz 3792699 BLAKE2B 730dad274fd873af6903f815a6d2a7dc70d48a845347be644e573fe2772f53786cbf20a631bd8a7c81ffeac03c92f00607be582fda4cd1b6a7efe93d30070182 SHA512 16825ba629ba39022c7537c210f0c5e51f7b03c0552a16fd57b86b0cfd9ff883937d5be21a1a7ef583cf94ea56bff37de259684c84a50d5e9c3ec10f8a5f33dd
+DIST csvkit-1.2.0.tar.gz 3792364 BLAKE2B b5d26afc485fdfdd03d1b3036bb6f24dff63568333fb262bcab3086f546cfb72b6981d520d531219a01a4d99357d8067d1676779ff6be116f08724c1f6ac0faf SHA512 3b59908e5c8afa5be2a71940ef9e04f9c55ab4703ca7827bb68975a1c43584797e75edcf3a6ea4861ca5214fbe45e11fd84560bb05f314508040dcde513f6178
diff --git a/dev-python/csvkit/csvkit-1.2.0.ebuild b/dev-python/csvkit/csvkit-1.2.0.ebuild
new file mode 100644
index 000000000000..375b9b2938e6
--- /dev/null
+++ b/dev-python/csvkit/csvkit-1.2.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="A suite of utilities for converting to and working with CSV"
+HOMEPAGE="
+ https://github.com/wireservice/csvkit/
+ https://pypi.org/project/csvkit/
+"
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64-macos ~x64-macos"
+
+RDEPEND="
+ >=dev-python/agate-1.6.1[${PYTHON_USEDEP}]
+ >=dev-python/agate-excel-0.2.2[${PYTHON_USEDEP}]
+ >=dev-python/agate-dbf-0.2.0[${PYTHON_USEDEP}]
+ >=dev-python/agate-sql-0.5.3[${PYTHON_USEDEP}]
+ dev-python/openpyxl[${PYTHON_USEDEP}]
+ dev-python/sqlalchemy[${PYTHON_USEDEP}]
+ dev-python/xlrd[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ test? (
+ dev-python/lxml[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+ local EPYTEST_DESELECT=(
+ # fails depending on locale, let's not force en_US
+ tests/test_utilities/test_csvstat.py::TestCSVStat::test_decimal_format
+ )
+ local -x LC_ALL=C.UTF-8
+ epytest
+}
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/csvkit/
@ 2023-10-19 4:00 Michał Górny
0 siblings, 0 replies; 22+ messages in thread
From: Michał Górny @ 2023-10-19 4:00 UTC (permalink / raw
To: gentoo-commits
commit: abeac8988262055f60f84c7c4237150d4be9e6b1
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 19 03:45:16 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Oct 19 03:51:11 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abeac898
dev-python/csvkit: Bump to 1.3.0
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/csvkit/Manifest | 1 +
dev-python/csvkit/csvkit-1.3.0.ebuild | 44 +++++++++++++++++++++++++++++++++++
2 files changed, 45 insertions(+)
diff --git a/dev-python/csvkit/Manifest b/dev-python/csvkit/Manifest
index 81b0a3aaf266..6b18c145cb84 100644
--- a/dev-python/csvkit/Manifest
+++ b/dev-python/csvkit/Manifest
@@ -1,2 +1,3 @@
DIST csvkit-1.1.1.tar.gz 3792699 BLAKE2B 730dad274fd873af6903f815a6d2a7dc70d48a845347be644e573fe2772f53786cbf20a631bd8a7c81ffeac03c92f00607be582fda4cd1b6a7efe93d30070182 SHA512 16825ba629ba39022c7537c210f0c5e51f7b03c0552a16fd57b86b0cfd9ff883937d5be21a1a7ef583cf94ea56bff37de259684c84a50d5e9c3ec10f8a5f33dd
DIST csvkit-1.2.0.tar.gz 3792364 BLAKE2B b5d26afc485fdfdd03d1b3036bb6f24dff63568333fb262bcab3086f546cfb72b6981d520d531219a01a4d99357d8067d1676779ff6be116f08724c1f6ac0faf SHA512 3b59908e5c8afa5be2a71940ef9e04f9c55ab4703ca7827bb68975a1c43584797e75edcf3a6ea4861ca5214fbe45e11fd84560bb05f314508040dcde513f6178
+DIST csvkit-1.3.0.tar.gz 3795356 BLAKE2B d750464b9c39ddb1456a59741b30a63bf59146732f937129c9913af3c660c52fb73721a174b5e7b9f8446525c5e70d3f0735e20686b82b2daaeed8a5fb3a30a1 SHA512 ab78359f47177490689dd3d98ff473c4919c49ed4f603208a72ee1bc6bcdbc4aedb179a1833a15c64dbc9465bf48156813ebb5fdfc52e8c463b2a489b4f789a0
diff --git a/dev-python/csvkit/csvkit-1.3.0.ebuild b/dev-python/csvkit/csvkit-1.3.0.ebuild
new file mode 100644
index 000000000000..375b9b2938e6
--- /dev/null
+++ b/dev-python/csvkit/csvkit-1.3.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="A suite of utilities for converting to and working with CSV"
+HOMEPAGE="
+ https://github.com/wireservice/csvkit/
+ https://pypi.org/project/csvkit/
+"
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64-macos ~x64-macos"
+
+RDEPEND="
+ >=dev-python/agate-1.6.1[${PYTHON_USEDEP}]
+ >=dev-python/agate-excel-0.2.2[${PYTHON_USEDEP}]
+ >=dev-python/agate-dbf-0.2.0[${PYTHON_USEDEP}]
+ >=dev-python/agate-sql-0.5.3[${PYTHON_USEDEP}]
+ dev-python/openpyxl[${PYTHON_USEDEP}]
+ dev-python/sqlalchemy[${PYTHON_USEDEP}]
+ dev-python/xlrd[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ test? (
+ dev-python/lxml[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+ local EPYTEST_DESELECT=(
+ # fails depending on locale, let's not force en_US
+ tests/test_utilities/test_csvstat.py::TestCSVStat::test_decimal_format
+ )
+ local -x LC_ALL=C.UTF-8
+ epytest
+}
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/csvkit/
@ 2023-12-08 17:08 Michał Górny
0 siblings, 0 replies; 22+ messages in thread
From: Michał Górny @ 2023-12-08 17:08 UTC (permalink / raw
To: gentoo-commits
commit: b3e7dfc7656bbc1f65308ad6a7ff35a12b662801
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 8 17:06:33 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Dec 8 17:08:32 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3e7dfc7
dev-python/csvkit: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/csvkit/Manifest | 2 --
dev-python/csvkit/csvkit-1.1.1.ebuild | 41 --------------------------------
dev-python/csvkit/csvkit-1.2.0.ebuild | 44 -----------------------------------
3 files changed, 87 deletions(-)
diff --git a/dev-python/csvkit/Manifest b/dev-python/csvkit/Manifest
index 6b18c145cb84..0ef838b63db1 100644
--- a/dev-python/csvkit/Manifest
+++ b/dev-python/csvkit/Manifest
@@ -1,3 +1 @@
-DIST csvkit-1.1.1.tar.gz 3792699 BLAKE2B 730dad274fd873af6903f815a6d2a7dc70d48a845347be644e573fe2772f53786cbf20a631bd8a7c81ffeac03c92f00607be582fda4cd1b6a7efe93d30070182 SHA512 16825ba629ba39022c7537c210f0c5e51f7b03c0552a16fd57b86b0cfd9ff883937d5be21a1a7ef583cf94ea56bff37de259684c84a50d5e9c3ec10f8a5f33dd
-DIST csvkit-1.2.0.tar.gz 3792364 BLAKE2B b5d26afc485fdfdd03d1b3036bb6f24dff63568333fb262bcab3086f546cfb72b6981d520d531219a01a4d99357d8067d1676779ff6be116f08724c1f6ac0faf SHA512 3b59908e5c8afa5be2a71940ef9e04f9c55ab4703ca7827bb68975a1c43584797e75edcf3a6ea4861ca5214fbe45e11fd84560bb05f314508040dcde513f6178
DIST csvkit-1.3.0.tar.gz 3795356 BLAKE2B d750464b9c39ddb1456a59741b30a63bf59146732f937129c9913af3c660c52fb73721a174b5e7b9f8446525c5e70d3f0735e20686b82b2daaeed8a5fb3a30a1 SHA512 ab78359f47177490689dd3d98ff473c4919c49ed4f603208a72ee1bc6bcdbc4aedb179a1833a15c64dbc9465bf48156813ebb5fdfc52e8c463b2a489b4f789a0
diff --git a/dev-python/csvkit/csvkit-1.1.1.ebuild b/dev-python/csvkit/csvkit-1.1.1.ebuild
deleted file mode 100644
index 2469cabfedb4..000000000000
--- a/dev-python/csvkit/csvkit-1.1.1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="A suite of utilities for converting to and working with CSV"
-HOMEPAGE="
- https://github.com/wireservice/csvkit/
- https://pypi.org/project/csvkit/
-"
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64-macos ~x64-macos"
-
-RDEPEND="
- >=dev-python/agate-1.6.1[${PYTHON_USEDEP}]
- >=dev-python/agate-excel-0.2.2[${PYTHON_USEDEP}]
- >=dev-python/agate-dbf-0.2.0[${PYTHON_USEDEP}]
- >=dev-python/agate-sql-0.5.3[${PYTHON_USEDEP}]
-"
-BDEPEND="
- test? (
- dev-python/lxml[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
- local EPYTEST_DESELECT=(
- # fails depending on locale, let's not force en_US
- tests/test_utilities/test_csvstat.py::TestCSVStat::test_decimal_format
- )
- local -x LC_ALL=C.UTF-8
- epytest
-}
diff --git a/dev-python/csvkit/csvkit-1.2.0.ebuild b/dev-python/csvkit/csvkit-1.2.0.ebuild
deleted file mode 100644
index 375b9b2938e6..000000000000
--- a/dev-python/csvkit/csvkit-1.2.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="A suite of utilities for converting to and working with CSV"
-HOMEPAGE="
- https://github.com/wireservice/csvkit/
- https://pypi.org/project/csvkit/
-"
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64-macos ~x64-macos"
-
-RDEPEND="
- >=dev-python/agate-1.6.1[${PYTHON_USEDEP}]
- >=dev-python/agate-excel-0.2.2[${PYTHON_USEDEP}]
- >=dev-python/agate-dbf-0.2.0[${PYTHON_USEDEP}]
- >=dev-python/agate-sql-0.5.3[${PYTHON_USEDEP}]
- dev-python/openpyxl[${PYTHON_USEDEP}]
- dev-python/sqlalchemy[${PYTHON_USEDEP}]
- dev-python/xlrd[${PYTHON_USEDEP}]
-"
-BDEPEND="
- test? (
- dev-python/lxml[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
- local EPYTEST_DESELECT=(
- # fails depending on locale, let's not force en_US
- tests/test_utilities/test_csvstat.py::TestCSVStat::test_decimal_format
- )
- local -x LC_ALL=C.UTF-8
- epytest
-}
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/csvkit/
@ 2023-12-08 17:08 Michał Górny
0 siblings, 0 replies; 22+ messages in thread
From: Michał Górny @ 2023-12-08 17:08 UTC (permalink / raw
To: gentoo-commits
commit: 921cef6613607a82c664177d00792edfb2695c80
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 8 17:06:20 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Dec 8 17:08:31 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=921cef66
dev-python/csvkit: Enable py3.12
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/csvkit/csvkit-1.3.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/csvkit/csvkit-1.3.0.ebuild b/dev-python/csvkit/csvkit-1.3.0.ebuild
index 375b9b2938e6..78a8a8fe4aca 100644
--- a/dev-python/csvkit/csvkit-1.3.0.ebuild
+++ b/dev-python/csvkit/csvkit-1.3.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1 pypi
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/csvkit/
@ 2024-02-14 7:26 Michał Górny
0 siblings, 0 replies; 22+ messages in thread
From: Michał Górny @ 2024-02-14 7:26 UTC (permalink / raw
To: gentoo-commits
commit: 562fd2a6a5783423af9ab953dcb4b5f7bcf45c55
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 14 07:03:49 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Feb 14 07:26:34 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=562fd2a6
dev-python/csvkit: Bump to 1.4.0
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/csvkit/Manifest | 1 +
dev-python/csvkit/csvkit-1.4.0.ebuild | 44 +++++++++++++++++++++++++++++++++++
2 files changed, 45 insertions(+)
diff --git a/dev-python/csvkit/Manifest b/dev-python/csvkit/Manifest
index 0ef838b63db1..a67213b1ebfb 100644
--- a/dev-python/csvkit/Manifest
+++ b/dev-python/csvkit/Manifest
@@ -1 +1,2 @@
DIST csvkit-1.3.0.tar.gz 3795356 BLAKE2B d750464b9c39ddb1456a59741b30a63bf59146732f937129c9913af3c660c52fb73721a174b5e7b9f8446525c5e70d3f0735e20686b82b2daaeed8a5fb3a30a1 SHA512 ab78359f47177490689dd3d98ff473c4919c49ed4f603208a72ee1bc6bcdbc4aedb179a1833a15c64dbc9465bf48156813ebb5fdfc52e8c463b2a489b4f789a0
+DIST csvkit-1.4.0.tar.gz 3796472 BLAKE2B 4501a320ab9b8f9f5642ea3957caddb024301a3a299fce17876562973874bad8305ce5cb8e879c7269d7b57d54e97e70f315728b52605a1059705111192874ad SHA512 5363fe8380c6ad1e44961bd7781feecd6fd19802a1c30144a45bdac364980413be3ac37e564491aca72c33d8b8a08dd5b49cfe2217b02bb5f3083db75996d687
diff --git a/dev-python/csvkit/csvkit-1.4.0.ebuild b/dev-python/csvkit/csvkit-1.4.0.ebuild
new file mode 100644
index 000000000000..fc3cd91b4609
--- /dev/null
+++ b/dev-python/csvkit/csvkit-1.4.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 2022-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="A suite of utilities for converting to and working with CSV"
+HOMEPAGE="
+ https://github.com/wireservice/csvkit/
+ https://pypi.org/project/csvkit/
+"
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64-macos ~x64-macos"
+
+RDEPEND="
+ >=dev-python/agate-1.6.3[${PYTHON_USEDEP}]
+ >=dev-python/agate-excel-0.2.2[${PYTHON_USEDEP}]
+ >=dev-python/agate-dbf-0.2.0[${PYTHON_USEDEP}]
+ >=dev-python/agate-sql-0.5.3[${PYTHON_USEDEP}]
+ dev-python/openpyxl[${PYTHON_USEDEP}]
+ dev-python/sqlalchemy[${PYTHON_USEDEP}]
+ dev-python/xlrd[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ test? (
+ dev-python/lxml[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+ local EPYTEST_DESELECT=(
+ # fails depending on locale, let's not force en_US
+ tests/test_utilities/test_csvstat.py::TestCSVStat::test_decimal_format
+ )
+ local -x LC_ALL=C.UTF-8
+ epytest
+}
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/csvkit/
@ 2024-03-29 5:16 Michał Górny
0 siblings, 0 replies; 22+ messages in thread
From: Michał Górny @ 2024-03-29 5:16 UTC (permalink / raw
To: gentoo-commits
commit: df121533c691546ee4a99a5e1cf4161b0826525e
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 29 05:09:56 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Mar 29 05:14:44 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df121533
dev-python/csvkit: Bump to 1.5.0
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/csvkit/Manifest | 1 +
dev-python/csvkit/csvkit-1.5.0.ebuild | 45 +++++++++++++++++++++++++++++++++++
2 files changed, 46 insertions(+)
diff --git a/dev-python/csvkit/Manifest b/dev-python/csvkit/Manifest
index ed63d5548246..42187e018ee4 100644
--- a/dev-python/csvkit/Manifest
+++ b/dev-python/csvkit/Manifest
@@ -1 +1,2 @@
DIST csvkit-1.4.0.tar.gz 3796472 BLAKE2B 4501a320ab9b8f9f5642ea3957caddb024301a3a299fce17876562973874bad8305ce5cb8e879c7269d7b57d54e97e70f315728b52605a1059705111192874ad SHA512 5363fe8380c6ad1e44961bd7781feecd6fd19802a1c30144a45bdac364980413be3ac37e564491aca72c33d8b8a08dd5b49cfe2217b02bb5f3083db75996d687
+DIST csvkit-1.5.0.tar.gz 3811034 BLAKE2B 4fd22d532803a520f9276e7f6be9068db4dba288582d85848143a6a5c70357a05450f7dcdc7a086949cd6568c62fa79546026a2a2aaa3e7f10985d0177c0a676 SHA512 e8e776419405a0e278f12440ba43e9f9c801673b54a6d2c0d3b543929f7a00fa30e9fc35697398127bdf73984453300ef5cde44355396b549d1a039e4e7c068e
diff --git a/dev-python/csvkit/csvkit-1.5.0.ebuild b/dev-python/csvkit/csvkit-1.5.0.ebuild
new file mode 100644
index 000000000000..a5dbdb5eae39
--- /dev/null
+++ b/dev-python/csvkit/csvkit-1.5.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 2022-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="A suite of utilities for converting to and working with CSV"
+HOMEPAGE="
+ https://github.com/wireservice/csvkit/
+ https://pypi.org/project/csvkit/
+"
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64-macos ~x64-macos"
+
+RDEPEND="
+ >=dev-python/agate-1.6.3[${PYTHON_USEDEP}]
+ >=dev-python/agate-excel-0.2.2[${PYTHON_USEDEP}]
+ >=dev-python/agate-dbf-0.2.0[${PYTHON_USEDEP}]
+ >=dev-python/agate-sql-0.5.3[${PYTHON_USEDEP}]
+ dev-python/openpyxl[${PYTHON_USEDEP}]
+ dev-python/sqlalchemy[${PYTHON_USEDEP}]
+ dev-python/xlrd[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ test? (
+ dev-python/lxml[${PYTHON_USEDEP}]
+ dev-python/zstandard[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+ local EPYTEST_DESELECT=(
+ # fails depending on locale, let's not force en_US
+ tests/test_utilities/test_csvstat.py::TestCSVStat::test_decimal_format
+ )
+ local -x LC_ALL=C.UTF-8
+ epytest
+}
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/csvkit/
@ 2024-05-02 2:00 Michał Górny
0 siblings, 0 replies; 22+ messages in thread
From: Michał Górny @ 2024-05-02 2:00 UTC (permalink / raw
To: gentoo-commits
commit: cde5bae27e8da3b62175b03aeff3437b51bc9532
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu May 2 01:41:56 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu May 2 02:00:15 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cde5bae2
dev-python/csvkit: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/csvkit/Manifest | 1 -
dev-python/csvkit/csvkit-1.4.0.ebuild | 44 -----------------------------------
2 files changed, 45 deletions(-)
diff --git a/dev-python/csvkit/Manifest b/dev-python/csvkit/Manifest
index 42187e018ee4..9cf96109e012 100644
--- a/dev-python/csvkit/Manifest
+++ b/dev-python/csvkit/Manifest
@@ -1,2 +1 @@
-DIST csvkit-1.4.0.tar.gz 3796472 BLAKE2B 4501a320ab9b8f9f5642ea3957caddb024301a3a299fce17876562973874bad8305ce5cb8e879c7269d7b57d54e97e70f315728b52605a1059705111192874ad SHA512 5363fe8380c6ad1e44961bd7781feecd6fd19802a1c30144a45bdac364980413be3ac37e564491aca72c33d8b8a08dd5b49cfe2217b02bb5f3083db75996d687
DIST csvkit-1.5.0.tar.gz 3811034 BLAKE2B 4fd22d532803a520f9276e7f6be9068db4dba288582d85848143a6a5c70357a05450f7dcdc7a086949cd6568c62fa79546026a2a2aaa3e7f10985d0177c0a676 SHA512 e8e776419405a0e278f12440ba43e9f9c801673b54a6d2c0d3b543929f7a00fa30e9fc35697398127bdf73984453300ef5cde44355396b549d1a039e4e7c068e
diff --git a/dev-python/csvkit/csvkit-1.4.0.ebuild b/dev-python/csvkit/csvkit-1.4.0.ebuild
deleted file mode 100644
index fc3cd91b4609..000000000000
--- a/dev-python/csvkit/csvkit-1.4.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 2022-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="A suite of utilities for converting to and working with CSV"
-HOMEPAGE="
- https://github.com/wireservice/csvkit/
- https://pypi.org/project/csvkit/
-"
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64-macos ~x64-macos"
-
-RDEPEND="
- >=dev-python/agate-1.6.3[${PYTHON_USEDEP}]
- >=dev-python/agate-excel-0.2.2[${PYTHON_USEDEP}]
- >=dev-python/agate-dbf-0.2.0[${PYTHON_USEDEP}]
- >=dev-python/agate-sql-0.5.3[${PYTHON_USEDEP}]
- dev-python/openpyxl[${PYTHON_USEDEP}]
- dev-python/sqlalchemy[${PYTHON_USEDEP}]
- dev-python/xlrd[${PYTHON_USEDEP}]
-"
-BDEPEND="
- test? (
- dev-python/lxml[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
- local EPYTEST_DESELECT=(
- # fails depending on locale, let's not force en_US
- tests/test_utilities/test_csvstat.py::TestCSVStat::test_decimal_format
- )
- local -x LC_ALL=C.UTF-8
- epytest
-}
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/csvkit/
@ 2024-05-02 2:00 Michał Górny
0 siblings, 0 replies; 22+ messages in thread
From: Michał Górny @ 2024-05-02 2:00 UTC (permalink / raw
To: gentoo-commits
commit: b271038c81ca4f5bce6f4dda180344c89882671f
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu May 2 01:42:16 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu May 2 02:00:15 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b271038c
dev-python/csvkit: Bump to 2.0.0
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/csvkit/Manifest | 1 +
dev-python/csvkit/csvkit-2.0.0.ebuild | 45 +++++++++++++++++++++++++++++++++++
2 files changed, 46 insertions(+)
diff --git a/dev-python/csvkit/Manifest b/dev-python/csvkit/Manifest
index 9cf96109e012..fce740dea5e2 100644
--- a/dev-python/csvkit/Manifest
+++ b/dev-python/csvkit/Manifest
@@ -1 +1,2 @@
DIST csvkit-1.5.0.tar.gz 3811034 BLAKE2B 4fd22d532803a520f9276e7f6be9068db4dba288582d85848143a6a5c70357a05450f7dcdc7a086949cd6568c62fa79546026a2a2aaa3e7f10985d0177c0a676 SHA512 e8e776419405a0e278f12440ba43e9f9c801673b54a6d2c0d3b543929f7a00fa30e9fc35697398127bdf73984453300ef5cde44355396b549d1a039e4e7c068e
+DIST csvkit-2.0.0.tar.gz 3818527 BLAKE2B 87976e5ea703fe16daac48b65f1f4132821e212c90c6f25fecc17f7e8e1c3859d3224e9b1ee77f6f5a39263391535e83a388ccbe4a610a96cec6256b64056b77 SHA512 70b1d8977bbeefd3ae4cfc26149d17527f6ad56b16b5a932d930505ac7b272fcb0ed9080eba33c9c60daa347c1e79c95c6b05c8dded2e0ea5a301335d21f8a88
diff --git a/dev-python/csvkit/csvkit-2.0.0.ebuild b/dev-python/csvkit/csvkit-2.0.0.ebuild
new file mode 100644
index 000000000000..a5dbdb5eae39
--- /dev/null
+++ b/dev-python/csvkit/csvkit-2.0.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 2022-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="A suite of utilities for converting to and working with CSV"
+HOMEPAGE="
+ https://github.com/wireservice/csvkit/
+ https://pypi.org/project/csvkit/
+"
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64-macos ~x64-macos"
+
+RDEPEND="
+ >=dev-python/agate-1.6.3[${PYTHON_USEDEP}]
+ >=dev-python/agate-excel-0.2.2[${PYTHON_USEDEP}]
+ >=dev-python/agate-dbf-0.2.0[${PYTHON_USEDEP}]
+ >=dev-python/agate-sql-0.5.3[${PYTHON_USEDEP}]
+ dev-python/openpyxl[${PYTHON_USEDEP}]
+ dev-python/sqlalchemy[${PYTHON_USEDEP}]
+ dev-python/xlrd[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ test? (
+ dev-python/lxml[${PYTHON_USEDEP}]
+ dev-python/zstandard[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+ local EPYTEST_DESELECT=(
+ # fails depending on locale, let's not force en_US
+ tests/test_utilities/test_csvstat.py::TestCSVStat::test_decimal_format
+ )
+ local -x LC_ALL=C.UTF-8
+ epytest
+}
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/csvkit/
@ 2024-05-28 7:40 Michał Górny
0 siblings, 0 replies; 22+ messages in thread
From: Michał Górny @ 2024-05-28 7:40 UTC (permalink / raw
To: gentoo-commits
commit: 0a6ccfb71cf5fa2afb97daf6f89fc5067ea02f05
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue May 28 06:52:08 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue May 28 07:40:31 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a6ccfb7
dev-python/csvkit: Enable py3.13
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/csvkit/csvkit-2.0.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/csvkit/csvkit-2.0.0.ebuild b/dev-python/csvkit/csvkit-2.0.0.ebuild
index a5dbdb5eae39..6dec2fc35ed9 100644
--- a/dev-python/csvkit/csvkit-2.0.0.ebuild
+++ b/dev-python/csvkit/csvkit-2.0.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1 pypi
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/csvkit/
@ 2024-05-28 7:40 Michał Górny
0 siblings, 0 replies; 22+ messages in thread
From: Michał Górny @ 2024-05-28 7:40 UTC (permalink / raw
To: gentoo-commits
commit: 7738d4442df414c067e43f83cb9bc0dc5472c694
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue May 28 06:34:15 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue May 28 07:40:26 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7738d444
dev-python/csvkit: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/csvkit/Manifest | 1 -
dev-python/csvkit/csvkit-1.5.0.ebuild | 45 -----------------------------------
2 files changed, 46 deletions(-)
diff --git a/dev-python/csvkit/Manifest b/dev-python/csvkit/Manifest
index fce740dea5e2..f79d57079ce9 100644
--- a/dev-python/csvkit/Manifest
+++ b/dev-python/csvkit/Manifest
@@ -1,2 +1 @@
-DIST csvkit-1.5.0.tar.gz 3811034 BLAKE2B 4fd22d532803a520f9276e7f6be9068db4dba288582d85848143a6a5c70357a05450f7dcdc7a086949cd6568c62fa79546026a2a2aaa3e7f10985d0177c0a676 SHA512 e8e776419405a0e278f12440ba43e9f9c801673b54a6d2c0d3b543929f7a00fa30e9fc35697398127bdf73984453300ef5cde44355396b549d1a039e4e7c068e
DIST csvkit-2.0.0.tar.gz 3818527 BLAKE2B 87976e5ea703fe16daac48b65f1f4132821e212c90c6f25fecc17f7e8e1c3859d3224e9b1ee77f6f5a39263391535e83a388ccbe4a610a96cec6256b64056b77 SHA512 70b1d8977bbeefd3ae4cfc26149d17527f6ad56b16b5a932d930505ac7b272fcb0ed9080eba33c9c60daa347c1e79c95c6b05c8dded2e0ea5a301335d21f8a88
diff --git a/dev-python/csvkit/csvkit-1.5.0.ebuild b/dev-python/csvkit/csvkit-1.5.0.ebuild
deleted file mode 100644
index a5dbdb5eae39..000000000000
--- a/dev-python/csvkit/csvkit-1.5.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 2022-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="A suite of utilities for converting to and working with CSV"
-HOMEPAGE="
- https://github.com/wireservice/csvkit/
- https://pypi.org/project/csvkit/
-"
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64-macos ~x64-macos"
-
-RDEPEND="
- >=dev-python/agate-1.6.3[${PYTHON_USEDEP}]
- >=dev-python/agate-excel-0.2.2[${PYTHON_USEDEP}]
- >=dev-python/agate-dbf-0.2.0[${PYTHON_USEDEP}]
- >=dev-python/agate-sql-0.5.3[${PYTHON_USEDEP}]
- dev-python/openpyxl[${PYTHON_USEDEP}]
- dev-python/sqlalchemy[${PYTHON_USEDEP}]
- dev-python/xlrd[${PYTHON_USEDEP}]
-"
-BDEPEND="
- test? (
- dev-python/lxml[${PYTHON_USEDEP}]
- dev-python/zstandard[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
- local EPYTEST_DESELECT=(
- # fails depending on locale, let's not force en_US
- tests/test_utilities/test_csvstat.py::TestCSVStat::test_decimal_format
- )
- local -x LC_ALL=C.UTF-8
- epytest
-}
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/csvkit/
@ 2024-07-13 4:46 Michał Górny
0 siblings, 0 replies; 22+ messages in thread
From: Michał Górny @ 2024-07-13 4:46 UTC (permalink / raw
To: gentoo-commits
commit: 635002b73b1e7b199ab091c2ac63473e4f05acd9
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 13 04:14:48 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jul 13 04:44:45 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=635002b7
dev-python/csvkit: Bump to 2.0.1
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/csvkit/Manifest | 1 +
dev-python/csvkit/csvkit-2.0.1.ebuild | 45 +++++++++++++++++++++++++++++++++++
2 files changed, 46 insertions(+)
diff --git a/dev-python/csvkit/Manifest b/dev-python/csvkit/Manifest
index f79d57079ce9..ec36856da362 100644
--- a/dev-python/csvkit/Manifest
+++ b/dev-python/csvkit/Manifest
@@ -1 +1,2 @@
DIST csvkit-2.0.0.tar.gz 3818527 BLAKE2B 87976e5ea703fe16daac48b65f1f4132821e212c90c6f25fecc17f7e8e1c3859d3224e9b1ee77f6f5a39263391535e83a388ccbe4a610a96cec6256b64056b77 SHA512 70b1d8977bbeefd3ae4cfc26149d17527f6ad56b16b5a932d930505ac7b272fcb0ed9080eba33c9c60daa347c1e79c95c6b05c8dded2e0ea5a301335d21f8a88
+DIST csvkit-2.0.1.tar.gz 3819039 BLAKE2B c67b20f77cd3cada4b940facf5ee246d37cf07499278293bb97cc62f2950677daf236394118ae8a69bdd8686e309ba178bdc3799fbae5b77ff3df7a9d32d70f8 SHA512 2a7b6887c3042becdacb58db7604518c65f07fac51faae268c769ea233961c3754bbed3581a6756d337e40b62b264f8da518f8dc81cd5d61babbec0c2c9eaf31
diff --git a/dev-python/csvkit/csvkit-2.0.1.ebuild b/dev-python/csvkit/csvkit-2.0.1.ebuild
new file mode 100644
index 000000000000..6dec2fc35ed9
--- /dev/null
+++ b/dev-python/csvkit/csvkit-2.0.1.ebuild
@@ -0,0 +1,45 @@
+# Copyright 2022-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..13} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="A suite of utilities for converting to and working with CSV"
+HOMEPAGE="
+ https://github.com/wireservice/csvkit/
+ https://pypi.org/project/csvkit/
+"
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64-macos ~x64-macos"
+
+RDEPEND="
+ >=dev-python/agate-1.6.3[${PYTHON_USEDEP}]
+ >=dev-python/agate-excel-0.2.2[${PYTHON_USEDEP}]
+ >=dev-python/agate-dbf-0.2.0[${PYTHON_USEDEP}]
+ >=dev-python/agate-sql-0.5.3[${PYTHON_USEDEP}]
+ dev-python/openpyxl[${PYTHON_USEDEP}]
+ dev-python/sqlalchemy[${PYTHON_USEDEP}]
+ dev-python/xlrd[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ test? (
+ dev-python/lxml[${PYTHON_USEDEP}]
+ dev-python/zstandard[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+ local EPYTEST_DESELECT=(
+ # fails depending on locale, let's not force en_US
+ tests/test_utilities/test_csvstat.py::TestCSVStat::test_decimal_format
+ )
+ local -x LC_ALL=C.UTF-8
+ epytest
+}
^ permalink raw reply related [flat|nested] 22+ messages in thread
end of thread, other threads:[~2024-07-13 4:46 UTC | newest]
Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-23 6:19 [gentoo-commits] repo/gentoo:master commit in: dev-python/csvkit/ Michał Górny
-- strict thread matches above, loose matches on Subject: below --
2024-07-13 4:46 Michał Górny
2024-05-28 7:40 Michał Górny
2024-05-28 7:40 Michał Górny
2024-05-02 2:00 Michał Górny
2024-05-02 2:00 Michał Górny
2024-03-29 5:16 Michał Górny
2024-02-14 7:26 Michał Górny
2023-12-08 17:08 Michał Górny
2023-12-08 17:08 Michał Górny
2023-10-19 4:00 Michał Górny
2023-10-04 17:43 Michał Górny
2023-01-04 14:15 Michał Górny
2022-06-04 17:48 Michał Górny
2022-05-16 13:17 Michał Górny
2022-03-09 19:13 Arthur Zamarin
2021-10-09 6:34 Arthur Zamarin
2021-08-02 8:17 Michał Górny
2021-08-02 8:17 Michał Górny
2021-08-02 8:17 Michał Górny
2021-07-14 21:41 Michał Górny
2021-06-22 5:06 Zac Medico
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox