mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +02:00
rdiff-backup: update to 2.2.4.
This commit is contained in:
parent
1dd2770513
commit
f83b896893
2 changed files with 5 additions and 21 deletions
|
@ -1,16 +0,0 @@
|
|||
--- a/src/_librsyncmodule.c
|
||||
+++ b/src/_librsyncmodule.c
|
||||
@@ -540,8 +540,13 @@ PyMODINIT_FUNC PyInit__librsync(void)
|
||||
{
|
||||
PyObject *m, *d;
|
||||
|
||||
+#if PY_VERSION_HEX >= 0x03090000
|
||||
+ Py_SET_TYPE(&_librsync_SigMakerType, &PyType_Type);
|
||||
+ Py_SET_TYPE(&_librsync_DeltaMakerType, &PyType_Type);
|
||||
+#else
|
||||
Py_TYPE(&_librsync_SigMakerType) = &PyType_Type;
|
||||
Py_TYPE(&_librsync_DeltaMakerType) = &PyType_Type;
|
||||
+#endif
|
||||
static struct PyModuleDef librsync_def = {
|
||||
PyModuleDef_HEAD_INIT, "_librsync", "RSync Lib", -1, _librsyncMethods, };
|
||||
m = PyModule_Create(&librsync_def);
|
|
@ -1,15 +1,15 @@
|
|||
# Template file for 'rdiff-backup'
|
||||
pkgname=rdiff-backup
|
||||
version=2.0.5
|
||||
revision=5
|
||||
version=2.2.4
|
||||
revision=1
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools_scm"
|
||||
hostmakedepends="python3 python3-setuptools_scm python3-pip"
|
||||
makedepends="python3-devel librsync-devel"
|
||||
depends="python3-pyxattr"
|
||||
depends="python3-pyxattr python3-yaml"
|
||||
short_desc="Local/remote mirroring and incremental backups"
|
||||
maintainer="Duncaen <duncaen@voidlinux.org>"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="https://rdiff-backup.net/"
|
||||
changelog="https://github.com/rdiff-backup/rdiff-backup/raw/master/CHANGELOG.md"
|
||||
distfiles="${PYPI_SITE}/r/rdiff-backup/rdiff-backup-${version}.tar.gz"
|
||||
checksum=54d16038e62014ed916c71c8303b07d2fa61a6a68038ca189fc2d31534b0f38b
|
||||
checksum=948151492a42c2ad47ca90dfb2d1cbe7a5bb90f2bc2b9b6f3ef4238a7bf0dbf5
|
||||
|
|
Loading…
Add table
Reference in a new issue