Port details |
- py-pyenet Python wrapper for the ENet library by Lee Salzman
- 1.3.13.p7 net
=0 Version of this port present on the latest quarterly branch. - Maintainer: freebsd@skinc.ru
 - Port Added: 2019-12-09 15:34:56
- Last Update: 2022-07-20 14:22:37
- Commit Hash: 6a378e5
- Also Listed In: python
- License: BSD3CLAUSE MIT
- Description:
- pyenet is a python wrapper for the ENet library by Lee Salzman,
http://enet.bespin.org
WWW: https://pypi.python.org/pypi/pyenet
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}pyenet>0:net/py-pyenet@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/net/py-pyenet/ && make install clean
- To add the package, run one of these commands:
- pkg install net/py-pyenet
- pkg install py39-pyenet
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-pyenet listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-pyenet
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1574269594
SHA256 (pyenet-1.3.13.post7.tar.gz) = a36ed3ab9ddad25dc5416fa5223830f7f0ae628af986a4045def103057921ebf
SIZE (pyenet-1.3.13.post7.tar.gz) = 745118
- 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:
-
- cython-3.9 : lang/cython@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- This port is required by:
- for Run
-
- games/unknown-horizons
- Configuration Options:
- No options to configure
- Options name:
- net_py-pyenet
- USES:
- python:3.6+
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 5
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
20 Jul 2022 14:22:37 1.3.13.p7 |
Tobias C. Berner (tcberner)  |
net: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Straup Cope <ascope@cpan.org>
* Aaron Zauner <az_mail@gmx.at>
* Adam Jette <jettea46@yahoo.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Alex Bakhtin <Alex.Bakhtin@gmail.com>
* Alex Deiter <Alex.Deiter@Gmail.COM>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com> (Only the first 15 lines of the commit message are shown above ) |
06 Apr 2021 14:31:07 1.3.13.p7 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
28 Dec 2020 23:02:15
1.3.13.p7 |
antoine  |
Drop python 2.7 support from a few ports
With hat: portmgr |
24 Dec 2020 13:46:02
1.3.13.p7 |
kai  |
Relax hardcoded paths to fix build with Python 3.8.7
Since r558913 Python 3.8 incorporates BPO-42604 [1] which changed the
shared libs naming scheme. This means "EXT_SUFFIX" is now derived from
SOABI and yields with Python 3.8 to ".cpython-38.so" instead of ".so".
The affected ports strip the libaries in the "post-install" target via
hardcoded path(s) and the build fails at the end because the new extension
is not expected at this place.
Remedy the issue by adding wildcards to these paths. This should also
prepare the ports for future Python releases, which will use the new shared
libs naming scheme.
[1] https://bugs.python.org/issue42604
PR: 252057
Reported by: John Kennedy
Reviewed by: fluffy, koobs
Approved by: koobs (python) |
09 Dec 2019 15:34:48
1.3.13.p7 |
amdmi3  |
- Add net/py-pyenet
pyenet is a python wrapper for the ENet library by Lee Salzman,
http://enet.bespin.org
WWW: https://pypi.python.org/pypi/pyenet
PR: 221090
Submitted by: freebsd@skinc.ru |
Number of commits found: 5
|