Chia-Network / clvm_tools

Tools for clvm development
Apache License 2.0
51 stars 32 forks source link

Missing tarball on Pypi #60

Open Chewbakka-Wakka opened 3 years ago

Chewbakka-Wakka commented 3 years ago

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 commented 3 years ago

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

richardkiss commented 3 years ago

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 commented 3 years ago

To clarify to someone who isn’t big on github nor PyPi. A PR is a problem report (known as “issue” in github)? Would you like one filed in github or PyPi?

Or did I incorrectly grok the meaning of PR?

Risner

On 1 Jun 2021, at 2:13, Richard Kiss wrote:

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.

-- You are receiving this because you commented. Reply to this email directly or view it on GitHub: https://github.com/Chia-Network/clvm_tools/issues/60#issuecomment-851848830

richardkiss commented 3 years ago

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 commented 3 years ago

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 commented 6 months ago

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