Port details |
- py-venusian Python library for deferring decorator actions
- 3.0.0,1 devel
=3 3.0.0,1Version of this port present on the latest quarterly branch. - Maintainer: bofh@FreeBSD.org
 - Port Added: 2011-03-21 03:24:27
- Last Update: 2021-04-06 14:31:07
- Commit Hash: 305f148
- People watching this port, also watch:: p5-Data-Hexdumper, gitolite, p5-GnuPG-Interface, libunwind, p5-Object-InsideOut
- Also Listed In: python
- License: BSD4CLAUSE
- Description:
- Venusian is a library which allows framework authors to defer decorator
actions. Instead of taking actions when a function (or class) decorator
is executed at import time, you can defer the action usually taken by
the decorator until a separate "scan" phase.
WWW: https://pypi.org/project/venusian/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}venusian>0:devel/py-venusian@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-venusian/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-venusian
- pkg install py38-venusian
NOTE: This is a Python port. Instead of py38-venusian listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py38-venusian
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1573111839
SHA256 (venusian-3.0.0.tar.gz) = f6842b7242b1039c0c28f6feef29016e7e7dd3caaeb476a193acf737db31ee38
SIZE (venusian-3.0.0.tar.gz) = 44558
- 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
- This port is required by:
- for Build
-
- www/py-pyramid
- for Run
-
- www/py-pyramid
- Configuration Options:
- No options to configure
- Options name:
- devel_py-venusian
- USES:
- python:3.5+
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
06 Apr 2021 14:31:07 3.0.0,1
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
23 Nov 2019 16:52:09
3.0.0,1
|
bofh  |
devel/py-venusian: Update version 1.2.0=>3.0.0 |
12 Jan 2019 09:22:20
1.2.0,1
|
bofh  |
devel/py-venusian: Update version 1.1.0=>1.2.0
Relnotes: https://pypi.org/project/venusian/ |
25 Apr 2018 16:42:38
1.1.0,1
|
amdmi3  |
Switch all pypi.python.org WWWs to a new PyPi home pypi.org where
they now redirect to anyway. All new urls checked to return 200,
I've fixed a couple of them in the process.
Approved by: portmgr blanket, mat |
08 Feb 2018 20:18:09
1.1.0,1
|
amdmi3  |
Canonicalize PyPi WWWs:
- Switch to https://
- Remove trailing slashes
Approved by: portmgr blanket |
22 May 2017 11:42:32
1.1.0,1
|
bofh  |
devel/py-venusian: Update version 1.0=>1.1.0
Relnotes: https://pypi.python.org/pypi/venusian/ |
14 May 2015 09:03:12
1.0,1
|
bofh  |
devel/py-venusian: Fix PORTEPOCH
- Mark ARCH independent
PR: 197424
Submitted by: tkato432@yahoo.com |
08 Feb 2015 22:11:07
1.0
|
bofh  |
devel/py-venusian: Update version 1.0a8=>1.0
- Take maintainership
Approved by: bapt marino (implicit) |
02 Dec 2014 22:40:57
1.0a8
|
bapt  |
Reset maintainership:
- Lots of maintainers timeout
- unresponsive for almost a year
PR: 195059 |
20 Oct 2014 16:04:14
1.0a8
|
mva  |
- Convert ports of devel/ to USES=python
Approved by: portmgr (implicit) |
09 Feb 2014 14:56:36
1.0a8
|
rm  |
- update to 1.0a8
- do not use easy_install and convert to auto-generated packing list
while here:
- add LICENSE (BSD4CLAUSE)
- remove indefinite article from COMMENT
PR: 185743
Submitted by: Eero Hanninen <fax@nohik.ee>
Approved by: maintainer timeout (3 weeks) |
20 Nov 2013 20:51:25
1.0a6
|
sunpoet  |
- Update WWW:
- http://cheeseshop.python.org/ -> https://pypi.python.org/
- http://pypi.python.org/ -> https://pypi.python.org/
With hat: python
Approved by: bapt (portmgr) |
20 Sep 2013 17:13:47
1.0a6
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
28 Jun 2012 06:06:52
1.0a6
|
clsung  |
- Update to 1.0a6 |
08 Oct 2011 16:26:03
1.0a2
|
clsung  |
- Update to 1.0a2 |
26 Sep 2011 00:57:04
1.0a1
|
clsung  |
- Update to 1.0a1
PR: 160938
Submitted by: lwhsu |
06 Jul 2011 00:37:37
0.9
|
clsung  |
- Update to 0.9
PR: ports/158053
Submitted by: Jin-Sih Lin <linpct_AT_gmail dot com> |
21 Mar 2011 03:23:58
0.7
|
clsung  |
Venusian is a library which allows framework authors to defer decorator
actions. Instead of taking actions when a function (or class) decorator
is executed at import time, you can defer the action usually taken by
the decorator until a separate "scan" phase.
WWW: http://pypi.python.org/pypi/venusian |