Leonidas Spyropoulos pushed to branch main at Arch Linux / Packaging / Packages 
/ python-hexdump


Commits:
b2e94c9d by Leonidas Spyropoulos at 2024-04-22T13:31:31+01:00
upgpkg: 3.3-9: remove erroneous /usr/data directory

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = python-hexdump
        pkgdesc = Library and tool to work with hex and binary data
        pkgver = 3.3
-       pkgrel = 8
+       pkgrel = 9
        url = https://pypi.org/project/hexdump/
        arch = any
        license = Public Domain


=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
 pkgname=python-hexdump
 _name=${pkgname/python-/}
 pkgver=3.3
-pkgrel=8
+pkgrel=9
 pkgdesc='Library and tool to work with hex and binary data'
 url='https://pypi.org/project/hexdump/'
 arch=('any')
@@ -15,6 +15,9 @@ 
sha512sums=('3299f6a29dcf4293616c5ea652397429ee844ca30964ee0fc784fb2a93252b75eb2
 
 package() {
   python setup.py install -O1 --root="${pkgdir}" --prefix=/usr
+  # The below seems like test data and completly in wrong place
+  rm -v "${pkgdir}/usr/data/hexfile.bin"
+  rmdir "${pkgdir}/usr/data"
 }
 
 # vim: ts=2 sw=2 et:



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-hexdump/-/commit/b2e94c9d112d4c45decbdc9b6abab9f502e1b01a

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-hexdump/-/commit/b2e94c9d112d4c45decbdc9b6abab9f502e1b01a
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to