12 Commits

Author SHA1 Message Date
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