notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: math/py-numexpr/Makefile

Number of commits found: 68

Friday, 5 Apr 2024
23:58 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
math/py-numexpr: Convert to USE_PYTHON=pep517

- Bump PORTREVISION for package change
commit hash: cdae5e9305e84e3f8b4dd68f6677dbfc92547f0e commit hash: cdae5e9305e84e3f8b4dd68f6677dbfc92547f0e commit hash: cdae5e9305e84e3f8b4dd68f6677dbfc92547f0e commit hash: cdae5e9305e84e3f8b4dd68f6677dbfc92547f0e cdae5e9
Wednesday, 21 Feb 2024
15:07 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
math/py-numexpr: Update to 2.9.0

- Add GitHub to MASTER_SITES

Changes:	https://github.com/pydata/numexpr/releases
		https://github.com/pydata/numexpr/blob/master/RELEASE_NOTES.rst
commit hash: a26226da2aee21e757604871c4d89c9e16e35571 commit hash: a26226da2aee21e757604871c4d89c9e16e35571 commit hash: a26226da2aee21e757604871c4d89c9e16e35571 commit hash: a26226da2aee21e757604871c4d89c9e16e35571 a26226d
Thursday, 14 Dec 2023
20:45 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
math/py-numexpr: Update to 2.8.8

Changes:	https://github.com/pydata/numexpr/releases
		https://github.com/pydata/numexpr/blob/master/RELEASE_NOTES.rst
commit hash: f7d347a618cb87e0a25c7b0033215b515b4af6a2 commit hash: f7d347a618cb87e0a25c7b0033215b515b4af6a2 commit hash: f7d347a618cb87e0a25c7b0033215b515b4af6a2 commit hash: f7d347a618cb87e0a25c7b0033215b515b4af6a2 f7d347a
Saturday, 30 Sep 2023
00:44 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
math/py-numexpr: Update to 2.8.7

Changes:	https://github.com/pydata/numexpr/releases
		https://github.com/pydata/numexpr/blob/master/RELEASE_NOTES.rst
commit hash: e606a934715f17830d4b6b6f08d7b0b997bfc3b3 commit hash: e606a934715f17830d4b6b6f08d7b0b997bfc3b3 commit hash: e606a934715f17830d4b6b6f08d7b0b997bfc3b3 commit hash: e606a934715f17830d4b6b6f08d7b0b997bfc3b3 e606a93
Friday, 22 Sep 2023
03:18 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
math/py-numexpr: Update to 2.8.6

Changes:	https://github.com/pydata/numexpr/releases
		https://github.com/pydata/numexpr/blob/master/RELEASE_NOTES.rst
commit hash: 04e501c95de41a973788a293f973b8a2265150dd commit hash: 04e501c95de41a973788a293f973b8a2265150dd commit hash: 04e501c95de41a973788a293f973b8a2265150dd commit hash: 04e501c95de41a973788a293f973b8a2265150dd 04e501c
Monday, 21 Aug 2023
17:04 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
math/py-numexpr: Update to 2.8.5

Changes:	https://github.com/pydata/numexpr/releases
		https://github.com/pydata/numexpr/blob/master/RELEASE_NOTES.rst
