Commit graph

72 commits

Author SHA1 Message Date
Po-Chuan Hsieh
64c4b570cf
science/py-h5py: Update to 3.12.1
Changes:	https://github.com/h5py/h5py/releases
		https://github.com/h5py/h5py/tree/master/docs/whatsnew
		https://docs.h5py.org/en/stable/whatsnew/index.html
2024-10-14 13:25:44 +08:00
Po-Chuan Hsieh
c69810d6f5
science/py-h5py: Update to 3.12.0
Changes:	https://github.com/h5py/h5py/releases
		https://github.com/h5py/h5py/tree/master/docs/whatsnew
		https://docs.h5py.org/en/stable/whatsnew/index.html
2024-10-07 22:16:48 +08:00
Po-Chuan Hsieh
540636e549
science/py-h5py: Update to 3.11.0
Changes:	https://github.com/h5py/h5py/releases
		https://github.com/h5py/h5py/tree/master/docs/whatsnew
		https://docs.h5py.org/en/stable/whatsnew/index.html
2024-04-13 17:31:41 +08:00
Po-Chuan Hsieh
a80e0bc5d8
science/py-h5py: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
2024-03-23 22:49:30 +08:00
Po-Chuan Hsieh
b8e9cfa634
science/py-h5py: Update to 3.10.0
- Update WWW and clean up pkg-descr

Changes:	https://github.com/h5py/h5py/releases
		https://github.com/h5py/h5py/tree/master/docs/whatsnew
		https://docs.h5py.org/en/stable/whatsnew/index.html
2023-10-11 20:58:13 +08:00
Dima Panov
ad7d3c72bf
science/py-h5py: unbreak packaging with python!= 3.9
pkg-static: Unable to access file /wrkdirs/usr/ports/science/py-h5py/work-py310/stage/usr/local/share/doc/py310-h5py/whatsnew/3.10.rst:No such file or directory

Versioned release notes files shouldn't be covered with %%PYTHON_VER%% macro.

No PORTREVISION bump, python 3.9 is a default version and package content isn't changed.

Reported by:	poudriere failure
Approved by:	portmgr blanket (trivial fix)
2023-09-20 09:41:22 +03:00
Po-Chuan Hsieh
84b43846e1
science/py-h5py: Update to 3.9.0
Changes:	https://github.com/h5py/h5py/releases
		https://github.com/h5py/h5py/blob/master/docs/whatsnew/3.9.rst
		https://docs.h5py.org/en/stable/whatsnew/index.html
2023-07-09 18:19:58 +08:00
Rene Ladan
3d9a815d9c 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>
2023-06-27 21:34:34 +02:00
Gerald Pfeifer
8d3e020ed0 *: Bump PORTREVISIONs for math/mpc update to 1.3.1 2023-04-23 09:09:58 +00:00
Po-Chuan Hsieh
9f23e803ac
science/py-h5py: Update to 3.8.0
Changes:	https://github.com/h5py/h5py/releases
		https://github.com/h5py/h5py/blob/master/docs/whatsnew/3.8.rst
		https://docs.h5py.org/en/stable/whatsnew/index.html
