Commit Graph

11 Commits

Author SHA1 Message Date
Yuri Victorovich 722f2ab547 archivers/py-zstd: Update 1.4.5.1 -> 1.4.8.1 2020-12-29 08:10:49 +00:00
Antoine Brodin aa7a6c429e Drop python 2.7 support from a few ports
With hat:	portmgr
2020-12-28 23:02:12 +00:00
Kai Knoblich 9cb5898561 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)
2020-12-24 13:46:01 +00:00
Yuri Victorovich b9e738b130 archivers/py-zstd: Update 1.4.4.0 -> 1.4.5.1
Reported by:	portscout
2020-06-19 06:09:14 +00:00
Yuri Victorovich 20c0a3a498 archivers/py-zstd: Update 1.4.1.0 -> 1.4.4.0 2020-06-16 23:32:29 +00:00
Yuri Victorovich afac7d2a16 archivers/py-zstd: Update 1.4.0.0 -> 1.4.1.0
Reported by:	portscout
2019-08-31 15:15:28 +00:00
Yuri Victorovich 197b2dd34f archivers/py-zstd: Update 1.3.5.1 -> 1.4.0.0
Reported by:	portscout
2019-05-03 03:13:18 +00:00
Yuri Victorovich 98f840f0fb archivers/py-zstd: Update 1.3.4 -> 1.3.5.1
Reported by:	repology
2018-12-08 18:57:23 +00:00
Yuri Victorovich e0d9fa86da archivers/py-zstd: Update 1.3.3 -> 1.3.4
Reported by:	portscout
2018-04-04 19:47:47 +00:00
Yuri Victorovich 756833ec99 archivers/py-zstd: Update to 1.3.3
Reported by:	portscout
2018-03-16 07:28:28 +00:00
Yuri Victorovich 59f2299549 New port: archivers/py-zstd: Python binding for Zstandard compression library
This is a simple binding. A more full-featured binding will be
at archivers/py-zstandard.

Submitted by:	myself
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D13807
2018-01-09 22:01:04 +00:00