Commit Graph

17 Commits

Author SHA1 Message Date
sthen d858b7cc2a Ports built with setuptools on python 3.10 don't need a RUN_DEPENDS on
setuptools (it's used as a package locator but importlib.metadata in
newer Python core or the external importlib_metadata are preferred).
So drop the RDEP in that case (it's still kept for py27) and bump
revisions.
2022-11-26 23:28:11 +00:00
sthen dae9f91e31 bump for MODPY_DEFAULT_VERSION_3 change 2022-11-13 15:28:39 +00:00
martin 0834284a49 Update py-bottleneck to 1.3.5. 2022-07-08 19:52:35 +00:00
martin 45689f59f8 Update py-bootleneck to 1.3.4. 2022-03-07 07:04:32 +00:00
sthen 3fb7cdbcf6 bump REVISION for switch from Python 3.8 -> 3.9 2021-11-02 00:01:35 +00:00
sthen d80c418015 regen PLISTs for python ports with .so files that end up renamed due to
the EXT_SUFFIX change in Python 3.8.7
2021-01-04 14:06:26 +00:00
sthen d9cfe4113e bump REVISION; python 3 default changed to 3.8 2020-07-03 21:12:24 +00:00
martin dc1a1365d8 Update py-bottleneck to 1.3.2.
Drop python2 because py-pandas, the only consumer in the ports tree, is
now also python3-only. Adjust quirks accordingly.

OK kmos@ bket@
2020-02-28 18:58:47 +00:00
martin 81e4c9d879 update py-bootleneck to 1.3.1 and take maintainer
with help and extra testing from cwen@ and kmos@
2020-02-06 12:26:54 +00:00
sthen 3318ced016 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:46:54 +00:00
kmos c45cd79fc7 Add RUN_DEPENDS to TEST_DEPENDS automatically for ports using the
lang/python port module. I've not yet come up with a port that
would not need this and one can always set MODPY_TESTDEP to "no"
to prevent the module from touching TEST_DEPENDS.

Idea from afresh1 who pointed out the cpan module already does this.

aja "I support this move."

OK sthen@
2019-05-15 12:04:34 +00:00
danj 7219f4e6bd Remove shadchin@ as maintainer per his request 2019-05-13 19:03:51 +00:00
sthen d7f0752227 bump all the py3 things, _SYSTEM_VERSION didn't quite work out how
we expected and it's easier|safer to do it this way than fiddle with
pkg_add now. thanks aja for update tests with a quick bulk.
2019-04-28 20:51:26 +00:00
shadchin 701a14c0ab Update to py-bottleneck 1.2.1 2017-05-16 14:57:28 +00:00
landry ffe8bbd592 bump ports depending on python3 in math, misc and multimedia 2017-01-03 19:23:48 +00:00
jca b5fe10e418 BROKEN on powerpc
cc -DNDEBUG -O2 -pipe -fPIC -O2 -pipe -fPIC -I/usr/local/include/python2.7 -I/usr/local/lib/python2.7/site-packages/numpy/core/include -c bottleneck/src/move.c -o /usr/obj/ports/py-bottleneck-1.2.0/Bottleneck-1.2.0/temp.openbsd-6.0-macppc-2.7/bottleneck/src/move.o
In file included from /usr/local/lib/python2.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1804,
                 from /usr/local/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:17,
                 from /usr/local/lib/python2.7/site-packages/numpy/core/include/numpy/arrayobject.h:4,
                 from bottleneck/src/bottleneck.h:6,
                 from bottleneck/src/move.c:1:
/usr/local/lib/python2.7/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION"
bottleneck/src/move.c: In function 'move_std_float32':
bottleneck/src/move.c:568: error: unrecognizable insn:
(insn 893 195 199 15 (set (reg:SF 0 0)
        (mem/u/c/i:SF (symbol_ref/u:SI ("*.LC170") [flags 0x82]) [0 S4 A32])) -1 (nil)
    (nil))
bottleneck/src/move.c:568: internal compiler error: in extract_insn, at recog.c:2077
2016-12-31 20:52:49 +00:00
shadchin a2e8cd7d46 Import py-bottleneck 1.2.0, ok danj@
DESCR:
Bottleneck is a collection of fast NumPy array functions written in C.
2016-11-20 10:18:58 +00:00