diff options
author | Richard Freeman <rich0@gentoo.org> | 2020-09-01 16:19:52 -0400 |
---|---|---|
committer | Richard Freeman <rich0@gentoo.org> | 2020-09-01 16:20:04 -0400 |
commit | 7d765ed0f26c2a4b96e2c6a6e0cec9d0aa1aef1a (patch) | |
tree | 6e7ef8eeb269305fb57d1b34582af989dac47bdd /app-backup/duplicity/files | |
parent | net-im/poezio: update the live ebuild (diff) | |
download | gentoo-7d765ed0f26c2a4b96e2c6a6e0cec9d0aa1aef1a.tar.gz gentoo-7d765ed0f26c2a4b96e2c6a6e0cec9d0aa1aef1a.tar.bz2 gentoo-7d765ed0f26c2a4b96e2c6a6e0cec9d0aa1aef1a.zip |
app-backup/duplicity: bump, python-3.8
Package-Manager: Portage-3.0.4, Repoman-2.3.23
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.15-fix-docs-cmd.patch | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/app-backup/duplicity/files/duplicity-0.8.15-fix-docs-cmd.patch b/app-backup/duplicity/files/duplicity-0.8.15-fix-docs-cmd.patch new file mode 100644 index 000000000000..0f8277cc7f3f --- /dev/null +++ b/app-backup/duplicity/files/duplicity-0.8.15-fix-docs-cmd.patch @@ -0,0 +1,29 @@ +--- duplicity-0.8.15/setup.py 2020-09-01 15:45:48.664058429 -0400 ++++ duplicity-0.8.15/setup.py 2020-09-01 15:46:44.745709363 -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', +- u'README-LOG', +- u'README-REPO', +- u'README-TESTING', +- ], +- ), + ] + + 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, |