Skip to content

Add a license file?#38

Merged
AWeirdDev merged 1 commit intoAWeirdDev:mainfrom
NickJLange:license
Feb 24, 2025
Merged

Add a license file?#38
AWeirdDev merged 1 commit intoAWeirdDev:mainfrom
NickJLange:license

Conversation

@NickJLange
Copy link
Copy Markdown
Contributor

Python 3.13 is complaining about a missing LICENSE file...

$ pip install fast-flights
        File "/lib/python3.13/site-packages/flit_core/config.py", line 612, in read_pep621_metadata
          raise ConfigError(f"License file {license_f} does not exist")
      flit_core.config.ConfigError: License file LICENSE does not exist

Obviously a PR can be raised, but it is unclear on the LICENSE for this project...

@dosubot dosubot bot added size:XS This PR changes 0-9 lines, ignoring generated files. bug Something isn't working labels Feb 23, 2025
@Lim0H
Copy link
Copy Markdown
Contributor

Lim0H commented Feb 23, 2025

I have the same problem. In mac work, but in docker based on python:3.12-slim dosn't work

@Lim0H
Copy link
Copy Markdown
Contributor

Lim0H commented Feb 23, 2025

pip wheel --no-cache-dir --use-pep517 "git+https://github.com/NickJLange/fast-flights.git@license"
Collecting git+https://github.com/NickJLange/fast-flights.git@license
  Cloning https://github.com/NickJLange/fast-flights.git (to revision license) to /private/var/folders/t5/sc3jl4pd2m772qf8x_d_k17r0000gn/T/pip-req-build-ywzo_04d
  Running command git clone --filter=blob:none --quiet https://github.com/NickJLange/fast-flights.git /private/var/folders/t5/sc3jl4pd2m772qf8x_d_k17r0000gn/T/pip-req-build-ywzo_04d
  Running command git checkout -b license --track origin/license
  Switched to a new branch 'license'
  branch 'license' set up to track 'origin/license'.
  Resolved https://github.com/NickJLange/fast-flights.git to commit d97359b09ae29c3118c8bfbe2320dc2dcb9e8190
  Installing build dependencies ... done
  Getting requirements to build wheel ... done
  Preparing metadata (pyproject.toml) ... done
Collecting primp (from fast-flights==2.0)
  Downloading primp-0.13.0-cp38-abi3-macosx_11_0_arm64.whl.metadata (13 kB)
Collecting protobuf (from fast-flights==2.0)
  Downloading protobuf-5.29.3-cp38-abi3-macosx_10_9_universal2.whl.metadata (592 bytes)
Collecting selectolax (from fast-flights==2.0)
  Downloading selectolax-0.3.28-cp312-cp312-macosx_10_13_universal2.whl.metadata (6.3 kB)
Downloading primp-0.13.0-cp38-abi3-macosx_11_0_arm64.whl (2.9 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.9/2.9 MB 13.4 MB/s eta 0:00:00
Downloading protobuf-5.29.3-cp38-abi3-macosx_10_9_universal2.whl (417 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 417.8/417.8 kB 53.7 MB/s eta 0:00:00
Downloading selectolax-0.3.28-cp312-cp312-macosx_10_13_universal2.whl (3.6 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.6/3.6 MB 35.1 MB/s eta 0:00:00
Saved ./primp-0.13.0-cp38-abi3-macosx_11_0_arm64.whl
Saved ./protobuf-5.29.3-cp38-abi3-macosx_10_9_universal2.whl
Saved ./selectolax-0.3.28-cp312-cp312-macosx_10_13_universal2.whl
Building wheels for collected packages: fast-flights
  Building wheel for fast-flights (pyproject.toml) ... done
  Created wheel for fast-flights: filename=fast_flights-2.0-py3-none-any.whl size=51841 sha256=7e37d516bc75e8e0f10115100771027f6e3f67feeddf59ddbded44d2152b306b
  Stored in directory: /private/var/folders/t5/sc3jl4pd2m772qf8x_d_k17r0000gn/T/pip-ephem-wheel-cache-kutdazoq/wheels/55/4a/84/222f6ba5cde5d299263e33c32fe69096b9a57f78cf019c806d
Successfully built fast-flights

@Lim0H
Copy link
Copy Markdown
Contributor

Lim0H commented Feb 23, 2025

thx for change

@AWeirdDev AWeirdDev merged commit 0c415c3 into AWeirdDev:main Feb 24, 2025
@ftgo
Copy link
Copy Markdown

ftgo commented Feb 24, 2025

@AWeirdDev please create a minor release. It is blocking many setups.

@AWeirdDev
Copy link
Copy Markdown
Owner

I could, but I have hella no idea how to do that on mobile. I'll try to figure that out.

@AWeirdDev
Copy link
Copy Markdown
Owner

Quick update: v2.1 is now published.
Hope you're not mad :(

jimmyliu03 pushed a commit to jimmyliu03/google-flights that referenced this pull request Dec 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working size:XS This PR changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants