Port details |
- py-asgiref ASGI specs, helper code, and adapters
- 3.8.1 www =2 3.8.1Version of this port present on the latest quarterly branch.
- Maintainer: wen@FreeBSD.org
- Port Added: 2019-09-12 02:36:33
- Last Update: 2024-04-05 14:37:26
- Commit Hash: f2fdb98
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: BSD3CLAUSE
- WWW:
- https://github.com/django/asgiref/
- Description:
- ASGI is a standard for Python asynchronous web apps and servers to
communicate with each other, and positioned as an asynchronous
successor to WSGI.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}asgiref>0:www/py-asgiref@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/www/py-asgiref/ && make install clean
- To add the package, run one of these commands:
- pkg install www/py-asgiref
- pkg install py39-asgiref
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py39-asgiref listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-asgiref
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1712325002
SHA256 (asgiref-3.8.1.tar.gz) = c343bd80a0bec947a9860adb4c432ffa7db769836c64238fc34bdc3fec84d590
SIZE (asgiref-3.8.1.tar.gz) = 35186
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- Test dependencies:
-
- py39-pytest>=4.3.0 : devel/py-pytest@py39
- py39-pytest-asyncio>=0.10.0 : devel/py-pytest-asyncio@py39
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- py39-typing-extensions>=4 : devel/py-typing-extensions@py39
- This port is required by:
- for Build
-
- databases/datasette
- for Run
-
- databases/datasette
- devel/py-connexion
- devel/py-datasette
- net/irrd
- www/mitmproxy
- www/py-channels
- www/py-channels-redis
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- www_py-asgiref
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.8.1 05 Apr 2024 14:37:26 |
Wen Heping (wen) |
www/py-asgiref: Update to 3.8.1 |
3.7.2_1 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
3.7.2_1 03 Jun 2023 10:49:36 |
Kai Knoblich (kai) |
www/py-asgiref: Add missing dependencies
* Python versions prior 3.11 requires devel/py-typing-extensions as
noted in the setup.cfg. Otherwise it leads to following error [1]:
[...]
from asgiref.sync import sync_to_async
File "/usr/local/lib/python3.9/site-packages/asgiref/sync.py", line 27, in
<module>
from .current_thread_executor import CurrentThreadExecutor
File
"/usr/local/lib/python3.9/site-packages/asgiref/current_thread_executor.py",
line 10, in <module>
from typing_extensions import ParamSpec
ModuleNotFoundError: No module named 'typing_extensions'
[...]
* Bump PORTREVISION due changed dependencies.
Reported by: pkg-fallout [1] (for www/py-django-treebeard)
Approved by: portmgr (buildfix blanket)
Fixes: 8a94364e8648 www/py-asgiref: Update to 3.7.2 |
3.7.2 01 Jun 2023 09:55:54 |
Wen Heping (wen) |
www/py-asgiref: Update to 3.7.2 |
3.6.0 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
3.6.0 22 Dec 2022 08:39:46 |
Wen Heping (wen) |
www/py-asgiref: Update to 3.6.0 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
3.5.2 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
3.5.2 18 May 2022 01:33:20 |
Wen Heping (wen) |
www/py-asgiref: Update to 3.5.2 |
3.5.1 03 May 2022 01:27:35 |
Wen Heping (wen) |
www/py-asgiref: Update to 3.5.1 |
3.5.0 10 Feb 2022 05:55:17 |
Wen Heping (wen) |
www/py-asgiref: Update to 3.5.0 |
3.4.1 08 Jul 2021 23:28:56 |
Wen Heping (wen) |
www/py-asgiref: Update to 3.4.1 |
3.3.4 23 Apr 2021 07:47:15 |
Wen Heping (wen) |
www/py-asgiref: Update to 3.3.4 |
3.3.2 07 Apr 2021 08:46:56 |
Wen Heping (wen) |
- Update to 3.3.2 |
3.2.10 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
3.2.10 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.2.10 20 Jul 2020 09:50:38 |
wen |
- Update to 3.2.10 |
3.2.7 27 Mar 2020 14:09:25 |
wen |
- Update to 3.2.7 |
3.2.6 24 Mar 2020 08:31:04 |
wen |
- Update to 3.2.6 |
3.2.5 13 Mar 2020 04:48:11 |
wen |
- Update to 3.2.5 |
3.2.3 19 Nov 2019 07:48:02 |
wen |
- Update to 3.2.3 |
3.2.2 12 Sep 2019 02:36:26 |
wen |
ASGI is a standard for Python asynchronous web apps and servers to
communicate with each other, and positioned as an asynchronous
successor to WSGI.
WWW: https://github.com/django/asgiref/ |