diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-03-16 17:03:39 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-03-16 19:49:58 +0100 |
commit | c93cc929e4637857682b7a3d69bed0ba9b6be7a4 (patch) | |
tree | dcb7f19bdd179701d445a3e85625e8cf9b0d76de /app-backup | |
parent | app-backup/borgbackup: Use pypi.eclass (diff) | |
download | gentoo-c93cc929e4637857682b7a3d69bed0ba9b6be7a4.tar.gz gentoo-c93cc929e4637857682b7a3d69bed0ba9b6be7a4.tar.bz2 gentoo-c93cc929e4637857682b7a3d69bed0ba9b6be7a4.zip |
app-backup/borgmatic: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-backup')
-rw-r--r-- | app-backup/borgmatic/borgmatic-1.7.8.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app-backup/borgmatic/borgmatic-1.7.8.ebuild b/app-backup/borgmatic/borgmatic-1.7.8.ebuild index 87cdd1fed96c..0e099af68ef8 100644 --- a/app-backup/borgmatic/borgmatic-1.7.8.ebuild +++ b/app-backup/borgmatic/borgmatic-1.7.8.ebuild @@ -7,11 +7,10 @@ PYTHON_COMPAT=( python3_{9..11} ) DISTUTILS_SINGLE_IMPL=1 DISTUTILS_USE_PEP517=setuptools -inherit distutils-r1 systemd +inherit distutils-r1 systemd pypi DESCRIPTION="Automatically create, prune and verify backups with borgbackup" HOMEPAGE="https://torsion.org/borgmatic/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" |