aboutsummaryrefslogtreecommitdiffstats
path: root/sys-fs
diff options
context:
space:
mode:
authorWolfgang Müller2023-05-01 22:01:37 +0200
committerWolfgang Müller2023-05-01 22:01:37 +0200
commit7139436b0f42c47f3f33bad30f96809d86ad40c5 (patch)
tree8167c54e342417705937095d5c1cd52c187a6426 /sys-fs
parent60b95f0718f067040cfb83c1ab0e24b6ec2cc4a3 (diff)
downloadpramantha-7139436b0f42c47f3f33bad30f96809d86ad40c5.tar.gz
sys-fs/zfs_autobackup: Bump to python3.11
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/zfs_autobackup/Manifest4
-rw-r--r--sys-fs/zfs_autobackup/metadata.xml4
-rw-r--r--sys-fs/zfs_autobackup/zfs_autobackup-3.1.3-r1.ebuild (renamed from sys-fs/zfs_autobackup/zfs_autobackup-3.1.3.ebuild)6
3 files changed, 9 insertions, 5 deletions
diff --git a/sys-fs/zfs_autobackup/Manifest b/sys-fs/zfs_autobackup/Manifest
index afcbc4e..4f16814 100644
--- a/sys-fs/zfs_autobackup/Manifest
+++ b/sys-fs/zfs_autobackup/Manifest
@@ -1,3 +1,3 @@
DIST zfs_autobackup-3.1.3.tar.gz 73967 BLAKE2B bb6d5ddbf8a3742a7bef0f05c35e5993fc6c84db13924a4546629aced500e7dba81fa053ccc09d2b5996efd98bae6358711e30243a0136f58624f833a715fbd5 SHA512 5e6a9ef5122f975b51809df187b309c247cc66e699abbbd9269cde4c18cdaedf09e911bde012378f311e7e030d2afb35a769d8bef81d75535e32e90559b30529
-EBUILD zfs_autobackup-3.1.3.ebuild 516 BLAKE2B d58156785bc67e1071185a81dd1c758ba013afafb5f4f0180b774cc39fd9b0a4d0755384b72dcf7bac823a35048e860d48f2552281c1154c3acb32264706129e SHA512 1d4da442699d9c2e14042385eeba9b4dddbd56d69a442f08c66ecaa067939f2c5b169d2ed3505cff66226ef8a79ed751261ddd17417bc4b2a230855f385644c2
-MISC metadata.xml 219 BLAKE2B 4017e2b1f6b36f72c186cfeb0955be57076a02d087acfd6caf9b9ec56509b5299be8d40dddaffd04433bb290f6dd35c94c59ac02a4f1ad7e63b13648e465e594 SHA512 555d3bce3f8cd9b4d78f59f494c326d7893f12c1907c1eb92107595886fc4a5e89b8b9fda7f434e021a9eede5dfd6d0c1dfee721c268ccad3d6a1865a92204e0
+EBUILD zfs_autobackup-3.1.3-r1.ebuild 502 BLAKE2B dbc401adfb8df8db4d548bff35662bb9f72b3ab671b872cdff50a99f1af8b394770eba6c5244f5d6a92e674b8c9f55fc9a7e57c622980d97235d9834e00e6059 SHA512 d6fce96554b857074081bf06952a209ee0b37a244200510b28fb8200eb675930b846e049a3d41067f971afd153fbdd9f2e543bd90010204676a3fb882c2cfcd3
+MISC metadata.xml 357 BLAKE2B fffe95449aec1a6302cb0c7e04f3f158a20f292c44f6d4c5a75637550b783594e4be37d8d6e9faa46d56850a1d77a189d4100eadfdc6b6a7078e8e90797284b0 SHA512 77e15f623bf5a8ccd39ff7b6f9f533cf2baaf3cf5b0ff710681a11e9a1fdb60f045b24af95c71408980761f6842b602c970d9c9db963e1b2b0bdf3cc8ef28d05
diff --git a/sys-fs/zfs_autobackup/metadata.xml b/sys-fs/zfs_autobackup/metadata.xml
index c544433..e1102eb 100644
--- a/sys-fs/zfs_autobackup/metadata.xml
+++ b/sys-fs/zfs_autobackup/metadata.xml
@@ -4,4 +4,8 @@
<maintainer type="person">
<email>wolf@oriole.systems</email>
</maintainer>
+ <upstream>
+ <remote-id type="github">psy0rz/zfs_autobackup</remote-id>
+ <remote-id type="pypi">zfs-autobackup</remote-id>
+ </upstream>
</pkgmetadata>
diff --git a/sys-fs/zfs_autobackup/zfs_autobackup-3.1.3.ebuild b/sys-fs/zfs_autobackup/zfs_autobackup-3.1.3-r1.ebuild
index 4a895c4..7aaa302 100644
--- a/sys-fs/zfs_autobackup/zfs_autobackup-3.1.3.ebuild
+++ b/sys-fs/zfs_autobackup/zfs_autobackup-3.1.3-r1.ebuild
@@ -3,13 +3,13 @@
EAPI=8
-PYTHON_COMPAT=( python3_{9,10} )
-inherit distutils-r1
+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/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
KEYWORDS="amd64 x86"
RESTRICT="test"