Gentoo Archives: gentoo-commits

From: Marc Schiffbauer <mschiff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/bareos/
Date: Mon, 07 Feb 2022 11:12:44
Message-Id: 1644232346.081449a3ad7148b38590499389e97638175638a6.mschiff@gentoo
1 commit: 081449a3ad7148b38590499389e97638175638a6
2 Author: Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 7 09:57:45 2022 +0000
4 Commit: Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 7 11:12:26 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=081449a3
7
8 dev-python/bareos: add 21.0.0
9
10 Signed-off-by: Marc Schiffbauer <mschiff <AT> gentoo.org>
11
12 dev-python/bareos/Manifest | 1 +
13 dev-python/bareos/bareos-21.0.0.ebuild | 18 ++++++++++++++++++
14 2 files changed, 19 insertions(+)
15
16 diff --git a/dev-python/bareos/Manifest b/dev-python/bareos/Manifest
17 index d5f8cfc325e9..3ae8b27d8c05 100644
18 --- a/dev-python/bareos/Manifest
19 +++ b/dev-python/bareos/Manifest
20 @@ -1 +1,2 @@
21 DIST bareos-20.0.3.tar.gz 13335390 BLAKE2B c35ab9fd290377fc56ae8ff87f54b1cde5d1b7caa89b9c97e259da48da4e07fa85cba38c5a4d461b7ce170f9b14a69f78ad217584abb77ee15d3e85080cbe49b SHA512 3f9bf020e0d519da75221ebd200634713c791e2fdc90a13482ffb3294912d5e2ee28f8338dbef06ba6c98727bae447f6f8bb8d4a06520001f7cefa3614769082
22 +DIST bareos-21.0.0.tar.gz 11306618 BLAKE2B 0363465c40a8053bb5ec772c18ac0dc852f379979e3afc45dd29c79f8187238363c1f07e2f39d25613404b1b6e253700b33b274389ca2dc4655d201bc4888166 SHA512 0a57bccca0589f3ce8a5664afbeb1eb1b17ec7142722e2d0bb2a0bbd9007688725b39c6db59646c180ce096e55451c09934e6479a2b4deeb4d3ee738ab2c32cd
23
24 diff --git a/dev-python/bareos/bareos-21.0.0.ebuild b/dev-python/bareos/bareos-21.0.0.ebuild
25 new file mode 100644
26 index 000000000000..387340ff98aa
27 --- /dev/null
28 +++ b/dev-python/bareos/bareos-21.0.0.ebuild
29 @@ -0,0 +1,18 @@
30 +# Copyright 2022 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=7
34 +
35 +PYTHON_COMPAT=( python3_{7..10} )
36 +inherit distutils-r1
37 +
38 +DESCRIPTION="python bindings for bareos network backup suite"
39 +HOMEPAGE="https://www.bareos.org/"
40 +SRC_URI="https://github.com/${PN}/${PN}/archive/Release/${PV}.tar.gz -> ${P}.tar.gz"
41 +S=${WORKDIR}/${PN}-Release-${PV}/python-bareos
42 +RESTRICT="mirror"
43 +
44 +LICENSE="AGPL-3"
45 +SLOT="0"
46 +KEYWORDS="~amd64 ~x86"
47 +RESTRICT="test"