Port details |
- py-trollius Port of the Tulip project (asyncio module, PEP 3156) on Python 2
- 2.2 devel
=0 2.2Version of this port present on the latest quarterly branch.
- Maintainer: skreuzer@FreeBSD.org
- Port Added: 2014-07-21 19:35:37
- Last Update: 2022-04-16 04:19:06
- Commit Hash: 0c2b743
- Also Listed In: python
- License: APACHE20
- WWW:
- https://github.com/haypo/trollius
- Description:
- Trollius provides infrastructure for writing single-threaded concurrent code
using coroutines, multiplexing I/O access over sockets and other resources,
running network clients and servers, and other related primitives.
WWW: https://github.com/haypo/trollius
- ¦ ¦ ¦ ¦
- 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}trollius>0:devel/py-trollius@${PY_FLAVOR}
- No installation instructions:
- This port has been deleted.
- PKGNAME: py38-trollius
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1520860307
SHA256 (trollius-2.2.tar.gz) = b35b9a9079c3c06a04cedf27dd833982b5d58401722da63d2c7c6384063a6924
SIZE (trollius-2.2.tar.gz) = 276391
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:
-
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- Runtime dependencies:
-
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_py-trollius
- USES:
- python:3.6+
- 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 |
2.2 16 Apr 2022 04:19:06 |
Po-Chuan Hsieh (sunpoet) |
devel/py-trollius: Remove obsoleted port
It is deprecated by upstream. Furthermore, the asyncio package has been included
in the standard library since Python 3.4.
Approved by: skreuzer (maintainer) |
2.2 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2.2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.2 11 Jan 2021 19:36:17 |
rene |
Remove logic for Python < 3.6 for ports using Python 3.6+ |
2.2 05 Jan 2021 22:08:22 |
rene |
Follow up on devel/py-futures port removal in r559976
The devel/py-futures port was removed in r559976 as it was for
Python 2.7 only and no longer referenced in the default cases.
However it was still defined in Mk/Uses/python.mk in PY_FUTURES,
leaving a dangling reference.
Remove it from Mk/Uses/python.mk and from affected ports, as
it was already an empty definition for Python 3.6+
Bump minimal Python version of security/theonionbox to 3.6+ |
2.2 28 Dec 2020 23:02:15 |
antoine |
Drop python 2.7 support from a few ports
With hat: portmgr |
2.2 20 Jun 2018 17:05:44 |
mat |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
2.2 12 Mar 2018 13:17:57 |
skreuzer |
Update to version 2.2 |
2.0 10 Feb 2018 19:58:51 |
sunpoet |
Simplify Makefile: use PY_FUTURES
It also fixes the other PYTHON_REL check.
The original "PYTHON_REL < 3300" check inside "PYTHON_REL < 3000" will never be
true.
With hat: python |
2.0 30 Nov 2017 15:50:34 |
mat |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
2.0 13 Nov 2016 16:14:14 |
rene |
Clean up TEST_DEPENDS, devel/py-unittest2 was removed at 2016-09-26 |
2.0 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
2.0 26 Jan 2016 10:20:14 |
koobs |
devel/py-trollius: Fix TEST_DEPENDS
- Make mock a conditional TEST_DEPENDS
- Add missing unittest2 TEST_DEPENDS
- Remove run-aiotest from test target. Requires aiotest (PyPI)
Didn't pick this up in testing because mock and unittest2 were installed
locally, and running test: in poudriere is non-trivial at the moment.
PR: 206578 |
2.0 25 Jan 2016 06:23:45 |
koobs |
devel/py-trollius: Update to 2.0
- Update PORTVERSION and distinfo checksum (2.0)
- Update test target
- Update pkg-descr WWW: URL (match setup.py)
Changes:
https://trollius.readthedocs.org/changelog.html
PR: 206578, 205078
Approved by: skreuzer (maintainer)
Differential Revision: D5049 |
1.0_1 24 Jan 2016 15:34:27 |
koobs |
devel/py-trollius: Fix Python 3.x build, Modernize
- Correct LICENSE (MIT to APACHE20)
- Add LICENSE_FILE
- Remove BUILD_DEPENDS, futures (and most python packages) are RUN_DEPENDS
- Conditionalise futures RUN_DEPENDS. Only required on Python < 3
- Sort USE_PYTHON
- Add NO_ARCH
- Add test target and TEST_DEPENDS
QA:
* portlint: OK (WARN: Makefile: "RUN_DEPENDS" has to appear earlier. - False
Positive)
* testport: OK (poudriere: 11amd64, Python 2.7 / 3.4)
* unittest: OK (Ran 845 tests in 23.226s - FAILED (failures=3, skipped=1)
False Positives, fixed in version 2.0
PR: 205078
Approved by: portmgr (blanket, ports compliance)
MFH: 2016Q1 |
1.0 20 Oct 2014 16:04:14 |
mva |
- Convert ports of devel/ to USES=python
Approved by: portmgr (implicit) |
1.0 24 Jul 2014 21:15:05 |
skreuzer |
Update to version 1.0 |
0.4 21 Jul 2014 19:35:29 |
skreuzer |
Trollius provides infrastructure for writing single-threaded concurrent code
using coroutines, multiplexing I/O access over sockets and other resources,
running network clients and servers, and other related primitives.
WWW: https://bitbucket.org/enovance/trollius/ |