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-pymc: correct checksums #27431

Closed
wants to merge 1 commit into from
Closed
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
8 changes: 4 additions & 4 deletions python/py-pymc/Portfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

Check warning on line 1 in python/py-pymc/Portfile

View workflow job for this annotation

GitHub Actions / macos-13

port lint py312-pymc: Error: conflicts references unknown port: py312-pymc3

Check warning on line 1 in python/py-pymc/Portfile

View workflow job for this annotation

GitHub Actions / macos-13

port lint py310-pymc: Error: conflicts references unknown port: py310-pymc3

Check warning on line 1 in python/py-pymc/Portfile

View workflow job for this annotation

GitHub Actions / macos-13

port lint py311-pymc: Error: conflicts references unknown port: py311-pymc3

Check warning on line 1 in python/py-pymc/Portfile

View workflow job for this annotation

GitHub Actions / macos-15

port lint py312-pymc: Error: conflicts references unknown port: py312-pymc3

Check warning on line 1 in python/py-pymc/Portfile

View workflow job for this annotation

GitHub Actions / macos-15

port lint py310-pymc: Error: conflicts references unknown port: py310-pymc3

Check warning on line 1 in python/py-pymc/Portfile

View workflow job for this annotation

GitHub Actions / macos-15

port lint py311-pymc: Error: conflicts references unknown port: py311-pymc3

Check warning on line 1 in python/py-pymc/Portfile

View workflow job for this annotation

GitHub Actions / macos-14

port lint py312-pymc: Error: conflicts references unknown port: py312-pymc3

Check warning on line 1 in python/py-pymc/Portfile

View workflow job for this annotation

GitHub Actions / macos-14

port lint py310-pymc: Error: conflicts references unknown port: py310-pymc3

Check warning on line 1 in python/py-pymc/Portfile

View workflow job for this annotation

GitHub Actions / macos-14

port lint py311-pymc: Error: conflicts references unknown port: py311-pymc3

PortSystem 1.0
PortGroup python 1.0
Expand All @@ -6,7 +6,7 @@

github.setup pymc-devs pymc 5.20.0 v
github.tarball_from archive
revision 0
revision 1
name py-pymc

supported_archs noarch
Expand All @@ -22,9 +22,9 @@
Its flexibility and extensibility make it applicable to a \
large suite of problems.

checksums rmd160 b55e25bfeeca7f06dd2cbc18d1f023f7ee6b2627 \
sha256 d9ac1dec75b1e641d80699d97b3092b9ff7c91507264faa92c1f28fae5b2f7b0 \
size 6874233
checksums rmd160 81369ff917bf2c24bf492c59ccbdbc7e2a1f45cb \
sha256 521fe94a5cc1f56b21e1df0070c3c49d1284c1fae0682caf7e2eccb3531be4e8 \
size 6874226

python.versions 310 311 312

Expand Down