1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
Commit Graph

52 Commits

Author SHA1 Message Date
Mathieu Arnold
cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00
Mathieu Arnold
305f148f48
Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
Sunpoet Po-Chuan Hsieh
f9db4a8328 Remove USE_PYTHON=py3kplist after r559531 (USES=python:3.6+) 2021-03-07 22:32:44 +00:00
Rene Ladan
75d659b385 Remove logic for Python < 3.6 for ports using Python 3.6+ 2021-01-11 19:36:17 +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
Dima Panov
9a95a3d04e archivers/py-lz4: switch to PYTHON_EXT_SUFFIX 2020-12-24 13:27:37 +00:00
Sunpoet Po-Chuan Hsieh
edf0c0f0b1 Update to 2.1.10
Changes:	https://github.com/python-lz4/python-lz4/releases
2019-06-10 16:48:20 +00:00
Sunpoet Po-Chuan Hsieh
55e4101a45 Update to 2.1.9
Changes:	https://github.com/python-lz4/python-lz4/releases
2019-06-04 16:48:17 +00:00
Sunpoet Po-Chuan Hsieh
323fe44832 Update to 2.1.8
Changes:	https://github.com/python-lz4/python-lz4/releases
2019-06-03 18:37:23 +00:00
Sunpoet Po-Chuan Hsieh
d6a0dcf831 Update to 2.1.7
Changes:	https://github.com/python-lz4/python-lz4/releases
2019-06-02 18:38:11 +00:00
Kubilay Kocak
79b785672b archivers/py-lz4: Remove pytest-runner from BUILD_DEPENDS
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
2019-04-02 12:35:25 +00:00
Wen Heping
e30b3dde26 - Update to 2.1.6 2018-12-23 03:44:09 +00:00
Wen Heping
1dd80c7e6b - Update to 2.1.5 2018-12-19 01:56:08 +00:00
Sunpoet Po-Chuan Hsieh
7e15f64723 Update to 2.1.2
Changes:	https://github.com/python-lz4/python-lz4/releases
2018-11-05 21:45:54 +00:00
Sunpoet Po-Chuan Hsieh
8067b38649 Update to 2.1.1
Changes:	https://github.com/python-lz4/python-lz4/releases
2018-10-15 21:07:59 +00:00
Wen Heping
afe9d0480c - Make make test work
PR:		230542
Submitted by:	ndowens@yahoo.com
2018-09-08 12:33:45 +00:00
Sunpoet Po-Chuan Hsieh
bccf1b3cd4 Update to 2.1.0
Changes:	https://github.com/python-lz4/python-lz4/releases
2018-08-23 17:59:01 +00:00
Mathieu Arnold
4376dbbb58 Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
2018-06-20 17:05:41 +00:00
Sunpoet Po-Chuan Hsieh
8a625cedfe Update to 1.1.0
Changes:	https://github.com/python-lz4/python-lz4/releases
2018-04-04 18:54:09 +00:00
Sunpoet Po-Chuan Hsieh
80931178ad Update to 1.0.0
Changes:	https://github.com/python-lz4/python-lz4/releases
2018-02-18 13:37:59 +00:00
Sunpoet Po-Chuan Hsieh
9211498650 Update to 0.23.2
Changes:	https://github.com/python-lz4/python-lz4/releases
2018-02-15 12:46:14 +00:00
Sunpoet Po-Chuan Hsieh
70c174cba7 Update to 0.23.1
Changes:	https://github.com/python-lz4/python-lz4/releases
2018-02-11 14:38:17 +00:00
Sunpoet Po-Chuan Hsieh
786d5b85e2 Update to 0.21.6
Changes:	https://github.com/python-lz4/python-lz4/releases
2018-02-05 17:50:14 +00:00
Sunpoet Po-Chuan Hsieh
10386103e8 Update to 0.20.1
Changes:	https://github.com/python-lz4/python-lz4/releases
2018-02-04 10:13:35 +00:00
Sunpoet Po-Chuan Hsieh
73ce2cc7ae Update to 0.19.2
Changes:	https://github.com/python-lz4/python-lz4/releases
2018-02-02 19:55:23 +00:00
Sunpoet Po-Chuan Hsieh
9a8af760d4 Update to 0.19.1
Changes:	https://github.com/python-lz4/python-lz4/releases
2018-01-22 15:47:03 +00:00
Sunpoet Po-Chuan Hsieh
9084c4ff11 Update to 0.18.2
Changes:	https://github.com/python-lz4/python-lz4/releases
2018-01-21 13:52:05 +00:00
Sunpoet Po-Chuan Hsieh
dfd25e8dbf Update to 0.18.1
Changes:	https://github.com/python-lz4/python-lz4/releases
2018-01-03 16:45:59 +00:00
Sunpoet Po-Chuan Hsieh
e82c864197 Update to 0.18.0
Changes:	https://github.com/python-lz4/python-lz4/releases
2018-01-02 15:33:43 +00:00
Sunpoet Po-Chuan Hsieh
b0f52bfe06 Update to 0.17.0
Changes:	https://github.com/python-lz4/python-lz4/releases
2017-12-28 13:41:39 +00:00
Li-Wen Hsu
a7d5f90167 - Update to 0.16.6 2017-12-26 18:54:27 +00:00
Sunpoet Po-Chuan Hsieh
abc8b04606 Update to 0.14.0
Changes:	https://github.com/python-lz4/python-lz4/releases
2017-12-25 13:54:09 +00:00
Sunpoet Po-Chuan Hsieh
07bdabee1a Update to 0.13.0
Changes:	https://github.com/python-lz4/python-lz4/releases
2017-12-23 16:49:53 +00:00
Pawel Pekala
a6370a8e99 Add missing @ before ${FLAVOR}
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
2017-12-22 14:13:38 +00:00
Sunpoet Po-Chuan Hsieh
57468a275f Update to 0.12.0
- Add TEST_DEPENDS

