summaryrefslogtreecommitdiff
path: root/dev-python/bareos
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-02-07 13:38:11 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-02-07 13:38:11 +0000
commit2472b7dc7a3455d2120cd6ab826e200a4ac22d63 (patch)
tree4eb80ae0e5f24815d69ffece57ba78770e2c0f31 /dev-python/bareos
parentda9392f93004349d39612e22337db137975a9210 (diff)
downloadbaldeagleos-repo-2472b7dc7a3455d2120cd6ab826e200a4ac22d63.tar.gz
baldeagleos-repo-2472b7dc7a3455d2120cd6ab826e200a4ac22d63.tar.xz
baldeagleos-repo-2472b7dc7a3455d2120cd6ab826e200a4ac22d63.zip
Adding metadata
Diffstat (limited to 'dev-python/bareos')
-rw-r--r--dev-python/bareos/Manifest3
-rw-r--r--dev-python/bareos/bareos-20.0.3.ebuild (renamed from dev-python/bareos/bareos-20.0.2.ebuild)2
-rw-r--r--dev-python/bareos/bareos-21.0.0.ebuild18
3 files changed, 21 insertions, 2 deletions
diff --git a/dev-python/bareos/Manifest b/dev-python/bareos/Manifest
index bd86eb44bd8b..3ae8b27d8c05 100644
--- a/dev-python/bareos/Manifest
+++ b/dev-python/bareos/Manifest
@@ -1 +1,2 @@
-DIST bareos-20.0.2.tar.gz 13333946 BLAKE2B f035fc8b98bf176bd675895b459ac78fa43575a686af11d5c43ff6b86451894d9aaa53600f87253da29dac06271c01bb269777284d903001821918405499e536 SHA512 f3a0f481a2c9b3a422f4db3e094587c97fe10e2ea5e7a8ba44e9971b0a11746ae4ad598ea469d5c8ec0dfb962e4104c00931397905aebbf3e22af49834043994
+DIST bareos-20.0.3.tar.gz 13335390 BLAKE2B c35ab9fd290377fc56ae8ff87f54b1cde5d1b7caa89b9c97e259da48da4e07fa85cba38c5a4d461b7ce170f9b14a69f78ad217584abb77ee15d3e85080cbe49b SHA512 3f9bf020e0d519da75221ebd200634713c791e2fdc90a13482ffb3294912d5e2ee28f8338dbef06ba6c98727bae447f6f8bb8d4a06520001f7cefa3614769082
+DIST bareos-21.0.0.tar.gz 11306618 BLAKE2B 0363465c40a8053bb5ec772c18ac0dc852f379979e3afc45dd29c79f8187238363c1f07e2f39d25613404b1b6e253700b33b274389ca2dc4655d201bc4888166 SHA512 0a57bccca0589f3ce8a5664afbeb1eb1b17ec7142722e2d0bb2a0bbd9007688725b39c6db59646c180ce096e55451c09934e6479a2b4deeb4d3ee738ab2c32cd
diff --git a/dev-python/bareos/bareos-20.0.2.ebuild b/dev-python/bareos/bareos-20.0.3.ebuild
index b3f5d7c2300b..257f7791cc43 100644
--- a/dev-python/bareos/bareos-20.0.2.ebuild
+++ b/dev-python/bareos/bareos-20.0.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2021 Gentoo Authors
+# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
diff --git a/dev-python/bareos/bareos-21.0.0.ebuild b/dev-python/bareos/bareos-21.0.0.ebuild
new file mode 100644
index 000000000000..b1badfe7bf57
--- /dev/null
+++ b/dev-python/bareos/bareos-21.0.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8,9,10} )
+inherit distutils-r1
+
+DESCRIPTION="python bindings for bareos network backup suite"
+HOMEPAGE="https://www.bareos.org/"
+SRC_URI="https://github.com/${PN}/${PN}/archive/Release/${PV}.tar.gz -> ${P}.tar.gz"
+S=${WORKDIR}/${PN}-Release-${PV}/python-bareos
+RESTRICT="mirror"
+
+LICENSE="AGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+RESTRICT="test"