FreeBSD Bugzilla – Attachment 237388 Details for
Bug 267133
net/py-trio: Add missing dependency: exceptiongroup (Python < 3.11) since 0.22.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Add runtime & test dependency on "exceptiongroup"
patch-add-exceptiongroup-dependency.diff (text/plain), 1.19 KB, created by
freebsd
on 2022-10-16 23:35:13 UTC
(
hide
)
Description:
Add runtime & test dependency on "exceptiongroup"
Filename:
MIME Type:
Creator:
freebsd
Created:
2022-10-16 23:35:13 UTC
Size:
1.19 KB
patch
obsolete
>--- Makefile.old 2022-10-01 18:45:13.077511000 -1000 >+++ Makefile 2022-10-16 13:29:18.662642000 -1000 >@@ -1,4 +1,5 @@ > PORTNAME= trio >+PORTREVISION= 1 > PORTVERSION= 0.22.0 > CATEGORIES= net python > MASTER_SITES= CHEESESHOP >@@ -16,11 +17,13 @@ > RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}async_generator>0:devel/py-async_generator@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}attrs>=19.2.0:devel/py-attrs@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}cffi>=1.14:devel/py-cffi@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}exceptiongroup>=1.0.0rc9:devel/py-exceptiongroup@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}idna>0:dns/py-idna@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}outcome>0:devel/py-outcome@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}sniffio>0:devel/py-sniffio@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}sortedcontainers>0:devel/py-sortedcontainers@${PY_FLAVOR} > TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}astor>=0:devel/py-astor@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}exceptiongroup>=1.0.0rc9:devel/py-exceptiongroup@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}jedi>=0.18.0:devel/py-jedi@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}openssl>=0:security/py-openssl@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 267133
: 237388