Changes:	https://github.com/python-lz4/python-lz4/releases
2017-12-21 17:41:41 +00:00
Mathieu Arnold
551be3c723 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
  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
2017-11-30 15:50:30 +00:00
Sunpoet Po-Chuan Hsieh
bc09316f1a Update to 0.11.1
Changes:	https://github.com/python-lz4/python-lz4/releases
2017-11-20 14:32:19 +00:00
Sunpoet Po-Chuan Hsieh
c77bb63922 Update to 0.10.1
- Remove USES=localbase

Changes:	https://github.com/python-lz4/python-lz4/releases
2017-07-03 17:18:49 +00:00
Sunpoet Po-Chuan Hsieh
7caddda62c Update to 0.10.0
Changes:	https://github.com/python-lz4/python-lz4/releases
2017-06-11 04:35:33 +00:00
Sunpoet Po-Chuan Hsieh
b6727ccd20 Update to 0.9.4
Changes:	https://github.com/python-lz4/python-lz4/releases
2017-05-19 15:35:43 +00:00
Sunpoet Po-Chuan Hsieh
ec93936d55 Fix packaging with Python 3 2017-05-18 16:03:57 +00:00
Sunpoet Po-Chuan Hsieh
8a894dfed3 Update to 0.9.2
Changes:	https://github.com/python-lz4/python-lz4/releases
2017-05-17 17:13:16 +00:00
Sunpoet Po-Chuan Hsieh
40213cf050 Update to 0.9.1
Changes:	https://github.com/python-lz4/python-lz4/releases
2017-05-14 18:53:38 +00:00
Sunpoet Po-Chuan Hsieh
88cb66f41b Add LICENSE_FILE
- Sort USES
2017-04-25 14:23:44 +00:00
Martin Wilke
6289d621c4 - Fix plist
- USE localbase
- Bump PORTREV
2017-04-25 01:56:41 +00:00
Martin Wilke
76f93f00b9 - Update to 0.9.0
PR:		218735
Submitted by:	eric@camachat.org
2017-04-21 07:29:15 +00:00
Sunpoet Po-Chuan Hsieh
321a350cfd - Update to 0.8.2
- Use archivers/liblz4 instead of bundle one
- Update WWW

Changes:	https://github.com/python-lz4/python-lz4/releases
2016-12-24 13:03:21 +00:00
Jung-uk Kim
9271cd1ae2 - Add an upstream patch for archivers/py-lz4 to export its version number.
- Remove a local hack for x11/xpra to properly detect LZ4 version.
2015-09-04 17:24:08 +00:00
Jung-uk Kim
959d1cf9a6 Assign maintainership to python@.
Requested by:	koobs
2015-06-11 04:40:14 +00:00
Jung-uk Kim
e11f3c66b2 Revert r389121 and fix setup.py.
Submitted by:	koobs
2015-06-11 04:34:50 +00:00