1
0
Fork 0

Remove app-backup/duplicity

This commit is contained in:
Stefan Reimer 2021-02-01 13:13:44 +00:00
parent 0304877f7e
commit ec52a95709
3 changed files with 0 additions and 62 deletions

View File

@ -1,3 +0,0 @@
AUX duplicity-0.6.24-skip-test.patch 477 SHA256 2ed2169f915817630d11a2d089c03e79058461a30b693520a45f622def2c8aa5 SHA512 37f7f3cc774ad15301449c580f23347fbc1cd4fe6903e641abe2497242c0a9d31152a59d886c87a84fbcf0e9b390eb0a5652d63d0367f73529465c927ee30933 WHIRLPOOL 56dc20bc46018eae7af5aa222f7eb4ede9c3db1c08c910a904f547d18af930bfdf49c8d56e8480924960ca87d124786def4127b2a2b3ef20be1b26bb95c1129e
DIST duplicity-0.7.05.tar.gz 1410255 SHA256 1e53807d5de5bacbbe6c4eea2f313a16e9a63423316ae7b8597ee0d9e697f744 SHA512 312558808acd12ef0465b4a3c509ea7cf190b8e9274d56e312781580e0b3bba6afa5dadfba3bdc9171fd261ecfab8f03cb535ccd9f36949655dff91e396d3a8a WHIRLPOOL a2cca3442207b815b6f563c3f9efd3e01c0fd53cdabcea0925126371fbaad81617bb0e949ae0826f0d0876bdd85f5aa1ff0dc9bed232c29d2940b5fde3affca2
EBUILD duplicity-0.7.05.ebuild 1319 SHA256 b624120612ecbfdc1546b14b7d8bd88c5452d669b467f380c9c8c0e36d984f26 SHA512 2b309bfd80a9eb2fae90a74067ed401285553cbe88860c65a560b45699418db6cbec19454fa398941aa4ab25fe5c4b11736add51e2bcff680272eba92617db03 WHIRLPOOL 83571eecaceae9590d2f4e3367846093b64d59a7690bdf131cd15328ee4ea83aa8c1fc288b6e3a9c8a682fd46a3b31cb8c96fb1edc79ad66b9b7bd8d0b270ec2

View File

@ -1,49 +0,0 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-backup/duplicity/duplicity-0.6.25.ebuild,v 1.1 2014/10/23 03:21:08 radhermit Exp $
EAPI=5
PYTHON_COMPAT=( python2_7 )
inherit distutils-r1
DESCRIPTION="Secure backup system using gnupg to encrypt data"
HOMEPAGE="http://www.nongnu.org/duplicity/"
SRC_URI="http://code.launchpad.net/${PN}/0.7-series/${PV}/+download/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
IUSE="s3 test"
CDEPEND="
net-libs/librsync
app-crypt/gnupg
dev-python/lockfile
"
DEPEND="${CDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? ( dev-python/mock[${PYTHON_USEDEP}] )
"
RDEPEND="${CDEPEND}
dev-python/paramiko[${PYTHON_USEDEP}]
s3? ( dev-python/boto[${PYTHON_USEDEP}] )
"
# workaround until failing test is fixed
PATCHES=( "${FILESDIR}"/${PN}-0.6.24-skip-test.patch )
python_prepare_all() {
distutils-r1_python_prepare_all
sed -i "s/'COPYING',//" setup.py || die "Couldn't remove unnecessary COPYING file."
}
python_test() {
esetup.py test
}
pkg_postinst() {
einfo "Duplicity has many optional dependencies to support various backends."
einfo "Currently it's up to you to install them as necessary."
}

View File

@ -1,10 +0,0 @@
--- duplicity-0.6.24/testing/functional/test_final.py
+++ duplicity-0.6.24/testing/functional/test_final.py
@@ -156,6 +156,7 @@
self.run_duplicity(options=["remove-older-than", "50000", "--force", self.backend_url])
self.assertEqual(self.get_backend_files(), second_chain)
+ @unittest.skip('skip failing test')
def test_piped_password(self):
"""Make sure that prompting for a password works"""
self.set_environ("PASSPHRASE", None)