Commit graph

13 commits

Author SHA1 Message Date
Max Brazhnikov
d980c583ba graphics/py-scikit-image:
- Update to 0.14.3
- Add missing dependency required for skivi
- Update WWW
2019-10-27 18:40:31 +00:00
Gerald Pfeifer
ea8c8ec7da Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
2019-07-26 20:46:53 +00:00
Antoine Brodin
63f5eeef8a Bump a few PORTREVISIONs after r498529
With hat:	portmgr
2019-04-10 06:18:31 +00:00
Max Brazhnikov
847927d723 graphics/py-scikit-image:
- Update to 0.14.2
- Take maintainership

PR:		236763
Approved by:	Eric Camachat (maintainer)
2019-03-25 08:32:40 +00:00
Gerald Pfeifer
a9f015d155 Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
2018-12-12 01:35:33 +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
Max Brazhnikov
a1f7378c0b graphics/py-scikit-image:
- Don't restrict the port to Python 2 only and allow concurrent installation

PR:		226797
Approved by:	Eric Camachat (maintainer)
2018-03-23 08:28:24 +00:00
Gerald Pfeifer
c2a92a1aea Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
2018-03-10 17:46:04 +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
Steve Wills
5d4082a5b7 graphics/py-scikit-image: upgrade to v0.13.1
PR:		222656
Submitted by:	Eric Camachat <eric@camachat.org> (maintainer)
2017-09-29 18:13:20 +00:00
Antoine Brodin
698f12e8d3 Mark BROKEN: fails to configure
Error compiling Cython file:
------------------------------------------------------------
...
"""Export fast union find in Cython"""
cimport numpy as cnp

DTYPE = cnp.intp
          ^
------------------------------------------------------------
skimage/measure/_ccomp.pxd:4:11: cimported module has no attribute 'intp'

Reported by:	pkg-fallout
2017-09-01 18:30:36 +00:00
Wen Heping
071629a312 - Update to 0.13.0
PR:		219558
Submitted by:	eric@camachat.org(maintainer)
2017-05-26 13:22:18 +00:00
Joseph Mingrone
1023596148 New port: graphics/py-scikit-image
Image processing SciKit (Toolbox for SciPy)

WWW: http://scikit-image.org/

PR:		217427
Submitted by:	eric@camachat.org (maintainer)
Reviewed by:	mat
Approved by:	swills (mentor, implicit)
Differential Revision:	https://reviews.freebsd.org/D10053
2017-03-20 16:12:11 +00:00