{% elif source_type_text == "upload" and not is_package %}
File Name:
{{ source_json_dict["pkg"] }}
{% elif source_type_text == "scm" %}
SCM type:
{{ source_json_dict["type"] }}
Clone URL:
{{ source_json_dict["clone_url"] }}
{% if source_json_dict["committish"] %}
Committish:
{{ source_json_dict["committish"] }}
{% endif %}
{% if source_json_dict["subdirectory"] %}
Subdirectory:
{{ source_json_dict["subdirectory"] }}
{% endif %}
{% if source_json_dict["spec"] %}
Path to .spec file:
{{ source_json_dict["spec"] }}
{% endif %}
{% if source_json_dict["srpm_build_method"] %}
Build SRPM with:
{{ source_json_dict["srpm_build_method"] }}
{% endif %}
{% elif source_type_text == "pypi" %}
PyPI package name
{{ source_json_dict["pypi_package_name"] }}
{% if source_json_dict["pypi_package_version"] %}
PyPI package version
{{ source_json_dict["pypi_package_version"] }}
{% endif %}
{% if source_json_dict["spec_generator"] %}
Spec generator
{{ source_json_dict["spec_generator"] }}
{% endif %}
{# These options are not available for pyp2spec #}
{% if source_json_dict["spec_generator"] == "pyp2rpm" %}
{% if source_json_dict["spec_template"] %}