summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Schiffbauer <mschiff@gentoo.org>2023-04-01 02:36:03 +0500
committerMarc Schiffbauer <mschiff@gentoo.org>2023-04-01 02:38:24 +0500
commit5c632e6a45dd379687873e031d8f4e3b1813f93a (patch)
tree42f97e5e6d12b05b9716971fe4ded3f6eeb5dfb8 /dev-python/bareos
parentsec-keys/openpgp-keys-gentoo-auth: Stabilize 20220101 sparc, #903650 (diff)
downloadgentoo-5c632e6a45dd379687873e031d8f4e3b1813f93a.tar.gz
gentoo-5c632e6a45dd379687873e031d8f4e3b1813f93a.tar.bz2
gentoo-5c632e6a45dd379687873e031d8f4e3b1813f93a.zip
dev-python/bareos: add 22.0.2
Signed-off-by: Marc Schiffbauer <mschiff@gentoo.org>
Diffstat (limited to 'dev-python/bareos')
-rw-r--r--dev-python/bareos/Manifest1
-rw-r--r--dev-python/bareos/bareos-22.0.2.ebuild18
2 files changed, 19 insertions, 0 deletions
diff --git a/dev-python/bareos/Manifest b/dev-python/bareos/Manifest
index b115a7aeee94..863f9eb70c3b 100644
--- a/dev-python/bareos/Manifest
+++ b/dev-python/bareos/Manifest
@@ -1 +1,2 @@
DIST bareos-21.1.6.tar.gz 11654525 BLAKE2B 9b023a07e28098fd93aca57aead5b2bf993b85c52dc8f76870dc53ee88ec5995bcc908397173c7d3504c78214e37311442dd96bb563fa4382ae35904fef69e0a SHA512 e9ccafd379ea2a7ede2b6852fa544e7d4b63b23e9d91e8b747c1aecf5d764b06991a57f658842d48fbbe49335a92f29eea90e56b613a3123246a9cd9e8273f36
+DIST bareos-22.0.2.tar.gz 14442217 BLAKE2B 34b8a506b608765f803cb788a203b7556dda67ae8bdd2cb82e1c8ea1ea8a07759f381c33b25e743d296417bef1072ccfcfecf536096cc1babdf20c57767cc369 SHA512 924e07aafa44829730f367a29f0a17356d06d5e44bcbe511936ebfe582912439010d8376370530982dfdfe54d8a722ff257648634cea429cbfbd566d2c25e464
diff --git a/dev-python/bareos/bareos-22.0.2.ebuild b/dev-python/bareos/bareos-22.0.2.ebuild
new file mode 100644
index 000000000000..607aaf1bf7d1
--- /dev/null
+++ b/dev-python/bareos/bareos-22.0.2.ebuild
@@ -0,0 +1,18 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{9..11} )
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1
+
+DESCRIPTION="python bindings for bareos network backup suite"
+HOMEPAGE="https://www.bareos.com/"
+SRC_URI="https://github.com/${PN}/${PN}/archive/Release/${PV}.tar.gz -> ${P}.tar.gz"
+S=${WORKDIR}/${PN}-Release-${PV}/python-bareos
+
+LICENSE="AGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+RESTRICT="mirror test"