Port details |
- py-async Framework to process interdependent tasks in a pool of workers
- 0.6.2 devel
=0 0.6.2Version of this port present on the latest quarterly branch.
- DEPRECATED: Further using of this module is not encouraged by upstream
This port expired on: 2015-11-26
- Maintainer: wen@FreeBSD.org
- Port Added: 2011-03-15 07:56:17
- Last Update: 2015-11-28 23:08:03
- SVN Revision: 402562
- Also Listed In: python
- License: not specified in port
- WWW:
- http://packages.python.org/async/intro.html
- Description:
- Async is one more attempt to make the definition and execution of asynchronous
interdependent operations easy. For that to work, you may define tasks which
communicate with each other by channels. Channels transfer items, which is very
similar to bytes flowing through pipes uses in inter-process communication.
Items will only be generated on demand, that is when you read from the
respective output channel.
WWW: http://packages.python.org/async/intro.html
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- 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}async>0:devel/py-async@${PY_FLAVOR}
- No installation instructions:
- This port has been deleted.
- PKGNAME: py27-async
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py27-setuptools27>0 : devel/py-setuptools27
- python2.7 : lang/python27
- Runtime dependencies:
-
- py27-setuptools27>0 : devel/py-setuptools27
- python2.7 : lang/python27
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 6
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.6.2 28 Nov 2015 23:08:03 |
rene |
Remove expired ports:
2015-11-26 audio/pecl-id3: Broken for more than 6 months
2015-11-26 dns/geta: Broken for more than 6 months
2015-11-26 finance/openerp-web: Broken for more than 6 months
2015-11-26 devel/py-async: Further using of this module is not encouraged by
upstream
2015-11-26 chinese/kon2: Depends on expiring chinese/cce
2015-11-26 games/linux-skulltag: Depends on expiring audio/linux-fmodapi
2015-11-26 archivers/wzip: Broken for more than 6 months
2015-11-26 databases/sybtcl: Broken for more than 6 months
2015-11-26 biology/povchem: Broken for more than 6 months
2015-11-26 audio/btc: Broken for more than 6 months
2015-11-26 astro/wmglobe: Broken for more than 6 months
2015-11-26 graphics/pyro: Broken for more than 6 months
2015-11-26 graphics/jpeg2ps: Broken for more than 6 months
2015-11-26 chinese/gugod-clean: Broken for more than 6 months (Only the first 15 lines of the commit message are shown above ) |
0.6.2 26 Oct 2015 16:38:03 |
rm |
devel/py-async: update to 0.6.2; set to deprecation
- update to 0.6.2
- mark port DEPRECATED, because last it's consumer gone and it's not supported
upstream anymore. Expiration date is set to 2015-11-26.
Citing https://pypi.python.org/pypi/async:
DEPRECATION NOTE: Please do not use this library ! It's not working correctly in
python 3, and besides that might be called a failed experiment.
Approved by: wen (maintainer, by email) |
0.6.1_1 20 Oct 2014 16:04:14 |
mva |
- Convert ports of devel/ to USES=python
Approved by: portmgr (implicit) |
0.6.1_1 06 Mar 2014 15:08:17 |
miwi |
- Convert to autoplist
- Stage support
- Bump PORTREVISION |
0.6.1 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
0.6.1 15 Mar 2011 07:55:55 |
wen |
Async is one more attempt to make the definition and execution of asynchronous
interdependent operations easy. For that to work, you may define tasks which
communicate with each other by channels. Channels transfer items, which is very
similar to bytes flowing through pipes uses in inter-process communication.
Items will only be generated on demand, that is when you read from the
respective output channel.
WWW: http://packages.python.org/async/intro.html |
Number of commits found: 6
|