Port details |
- py-filelike Python module for building and manipulating file-like object
- 0.4.1_1 sysutils
=0 0.4.1_1Version of this port present on the latest quarterly branch. - Maintainer: dikshie@sfc.wide.ad.jp
 - Port Added: 2009-09-18 01:50:54
- Last Update: 2022-03-07 18:13:21
- Commit Hash: d6ba389
- Also Listed In: python
- License: not specified in port
- Description:
- filelike is a Python module for building and manipulating file-like
objects.
This module takes care of the groundwork for implementing and manipulating
objects that provide a rich file-like interface, including reading,
writing, seeking and iteration. It also provides a number of useful
classes built on top of this functionality.
WWW: http://www.rfk.id.au/software/filelike/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}filelike>0:sysutils/py-filelike@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/sysutils/py-filelike/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/py-filelike
- pkg install py38-filelike
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-filelike listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py38-filelike
- Package flavors (<flavor>: <package>)
- distinfo:
- SHA256 (filelike-0.4.1.tar.gz) = 0f74981e176baec98b0f8abf30b1a2a9a102f8a4b6f3c202b17551d970a8f3d9
SIZE (filelike-0.4.1.tar.gz) = 38439
- 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
- There are no ports dependent upon this port
- Configuration Options:
- No options to configure
- Options name:
- sysutils_py-filelike
- USES:
- python:3.6+
- 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 |
07 Mar 2022 18:13:21 0.4.1_1
|
Po-Chuan Hsieh (sunpoet)  |
sysutils/py-filelike: Fix build with setuptools 58.0.0+
With hat: python |
06 Apr 2021 14:31:07 0.4.1_1
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
28 Dec 2020 23:02:15
0.4.1_1
|
antoine  |
Drop python 2.7 support from a few ports
With hat: portmgr |
30 Nov 2017 15:50:34
0.4.1_1 
|
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 ) |
23 May 2016 18:36:52
0.4.1_1
|
amdmi3  |
Convert tab after WWW: in pkg-descrs to single space as per PHB
Approved by: portmgr blanket |
24 Oct 2014 16:56:10
0.4.1_1
|
mva  |
- Convert ports of sysutils/ to new USES=python
Approved by: portmgr (implicit) |
01 Jun 2014 09:49:18
0.4.1_1
|
miwi  |
- Convert to PYDISTUTILS_AUTOPLIST
- Stage support |
27 Nov 2013 19:21:00
0.4.1
|
wg  |
- Fix build with distribute -> setuptools change
Approved by: portmgr (bapt, implicit) |
20 Sep 2013 23:06:00
0.4.1
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils) |
28 Feb 2011 10:53:02
0.4.1
|
wen  |
- Update to 0.4.1
- Fix build with python-2.7
- Remove MD5
PR: ports/155091
Submitted by: Wen Heping (myself)
Approved by: maintainer |
18 Sep 2009 01:50:25
0.3.4
|
yzlin  |
Add py-filelike 0.3.4, python module for building and manipulating
file-like object.
PR: ports/138160
Submitted by: Dikshie
Approved by: rafan (co-mentor)
Feature safe: yes |