diff options
Diffstat (limited to 'python')
-rw-r--r-- | python/pefile/pefile.SlackBuild | 8 | ||||
-rw-r--r-- | python/pefile/pefile.info | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/python/pefile/pefile.SlackBuild b/python/pefile/pefile.SlackBuild index 7fce625b3f..613c5c3156 100644 --- a/python/pefile/pefile.SlackBuild +++ b/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 diff --git a/python/pefile/pefile.info b/python/pefile/pefile.info index 1e206cef79..673e215d05 100644 --- a/python/pefile/pefile.info +++ b/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="" |