diff options
Diffstat (limited to 'app-backup')
-rw-r--r-- | app-backup/borgweb/Manifest | 1 | ||||
-rw-r--r-- | app-backup/borgweb/borgweb-0.3.0.ebuild | 21 |
2 files changed, 22 insertions, 0 deletions
diff --git a/app-backup/borgweb/Manifest b/app-backup/borgweb/Manifest index 6a4fce2e6074..386fef65e528 100644 --- a/app-backup/borgweb/Manifest +++ b/app-backup/borgweb/Manifest @@ -1 +1,2 @@ DIST borgweb-0.2.0.tar.gz 503852 BLAKE2B 6d37eeca4893f825486d46e03d8212fc3597a8704cee976429a7c55f7ab98b405038948ce7e407fa7c78a2a9f6c2b0ca4307144ffae3bf68ad6e582921989bfb SHA512 7898caf803b82e910eaa1672b892657038da6606777ecefd97c27698c14524094f0c1741621ad4ff9a230d66454de419558644ba185488b0fdb5e1aa604010a0 +DIST borgweb-0.3.0.tar.gz 512052 BLAKE2B a783a4d0528b0d501918b958facbfbee131e95a8219bf9608572e402f6e6e3010f6716c64e76ef72858e949b505ef8c4eefd5f6512dd1b0ef767a32d2c493fc5 SHA512 90867338f3678732ade97f9b595579cc5aabf6ee824b0bd4dec986ae04db94304dee1d8ae1275331d93a2b3a89916ed11e834ace8a92cf196f4050178bf96625 diff --git a/app-backup/borgweb/borgweb-0.3.0.ebuild b/app-backup/borgweb/borgweb-0.3.0.ebuild new file mode 100644 index 000000000000..557cdea733a2 --- /dev/null +++ b/app-backup/borgweb/borgweb-0.3.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python3_{4,5,6} ) + +inherit distutils-r1 + +DESCRIPTION="Browser-based user interface for BorgBackup" +HOMEPAGE="https://pypi.org/project/borgweb/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" +RDEPEND="app-backup/borgbackup[${PYTHON_USEDEP}] + dev-python/flask[${PYTHON_USEDEP}]" |