commit hash: 4caf4ada3fbf927e9f509c28495bddba1fa201cb commit hash: 4caf4ada3fbf927e9f509c28495bddba1fa201cb commit hash: 4caf4ada3fbf927e9f509c28495bddba1fa201cb commit hash: 4caf4ada3fbf927e9f509c28495bddba1fa201cb 4caf4ad
Tuesday, 27 Jun 2023
19:34 Rene Ladan (rene) search for other commits by this committer
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>
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb 3d9a815
Sunday, 23 Apr 2023
09:09 Gerald Pfeifer (gerald) search for other commits by this committer
*: Bump PORTREVISIONs for math/mpc update to 1.3.1
commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b 8d3e020
Wednesday, 11 Jan 2023
15:58 Dmitry Marakasov (amdmi3) search for other commits by this committer
*/*: rename CHEESESHOP to PYPI in MASTER_SITES

PR:			267994
Differential revision:	D37518
Approved by:		bapt
commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 77d6847
Friday, 30 Dec 2022
09:05 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
math/py-numexpr: Update to 2.8.4

Changes:	https://github.com/pydata/numexpr/releases
		https://github.com/pydata/numexpr/blob/master/RELEASE_NOTES.rst
commit hash: 6d6a22bad745dd01b79d3a7cd19177087589a4e0 commit hash: 6d6a22bad745dd01b79d3a7cd19177087589a4e0 commit hash: 6d6a22bad745dd01b79d3a7cd19177087589a4e0 commit hash: 6d6a22bad745dd01b79d3a7cd19177087589a4e0 6d6a22b
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Wednesday, 20 Jul 2022
14:22 Tobias C. Berner (tcberner) search for other commits by this committer
math: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Alessando Sagratini <ale_sagra@hotmail.com>
  *  Alex Dupre <ale@FreeBSD.org>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Amarendra Godbole <amarendra.godbole@gmail.com>
  *  Anders Nordby <anders@FreeBSD.org>
  *  Andreas Fehlner (fehlner@gmx.de)
  *  Andrew L. Neporada <andrew@chg.ru>
  *  Andrey <gugu@zoo.rambler.ru>
  *  Andrey Zakhvatov
  *  Anton Berezin <tobez@FreeBSD.org>
  *  Anton Berezin <tobez@plab.ku.dk>
  *  Anton Berezin <tobez@tobez.org>
  *  Anton Shterenlikht
  *  Anton Shterenlikht <mexas@bris.ac.uk>
  *  Bob Eager <bob@eager.cx>
  *  Charlie Kester <corky1951@comcast.net>
  *  Cheng-Lung Sung <clsung@FreeBSD.org>
  *  Cheng-Lung Sung <clsung@dragon2.net>
  *  Chris D. Faulhaber <jedgar@fxp.org>
  *  Christopher J. Ruwe
  *  Christopher Key <cjk32@cam.ac.uk>
  *  Chuck Hein <geekdude@pacbell.net>
  *  Cyrille Szymanski <cnszym@gmail.com>
  *  Dan Rue <drue@therub.org>
  *  Danilo Egea Gondolfo <danilo@FreeBSD.org>
  *  David Naylor <dbn@FreeBSD.org>
  *  David Naylor <naylor.b.david@gmail.com>
  *  Dereckson <dereckson@gmail.com>
  *  Devin Teske <dteske@FreeBSD.org>
  *  Dmitry Sivachenko <demon@FreeBSD.org>
  *  Dmitry Sivachenko <mitya@yandex-team.ru>
  *  Don Croyle <croyle@gelemna.org>
  *  Douglas K. Rand (rand@meridian-enviro.com)
  *  Dylan Simon <dylan@dylex.net>
  *  Edwin Groothuis <edwin@mavetju.org>
  *  Eijiro Shibusawa <ej-sib@ice.uec.ac.jp>
  *  Emanuel Haupt <ehaupt@FreeBSD.org>
  *  Eoin Lawless (eoin@maths.tcd.ie)
  *  Eric A. Griff <eagriff@global2000.net>
  *  Eric van Gyzen <vangyzen@stat.duke.edu>
  *  Ewgenij Gawrilow <gawrilow@math.tu-berlin.de>
  *  Fernan Aguero <fernan@iib.unsam.edu.ar>
  *  Foxfair Hu <foxfair@FreeBSD.org>
  *  Frederic Han <han@math.jussieu.fr>
  *  Gabor Kovesdan <gabor@FreeBSD.org>
  *  Gea-Suan Lin <gslin@gslin.org>
  *  George Reid <greid@ukug.uk.freebsd.org>
  *  Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com>
  *  Greg Larkin <glarkin@FreeBSD.org>
  *  Guangyuan Yang <ygy@FreeBSD.org>
  *  Gustau Perez i Querol <gustau.perez@gmail.com>
  *  Heinz Tschabitscher
  *  Horia Racoviceanu <horia@racoviceanu.com>
  *  Hye-Shik Chang <perky@fallin.lv>
  *  Iblis Lin <iblis@hs.ntnu.edu.tw>
  *  Issei Suzuki <issei@jp.FreeBSD.ORG>
  *  Janni
  *  Jason Harris <jharris@widomaker.com>
  *  Javad Kouhi <javad.kouhi@gmail.com>
  *  Jean-Yves Lefort <jylefort@FreeBSD.org>
  *  Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
  *  Joe Marcus Clarke <marcus@FreeBSD.org>
  *  Johannes Dieterich <dieterich@ogolem.org>
  *  Johannes M Dieterich <jmd@FreeBSD.org>
  *  Johannes Meixner <johannes@perceivon.net>
  *  John Marino <marino@FreeBSD.org>
  *  Joseph Koshy <jkoshy@FreeBSD.org>
  *  Ju Pengfei <ju.pengfei@gmail.com>
  *  Jukka A. Ukkonen <jau@iki.fi>
  *  Kay Lehmann <kay_lehmann@web.de>
  *  Kevin Lo <kevlo@FreeBSD.org>
  *  Klaus T. Aehlig <aehlig@linta.de>
  *  Kubilay Kocak <koobs@FreeBSD.org>
  *  Kurt Jaeger <fbsd-ports@opsec.eu>
  *  Lars Engels <lme@FreeBSD.org>
  *  Lars Koeller <Lars.Koeller@Uni-Bielefeld.DE>
  *  Lars Koeller <Lars.Koeller@Uni-Bielefeld.de>
  *  Li-Wen Hsu <lwhsu@FreeBSD.org>
  *  Li-Wen Hsu <lwhsu@lwhsu.org>
  *  M. L. Dodson, <bdodson@scms.utmb.edu>
  *  Maho Nakata <maho@FreeBSD.org>
  *  Mario S F Ferreira <lioux@FreeBSD.org>
  *  Mario S F Ferreira <lioux@linf.unb.br> et al.
  *  Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
  *  Mark Felder <feld@FreeBSD.org>
  *  Mark R V Murray <markm@FreeBSD.org>
  *  Martin Matuska <mm@FreeBSD.org>
  *  Matthew Seaman <matthew@FreeBSD.org>
  *  Maurice Castro <maurice@serc.rmit.edu.au>
  *  Maxim Sobolev <sobomax@FreeBSD.org>
  *  Maxime Henrion <mux@FreeBSD.org>
  *  Michael Haro <mharo@FreeBSD.org>
  *  Michael Johnson <ahze@FreeBSD.org>
  *  Michael Johnson <ahze@ahze.net>
  *  Michael Neumann <mneumann@ntecs.de>
  *  Muhammad Moinur Rahmanh <5u623l20@gmail.com>
  *  NAKATA Maho <chat95@mbox.kyoto-inet.or.jp>
  *  NAKATA, Maho <maho@FreeBSD.org>
  *  Nakata Maho <maho@FreeBSD.org>
  *  Nicola Vitale <nivit@email.it>
  *  Olivier Duchateau
  *  Pedro F. Giffuni
  *  Pedro F. Giffuni <giffunip@asme.org>
  *  Pedro Giffuni
  *  Pedro Giffuni <giffunip@asme.org>
  *  Pedro Giffuni <pfg@FreeBSD.org>
  *  Peter Pentchev <roam@FreeBSD.org>
  *  Philip Paeps <philip@FreeBSD.org>
  *  Pierre-Paul Lavoie <ppl@nbnet.nb.ca>
  *  Pietro Cerutti <gahr@FreeBSD.org>
  *  Piotr Rybicki <meritus@innervision.pl>
  *  Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  Rainer Hurling <rhurlin@gwdg.de>
  *  Robert Jenssen
  *  Robin Schilham
  *  Rod Taylor <ports@rbt.ca>
  *  Roman Neuhauser <neuhauser@sigpipe.cz>
  *  Sander Vesik <sander@haldjas.folklore.ee>
  *  Scott Flatman <sf@dsinw.com>
  *  Seamus Venasse <svenasse@polaris.ca>
  *  Sergey A. Osokin <osa@FreeBSD.org>
  *  Sergey Akifyev <asa@agava.com>
  *  Sergey Akifyev <asa@gascom.ru>
  *  Sergey Skvortsov <skv@FreeBSD.org>
  *  Sergey Skvortsov <skv@protey.ru>
  *  Shell Hung <shell@shellhung.org>
  *  Shin-ya MURAKAMI <murashin@gfd-dennou.org>
  *  Stas Timokhin <devel@stasyan.com>
  *  Stefan A. Deutscher (sad@mailaps.org)
  *  Stefan Esser <se@StefanEsser.FreeBSD.org>
  *  Stephen Montgomery-Smith <stephen@FreeBSD.edu>
  *  Stephen Montgomery-Smith <stephen@FreeBSD.org>
  *  Stephen Montgomery-Smith <stephen@math.missouri.edu>
  *  Stephen Montgomery-Smith <stephen@missouri.edu>
  *  Steve Wills <steve@mouf.net>
  *  Steve Wills <swills@FreeBSD.org>
  *  Steven Kreuzer <skreuzer@FreeBSD.org>
  *  Steven Kreuzer <skreuzer@f2o.org>
  *  Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  TAKATSU Tomonari <tota@FreeBSD.org>
  *  Thierry Thomas (<thierry@pompo.net>)
  *  Thierry Thomas <thierry@pompo.net>
  *  Thomas Gellekum <tg@FreeBSD.org>
  *  Thomas Sandford <freebsduser@paradisegreen.co.uk>
  *  Timothy Bourke <timbob@bigpond.com>
  *  Tony Maher
  *  Tz-Huan Huang <tzhuan@csie.org>
  *  Vsevolod Stakhov <vsevolod@FreeBSD.org>
  *  Vsevolod Stakhov <vsevolod@highsecure.ru>
  *  Waitman Gobble <waitman@waitman.net>
  *  Wen Heping <wen@FreeBSD.org>
  *  Wen Heping <wenheping@gmail.com>
  *  Will Andrews <andrews@technologist.com>
  *  Yi-Hsuan Hsin <mhsin@mhsin.org>
  *  Ying-Chieh Liao <ijliao@FreeBSD.org>
  *  Yinghong.Liu <relaxbsd@gmail.com>
  *  Yoshiaki UCHIKAWA <yoshiaki@kt.rim.or.jp>
  *  Yukihiro Nakai <Nakai@technologist.com>
  *  Yuri Victorovich <yuri@FreeBSD.org>
  *  Yuri Victorovich <yuri@rawbw.com>
  *  Yuri Victorovich <yuri@tsoft.com>
  *  Zhen REN <bg1tpt@gmail.com>
  *  amir.husaini@gmail.com
  *  arved
  *  asami
  *  b.f. <bf@FreeBSD.org>
  *  bart <lbartoletti@FreeBSD.org>
  *  bauerm
  *  bf <bf2006a@yahoo.com>
  *  bf <bf@FreeBSD.org>
  *  bf@FreeBSD.org
  *  bremner@unb.ca
  *  chinsan
  *  chuckr@FreeBSD.org
  *  dawe <daweonline@gmail.com>
  *  dbader@ece.unm.edu
  *  dd
  *  demon@FreeBSD.org
  *  dikshie
  *  eserte
  *  fenner
  *  gahr
  *  giffunip
  *  gmarco@giovannelli.it
  *  gurkan@phys.ethz.ch
  *  ijliao
  *  janek@gaja.ipan.lublin.pl
  *  jhs@berklix.com / asami (original)
  *  jmz
  *  js@jeannot.org
  *  keith@FreeBSD.org
  *  ljo
  *  mr
  *  nobu@rd.isac.co.jp
  *  pauls@utdallas.edu
  *  pusto@web.de
  *  reg@shale.csir.co.za
  *  rfarmer@predatorlabs.net
  *  stephen@FreeBSD.org
  *  thierry@pompo.net
  *  tobez
  *  will
  * # Created by Matthias Fechner <mfechner@FreeBSD.org>

With hat:	portmgr
commit hash: f53eb28489aa8f30712cd8772d1a0e05c394a5da commit hash: f53eb28489aa8f30712cd8772d1a0e05c394a5da commit hash: f53eb28489aa8f30712cd8772d1a0e05c394a5da commit hash: f53eb28489aa8f30712cd8772d1a0e05c394a5da f53eb28
Monday, 11 Jul 2022
13:50 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
math/py-numexpr: Update to 2.8.3

- Change MASTER_SITES to CHEESESHOP

Changes:	https://github.com/pydata/numexpr/releases
		https://github.com/pydata/numexpr/blob/master/RELEASE_NOTES.rst
commit hash: 92e780841bac4733e969e649d016faf5897fd9a0 commit hash: 92e780841bac4733e969e649d016faf5897fd9a0 commit hash: 92e780841bac4733e969e649d016faf5897fd9a0 commit hash: 92e780841bac4733e969e649d016faf5897fd9a0 92e7808
Tuesday, 11 Jan 2022
18:44 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
math/py-numexpr: Update to 2.8.2

- Change MASTER_SITES to CHEESESHOP

Changes:	https://github.com/pydata/numexpr/blob/master/RELEASE_NOTES.rst
commit hash: af68bec014370215d97e4829e47fc9ee9ea55863 commit hash: af68bec014370215d97e4829e47fc9ee9ea55863 commit hash: af68bec014370215d97e4829e47fc9ee9ea55863 commit hash: af68bec014370215d97e4829e47fc9ee9ea55863 af68bec
Tuesday, 21 Dec 2021
18:48 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
math/py-numexpr: Update to 2.8.0

- Update MASTER_SITES: use GitHub temporarily due to format issue in sdist

===>  Extracting for py39-numexpr-2.8.0
=> SHA256 Checksum OK for numexpr-2.8.0.tar.gz.
tar: Ignoring malformed pax extended attribute
tar: Error exit delayed from previous errors.
===>  Failed to extract "/usr/ports/distfiles//numexpr-2.8.0.tar.gz".
*** Error code 1

Changes:	https://github.com/pydata/numexpr/blob/master/RELEASE_NOTES.rst
commit hash: d9f3abdab6c4b0de1b2687ee50e66105d0175a74 commit hash: d9f3abdab6c4b0de1b2687ee50e66105d0175a74 commit hash: d9f3abdab6c4b0de1b2687ee50e66105d0175a74 commit hash: d9f3abdab6c4b0de1b2687ee50e66105d0175a74 d9f3abd
Friday, 5 Nov 2021
19:14 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
math/py-numexpr: Update USES=python

math/py-numpy requires Python 3.7+
commit hash: 71981b7ad8155e77e8113ec28876576e42e0079a commit hash: 71981b7ad8155e77e8113ec28876576e42e0079a commit hash: 71981b7ad8155e77e8113ec28876576e42e0079a commit hash: 71981b7ad8155e77e8113ec28876576e42e0079a 71981b7
Monday, 25 Oct 2021
15:57 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
math/py-numexpr: Cosmetic change
commit hash: 530a39e65ba2fa53a5ed6f52b4d0f163f3e6a7e9 commit hash: 530a39e65ba2fa53a5ed6f52b4d0f163f3e6a7e9 commit hash: 530a39e65ba2fa53a5ed6f52b4d0f163f3e6a7e9 commit hash: 530a39e65ba2fa53a5ed6f52b4d0f163f3e6a7e9 530a39e
Sunday, 2 May 2021
19:45 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
math/py-numexpr: Remove PYNUMPY
commit hash: 48d46f1ec28d431bbfd8a0afa8086af08f6a4919 commit hash: 48d46f1ec28d431bbfd8a0afa8086af08f6a4919 commit hash: 48d46f1ec28d431bbfd8a0afa8086af08f6a4919 commit hash: 48d46f1ec28d431bbfd8a0afa8086af08f6a4919 48d46f1
Sunday, 18 Apr 2021
05:43 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
math/py-numexpr: Update to 2.7.3

Changes:	https://github.com/pydata/numexpr/blob/master/RELEASE_NOTES.rst
commit hash: 89b7874e03e49f18138e001094c5972db302f747 commit hash: 89b7874e03e49f18138e001094c5972db302f747 commit hash: 89b7874e03e49f18138e001094c5972db302f747 commit hash: 89b7874e03e49f18138e001094c5972db302f747 89b7874
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Sunday, 3 Jan 2021
20:08 sunpoet search for other commits by this committer
Update to 2.7.2

Changes:	https://github.com/pydata/numexpr/blob/master/RELEASE_NOTES.rst
Original commitRevision:560134 
Monday, 28 Dec 2020
23:02 antoine search for other commits by this committer
Drop python 2.7 support from a few ports

With hat:	portmgr
Original commitRevision:559531 
Thursday, 24 Dec 2020
13:46 kai search for other commits by this committer
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)
Original commitRevision:559094 
Monday, 6 Jan 2020
14:44 sunpoet search for other commits by this committer
Update to 2.7.1

Changes:	https://github.com/pydata/numexpr/releases
		https://github.com/pydata/numexpr/blob/master/RELEASE_NOTES.rst
Original commitRevision:522242 
Thursday, 15 Aug 2019
18:12 sunpoet search for other commits by this committer
Update to 2.7.0

Changes:	https://github.com/pydata/numexpr/releases
		https://github.com/pydata/numexpr/blob/master/RELEASE_NOTES.rst
Original commitRevision:509031 
Friday, 26 Jul 2019
20:46 gerald search for other commits by this committer
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
Original commitRevision:507372 
Tuesday, 1 Jan 2019
20:37 sunpoet search for other commits by this committer
Update to 2.6.9

Changes:	https://github.com/pydata/numexpr/releases
		https://github.com/pydata/numexpr/blob/master/RELEASE_NOTES.rst
Original commitRevision:489007 
Wednesday, 12 Dec 2018
01:35 gerald search for other commits by this committer
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
Original commitRevision:487272 
Saturday, 1 Dec 2018
13:06 sunpoet search for other commits by this committer
Use PYNUMPY
Original commitRevision:486347 
Saturday, 17 Nov 2018
17:31 sunpoet search for other commits by this committer
Change the way *_DEPENDS are set
Original commitRevision:485155 
Monday, 20 Aug 2018
22:14 sunpoet search for other commits by this committer
Update to 2.6.8

Changes:	https://github.com/pydata/numexpr/releases
		https://github.com/pydata/numexpr/blob/master/RELEASE_NOTES.rst
Original commitRevision:477680 
Monday, 13 Aug 2018
18:20 sunpoet search for other commits by this committer
Update to 2.6.7

Changes:	https://github.com/pydata/numexpr/releases
		https://github.com/pydata/numexpr/blob/master/RELEASE_NOTES.rst
Original commitRevision:477088 
Sunday, 29 Jul 2018
19:17 sunpoet search for other commits by this committer
Update to 2.6.6

Changes:	https://github.com/pydata/numexpr/releases
		https://github.com/pydata/numexpr/blob/master/RELEASE_NOTES.rst
Original commitRevision:475755 
Wednesday, 20 Jun 2018
17:05 mat search for other commits by this committer
Use PY_FLAVOR for dependencies.

FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
Original commitRevision:472884 
Thursday, 3 May 2018
18:40 sunpoet search for other commits by this committer
Update to 2.6.5

Changes:	https://github.com/pydata/numexpr/releases
Original commitRevision:468959 
Saturday, 10 Mar 2018
17:46 gerald search for other commits by this committer
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
Original commitRevision:464084 
Thursday, 30 Nov 2017
15:50 mat search for other commits by this committer
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
Original commitRevision:455210 
Saturday, 16 Sep 2017
08:59 sunpoet search for other commits by this committer
Update to 2.6.4

Changes:	https://github.com/pydata/numexpr/blob/master/RELEASE_NOTES.rst
Original commitRevision:449950 
Friday, 15 Sep 2017
05:50 sunpoet search for other commits by this committer
Update to 2.6.3

- Use USES=dos2unix

Changes:	https://github.com/pydata/numexpr/blob/master/RELEASE_NOTES.rst
Original commitRevision:449872 
Monday, 30 Jan 2017
21:42 sunpoet search for other commits by this committer
Update to 2.6.2

Changes:	https://github.com/pydata/numexpr/blob/master/RELEASE_NOTES.rst
Original commitRevision:432880 
Saturday, 19 Nov 2016
17:07 sunpoet search for other commits by this committer
- Update to 2.6.1

Changes:	https://github.com/pydata/numexpr/blob/master/RELEASE_NOTES.rst
Original commitRevision:426450 
Friday, 28 Oct 2016
17:13 jbeich search for other commits by this committer
math/py-numpy: track PORTEPOCH in consumers
Original commitRevision:424866 
Sunday, 26 Jun 2016
17:16 sunpoet search for other commits by this committer
- Update to 2.6.0

Changes:	https://github.com/pydata/numexpr/blob/master/RELEASE_NOTES.rst
Original commitRevision:417570 
Saturday, 9 Apr 2016
12:30 sunpoet search for other commits by this committer
- Update to 2.5.2

Changes:	https://github.com/pydata/numexpr/blob/master/RELEASE_NOTES.rst
Original commitRevision:412815 
Friday, 1 Apr 2016
11:16 sunpoet search for other commits by this committer
- Update to 2.5.1

Changes:	https://github.com/pydata/numexpr/blob/master/RELEASE_NOTES.rst
Original commitRevision:412324 
Sunday, 6 Mar 2016
06:24 sunpoet search for other commits by this committer
- Update to 2.5

Changes:	https://github.com/pydata/numexpr/blob/master/RELEASE_NOTES.rst
Original commitRevision:410282 
Sunday, 4 Oct 2015
19:01 sunpoet search for other commits by this committer
- Update to 2.4.4
- Update MASTER_SITES: move back to CHEESESHOP
- Add LICENSE_FILE
- Reformat pkg-descr and remove trailing space
- Add PyPI as primary WWW

Changes:	https://github.com/pydata/numexpr/blob/master/RELEASE_NOTES.rst
Original commitRevision:398618 
Wednesday, 2 Sep 2015
17:04 sunpoet search for other commits by this committer
- Allow concurrent installation (USE_PYTHON=concurrent)
- Strip shared library
- Bump PORTREVISION for package change
Original commitRevision:395885 
Wednesday, 13 May 2015
19:01 sunpoet search for other commits by this committer
- Cleanup GH_* knobs:
  - Use DISTVERSIONPREFIX
  - Remove GH_PROJECT
Original commitRevision:386249 
Tuesday, 24 Mar 2015
18:24 sunpoet search for other commits by this committer
- Cleanup WRKSRC: leading v in GH_TAGNAME is removed from DISTNAME in r382120
Original commitRevision:382151 
Saturday, 21 Mar 2015
20:07 sunpoet search for other commits by this committer
- Update to 2.4
- Update WWW

Changes:	https://github.com/pydata/numexpr/blob/master/RELEASE_NOTES.rst
Original commitRevision:381854 
Wednesday, 10 Sep 2014
20:50 gerald search for other commits by this committer
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
Original commitRevision:367888 
Friday, 15 Aug 2014
03:43 sunpoet search for other commits by this committer
- Convert PYTHON_FEATURES to USE_PYTHON (which was landed several hours ago)

Notified by:	koobs, wg
Original commitRevision:364929 
03:01 sunpoet search for other commits by this committer
- Use USES=python
Original commitRevision:364912 
Monday, 10 Mar 2014
20:55 gerald search for other commits by this committer
Update the default version of GCC used in the Ports Collection from
GCC 4.6.4 to GCC 4.7.3.  This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.

Part II, Bump PORTREVISIONs.

PR:		182136
Supported by:	Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by:	bdrewery (two -exp runs)
Original commitRevision:347809 
Friday, 14 Feb 2014
19:43 sunpoet search for other commits by this committer
- Add LICENSE
- Use PYDISTUTILS_AUTOPLIST
- Remove post-patch:
Original commitRevision:344306 
Saturday, 26 Oct 2013
00:52 gerald search for other commits by this committer
Update to libmpc version 1.0.1 which brings the following fixes:

 - Switched to automake 1.11.6, see CVE-2012-3386.
 - #14669: Fixed extraction of CC from gmp.h.
 - Fixed case of intermediate zero real or imaginary part in mpc_fma,
   found by hydra with GMP_CHECK_RANDOMIZE=1346362345.

This is on top of the following changes from version 1.0

 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
   invariant sections) for the documentation.
 - 100% of all lines are covered by tests
 - Renamed functions
   . mpc_mul_2exp to mpc_mul_2ui
   . mpc_div_2exp to mpc_div_2ui
 - 0^0, which returned (NaN,NaN) previously, now returns (1,+0).
 - Removed compatibility with K&R compilers, which was untestable due
   to lack of such compilers.
 - New functions
   . mpc_log10
   . mpc_mul_2si, mpc_div_2si
 - Speed-ups
   . mpc_fma
 - Bug fixes
   . mpc_div and mpc_norm now return a value indicating the effective
     rounding direction, as the other functions.
   . mpc_mul, mpc_sqr and mpc_norm now return correct results even if
     there are over- or underflows during the computation.
   . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has
     infinite part and equals output variable is corrected.
   . mpc_fr_sub: Wrong return value for imaginary part is corrected.

Convert to the new LIB_DEPENDS standard and remove hard-coded
.so versions from a couple of dependent ports.

Bump PORTREVISIONS of all dependent ports.

PR:		183141
Approved by:	portmgr (bdrewery)
Original commitRevision:331644 
Saturday, 28 Sep 2013
19:47 sunpoet search for other commits by this committer
- Update to 2.2.2
- Support STAGEDIR

Changes:	http://code.google.com/p/numexpr/wiki/ReleaseNotes
Original commitRevision:328627 
Friday, 20 Sep 2013
20:55 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
math)
Original commitRevision:327746 
Monday, 9 Sep 2013
10:08 sunpoet search for other commits by this committer
- Update to 2.2.1

Changes:	http://code.google.com/p/numexpr/wiki/ReleaseNotes
Original commitRevision:326794 
Monday, 2 Sep 2013
12:50 sunpoet search for other commits by this committer
- Update to 2.2
- Do not use setuptools

Changes:	http://code.google.com/p/numexpr/wiki/ReleaseNotes
Original commitRevision:325983 
Wednesday, 1 May 2013
20:10 sunpoet search for other commits by this committer
- Update to 2.1

Changes:	http://code.google.com/p/numexpr/wiki/ReleaseNotes
Original commitRevision:317046 
Wednesday, 30 Jan 2013
19:51 sunpoet search for other commits by this committer
- Update to 2.0.1
- Cleanup Makefile header
- Sort PLIST

Changes:	http://code.google.com/p/numexpr/wiki/ReleaseNotes
Original commitRevision:311266 
Friday, 23 Sep 2011
05:03 sunpoet search for other commits by this committer
- Update to 1.4.2

Changes:        http://code.google.com/p/numexpr/wiki/ReleaseNotes
Original commit
Wednesday, 21 Sep 2011
17:07 sunpoet search for other commits by this committer
- Pet portlint
- Take maintainership
Original commit
16:48 tabthorpe search for other commits by this committer
- Reassign to the heap
Original commit
Thursday, 21 Oct 2010
01:39 wen search for other commits by this committer
- Update to 1.4.1

Approved by:    maintainer(implicit)
Original commit
Monday, 5 Jul 2010
08:18 wen search for other commits by this committer
numexpr - Fast numerical array expression evaluator for Python and NumPy.

The numexpr package evaluates multiple-operator array expressions many times
faster than NumPy can. It accepts the expression as a string, analyzes it,
rewrites it more efficiently, and compiles it to faster Python code on the fly.
It's the next best thing to writing the expression in C and compiling it with
a specialized just-in-time (JIT) compiler, i.e. it does not require a compiler
at runtime.

Also, numexpr has support for the Intel VML (Vector Math Library) -- integrated
in Intel MKL (Math Kernel Library) --, allowing nice speed-ups when computing
transcendental functions (like trigonometrical, exponentials...) on top of
Intel-compatible platforms. This support also allows to use multiple cores in
your computations.

WWW: http://code.google.com/p/numexpr/

PR:             ports/148372
Submitted by:   Ju Pengfei <jupengfei@gmail.com>
Feature safe:   yes
Original commit

Number of commits found: 68