eudicots / Cactus

Static site generator for designers. Uses Python and Django templates.
BSD 3-Clause "New" or "Revised" License
3.47k stars 314 forks source link

Cactus 3.0.0 not available on PyPI #121

Closed pmdarrow closed 9 years ago

pmdarrow commented 9 years ago
~/Code $ pip install Cactus==3.0.0
Downloading/unpacking Cactus==3.0.0
  Could not find a version that satisfies the requirement Cactus==3.0.0 (from versions: 2.2.1, 2.3.0, 2.3.1)
  Some externally hosted files were ignored (use --allow-external to allow).
Cleaning up...
No distributions matching the version for Cactus==3.0.0
krallin commented 9 years ago

The issue here is that the package isn't hosted on PyPi itself, but GitHub.

@koenbok ,

Any specific reason you're not pushing the package to PyPi but instead publishing a link to GitHub?

koenbok commented 9 years ago

No specific reason. I didn't know pip disallowed external resources by default.

@krallin do you want me to fix it? Or shall I share the pypi login with you?

krallin commented 9 years ago

@koenbok ,

Either way works.

PyPi should let you add me as a maintainer on Cactus without sharing any credentials (just login, open the Cactus PyPi page, click on Roles, and add me as a maintainer; my username is Thomas.Orozco).

Cheers,

koenbok commented 9 years ago

Done :-)

krallin commented 9 years ago

Fixed with 2b9cde653c07a9cf81f358c0122fd58a4e1ee166 (v3.0.1).

https://pypi.python.org/pypi/Cactus

Cheers,