Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

py-blis: Update to version 1.2.0 #27643

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 7 additions & 10 deletions python/py-blis/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,28 +8,25 @@ PortGroup compiler_blacklist_versions 1.0
name py-blis
epoch 1
# Don't upgrade past py-spaCy's highest supported version.
github.setup explosion cython-blis 0.9.1 v
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
github.setup explosion cython-blis 1.2.0 release-v
github.tarball_from archive
revision 0

checksums rmd160 94337b4032e0fb0d7ab49d622a9b42f5c53c7335 \
sha256 6b13374cd4fd6493d583db2a5139c973c90818c9b59bbb572eb207325c3e5542 \
size 3914839

license MIT

maintainers {jonesc @cjones051073} openmaintainer

description Fast matrix-multiplication as a self-contained Python library
long_description {*}${description}

checksums rmd160 9cb60688d4924cfeaffa120b535af7b6d7b8ff1e \
sha256 99d30dbd0a6113c682a3f1447c7bb0bc3b24ef94802c7f7010fb1fc9eb5cba13 \
size 2683863

# overload the github livecheck regex to look for versions that
# are just numbers and '.', no letters (e.g., "0.4.0.dev1").
github.livecheck.regex {([0-9.]+)}

# Supported python versions
python.versions 39 310 311 312
python.versions 39 310 311 312 313

# Compiler selection
compiler.c_standard 1999
Expand Down
Loading