diff options
author | Zamarin Arthur <arthurzam@gmail.com> | 2021-05-27 09:32:43 +0300 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-05-28 16:19:22 +0200 |
commit | 8b1fe293bdb7d1cb275795344188f6ff2e0446c4 (patch) | |
tree | 6e12c4cd791294d8b29217a30069f2270b2d6a81 /dev-python/bareos | |
parent | media-sound/whipper: bump to python 3.9 (diff) | |
download | gentoo-8b1fe293bdb7d1cb275795344188f6ff2e0446c4.tar.gz gentoo-8b1fe293bdb7d1cb275795344188f6ff2e0446c4.tar.bz2 gentoo-8b1fe293bdb7d1cb275795344188f6ff2e0446c4.zip |
dev-python/bareos: add 20.0.1, bump python 3.{9,10}
Signed-off-by: Zamarin Arthur <arthurzam@gmail.com>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/bareos')
-rw-r--r-- | dev-python/bareos/Manifest | 1 | ||||
-rw-r--r-- | dev-python/bareos/bareos-20.0.1.ebuild | 17 |
2 files changed, 18 insertions, 0 deletions
diff --git a/dev-python/bareos/Manifest b/dev-python/bareos/Manifest index 4f136daa4464..aadbcffc4236 100644 --- a/dev-python/bareos/Manifest +++ b/dev-python/bareos/Manifest @@ -1 +1,2 @@ DIST bareos-19.2.8.tar.gz 12604929 BLAKE2B c3af2d0a62b861a4ad5ca5c115a2039356009b7524505e1beb9004636fd09dd2b6ca784a5aae8c1cec3db518fb047cde429c469b8298a6bb473b097012358302 SHA512 60bbbbd949a63f978cf1ed7d0cfc22c22f117d8c2700eb47531e15b2d91fc700c522519f0b816cd1040283f09b4c81f36910c66c8b6f4bf1ff22180e979bdeb5 +DIST bareos-20.0.1.tar.gz 13324751 BLAKE2B ae52233a912492e7a31372b5124e7dfb6dd9dabc6545116cc49435cc078512a4380076484c7f802a7fbeb70e6683c053d97eae9348230820c4105e9be6e9af51 SHA512 94023b21a8c8a020ad5f01153a115c45e7479b204bbd834cdc89aa0f10878ea199738835f9d831922ca10b2a077aa8725f8356f205d5dc414712ef24d1c3e7d4 diff --git a/dev-python/bareos/bareos-20.0.1.ebuild b/dev-python/bareos/bareos-20.0.1.ebuild new file mode 100644 index 000000000000..f4bc69ab46ea --- /dev/null +++ b/dev-python/bareos/bareos-20.0.1.ebuild @@ -0,0 +1,17 @@ +# Copyright 2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{7..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" |