Browse Source

python/pefile: Updated for version 2024.8.26.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/288/head
Barry J. Grundy 6 months ago
committed by Willy Sudiarto Raharjo
parent
commit
1b9a3b61b0
No known key found for this signature in database GPG Key ID: 3F617144D7238786
  1. 8
      python/pefile/pefile.SlackBuild
  2. 6
      python/pefile/pefile.info

8
python/pefile/pefile.SlackBuild

@ -1,7 +1,7 @@
#!/bin/bash
# Slackware build script for pefile
# Copyright 2016-2023 Barry Grundy <bgrundy[at]linuxleo.com>
# Copyright 2016-2025 Barry Grundy <bgrundy[at]linuxleo.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -21,12 +21,12 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
# Updated for 2023.2.7, July 2023
# Updated for 2024.8.26, March 2025
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=pefile
VERSION=${VERSION:-2023.2.7}
VERSION=${VERSION:-2024.8.26}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -86,7 +86,7 @@ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a README LICENSE $PKG/usr/doc/$PRGNAM-$VERSION
cp -a LICENSE PKG-INFO $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install

6
python/pefile/pefile.info

@ -1,8 +1,8 @@
PRGNAM="pefile"
VERSION="2023.2.7"
VERSION="2024.8.26"
HOMEPAGE="https://pypi.python.org/pypi/pefile/"
DOWNLOAD="https://files.pythonhosted.org/packages/78/c5/3b3c62223f72e2360737fd2a57c30e5b2adecd85e70276879609a7403334/pefile-2023.2.7.tar.gz"
MD5SUM="fa0eba7c91f4e696771ddbfacdca25e4"
DOWNLOAD="https://files.pythonhosted.org/packages/03/4f/2750f7f6f025a1507cd3b7218691671eecfd0bbebebe8b39aa0fe1d360b8/pefile-2024.8.26.tar.gz"
MD5SUM="f511b370db4c80137aadf457a905fa53"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""

Loading…
Cancel
Save