From 06dcf64674a43718324bffee383625d2cd050b75 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 7 Nov 2023 22:21:54 +0000 Subject: gentoo auto-resync : 07:11:2023 - 22:21:54 --- dev-python/fitsio/Manifest | 4 +-- dev-python/fitsio/fitsio-1.1.10.ebuild | 46 ---------------------------------- dev-python/fitsio/fitsio-1.2.1.ebuild | 41 ++++++++++++++++++++++++++++++ 3 files changed, 43 insertions(+), 48 deletions(-) delete mode 100644 dev-python/fitsio/fitsio-1.1.10.ebuild create mode 100644 dev-python/fitsio/fitsio-1.2.1.ebuild (limited to 'dev-python/fitsio') diff --git a/dev-python/fitsio/Manifest b/dev-python/fitsio/Manifest index 19dc70271f38..719925986fe6 100644 --- a/dev-python/fitsio/Manifest +++ b/dev-python/fitsio/Manifest @@ -1,5 +1,5 @@ -DIST fitsio-1.1.10.gh.tar.gz 5052842 BLAKE2B 1d0fb90fa23b3adf1ab172c89f9475b59d1bc909b225129c923bd27391af2844d4b56134568ed07124b9152000fb1325a2225997048d18aa596246d609888b28 SHA512 d0e28f1892640404a2514832e1d68ac202de4c3d3a840c783e6eb3de381f2180136eaec856bd7ab1b236b67c273417a137121137f6d1e66ee6bb2becdc522fa6 DIST fitsio-1.2.0.gh.tar.gz 4582716 BLAKE2B a395318b7ae3f52f7c764dae81b9ba9e305cf92e140d7ee015e235c1448a8fb7b2f87ec6132b7d4322f5a468384f8b6a9a33382d0d9d2adc8924e9d3843d9901 SHA512 d701534d8615382dbe8e4134e0b47a2568194e746b75b6c0dc9172d30c79d2cd70052364b18506d275360c82811a7062832bb6f6d7bfb4b3be6ef51b19b62a95 -EBUILD fitsio-1.1.10.ebuild 844 BLAKE2B 661325831bde490efb920a248072c553e320fa47923d9a7fc12859259e0889a13e7307e9575b91ae4d53cae1fae7ff0c147240382e6301d9529ec261786b3e7c SHA512 d73efd7407f39d1fbc3318999f6ba65bd6d388bff9c14a82891b76bd4f28691a45dbbfe9a8aa201e886f1917bde6331effda6e9e033a6dddc894eaac902ba592 +DIST fitsio-1.2.1.gh.tar.gz 4584464 BLAKE2B 376d2afe2e637075fca88c24c17117600973dc81fbb006e3e8bf4ddab023db6a466653187b686a4beb75339559cb4b77e0bf927f09c991d9205ffb0e66ad17a6 SHA512 645c117c394a18cdbb0c5033a1446e1f6e6473f54d9556b7591f33873855a70860343b3e4811284d7dfa16696ef23a1abb74ee638318d7295eb85ec4b17f0309 EBUILD fitsio-1.2.0.ebuild 780 BLAKE2B 36acc6aba3a328a5ca02309e5aae79cf5d55863db4fb793503199129d02d799d702a7591575f746209d22df7e9a4c5cf752106f8e3b621d0ae8655dd90f60c05 SHA512 585924f7402ef30cbeab97a8d006d5454e57b2182a476a21ba3ddddc81c3d3239f92f6d7312b39653f4961b53ffe7c875ddc5b276633e341c061eae0f2b111ae +EBUILD fitsio-1.2.1.ebuild 780 BLAKE2B 36acc6aba3a328a5ca02309e5aae79cf5d55863db4fb793503199129d02d799d702a7591575f746209d22df7e9a4c5cf752106f8e3b621d0ae8655dd90f60c05 SHA512 585924f7402ef30cbeab97a8d006d5454e57b2182a476a21ba3ddddc81c3d3239f92f6d7312b39653f4961b53ffe7c875ddc5b276633e341c061eae0f2b111ae MISC metadata.xml 947 BLAKE2B d51c4feb2baade20680a4568b05c28e217d4216f6035dfcbda05876bb7c4d804dc2b02576e2e67eb2b1890e18c86bca9ab4644b0fee69d213ece257d204681d5 SHA512 e8a29ec957adf538929d3639723cfe317c57f6c1d5b7a89a697a0f99dacdab1e21edb774acdb2dcb426f90e1221f9d0b9c008abaf462354d42797ab6bacf9162 diff --git a/dev-python/fitsio/fitsio-1.1.10.ebuild b/dev-python/fitsio/fitsio-1.1.10.ebuild deleted file mode 100644 index 61d611cbdaa4..000000000000 --- a/dev-python/fitsio/fitsio-1.1.10.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_EXT=1 -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) - -inherit distutils-r1 - -DESCRIPTION="Python library to read from and write to FITS files" -HOMEPAGE=" - https://github.com/esheldon/fitsio/ - https://pypi.org/project/fitsio/ -" -SRC_URI=" - https://github.com/esheldon/fitsio/archive/${PV}.tar.gz - -> ${P}.gh.tar.gz -" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" - -DEPEND=" - >=dev-python/numpy-1.11[${PYTHON_USEDEP}] - sci-libs/cfitsio:0= -" -RDEPEND=" - ${DEPEND} -" - -distutils_enable_tests pytest - -src_configure() { - cat >> setup.cfg <<-EOF || die - [build_ext] - use_system_fitsio = True - EOF -} - -python_test() { - cd "${BUILD_DIR}/install$(python_get_sitedir)" || die - epytest -} diff --git a/dev-python/fitsio/fitsio-1.2.1.ebuild b/dev-python/fitsio/fitsio-1.2.1.ebuild new file mode 100644 index 000000000000..543a39335611 --- /dev/null +++ b/dev-python/fitsio/fitsio-1.2.1.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_EXT=1 +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..12} ) + +inherit distutils-r1 + +DESCRIPTION="Python library to read from and write to FITS files" +HOMEPAGE=" + https://github.com/esheldon/fitsio/ + https://pypi.org/project/fitsio/ +" +SRC_URI=" + https://github.com/esheldon/fitsio/archive/${PV}.tar.gz + -> ${P}.gh.tar.gz +" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" + +DEPEND=" + >=dev-python/numpy-1.11[${PYTHON_USEDEP}] + sci-libs/cfitsio:0= +" +RDEPEND=" + ${DEPEND} +" + +distutils_enable_tests pytest + +export FITSIO_USE_SYSTEM_FITSIO=1 + +python_test() { + cd "${BUILD_DIR}/install$(python_get_sitedir)" || die + epytest +} -- cgit v1.2.3