summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Freeman <rich0@gentoo.org>2020-10-12 13:51:50 -0400
committerRichard Freeman <rich0@gentoo.org>2020-10-12 13:52:44 -0400
commitc50cffc593dfeda2c595e46133e12765c53e5c96 (patch)
tree2004bd1f59f15791b1b22078499ee036b642fc1e /app-backup/duplicity/files
parentmedia-gfx/transfig: EAPI 7, respect CC/AR/RANLIB (diff)
downloadgentoo-c50cffc593dfeda2c595e46133e12765c53e5c96.tar.gz
gentoo-c50cffc593dfeda2c595e46133e12765c53e5c96.tar.bz2
gentoo-c50cffc593dfeda2c595e46133e12765c53e5c96.zip
app-backup/duplicity: bump
Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Richard Freeman <rich0@gentoo.org>
Diffstat (limited to 'app-backup/duplicity/files')
-rw-r--r--app-backup/duplicity/files/duplicity-0.8.16-fix-docs-cmd.patch29
1 files changed, 29 insertions, 0 deletions
diff --git a/app-backup/duplicity/files/duplicity-0.8.16-fix-docs-cmd.patch b/app-backup/duplicity/files/duplicity-0.8.16-fix-docs-cmd.patch
new file mode 100644
index 000000000000..3b8fa1c22ed6
--- /dev/null
+++ b/app-backup/duplicity/files/duplicity-0.8.16-fix-docs-cmd.patch
@@ -0,0 +1,29 @@
+--- duplicity-0.8.16/setup.py 2020-10-12 13:44:15.382732960 -0400
++++ duplicity-0.8.16/setup.py 2020-10-12 13:46:03.553414858 -0400
+@@ -93,18 +93,6 @@
+ u'bin/rdiffdir.1'
+ ]
+ ),
+- (u'share/doc/duplicity-%s' % Version,
+- [
+- u'AUTHORS',
+- u'CHANGELOG',
+- u'Changelog.GNU',
+- u'COPYING',
+- u'README.md',
+- u'README-LOG.md',
+- u'README-REPO.md',
+- u'README-TESTING.md',
+- ],
+- ),
+ ]
+
+ if not os.environ.get(u'READTHEDOCS') == u'True':
+@@ -340,7 +328,6 @@
+ ],
+ test_suite=u"testing",
+ cmdclass={
+- u"build_scripts": BuildScriptsCommand,
+ u"install": InstallCommand,
+ u"install_data": InstallDataCommand,
+ u"sdist": SdistCommand,