Port details |
- py-lzma Python binding for the LZMA compression library
- 0.5.0 archivers =5 0.5.0Version of this port present on the latest quarterly branch.
- Maintainer: sbz@FreeBSD.org
- Port Added: 2004-05-28 14:34:14
- Last Update: 2024-10-01 18:56:20
- Commit Hash: 4485bd8
- People watching this port, also watch:: wget, aspell, openssl, unzip, rsync
- Also Listed In: python
- License: LGPL21
- WWW:
- https://www.joachim-bauch.de/projects/python/pylzma
- Description:
- Python binding for the LZMA compression library.
Supported Features:
* Compression / decompression of a single block of data
* Compression from a file-like object (must provide a read method)
* Streaming decompression through multiple calls to decompress.
* An initial library that supports reading of 7-zip archives (both
solid and non-solid)
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}lzma>0:archivers/py-lzma@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/archivers/py-lzma/ && make install clean
- To add the package, run one of these commands:
- pkg install archivers/py-lzma
- pkg install py311-lzma
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 py311-lzma listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-lzma
- Package flavors (<flavor>: <package>)
- ONLY_FOR_ARCHS: aarch64 amd64 armv6 armv7 i386 powerpc powerpc64 powerpc64le
- distinfo:
- TIMESTAMP = 1606229440
SHA256 (pylzma-0.5.0.tar.gz) = b874172afbf37770e643bf2dc9d9b6b03eb95d8f8162e157145b3fe9e1b68a1c
SIZE (pylzma-0.5.0.tar.gz) = 4215481
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:
-
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- This port is required by:
- for Run
-
- mail/py-fuglu
Configuration Options:
- ===> The following configuration options are available for py311-lzma-0.5.0:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- archivers_py-lzma
- USES:
- dos2unix python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.5.0 01 Oct 2024 18:56:20 |
Rene Ladan (rene) |
all: drop support for expired FreeBSD 14.0
Simplify expressions for FreeBSD 13.X
Reviewed by: many
Differential Revision: https://reviews.freebsd.org/D46601 |
0.5.0 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
0.5.0 17 May 2023 16:30:15 |
Muhammad Moinur Rahman (bofh) |
*/*: llvm15 build fixes
llvm15 was also merged into 13.2-STABLE effective from OSVERSION
1302505. Fix the ports that failed to build with llvm15.
Approved by: portmgr (blanket) |
0.5.0 06 May 2023 14:39:03 |
Muhammad Moinur Rahman (bofh) |
archivers/py-lzma: Unbreak on HEAD
Approved by: portmgr (blanket) |
0.5.0 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.5.0 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.5.0 20 Jul 2022 14:20:49 |
Tobias C. Berner (tcberner) |
archivers: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Albert Vernon <f3cun3c02@sneakemail.com>
* Alex Dupre <ale@FreeBSD.org>
* Alex Samorukov <samm@freebsd.org>
* Alexander Kuehn <freebsd@nagilum.org>
* Alexander Logvinov <ports@logvinov.com>
* Alexander Zhuravlev <zaa@zaa.pp.ru>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey Dokuchaev <danfe@regency.nsu.ru>
* Anders Nordby <anders@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
0.5.0 16 Jun 2021 09:00:14 |
Piotr Kubaj (pkubaj) |
archivers/py-lzma: enable on powerpc |
0.5.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.5.0 28 Dec 2020 23:02:15 |
antoine |
Drop python 2.7 support from a few ports
With hat: portmgr |
0.5.0 24 Dec 2020 13:46:02 |
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) |
0.5.0 24 Nov 2020 14:58:57 |
sbz |
- Update to 0.5.0 |
0.4.9 24 Sep 2020 20:26:14 |
linimon |
Also enable on powerpc64le.
Approved by: portmgr (tier-2 blanket) |
0.4.9 12 Apr 2020 01:22:10 |
sbz |
- Unbreak package build on ARM arch
PR: 212798
Submitted by: mikael |
0.4.9 23 Jul 2019 21:51:33 |
pkubaj |
archivers/py-lzma: unbreak on powerpc64
Builds fine on powerpc64.
Approved by: mentors (implicit approval) |
0.4.9 21 Sep 2017 13:01:44 |
sbz |
- Update to 0.4.9 |
0.4.8 07 Dec 2016 00:15:55 |
sbz |
- Update to 0.4.8
- Allow Python concurrent installation |
0.4.4_1 26 Jul 2016 16:51:16 |
mat |
Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.
With hat: portmgr
Sponsored by: Absolight |
0.4.4_1 18 Oct 2014 07:49:18 |
mva |
- Convert ports from accessibility/, archivers/ and astro/ to new
USES=python
Approved by: portmgr (implicit)
With hat: python@ |
0.4.4_1 03 Jul 2014 19:06:07 |
adamw |
Reduce unnecessary bsd.port.options.mk inclusions by using OPTIONS helpers.
For liborange, reverse the logic, as I'm pretty sure the OPTIONS were being
used to disable the selected options.
Approved by: portmgr (blanket) |
0.4.4_1 08 Jun 2014 09:08:39 |
mva |
- Remove easy_install dependency
- Convert to PYDISTUTILS_AUTOPLIST
- Bump PORTREVISION to enforce a cleanup for the easy_install references
With hat: python@
Approved by: portmgr (implicit) |
0.4.4 11 May 2014 23:31:53 |
bapt |
Convert to USES=dos2unix |
0.4.4 06 May 2014 11:17:30 |
sbz |
- Support STAGEDIR
PR: ports/188462
Submitted by: Bartek Rutkowski <ports at robakdesign.com> |
0.4.4 21 Feb 2014 13:34:57 |
ehaupt |
Remove trailing whitespaces from category archivers |
0.4.4 10 Feb 2014 13:54:28 |
ehaupt |
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.
This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.
Approved by: portmgr (bapt) |
0.4.4 21 Jan 2014 22:56:00 |
bapt |
Fix properties on pkg-plist |
20 Sep 2013 13:11:21
|
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
archivers) |
0.4.4 24 Apr 2013 18:38:35 |
sbz |
- Convert to new option framework |
0.4.4 28 Mar 2011 13:26:00 |
sbz |
- Update to 0.4.4
Approved by: jadawin@ (mentor) |
0.4.3 18 Mar 2011 10:04:54 |
sbz |
Update my MAINTAINER address to sbz at FreeBSD.org.
Approved by: jadawin@ (mentor) |
0.4.3 29 Jan 2011 03:51:06 |
miwi |
- Update to 0.4.3
PR: 154330
Submitted by: Sofian Brabez <sbrabez@gmail.com>
Feature safe: yes |
0.4.2 11 Nov 2010 15:36:14 |
jadawin |
- Update to 0.4.2
- Submitter is now maintainer
PR: ports/152122
Submitted by: Sofian Brabez <sbrabez AT gmail.com> |
0.3.0 08 Jul 2010 02:04:06 |
linimon |
Reset maintainer per his request to ports@.
Feature safe: yes |
0.3.0 24 May 2010 15:31:21 |
amdmi3 |
- Pass maintainership to gcooper@
PR: 146911
Submitted by: gcooper@ |
0.3.0 23 May 2010 21:16:16 |
linimon |
Reset perky@FreeBSD.org due to maintainer-timeouts and no response
to email.
Hat: portmgr |
0.3.0 30 Jul 2007 09:42:28 |
alexbl |
- Make Python 2.5.1 the default Python version
- Add significantly better support in bsd.python.mk for working with
Python Eggs and the easy_install system
Tested by: pointyhat runs
Approved by: pav (portmgr)
Most work by: perky
Thanks to: pav |
0.3.0 06 Jan 2007 09:48:24 |
erwin |
Update to 0.3.0
PR: 107266
Submitted by: Li-Wen Hsu <lwhsu@lwhsu.org>
Approved by: maintainer timeout |
0.0.3 03 May 2006 05:14:35 |
edwin |
Remove USE_REINPLACE from ports in categories starting with A. |
0.0.3 22 Jan 2006 06:58:31 |
edwin |
SHA256ify
Approved by: krion@ |
0.0.3 14 Aug 2004 05:32:42 |
perky |
Fix build for gcc 3.4.
Spotted by: kris |
0.0.3 09 Jun 2004 06:34:23 |
perky |
Fix build on STABLE.
Spotted by: kris |
0.0.3 28 May 2004 14:33:03 |
perky |
Add py-lzma, a 7zip compression library for Python. |