aboutsummaryrefslogtreecommitdiff
path: root/archivers/py-lz4/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Remove USE_PYTHON=py3kplist after r559531 (USES=python:3.6+)Sunpoet Po-Chuan Hsieh2021-03-071-1/+1
| | | | Notes: svn path=/head/; revision=567779
* Remove logic for Python < 3.6 for ports using Python 3.6+Rene Ladan2021-01-111-7/+1
| | | | Notes: svn path=/head/; revision=561252
* Drop python 2.7 support from a few portsAntoine Brodin2020-12-281-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=559531
* archivers/py-lz4: switch to PYTHON_EXT_SUFFIXDima Panov2020-12-241-3/+3
| | | | Notes: svn path=/head/; revision=559082
* Update to 2.1.10Sunpoet Po-Chuan Hsieh2019-06-101-1/+1
| | | | | | | Changes: https://github.com/python-lz4/python-lz4/releases Notes: svn path=/head/; revision=503915
* Update to 2.1.9Sunpoet Po-Chuan Hsieh2019-06-041-1/+1
| | | | | | | Changes: https://github.com/python-lz4/python-lz4/releases Notes: svn path=/head/; revision=503485
* Update to 2.1.8Sunpoet Po-Chuan Hsieh2019-06-031-1/+1
| | | | | | | Changes: https://github.com/python-lz4/python-lz4/releases Notes: svn path=/head/; revision=503412
* Update to 2.1.7Sunpoet Po-Chuan Hsieh2019-06-021-1/+1
| | | | | | | Changes: https://github.com/python-lz4/python-lz4/releases Notes: svn path=/head/; revision=503327
* archivers/py-lz4: Remove pytest-runner from BUILD_DEPENDSKubilay Kocak2019-04-021-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | pkg-fallout reports, after setuptools attempts to fetch pytest as a dependency: distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('pytest<4.0.0,>=3.8.2') pytest was recently updated to 4.x, which is presumably the root source of the issue, but I wasn't able to identify the source of the pinned pytest version, or why the fetch of pytest was attempted. However, remove pytest-runner from BUILD_DEPENDS as a stop gap, since as setup.py states: # Only require pytest-runner if actually running the tests needs_pytest = {'pytest', 'test', 'ptr'}.intersection(sys.argv) pytest_runner = ['pytest-runner'] if needs_pytest else [] Further, since the port is using pythonX.Y -m pytest as the test invocation, rather than pythonX.Y setup.py test, the dependency is spurious anyway. Reported by: pkg-fallout Notes: svn path=/head/; revision=497562
* - Update to 2.1.6Wen Heping2018-12-231-1/+1
| | | | Notes: svn path=/head/; revision=488165
* - Update to 2.1.5Wen Heping2018-12-191-1/+1
| | | | Notes: svn path=/head/; revision=487782
* Update to 2.1.2Sunpoet Po-Chuan Hsieh2018-11-051-1/+1
| | | | | | | Changes: https://github.com/python-lz4/python-lz4/releases Notes: svn path=/head/; revision=484245
* Update to 2.1.1Sunpoet Po-Chuan Hsieh2018-10-151-2/+2
| | | | | | | Changes: https://github.com/python-lz4/python-lz4/releases Notes: svn path=/head/; revision=482182
* - Make `make test` workWen Heping2018-09-081-0/+3
| | | | | | | | PR: 230542 Submitted by: ndowens@yahoo.com Notes: svn path=/head/; revision=479250
* Update to 2.1.0Sunpoet Po-Chuan Hsieh2018-08-231-2/+3
| | | | | | | Changes: https://github.com/python-lz4/python-lz4/releases Notes: svn path=/head/; revision=477915
* Use PY_FLAVOR for dependencies.Mathieu Arnold2018-06-201-5/+5
| | | | | | | | | | FLAVOR is the current port's flavor, it should not be used outside of this scope. Sponsored by: Absolight Notes: svn path=/head/; revision=472884
* Update to 1.1.0Sunpoet Po-Chuan Hsieh2018-04-041-2/+1
| | | | | | | Changes: https://github.com/python-lz4/python-lz4/releases Notes: svn path=/head/; revision=466495
* Update to 1.0.0Sunpoet Po-Chuan Hsieh2018-02-181-1/+1
| | | | | | | Changes: https://github.com/python-lz4/python-lz4/releases Notes: svn path=/head/; revision=462235
* Update to 0.23.2Sunpoet Po-Chuan Hsieh2018-02-151-1/+1
| | | | | | | Changes: https://github.com/python-lz4/python-lz4/releases Notes: svn path=/head/; revision=461895
* Update to 0.23.1Sunpoet Po-Chuan Hsieh2018-02-111-1/+1
| | | | | | | Changes: https://github.com/python-lz4/python-lz4/releases Notes: svn path=/head/; revision=461506
* Update to 0.21.6Sunpoet Po-Chuan Hsieh2018-02-051-1/+1
| | | | | | | Changes: https://github.com/python-lz4/python-lz4/releases Notes: svn path=/head/; revision=461001
* Update to 0.20.1Sunpoet Po-Chuan Hsieh2018-02-041-1/+1
| | | | | | | Changes: https://github.com/python-lz4/python-lz4/releases Notes: svn path=/head/; revision=460898
* Update to 0.19.2Sunpoet Po-Chuan Hsieh2018-02-021-1/+1
| | | | | | | Changes: https://github.com/python-lz4/python-lz4/releases Notes: svn path=/head/; revision=460747
* Update to 0.19.1Sunpoet Po-Chuan Hsieh2018-01-221-2/+8
| | | | | | | Changes: https://github.com/python-lz4/python-lz4/releases Notes: svn path=/head/; revision=459666
* Update to 0.18.2Sunpoet Po-Chuan Hsieh2018-01-211-1/+1
| | | | | | | Changes: https://github.com/python-lz4/python-lz4/releases Notes: svn path=/head/; revision=459611
* Update to 0.18.1Sunpoet Po-Chuan Hsieh2018-01-031-1/+1
| | | | | | | Changes: https://github.com/python-lz4/python-lz4/releases Notes: svn path=/head/; revision=457980
* Update to 0.18.0Sunpoet Po-Chuan Hsieh2018-01-021-1/+1
| | | | | | | Changes: https://github.com/python-lz4/python-lz4/releases Notes: svn path=/head/; revision=457880
* Update to 0.17.0Sunpoet Po-Chuan Hsieh2017-12-281-1/+1
| | | | | | | Changes: https://github.com/python-lz4/python-lz4/releases Notes: svn path=/head/; revision=457451
* - Update to 0.16.6Li-Wen Hsu2017-12-261-1/+1
| | | | Notes: svn path=/head/; revision=457307
* Update to 0.14.0Sunpoet Po-Chuan Hsieh2017-12-251-3/+6
| | | | | | | Changes: https://github.com/python-lz4/python-lz4/releases Notes: svn path=/head/; revision=457235
* Update to 0.13.0Sunpoet Po-Chuan Hsieh2017-12-231-1/+1
| | | | | | | Changes: https://github.com/python-lz4/python-lz4/releases Notes: svn path=/head/; revision=457076
* Add missing @ before ${FLAVOR}Pawel Pekala2017-12-221-1/+1
| | | | | | | | | | make all-depends-list error: py27-lz4-0.12.0: "/hdd/ports/devel/py-pytestpy27" non-existent -- dependency list incomplete Approved by: just fix it Notes: svn path=/head/; revision=456981
* Update to 0.12.0Sunpoet Po-Chuan Hsieh2017-12-211-2/+4
| | | | | | | | | - Add TEST_DEPENDS Changes: https://github.com/python-lz4/python-lz4/releases Notes: svn path=/head/; revision=456929
* Convert Python ports to FLAVORS.Mathieu Arnold2017-11-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 current python flavor. It can be used in dependency lines when the port itself is not python flavored. For example, deskutils/calibre. By default, all the flavors are generated. To only generate flavors for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf. In all the ports with Python dependencies, the *_DEPENDS entries MUST end with the flavor so that the framework knows which to build/use. This is done by appending '@${PY_FLAVOR}' after the origin (or @${FLAVOR} if in a Python module with Python flavors, as the content will be the same). For example: RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} PR: 223071 Reviewed by: portmgr, python Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D12464 Notes: svn path=/head/; revision=455210
* Update to 0.11.1Sunpoet Po-Chuan Hsieh2017-11-201-1/+1
| | | | | | | Changes: https://github.com/python-lz4/python-lz4/releases Notes: svn path=/head/; revision=454564
* Update to 0.10.1Sunpoet Po-Chuan Hsieh2017-07-031-2/+2
| | | | | | | | | - Remove USES=localbase Changes: https://github.com/python-lz4/python-lz4/releases Notes: svn path=/head/; revision=444966
* Update to 0.10.0Sunpoet Po-Chuan Hsieh2017-06-111-1/+1
| | | | | | | Changes: https://github.com/python-lz4/python-lz4/releases Notes: svn path=/head/; revision=443146
* Update to 0.9.4Sunpoet Po-Chuan Hsieh2017-05-191-1/+1
| | | | | | | Changes: https://github.com/python-lz4/python-lz4/releases Notes: svn path=/head/; revision=441235
* Fix packaging with Python 3Sunpoet Po-Chuan Hsieh2017-05-181-1/+1
| | | | Notes: svn path=/head/; revision=441166
* Update to 0.9.2Sunpoet Po-Chuan Hsieh2017-05-171-1/+1
| | | | | | | Changes: https://github.com/python-lz4/python-lz4/releases Notes: svn path=/head/; revision=441090
* Update to 0.9.1Sunpoet Po-Chuan Hsieh2017-05-141-2/+1
| | | | | | | Changes: https://github.com/python-lz4/python-lz4/releases Notes: svn path=/head/; revision=440893
* Add LICENSE_FILESunpoet Po-Chuan Hsieh2017-04-251-1/+2
| | | | | | | - Sort USES Notes: svn path=/head/; revision=439390
* - Fix plistMartin Wilke2017-04-251-3/+2
| | | | | | | | - USE localbase - Bump PORTREV Notes: svn path=/head/; revision=439349
* - Update to 0.9.0Martin Wilke2017-04-211-4/+9
| | | | | | | | PR: 218735 Submitted by: eric@camachat.org Notes: svn path=/head/; revision=439016
* - Update to 0.8.2Sunpoet Po-Chuan Hsieh2016-12-241-2/+3
| | | | | | | | | | - Use archivers/liblz4 instead of bundle one - Update WWW Changes: https://github.com/python-lz4/python-lz4/releases Notes: svn path=/head/; revision=429341
* - Add an upstream patch for archivers/py-lz4 to export its version number.Jung-uk Kim2015-09-041-0/+1
| | | | | | | - Remove a local hack for x11/xpra to properly detect LZ4 version. Notes: svn path=/head/; revision=396121
* Assign maintainership to python@.Jung-uk Kim2015-06-111-1/+1
| | | | | | | Requested by: koobs Notes: svn path=/head/; revision=389158
* Revert r389121 and fix setup.py.Jung-uk Kim2015-06-111-2/+0
| | | | | | | Submitted by: koobs Notes: svn path=/head/; revision=389157