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

Missing tarball on Pypi #60

Open
Chewbakka-Wakka opened this issue May 23, 2021 · 6 comments
Open

Missing tarball on Pypi #60

Chewbakka-Wakka opened this issue May 23, 2021 · 6 comments

Comments

@Chewbakka-Wakka
Copy link

I am trying to build an RPM from this but see no tar.gz file on pypi. Can you please upload the source tarball to pypi ?

warning: Downloading https://pypi.io/packages/source/c/clvm_tools/clvm_tools-0.4.3.tar.gz
curl: (22) The requested URL returned error: 404
error: Couldn't download https://pypi.io/packages/source/c/clvm_tools/clvm_tools-0.4.3.tar.gz

https://pypi.org/project/clvm-tools/#files only shows a .whl file.

$python3 setup.py --help-commands | grep sdist
sdist create a source distribution (tarball, zip file, etc.)

so if you can first generate this sdist tar ball then upload it

@risner
Copy link

risner commented May 30, 2021

I second this.
I downloaded the one from github for now.

@richardkiss
Copy link
Contributor

FYI, the github one won't work because of setuptools_scm... some extra stuff in this package needs to be run so it can tell the sdist its version number. A PR to tweak a .github build file to also build & upload the sdist would be most welcome.

@risner
Copy link

risner commented Jun 1, 2021 via email

@richardkiss
Copy link
Contributor

Sorry, in this context "PR" means "pull request". It's passive-aggressive github way of asking you to fix a problem we caused. :)

(Sort of half-kidding here.)

@risner
Copy link

risner commented Jun 1, 2021

Roger, thanks for the explanation.

I'm afraid that's not yet in my skills. I'm not sure how to use setuptools_scm, what a .github build or sdist is. Maybe someone else reading can help us with this issue.

@Chewbakka-Wakka
Copy link
Author

Same on latest version.

Any updates on the tarball?

warning: Downloading https://pypi.io/packages/source/c/clvm_tools/clvm_tools-0.4.9.tar.gz ...
curl: (56) The requested URL returned error: 404
error: Couldn't download https://pypi.io/packages/source/c/clvm_tools/clvm_tools-0.4.9.tar.gz

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants