sphinx-contrib / video

A sphinx plugin that enables embedding of HTML5 videos
https://sphinxcontrib-video.readthedocs.io
Apache License 2.0
43 stars 29 forks source link

Extension not on pypi #2

Closed MyreMylar closed 1 year ago

MyreMylar commented 4 years ago

I'd like to use this on Read the Docs, but it's not on PyPi so Read The Docs cannot include it.

userlerueda commented 4 years ago

Is it part of standard tools or do we need to have an install directly from this repo ?

userlerueda commented 4 years ago

got it running like this:

pip install git+https://github.com/sphinx-contrib/video.git
Collecting git+https://github.com/sphinx-contrib/video.git
  Cloning https://github.com/sphinx-contrib/video.git to /private/var/folders/1v/mzkrj77j2rn7lqjp9z91f4d00000gp/T/pip-req-build-ozdvc9m8
  Running command git clone -q https://github.com/sphinx-contrib/video.git /private/var/folders/1v/mzkrj77j2rn7lqjp9z91f4d00000gp/T/pip-req-build-ozdvc9m8
Requirement already satisfied: pbr in ./.venv/py3/lib/python3.7/site-packages (from sphinxcontrib-video==0.0.1.dev3) (5.4.4)
Building wheels for collected packages: sphinxcontrib-video
  Building wheel for sphinxcontrib-video (setup.py) ... done
  Created wheel for sphinxcontrib-video: filename=sphinxcontrib_video-0.0.1.dev3-py2.py3-none-any.whl size=5157 sha256=10bfd912bc345bd75e81fbc027a69eb72b742773e6762b67d47c9c95e9772ff5
  Stored in directory: /private/var/folders/1v/mzkrj77j2rn7lqjp9z91f4d00000gp/T/pip-ephem-wheel-cache-843pfq8j/wheels/28/bb/d5/56c3f9c27aa861dc0b0e422c824ad8c0680a553fd8188224b4
Successfully built sphinxcontrib-video
Installing collected packages: sphinxcontrib-video
Successfully installed sphinxcontrib-video-0.0.1.dev3
Calinou commented 3 years ago

Bump :slightly_smiling_face:

Could you publish the extension to PyPI, please? This would make it easier to integrate on Read the Docs.

erwanp commented 2 years ago

Would indeed be very helpful to have it on PyPi!

fishermans-friend commented 2 years ago

I published it on PyPI here. There's been no activity on the repository in over 3 years, so it seems alright. If the original maintainers would like to take over the repository, let me know and I'll hand over the ownership on PyPI.

erwanp commented 2 years ago

Well done, thank you !

choldgraf commented 1 year ago

@fishermans-friend could you provide admin access to that PyPI repository for myself and @12rambau ? See this issue for context:

12rambau commented 1 year ago

if necessary (and for a reason I don't remember) my username on pypi is borntobealive.

fishermans-friend commented 1 year ago

Both choldgraf and borntobealive have been invited as owners of the PyPi repository.

choldgraf commented 1 year ago

many thanks @fishermans-friend - I've accepted and am also happy to share with others that wish to have pypi access as well!

12rambau commented 1 year ago

I'll wait to get the RDT webhook to work before creating a new release (for that I would need owner access to the repository (@reightb)