torproject / stem

Python controller library for Tor
https://stem.torproject.org/
GNU Lesser General Public License v3.0
257 stars 75 forks source link

update openbsd package name #113

Closed nyxnor closed 2 years ago

nyxnor commented 2 years ago

see http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/net/py-stem/distinfo?rev=1.4&content-type=text/x-cvsweb-markup

$ doas pkg_add py-stem
quirks-4.53 signed on 2021-12-21T
Can't find py-stem
$ doas pkg_add py37-stem
quirks-4.53 signed on 2021-12-21
Can't find py37-stem
$ doas pkglocate py-stem
py3-stem-1.8.0:net/py-stem,python3:/usr/local/bin/tor-prompt
py3-stem-1.8.0:net/py-stem,python3:/usr/local/lib/python3.8/site-packages/stem-1.8.0-py3.8.egg-info
py3-stem-1.8.0:net/py-stem,python3:/usr/local/lib/python3.8/site-packages/stem/
py3-stem-1.8.0:net/py-stem,python3:/usr/local/lib/python3.8/site-packages/stem/__init__.py
$ doas pkg_add py3-stem 
quirks-4.53 signed on 2021-12-21
py3-stem-1.8.0: ok
atagar commented 2 years ago

Thanks nyxnor! And sorry for the delay. I was down sick the last week. I pushed this without the whitespace removal because iirc doing so breaks Sphinx compilation.

Thanks for the patch!