Port details |
- py-pyramid_rpc RPC support for the Pyramid web framework
- 0.8 www
=1 Version of this port present on the latest quarterly branch. - Maintainer: lwhsu@FreeBSD.org
 - Port Added: 2011-08-25 20:55:18
- Last Update: 2022-07-20 14:23:26
- Commit Hash: e915e75
- People watching this port, also watch:: json-c, sysinfo, python, miller
- Also Listed In: python
- License: not specified in port
- Description:
- pyramid_rpc is a package of RPC related add-on's to make it easier to
create RPC services.
WWW: https://pypi.org/project/pyramid_rpc/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}pyramid_rpc>0:www/py-pyramid_rpc@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/www/py-pyramid_rpc/ && make install clean
- To add the package, run one of these commands:
- pkg install www/py-pyramid_rpc
- pkg install py39-pyramid_rpc
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-pyramid_rpc listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-pyramid_rpc
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1478955818
SHA256 (pyramid_rpc-0.8.tar.gz) = 5dcd59a52d28ed5594df897ddbd473f68e599d48d4c86546e688db9752fa1f3a
SIZE (pyramid_rpc-0.8.tar.gz) = 30940
- 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-pyramid>=0 : www/py-pyramid@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-pyramid>=0 : www/py-pyramid@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- There are no ports dependent upon this port
- Configuration Options:
- No options to configure
- Options name:
- www_py-pyramid_rpc
- 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 |
20 Jul 2022 14:23:26 0.8 |
Tobias C. Berner (tcberner)  |
www: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
*
* <hvo.pm@xs4all.nl>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron LI <aly@aaronly.me>
* Aaron Zauner <az_mail@gmx.at>
* Abel Chow <achow@transoft.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Adrian Steinmann <ast@marabu.ch>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above ) |
06 Apr 2021 14:31:07 0.8 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
23 Nov 2019 17:34:16
0.8 |
antoine  |
Unbreak bulk -a
Pointy hat: bofh |
20 Jun 2018 17:05:44
0.8 |
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 |
25 Apr 2018 16:42:38
0.8 |
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 |
30 Nov 2017 15:50:34
0.8  |
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 ) |
12 Nov 2016 13:05:15
0.8 |
lwhsu  |
- Update to 0.8 |
01 Apr 2016 14:33:58
0.5.2 |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
03 Jan 2015 08:41:21
0.5.2 |
mva  |
- Convert USE_PYTHON to new USES in www/
With hat: python@ |
22 Apr 2014 07:49:00
0.5.2 |
lwhsu  |
- Stage
- Drop easy_install
- Use auto pk-plist
PR: ports/188771
Submitted by: Bartek Rutkowski <ports@robakdesign.com> |
03 Jan 2014 08:57:11
0.5.2 |
lwhsu  |
- Update to 0.5.2 |
20 Nov 2013 20:51:25
0.5.1 |
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) |
22 Sep 2013 16:30:10
0.5.1 |
lwhsu  |
- Update to 0.5.1 |
20 Sep 2013 23:36:54
0.3 |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
01 Sep 2011 03:17:43
0.3 |
lwhsu  |
- Update to 0.3 |
25 Aug 2011 20:53:20
0.2 |
lwhsu  |
Add py-pyramid_rpc 0.2, RPC support for the Pyramid web framework. |