diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-01-10 18:47:24 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-01-10 22:11:54 +0100 |
commit | 35c06b43917571959fd1c003fdf0006dea6aa9fe (patch) | |
tree | 52306dec454ed6ff661838d58f57bee8fa4e98a5 /dev-python/mrcfile | |
parent | dev-python/markdown: Bump to 3.5.2 (diff) | |
download | gentoo-35c06b43917571959fd1c003fdf0006dea6aa9fe.tar.gz gentoo-35c06b43917571959fd1c003fdf0006dea6aa9fe.tar.bz2 gentoo-35c06b43917571959fd1c003fdf0006dea6aa9fe.zip |
dev-python/mrcfile: Bump to 1.5.0
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/mrcfile')
-rw-r--r-- | dev-python/mrcfile/Manifest | 1 | ||||
-rw-r--r-- | dev-python/mrcfile/mrcfile-1.5.0.ebuild | 29 |
2 files changed, 30 insertions, 0 deletions
diff --git a/dev-python/mrcfile/Manifest b/dev-python/mrcfile/Manifest index 7d76a9d92163..4486bbc70304 100644 --- a/dev-python/mrcfile/Manifest +++ b/dev-python/mrcfile/Manifest @@ -1 +1,2 @@ DIST mrcfile-1.4.3.gh.tar.gz 148147024 BLAKE2B aa604965e6e40a25f57ec61bb3a3fc2fc6a83827db11620678138bec893539502a8e00e6e279e3bb86805773201338f430cc4d7d4b60efaee2d36933f071132e SHA512 e4bdc9b03ea55ae6bcaf29d8f8154e941f7e8b780f924a3265156a25bfa7f7a6f88abb3ce4374208104a4a3eea8d18724a248aae9fea2018a24ae559680ac2b7 +DIST mrcfile-1.5.0.gh.tar.gz 148148453 BLAKE2B 45cb7483e0aa5d6a2ac4e077bd0e2a9a8a265c4fdb69fc467e1dd3bab79960478d69ed0ec5e4f97ff528a02255c1c0b3e839e808ff0380e7ea2926b569a5478f SHA512 90e85e74c413b74e9ea86996b9e1ed4ac8f8cc0e7537f1916482d5e89d1fa99814c23ad2e51d912485a02644eeb65925067190bb3a7b222310aca4946b037ecc diff --git a/dev-python/mrcfile/mrcfile-1.5.0.ebuild b/dev-python/mrcfile/mrcfile-1.5.0.ebuild new file mode 100644 index 000000000000..bd29d7f8a9da --- /dev/null +++ b/dev-python/mrcfile/mrcfile-1.5.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 2022-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..12} ) + +inherit distutils-r1 + +DESCRIPTION="MRC2014 file format I/O library" +HOMEPAGE=" + https://pypi.org/project/mrcfile/ + https://github.com/ccpem/mrcfile/ +" +SRC_URI=" + https://github.com/ccpem/mrcfile/archive/v${PV}.tar.gz + -> ${P}.gh.tar.gz +" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~arm64" + +RDEPEND=" + >=dev-python/numpy-1.16.0[${PYTHON_USEDEP}] +" + +distutils_enable_tests unittest |