summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author Barry J. Grundy2018-03-23 00:26:41 +0100
committer David Spencer2018-03-23 00:26:41 +0100
commit5b534fc0b4a486e8b25a66a74de230b6941a623b (patch)
tree3943a685c44b8346ce7fc022b80501cc1efee556 /python
parentbab4a806ccd6c868d315f3925041d097eae8c08f (diff)
downloadslackbuilds-5b534fc0b4a486e8b25a66a74de230b6941a623b.tar.gz
python/dfvfs: Updated for version 20171230.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r--python/dfvfs/dfvfs.SlackBuild8
-rw-r--r--python/dfvfs/dfvfs.info8
2 files changed, 9 insertions, 7 deletions
diff --git a/python/dfvfs/dfvfs.SlackBuild b/python/dfvfs/dfvfs.SlackBuild
index 0279c7d987..73b080284f 100644
--- a/python/dfvfs/dfvfs.SlackBuild
+++ b/python/dfvfs/dfvfs.SlackBuild
@@ -1,7 +1,7 @@
#!/bin/sh
# Slackware build script for dfvfs
-# Copyright 2014-2017 Barry Grundy <bgrundy[at]linuxleo.com>
+# Copyright 2014-2018 Barry Grundy <bgrundy[at]linuxleo.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -21,10 +21,10 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
-# updated for v20160918 January 2017 Barry J. Grundy
+# updated for v20171230, March 2018
PRGNAM=dfvfs
-VERSION=${VERSION:-20160918}
+VERSION=${VERSION:-20171230}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -77,6 +77,8 @@ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a ACKNOWLEDGEMENTS AUTHORS LICENSE README $PKG/usr/doc/$PRGNAM-$VERSION
+# Remove duplicated docs in /usr/share/doc
+rm -rf $PKG/usr/share
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
diff --git a/python/dfvfs/dfvfs.info b/python/dfvfs/dfvfs.info
index b0fdfbe4ad..b600003a0a 100644
--- a/python/dfvfs/dfvfs.info
+++ b/python/dfvfs/dfvfs.info
@@ -1,10 +1,10 @@
PRGNAM="dfvfs"
-VERSION="20160918"
+VERSION="20171230"
HOMEPAGE="https://github.com/log2timeline/dfvfs"
-DOWNLOAD="https://github.com/log2timeline/dfvfs/releases/download/20160918/dfvfs-20160918.tar.gz"
-MD5SUM="15fbee8f09ff971a4206f74a34650fbd"
+DOWNLOAD="https://github.com/log2timeline/dfvfs/releases/download/20171230/dfvfs-20171230.tar.gz"
+MD5SUM="b8937e9d76b9e4eda988f84a4a8a9dc4"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="construct pycrypto dfdatetime pytsk libbde libewf libfsntfs libfvde libfwnt libqcow libsigscan libsmdev libsmraw libvhdi libvmdk libvshadow libvslvm"
+REQUIRES="construct pycrypto dfdatetime backports.lzma pytsk libbde libewf libfsntfs libfvde libfwnt libqcow libsigscan libsmdev libsmraw libvhdi libvmdk libvshadow libvslvm pysqlite"
MAINTAINER="Barry J. Grundy"
EMAIL="bgrundy<at>linuxleo.com"