Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid Python release specifier #4

Closed
Technetium1 opened this issue Feb 12, 2023 · 1 comment
Closed

Invalid Python release specifier #4

Technetium1 opened this issue Feb 12, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@Technetium1
Copy link

Bug report

Checklist

[x] I have searched for similar bugs in the issues.
[x] I will add the bug label to this issue.

Version Info

  • Simber version: 0.2.5

How Simber was installed?

It cannot be installed.

Description

This is currently blocking the build for ytmdl: chaotic-aur/packages#1595

Setup fails because there's an invalid release specifier here:

python_requires=">=3.*",

This results in the following error in python-simber.log:

Warning: 'classifiers' should be a list, got type 'tuple'
error in simber setup command: 'python_requires' must be a string containing valid version specifiers; Invalid specifier: '>=3.*'

According to Python packaging guidelines the appropriate syntax is:
python_requires=">=3",

@Technetium1 Technetium1 added the bug Something isn't working label Feb 12, 2023
@deepjyoti30
Copy link
Owner

@Technetium1 Thanks for pointing out the issue. It is fixed in the latest release: 0.2.6.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants