Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
F
FreeBSD ports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
6
Snippets
Groups
Projects
Show more breadcrumbs
FreeBSD
FreeBSD ports
Commits
efb40dba
Verified
Commit
efb40dba
authored
1 year ago
by
sunpoet
Browse files
Options
Downloads
Patches
Plain Diff
devel/py-anyio: Update to 3.7.0
Changes:
https://github.com/agronholm/anyio/blob/master/docs/versionhistory.rst
parent
e76fa7f5
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
devel/py-anyio/Makefile
+10
-4
10 additions, 4 deletions
devel/py-anyio/Makefile
devel/py-anyio/distinfo
+3
-3
3 additions, 3 deletions
devel/py-anyio/distinfo
devel/py-anyio/files/patch-pyproject.toml
+10
-0
10 additions, 0 deletions
devel/py-anyio/files/patch-pyproject.toml
with
23 additions
and
7 deletions
devel/py-anyio/Makefile
+
10
−
4
View file @
efb40dba
PORTNAME
=
anyio
PORTVERSION
=
3.
6.2
PORTVERSION
=
3.
7.0
CATEGORIES
=
devel python
MASTER_SITES
=
PYPI
PKGNAMEPREFIX
=
${
PYTHON_PKGNAMEPREFIX
}
...
...
@@ -11,19 +11,21 @@ WWW= https://github.com/agronholm/anyio
LICENSE
=
MIT
LICENSE_FILE
=
${
WRKSRC
}
/LICENSE
BUILD_DEPENDS
=
${
PYTHON_PKGNAMEPREFIX
}
setuptools_scm>
=
3.4:devel/py-setuptools_scm@
${
PY_FLAVOR
}
BUILD_DEPENDS
=
${
PYTHON_PKGNAMEPREFIX
}
setuptools>
=
61:devel/py-setuptools@
${
PY_FLAVOR
}
\
${
PYTHON_PKGNAMEPREFIX
}
setuptools_scm>
=
6.4:devel/py-setuptools_scm@
${
PY_FLAVOR
}
\
${
PYTHON_PKGNAMEPREFIX
}
wheel>
=
0:devel/py-wheel@
${
PY_FLAVOR
}
RUN_DEPENDS
=
${
PYTHON_PKGNAMEPREFIX
}
idna>
=
2.8:dns/py-idna@
${
PY_FLAVOR
}
\
${
PYTHON_PKGNAMEPREFIX
}
sniffio>
=
1.1:devel/py-sniffio@
${
PY_FLAVOR
}
USES
=
python:3.7+
USE_PYTHON
=
autoplist concurrent
distutils
USE_PYTHON
=
autoplist concurrent
pep517
NO_ARCH
=
yes
OPTIONS_DEFINE
=
TRIO
TRIO_DESC
=
Use trio as backend
TRIO_RUN_DEPENDS
=
${
PYTHON_PKGNAMEPREFIX
}
trio>
=
0
.16
<0.22:net/py-trio@
${
PY_FLAVOR
}
TRIO_RUN_DEPENDS
=
${
PYTHON_PKGNAMEPREFIX
}
trio>
=
0<0.22:net/py-trio@
${
PY_FLAVOR
}
.
include
<bsd.port.pre.mk>
...
...
@@ -31,4 +33,8 @@ TRIO_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}trio>=0.16<0.22:net/py-trio@${PY_FLAVOR
RUN_DEPENDS
+=
${
PYTHON_PKGNAMEPREFIX
}
typing-extensions>
=
0:devel/py-typing-extensions@
${
PY_FLAVOR
}
.
endif
.if
${PYTHON_REL}
<
31100
RUN_DEPENDS
+=
${
PYTHON_PKGNAMEPREFIX
}
exceptiongroup>
=
0:devel/py-exceptiongroup@
${
PY_FLAVOR
}
.
endif
.
include
<bsd.port.post.mk>
This diff is collapsed.
Click to expand it.
devel/py-anyio/distinfo
+
3
−
3
View file @
efb40dba
TIMESTAMP = 16
69057677
SHA256 (anyio-3.
6.2
.tar.gz) = 2
5ea0d673ae30af41a0c442f81cf3b38c7e79fdc7b60335a4c14e05eb0947421
SIZE (anyio-3.
6.2
.tar.gz) = 14
0
37
8
TIMESTAMP = 16
85792222
SHA256 (anyio-3.
7.0
.tar.gz) = 2
75d9973793619a5374e1c89a4f4ad3f4b0a5510a2b5b939444bee8f4c4d37ce
SIZE (anyio-3.
7.0
.tar.gz) = 14
27
37
This diff is collapsed.
Click to expand it.
devel/py-anyio/files/patch-pyproject.toml
0 → 100644
+
10
−
0
View file @
efb40dba
---
pyproject.toml.orig
2023-05-27
11:12:17
UTC
+++
pyproject.toml
@@
-1,6
+1,6
@@
[build-system]
requires
=
[
-
"setuptools >= 64"
,
+
"setuptools >= 61"
,
"setuptools_scm >= 6.4"
]
build-backend
=
"setuptools.build_meta"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment