From 62bd4b5f6588416d3d8780774fd1b5c35181b026 Mon Sep 17 00:00:00 2001 From: Wolfgang Müller Date: Thu, 9 May 2024 12:31:39 +0200 Subject: sys-fs/zfs_autobackup: Bump to python3.12 --- sys-fs/zfs_autobackup/Manifest | 2 +- sys-fs/zfs_autobackup/zfs_autobackup-3.2-r1.ebuild | 25 ++++++++++++++++++++++ sys-fs/zfs_autobackup/zfs_autobackup-3.2.ebuild | 25 ---------------------- 3 files changed, 26 insertions(+), 26 deletions(-) create mode 100644 sys-fs/zfs_autobackup/zfs_autobackup-3.2-r1.ebuild delete mode 100644 sys-fs/zfs_autobackup/zfs_autobackup-3.2.ebuild (limited to 'sys-fs') diff --git a/sys-fs/zfs_autobackup/Manifest b/sys-fs/zfs_autobackup/Manifest index 4f33f18..12f91e8 100644 --- a/sys-fs/zfs_autobackup/Manifest +++ b/sys-fs/zfs_autobackup/Manifest @@ -1,3 +1,3 @@ DIST zfs_autobackup-3.2.tar.gz 53578 BLAKE2B 2756c4abf231d030a12fa83c5e3e46f4b33a6dad02bcb52996dada6f33b7059b3135cebf474fafa84b19b185ce6b09992e6ae1e02a48f1beed8eb47658e77a44 SHA512 7139a70f19879d824ab95579f70d7843098161b8a13ef684c4d6f079c1d6e7e5151c02be9807350c527eac0ed9b8b19539673792bb0f73cf7e0e349ec9feedef -EBUILD zfs_autobackup-3.2.ebuild 502 BLAKE2B dbc401adfb8df8db4d548bff35662bb9f72b3ab671b872cdff50a99f1af8b394770eba6c5244f5d6a92e674b8c9f55fc9a7e57c622980d97235d9834e00e6059 SHA512 d6fce96554b857074081bf06952a209ee0b37a244200510b28fb8200eb675930b846e049a3d41067f971afd153fbdd9f2e543bd90010204676a3fb882c2cfcd3 +EBUILD zfs_autobackup-3.2-r1.ebuild 502 BLAKE2B 64a42cfd9fc81722dee35a6373ad1aa10638390e1e94696f2e7ec66fb6c0292fd02d8aaf4f96300899e4df609376eed85cc2bbdca70670e4cfc09648a47fdfb3 SHA512 21c6520bb7b5b3972800010383f736fe34743ad6364e5e6dc981c688f9f373b9512020e29fd0a473d53448f3cbee92d60e2fd297243e760b7af3661c36d63814 MISC metadata.xml 357 BLAKE2B fffe95449aec1a6302cb0c7e04f3f158a20f292c44f6d4c5a75637550b783594e4be37d8d6e9faa46d56850a1d77a189d4100eadfdc6b6a7078e8e90797284b0 SHA512 77e15f623bf5a8ccd39ff7b6f9f533cf2baaf3cf5b0ff710681a11e9a1fdb60f045b24af95c71408980761f6842b602c970d9c9db963e1b2b0bdf3cc8ef28d05 diff --git a/sys-fs/zfs_autobackup/zfs_autobackup-3.2-r1.ebuild b/sys-fs/zfs_autobackup/zfs_autobackup-3.2-r1.ebuild new file mode 100644 index 0000000..68e5fc6 --- /dev/null +++ b/sys-fs/zfs_autobackup/zfs_autobackup-3.2-r1.ebuild @@ -0,0 +1,25 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{11,12} ) +DISTUTILS_USE_PEP517=setuptools +inherit distutils-r1 pypi + +DESCRIPTION="Periodicly backup ZFS filesystems" +HOMEPAGE="https://github.com/psy0rz/zfs_autobackup https://pypi.org/project/zfs-autobackup/" + +KEYWORDS="amd64 x86" + +RESTRICT="test" + +LICENSE="GPL-3" +SLOT="0" +IUSE="" + +RDEPEND="${PYTHON_DEPS} + dev-python/colorama[${PYTHON_USEDEP}] +" + +DEPEND="${RDEPEND}" diff --git a/sys-fs/zfs_autobackup/zfs_autobackup-3.2.ebuild b/sys-fs/zfs_autobackup/zfs_autobackup-3.2.ebuild deleted file mode 100644 index 7aaa302..0000000 --- a/sys-fs/zfs_autobackup/zfs_autobackup-3.2.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{10,11} ) -DISTUTILS_USE_PEP517=setuptools -inherit distutils-r1 pypi - -DESCRIPTION="Periodicly backup ZFS filesystems" -HOMEPAGE="https://github.com/psy0rz/zfs_autobackup https://pypi.org/project/zfs-autobackup/" - -KEYWORDS="amd64 x86" - -RESTRICT="test" - -LICENSE="GPL-3" -SLOT="0" -IUSE="" - -RDEPEND="${PYTHON_DEPS} - dev-python/colorama[${PYTHON_USEDEP}] -" - -DEPEND="${RDEPEND}" -- cgit v1.2.3-2-gb3c3