notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
Port details
py-fitsio Full featured python library to read from and write to FITS files
1.2.4 astronew! on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2024-09-08 18:45:09
Last Update: 2024-09-08 18:36:53
Commit Hash: 739135b
Also Listed In: python
License: GPLv2
WWW:
https://github.com/esheldon/fitsio
Description:
fitsio is a python extension written in c and python. Data are read into numerical python arrays. Some Features: - Read from and write to image, binary, and ascii table extensions. - Read arbitrary subsets of table columns and rows without loading all the data to memory. - Read image subsets without reading the whole image. Write subsets to existing images. - Write and read variable length table columns. - Read images and tables using slice notation similar to numpy arrays. This is like a more powerful memmap, since it is column-aware for tables. - Append rows to an existing table. Delete row sets and row ranges. Resize tables, or insert rows. - Query the columns and rows in a table. - Read and write header keywords. - Read and write images in tile-compressed format (RICE,GZIP,PLIO,HCOMPRESS). - Read/write gzip files directly. Read unix compress (.Z,.zip) and bzip2 (.bz2) files. - TDIM information is used to return array columns in the correct shape. - Write and read string table columns, including array columns of arbitrary shape. - Read and write complex, bool (logical), unsigned integer, signed bytes types. - Write checksums into the header and verify them. - Insert new columns into tables in-place. - Iterate over rows in a table. Data are buffered for efficiency. - python 3 support, including python 3 strings
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • ${PYTHON_PKGNAMEPREFIX}fitsio>0:astro/py-fitsio@${PY_FLAVOR}
To install the port:
cd /usr/ports/astro/py-fitsio/ && make install clean
To add the package, run one of these commands:
  • pkg install astro/py-fitsio
  • pkg install py311-fitsio
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
NOTE: This is a Python port. Instead of py311-fitsio listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py311-fitsio
Package flavors (<flavor>: <package>)
  • py311: py311-fitsio
distinfo:
TIMESTAMP = 1725559527 SHA256 (fitsio-1.2.4.tar.gz) = d57fe347c7657dc1f78c7969a55ecb4fddb717ae1c66d9d22046c171203ff678 SIZE (fitsio-1.2.4.tar.gz) = 4533680

Packages (timestamps in pop-ups are UTC):
py311-fitsio
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest-1.2.4--1.2.4---
FreeBSD:13:quarterly--------
FreeBSD:14:latest-1.2.4--1.2.4---
FreeBSD:14:quarterly--------
FreeBSD:15:latest-1.2.4n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py311-numpy>=0,1 : math/py-numpy@py311
  2. py311-setuptools>=0 : devel/py-setuptools@py311
  3. py311-wheel>=0 : devel/py-wheel@py311
  4. python3.11 : lang/python311
  5. py311-build>=0 : devel/py-build@py311
  6. py311-installer>=0 : devel/py-installer@py311
Test dependencies:
  1. python3.11 : lang/python311
Runtime dependencies:
  1. py311-numpy>=0,1 : math/py-numpy@py311
  2. python3.11 : lang/python311
Library dependencies:
  1. libcfitsio.so : astro/cfitsio
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
astro_py-fitsio
USES:
python
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/f/fitsio/
  2. https://pypi.org/packages/source/f/fitsio/
Collapse this list.

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.2.4
08 Sep 2024 18:36:53
commit hash: 739135b628eef9a3e7ff1ed5223905467c316f12commit hash: 739135b628eef9a3e7ff1ed5223905467c316f12commit hash: 739135b628eef9a3e7ff1ed5223905467c316f12commit hash: 739135b628eef9a3e7ff1ed5223905467c316f12 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
astro/py-fitsio: Add py-fitsio 1.2.4

fitsio is a python extension written in c and python. Data are read into
numerical python arrays.

Some Features:
- Read from and write to image, binary, and ascii table extensions.
- Read arbitrary subsets of table columns and rows without loading all the data
  to memory.
- Read image subsets without reading the whole image. Write subsets to existing
  images.
- Write and read variable length table columns.
- Read images and tables using slice notation similar to numpy arrays. This is
  like a more powerful memmap, since it is column-aware for tables.
- Append rows to an existing table. Delete row sets and row ranges. Resize
(Only the first 15 lines of the commit message are shown above View all of this commit message)

Number of commits found: 1