2023-02-05 23:48:04 +08:00
Dmitry Marakasov
77d68471ad */*: rename CHEESESHOP to PYPI in MASTER_SITES
PR:			267994
Differential revision:	D37518
Approved by:		bapt
2023-01-11 18:58:34 +03:00
Stefan Eßer
fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 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)
2022-09-07 23:58:51 +02:00
Stefan Eßer
b7f05445c0 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.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
2022-09-07 23:10:59 +02:00
Tobias C. Berner
5564b3b420 science/hdf5: bump PORTREVISION of consumers
The SO-version increased in the update to 1.12.2 in
a43418b815 .

Reported by:	VVD <vvd@unislabs.com>
2022-07-20 16:35:24 +02:00
Tobias C. Berner
46196047a4 science: remove 'Created by' lines
A big Thank You to the original contributors of these ports:

  *  Andreas Fehlner <fehlner@gmx.de>
  *  Brad Huntting <huntting@glarp.com>
  *  Chao Shin <quakelee@cn.FreeBSD.org>
  *  Cheng-Lung Sung <clsung@FreeBSD.org>
  *  Chia-Hsing Yu <me@davidyu.org>
  *  Chris Rees <utisoft@gmail.com>
  *  David Naylor <dbn@FreeBSD.org>
  *  Dmitry Sivachenko <demon@FreeBSD.org>
  *  Ed Schouten <ed@FreeBSD.org>
  *  Eric Freeman <freebsdports@chillibear.com>
  *  Erik B Knudsen
  *  Fernan Aguero <fernan@iib.unsam.edu.ar>
  *  Frederic Culot <frederic@culot.org>
  *  Gea-Suan Lin <gslin@gslin.org>
  *  Glenn Johnson
  *  Greg Lewis <glewis@FreeBSD.org>
  *  Igor Serikov <iserikov@acm.org>
  *  Johannes Dieterich <dieterich@ogolem.org>
  *  Johannes Dieterich <jmd@FreeBSD.org>
  *  Johannes M Dieterich <jmd@FreeBSD.org>
  *  Johannes Meixner <johannes@perceivon.net>
  *  Ju Pengfei <jupengfei@gmail.com>
  *  Kay Lehmann <kay_lehmann@web.de>
  *  Klaus Aehlig <aehlig@linta.de>
  *  Kurt Kanzenbach <kurt@kmk-computers.de>
  *  Leland Wang <llwang@infor.org>
  *  Li-Lun Wang <llwang@infor.org>
  *  Markus Brueffer <markus@FreeBSD.org>
  *  NAKATA Maho <maho@FreeBSD.org>
  *  NAKATA, Maho <maho@FreeBSD.org>
  *  Nakata Maho <chat95@mbox.kyoto-inet.or.jp>
  *  Nakata Maho <maho@FreeBSD.org>
  *  Pav Lucistnik <pav@FreeBSD.org>
  *  Pav Lucistnik <pav@oook.cz>
  *  Pedro F. Giffuni
  *  Pedro F. Giffuni <giffunip@tutopia.com>
  *  Pedro Giffuni
  *  Pedro Giffuni <giffunip@asme.org>
  *  Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  Rong-En Fan <rafan@FreeBSD.org>
  *  Ryo MIYAMOTO <rmiya@cc.hirosaki-u.ac.jp>
  *  Seamus Venasse <svenasse@polaris.ca>
  *  Shin'ya Murakami <murakami@ahs.scitec.kobe-u.ac.jp>
  *  Shin-ya MURAKAMI <murashin@gfd-dennou.org>
  *  Shin-ya Murakami <murashin@gfd-dennou.org>
  *  Stas Timokhin <devel@stasyan.com>
  *  Stephen Montgomery-Smith <stephen@math.missouri.edu>
  *  Steve Wills <steve@mouf.net
  *  Steve Wills <steve@mouf.net>
  *  Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
  *  TAKATSU Tomonari <tota@FreeBSD.org>
  *  TAOKA Fumiyoshi
  *  Thierry Thomas <thierry@pompo.net>
  *  Tim Cas <ports@stdrand.com>
  *  Uffe Jakobsen <uffe@uffe.org>
  *  Veniamin Gvozdikov <vg@FreeBSD.org>
  *  Vsevolod Stakhov <vsevolod@highsecure.ru>
  *  Wen Heping <wen@FreeBSD.org>
  *  Wen Heping <wenheping@gmail.com>
  *  Wen heping <wenheping@gmail.com>
  *  Ying-Chieh Liao <ijliao@FreeBSD.org>
  *  Yuri Victorovich <yuri@rawbw.com>
  *  anholt@FreeBSD.org
  *  bacon@smithers.neuro.mcw.edu
  *  batman <batman@udel.edu>
  *  db
  *  gurkan@phys.ethz.ch
  *  ijliao
  *  jbacon
  *  maintainer.freebsd@xpoundit.com
  *  mi
  *  rafan@infor.org
  *  shurd@FreeBSD.org
  *  thierry@pompo.net
  *  will

With hat:	portmgr
2022-07-20 16:22:51 +02:00
Po-Chuan Hsieh
51dba9fbd9
science/py-h5py: Convert to USE_PYTHON=pytest 2022-06-04 00:57:26 +08:00
Po-Chuan Hsieh
30a2153ebc
science/py-h5py: Update to 3.7.0
- Update version requirement of TEST_DEPENDS

Changes:	https://github.com/h5py/h5py/releases
		https://github.com/h5py/h5py/blob/master/docs/whatsnew/3.7.rst
		https://docs.h5py.org/en/stable/whatsnew/index.html
2022-06-03 17:00:41 +08:00
Po-Chuan Hsieh
bc992d20fb
science/py-h5py: Update to 3.6.0
Changes:	https://github.com/h5py/h5py/releases
		https://github.com/h5py/h5py/blob/master/docs/whatsnew/3.6.rst
		https://docs.h5py.org/en/stable/whatsnew/index.html
2021-11-22 05:15:52 +08:00
Po-Chuan Hsieh
522726c4ca
science/py-h5py: Update to 3.5.0
Changes:	https://github.com/h5py/h5py/releases
		https://github.com/h5py/h5py/blob/master/docs/whatsnew/3.5.rst
		https://docs.h5py.org/en/stable/whatsnew/index.html
2021-10-26 05:46:46 +08:00
Po-Chuan Hsieh
931b97d41f
science/py-h5py: Update version requirement of BUILD_DEPENDS 2021-09-27 23:56:01 +08:00
Po-Chuan Hsieh
6f119b46fa
science/py-h5py: Update to 3.4.0
Changes:	https://github.com/h5py/h5py/releases
		https://github.com/h5py/h5py/blob/master/docs/whatsnew/3.4.rst
		https://docs.h5py.org/en/stable/whatsnew/index.html
2021-09-21 11:44:54 +08:00
Po-Chuan Hsieh
66d9c6b92c
science/py-h5py: Update to 3.3.0
Changes:	https://github.com/h5py/h5py/releases
		https://github.com/h5py/h5py/blob/master/docs/whatsnew/3.3.rst
		https://docs.h5py.org/en/stable/whatsnew/index.html
2021-07-01 04:43:44 +08:00
Dmitry Marakasov
0729af4255 Mk: switch PYTHON_REL to 5 digits to support python 3.10.x
PR:		255013
Differential Revision:	https://reviews.freebsd.org/D29418
Exp-run by:	antoine
Approved by:	wen@, no objection from python@ or portmgr@
2021-05-25 16:55:43 +03:00
Po-Chuan Hsieh
cdc4e62489
science/py-h5py: Remove PYNUMPY 2021-05-03 03:45:34 +08:00
Po-Chuan Hsieh
c3183a0a8b
science/py-h5py: Update to 3.2.1
- Update USES=python of dependent ports

Changes:	https://github.com/h5py/h5py/releases
		https://github.com/h5py/h5py/blob/master/docs/whatsnew/3.2.rst
2021-04-18 13:44:04 +08:00
Mathieu Arnold
305f148f48
Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
Sunpoet Po-Chuan Hsieh
aac1d790a1 Update to 3.1.0
Changes:	https://github.com/h5py/h5py/releases
		https://github.com/h5py/h5py/blob/master/docs/whatsnew/3.1.rst
2021-01-26 17:37:37 +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
Sunpoet Po-Chuan Hsieh
33595a2274 Update to 2.10.0
- Sort PLIST

Changes:	https://github.com/h5py/h5py/releases
		https://github.com/h5py/h5py/blob/master/docs/whatsnew/2.10.rst
2019-09-07 22:44:39 +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
Sunpoet Po-Chuan Hsieh
91c3078096 Update science/hdf5 to 1.10.4
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://portal.hdfgroup.org/display/support/HDF5%201.10.4#releasenotes
PR:		233070
Submitted by:	wen
2019-01-05 22:46:53 +00:00
Sunpoet Po-Chuan Hsieh
e920c84710 Update to 2.9.0
- Convert PORTDOCS and PORTEXAMPLES to PLIST entries

Changes:	https://github.com/h5py/h5py/releases
2019-01-01 20:37:17 +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
Sunpoet Po-Chuan Hsieh
c548cd43e8 Update science/hdf5 to 1.10.2
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://portal.hdfgroup.org/display/support/HDF5%201.10.2#releasenotes
		https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.10/hdf5-1.10.2/src/hdf5-1.10.2-RELEASE.txt
PR:		231009
Exp-run by:	antoine
2018-09-05 22:05:23 +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
d5c1d27afd Update to 2.8.0
Changes:	https://github.com/h5py/h5py/releases
2018-06-05 18:55:35 +00:00
Dmitry Marakasov
c637402081 Switch all pypi.python.org WWWs to a new PyPi home pypi.org where
they now redirect to anyway. All new urls checked to return 200,
I've fixed a couple of them in the process.

Approved by:	portmgr blanket, mat
2018-04-25 16:42:37 +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
Sunpoet Po-Chuan Hsieh
8d49cbc1eb Update to 2.7.1
- Change MASTER_SITES to CHEESESHOP
- Sort BUILD_DEPENDS
- Update pkg-descr
- Add PyPI and GitHub repository to WWW
- Take maintainership
2018-02-25 05:34:08 +00:00
Yuri Victorovich
c61d2c3b30 science/py-h5py: Update to 2.7.1
Additional port changes:
* Changed to DISTVERSION
* Grouped USExx
* Added USE_PYTHON=concurrent (for docs, examples)
* Removed patching (in post-patch and files/)
* Added stripping
* Updated WWW

Approved by:	tcberner (mentor, implicit)
2018-02-25 01:24:18 +00:00
Tobias C. Berner
8e78ac8e67 Give xmj@'s ports back to the pool
PR:		226157
Submitted by:	xmj
2018-02-24 08:52:27 +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
Tobias C. Berner
0e927c0281 Update to 2.7.0
PR:		219754
Submitted by:	xmj (maintainer)
2017-06-03 18:03:40 +00:00
Sunpoet Po-Chuan Hsieh
8b1d897ff6 Update science/hdf5 to 1.10.1
- Bump PORTREVISION for shlib change

Changes:	https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.10/hdf5-1.10.1/src/hdf5-1.10.1-RELEASE.txt
2017-05-30 02:56:43 +00:00
Dmitry Marakasov
172572ce8c - Remove bogus NO_ARCH: this module installs .so files
- Cosmetic fixes

Approved by:	portmgr blanket
2016-11-24 14:57:16 +00:00
Torsten Zuehlsdorff
c5152e00e5 Change MAINTAINER from xmj@FreeBSD.org to johannes@perceivon.net
PR:           210265
Submitted by: Johannes Jost Meixner (johannes@perceivon.net)
Approved by:  pi (mentor)
2016-06-15 09:04:29 +00:00
Kurt Jaeger
ad67447870 Several ports: Change MAINTAINER from xmj@chaot.net to xmj@FreeBSD.org
PR:		209746
Submitted by:	xmj
2016-05-25 16:54:30 +00:00
Kurt Jaeger
dd0e91841e science/py-h5py: 2.5.0 -> 2.6.0
PR:		209630
Submitted by:	Johannes Jost Meixner <xmj@chaot.net> (maintainer)
2016-05-25 16:32:24 +00:00
Sunpoet Po-Chuan Hsieh
9a1f45d861 - Update to 1.10.0
- Add LICENSE_FILE
- Remove outdated PORTSCOUT
- Re-enable SZIP option by default: it was changed unintentionally in r398300

Changes:	https://www.hdfgroup.org/ftp/HDF5/releases/hdf5-1.10/hdf5-1.10.0/src/hdf5-1.10.0-RELEASE.txt
		https://www.hdfgroup.org/HDF5/doc/ADGuide/Changes.html
2016-04-20 20:42:39 +00:00
Mathieu Arnold
597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00