From: Theo Buehler Subject: Re: NEW devel/oy-borgstore To: Bjorn Ketelaars Cc: ports@openbsd.org Date: Sun, 6 Oct 2024 13:01:52 +0200 On Sun, Oct 06, 2024 at 09:44:19AM +0200, Bjorn Ketelaars wrote: > Newer versions of sysutils/borgbackup/2.0 depend on py-borgstore, which > is a key/value store implementation in Python, supporting multiple > backends. With this, borgbackup>=2.0.0b11 can store repo's on sftp > and/or use rclone as storage backend. > > HOMEPAGE: > https://github.com/borgbackup/borgstore > > DESCR: > A key/value store implementation in Python, supporting multiple > backends. > > OK for importing this in devel? ok for importing this. I wonder if this wouldn't be better a better fit in databases rather than devel. As an aside, what's the rationale for python projects not to include tests in what they upload to pypi? It makes no sense to me.