Summary: | New Port: www/py-httpx-socks - Proxy (HTTP, SOCKS) transports for httpx | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Zane C. Bowers-Hadley <vvelox> | ||||||||||
Component: | Individual Port(s) | Assignee: | Rainer Hurling <rhurlin> | ||||||||||
Status: | Closed FIXED | ||||||||||||
Severity: | Affects Only Me | CC: | rhurlin | ||||||||||
Priority: | --- | ||||||||||||
Version: | Latest | ||||||||||||
Hardware: | Any | ||||||||||||
OS: | Any | ||||||||||||
URL: | https://github.com/romis2012/httpx-socks | ||||||||||||
Bug Depends on: | |||||||||||||
Bug Blocks: | 256529 | ||||||||||||
Attachments: |
|
Description
Zane C. Bowers-Hadley
2021-06-10 06:58:55 UTC
Created attachment 225692 [details]
git diff
Derp. Accidentally included a file that should not of been from originally creating the port.
Do you agree, if we start we newest version 0.4.1? BTW, $FreeBSD$ is not needed anymore in the Makefile, since the ports tree was moved from svn to git. Hah, cool. Yeah, I see a new version was released since I submitted this. :) Hi Zane, devel/py-sniffio@py36 and devel/py-curio@py36 do not build for Python36: =>> Ignoring devel/py-sniffio: Unknown flavor 'py36', possible flavors: py38 py39 py37 =>> Ignoring devel/py-curio: Unknown flavor 'py36', possible flavors: py38 py39 py37 So we also should set USES=python:3.7+ for both ports, www/py-httpx-socks and www/searx, shouldn't we? Any better idea? Created attachment 225697 [details]
git diff
And here is the diff for the freshest version. :)
Ohh, cool. Building it with 3.7 here, but saw here 3.6 was mentioned as being the min supported version so just set the min version here for that as well. Aye. May as well get that bumped. Created attachment 225699 [details]
git diff
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=c87e99309f1afd5a71be51cf1b6b7afba00a3c11 commit c87e99309f1afd5a71be51cf1b6b7afba00a3c11 Author: Zane C. Bowers-Hadley <vvelox@vvelox.net> AuthorDate: 2021-06-13 13:39:33 +0000 Commit: Rainer Hurling <rhurlin@FreeBSD.org> CommitDate: 2021-06-13 13:51:27 +0000 www/py-httpx-socks: New port - Proxy (HTTP, SOCKS) transports for httpx https://github.com/romis2012/httpx-socks PR: 256527 www/Makefile | 1 + .../256527/225692-www_py-httpx-socks.diff (new) | 56 ++++++++++++++++++++++ www/py-httpx-socks/Makefile (new) | 28 +++++++++++ www/py-httpx-socks/distinfo (new) | 3 ++ www/py-httpx-socks/pkg-descr (new) | 5 ++ 5 files changed, 93 insertions(+) Committed, thanks :) |