Name: python-apache-airflow Version: 3.0.6 Release: %autorelease # Fill in the actual package summary to submit package to Fedora Summary: Programmatically author, schedule and monitor data pipelines # No license information obtained, it's up to the packager to fill it in License: ... URL: https://airflow.apache.org/ Source: %{pypi_source apache_airflow} BuildArch: noarch BuildRequires: python3-devel # Fill in the actual package description to submit package to Fedora %global _description %{expand: This is package 'apache-airflow' generated automatically by pyp2spec.} %description %_description %package -n python3-apache-airflow Summary: %{summary} %description -n python3-apache-airflow %_description # For official Fedora packages, review which extras should be actually packaged # See: https://docs.fedoraproject.org/en-US/packaging-guidelines/Python/#Extras %pyproject_extras_subpkg -n python3-apache-airflow aiobotocore,airbyte,alibaba,all,all-core,amazon,apache-atlas,apache-beam,apache-cassandra,apache-drill,apache-druid,apache-flink,apache-hdfs,apache-hive,apache-iceberg,apache-impala,apache-kafka,apache-kylin,apache-livy,apache-pig,apache-pinot,apache-spark,apache-webhdfs,apprise,arangodb,asana,async,atlassian-jira,celery,cloudant,cloudpickle,cncf-kubernetes,cohere,common-compat,common-io,common-messaging,common-sql,databricks,datadog,dbt-cloud,dingding,discord,docker,edge3,elasticsearch,exasol,fab,facebook,ftp,git,github,github-enterprise,google,google-auth,graphviz,grpc,hashicorp,http,imap,influxdb,jdbc,jenkins,kerberos,ldap,microsoft-azure,microsoft-mssql,microsoft-psrp,microsoft-winrm,mongo,mysql,neo4j,odbc,openai,openfaas,openlineage,opensearch,opsgenie,oracle,otel,pagerduty,pandas,papermill,pgvector,pinecone,polars,postgres,presto,qdrant,rabbitmq,redis,s3fs,salesforce,samba,segment,sendgrid,sentry,sftp,singularity,slack,smtp,snowflake,sqlite,ssh,standard,statsd,tableau,telegram,teradata,trino,uv,vertica,weaviate,yandex,ydb,zendesk %prep %autosetup -p1 -n apache_airflow-%{version} %generate_buildrequires # Keep only those extras which you actually want to package or use during tests %pyproject_buildrequires -x aiobotocore,airbyte,alibaba,all,all-core,amazon,apache-atlas,apache-beam,apache-cassandra,apache-drill,apache-druid,apache-flink,apache-hdfs,apache-hive,apache-iceberg,apache-impala,apache-kafka,apache-kylin,apache-livy,apache-pig,apache-pinot,apache-spark,apache-webhdfs,apprise,arangodb,asana,async,atlassian-jira,celery,cloudant,cloudpickle,cncf-kubernetes,cohere,common-compat,common-io,common-messaging,common-sql,databricks,datadog,dbt-cloud,dingding,discord,docker,edge3,elasticsearch,exasol,fab,facebook,ftp,git,github,github-enterprise,google,google-auth,graphviz,grpc,hashicorp,http,imap,influxdb,jdbc,jenkins,kerberos,ldap,microsoft-azure,microsoft-mssql,microsoft-psrp,microsoft-winrm,mongo,mysql,neo4j,odbc,openai,openfaas,openlineage,opensearch,opsgenie,oracle,otel,pagerduty,pandas,papermill,pgvector,pinecone,polars,postgres,presto,qdrant,rabbitmq,redis,s3fs,salesforce,samba,segment,sendgrid,sentry,sftp,singularity,slack,smtp,snowflake,sqlite,ssh,standard,statsd,tableau,telegram,teradata,trino,uv,vertica,weaviate,yandex,ydb,zendesk %build %pyproject_wheel %install %pyproject_install # For official Fedora packages, including files with '*' +auto is not allowed # Replace it with a list of relevant Python modules/globs and list extra files in %%files %pyproject_save_files '*' +auto %check %_pyproject_check_import_allow_no_modules -t %files -n python3-apache-airflow -f %{pyproject_files} %changelog %autochangelog