Port details |
- py-toposort Topological sorting algorithm for Python
- 1.5 devel
=0 1.5Version of this port present on the latest quarterly branch. - Maintainer: ed@FreeBSD.org
 - Port Added: 2017-08-16 15:56:36
- Last Update: 2021-04-06 14:31:07
- Commit Hash: 305f148
- Also Listed In: python
- License: APACHE20
- Description:
- Implementation of a topological sorting algorithm for Python.
WWW: https://bitbucket.org/ericvsmith/toposort
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}toposort>0:devel/py-toposort@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-toposort/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-toposort
- pkg install py38-toposort
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 py38-toposort listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py38-toposort
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1502893729
SHA256 (toposort-1.5.tar.gz) = dba5ae845296e3bf37b042c640870ffebcdeb8cd4df45adaa01d8c5476c557dd
SIZE (toposort-1.5.tar.gz) = 10294
- 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
-
- devel/arpc
- for Run
-
- devel/arpc
- devel/py-cadquery-pywrap
- misc/snakemake
- Configuration Options:
- No options to configure
- Options name:
- devel_py-toposort
- USES:
- python:3.6+
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 4
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
06 Apr 2021 14:31:07 1.5
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
28 Dec 2020 23:02:15
1.5
|
antoine  |
Drop python 2.7 support from a few ports
With hat: portmgr |
30 Nov 2017 15:50:34
1.5 
|
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 ) |
16 Aug 2017 15:56:26
1.5
|
ed  |
Add py-toposort.
I am currently in the process of creating ports for various components
related to CloudABI, including ARPC (an RPC framework that supports file
descriptor passing) and Flower (a capability-based network backplane).
The former comes with a script called 'aprotoc' for creating C++
bindings for messages and RPC services. This script depends on Python's
toposort package to order declarations in the resulting C++ header file,
taking dependencies into account.
Reviewed by: mat, wg
Differential Revision: https://reviews.freebsd.org/D12046 |
Number of commits found: 4
|