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-astropy-healpix: update to 1.1.0 #27699

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
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
12 changes: 6 additions & 6 deletions python/py-astropy-healpix/Portfile
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# -*- 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-astropy-healpix/Portfile

View workflow job for this annotation

GitHub Actions / macos-13

port lint py313-astropy-healpix: Error: Unknown dependency: py313-astropy

Check warning on line 1 in python/py-astropy-healpix/Portfile

View workflow job for this annotation

GitHub Actions / macos-15

port lint py313-astropy-healpix: Error: Unknown dependency: py313-astropy

Check warning on line 1 in python/py-astropy-healpix/Portfile

View workflow job for this annotation

GitHub Actions / macos-14

port lint py313-astropy-healpix: Error: Unknown dependency: py313-astropy

PortSystem 1.0
PortGroup python 1.0

name py-astropy-healpix
version 0.6
revision 1
version 1.1.0
revision 0

distname astropy_healpix-${version}
categories-append science
python.versions 39 310
python.versions 310 311 312 313
license BSD
maintainers {aronnax @lpsinger} openmaintainer

Expand All @@ -18,9 +18,9 @@

homepage https://github.com/astropy/astropy-healpix

checksums rmd160 4812dc4877abe809543f25a94c1b8694bfbcbf78 \
sha256 409a6621c383641456c074f0f0350a24a4a58e910eaeef14e9bbce3e00ad6690 \
size 104224
checksums rmd160 f661fa3049b7e3aca7ee788598a38c0774635fe9 \
sha256 d1816587a6049188e2aa2e9f001259de3f8ba158f04b93b506bb847264007f6e \
size 109490

if {${name} ne ${subport}} {
depends_build-append \
Expand Down
Loading