View Raw Ebuild
# automatically generated by g-sorcery
# please do not edit this file
EAPI=8
REALNAME="${PN}"
LITERALNAME="${PN}"
REALVERSION="${PV}"
DIGEST_SOURCES="yes"
PYTHON_COMPAT=( python{3_11,3_12,3_13,3_14} )
DISTUTILS_USE_PEP517=standalone
inherit python-r1 gs-pypi
DESCRIPTION="PySAMOSA is a software framework for processing open ocean and coastal waveforms from SAR satellite altimetry to measure sea surface heights, wave heights, and wind speed for the oceans and inland water bodies. Satellite altimetry is a space-borne remote sensing technique used for Earth observation."
HOMEPAGE="https://github.com/floschl/pysamosa"
LICENSE="GNU Lesser General Public License v3 or later LGPLv3+"
SRC_URI="https://files.pythonhosted.org/packages/source/${REALNAME::1}/${REALNAME}/${REALNAME}-${REALVERSION}.tar.gz"
SOURCEFILE="${REALNAME}-${REALVERSION}.tar.gz"
RESTRICT="test"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPENDENCIES=">dev-python/cython-0.29[${PYTHON_USEDEP}]
>=dev-python/xarray-2023.1[${PYTHON_USEDEP}]
>dev-python/netcdf4-1.6.0[${PYTHON_USEDEP}]
dev-python/h5netcdf[${PYTHON_USEDEP}]
>dev-python/numpy-1.24[${PYTHON_USEDEP}]
>dev-python/scipy-1.10[${PYTHON_USEDEP}]
>dev-python/pandas-1.5[${PYTHON_USEDEP}]
>dev-python/pydantic-2.0[${PYTHON_USEDEP}]
>dev-python/tqdm-4.64[${PYTHON_USEDEP}]
>dev-python/requests-2.28.1[${PYTHON_USEDEP}]
>dev-python/matplotlib-3.5[${PYTHON_USEDEP}]
dev-python/bokeh[${PYTHON_USEDEP}]
dev-python/astropy[${PYTHON_USEDEP}]"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"