You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-backup/duplicity/files/duplicity-0.8.12.1612-fix-d...

30 lines
859 B

--- duplicity-0.8.12.1612/setup.py 2020-05-07 12:07:21.571865871 -0400
+++ duplicity-0.8.12.1612/setup.py 2020-05-07 12:08:29.617846122 -0400
@@ -88,18 +88,6 @@
u'bin/rdiffdir.1'
]
),
- (u'share/doc/duplicity-%s' % version_string,
- [
- 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':
@@ -265,7 +253,6 @@
],
test_suite=u"testing",
cmdclass={
- u"build_scripts": BSCommand,
u"install": InstallCommand,
u"test": TestCommand,
},