George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages / 
python-puremagic


Commits:
e428910d by George Rawlinson at 2026-02-20T22:11:44+00:00
reuse: simplify conf

- - - - -
add46d5b by George Rawlinson at 2026-02-20T22:12:14+00:00
remove '

- - - - -


2 changed files:

- PKGBUILD
- REUSE.toml


Changes:

=====================================
PKGBUILD
=====================================
@@ -5,19 +5,19 @@ pkgname=python-puremagic
 pkgver=2.0.0
 pkgrel=1
 pkgdesc="A Python module that will identify a file based off it's magic 
numbers"
-arch=('any')
+arch=(any)
 url='https://github.com/cdgriffith/puremagic'
-license=('MIT')
-depends=('python')
+license=(MIT)
+depends=(python)
 makedepends=(
-  'git'
-  'python-build'
-  'python-installer'
-  'python-setuptools'
-  'python-setuptools-scm'
-  'python-wheel'
+  git
+  python-build
+  python-installer
+  python-setuptools
+  python-setuptools-scm
+  python-wheel
 )
-checkdepends=('python-pytest')
+checkdepends=(python-pytest)
 source=("$pkgname::git+$url#tag=$pkgver")
 
sha512sums=('a49af84220f9cedad0f1914e947ccada59e2d1cae4b17f5d11e1ce99117bac842d6ee5ce8c4e2985d11ba42803524ea67d17233df4811e2a975da66102f6f558')
 
b2sums=('26a3892f60232c3695e0b788e7ba5c268067fcf8e622c211d300b43855b8ca40870c8d3db2627ff84f3ceb189ac7f40c8d55e8f45806bba4f94d823042367f8f')


=====================================
REUSE.toml
=====================================
@@ -3,20 +3,8 @@ version = 1
 [[annotations]]
 path = [
     "PKGBUILD",
-    "README.md",
-    "keys/**",
     ".SRCINFO",
     ".nvchecker.toml",
-    "*.install",
-    "*.sysusers",
-    "*.tmpfiles",
-    "*.logrotate",
-    "*.pam",
-    "*.service",
-    "*.socket",
-    "*.timer",
-    "*.desktop",
-    "*.hook",
 ]
 SPDX-FileCopyrightText = "Arch Linux contributors"
 SPDX-License-Identifier = "0BSD"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-puremagic/-/compare/b130eeb368d5931284a5fefc7c5f6ae1b5090a85...add46d5bafe82bd3bd4786d68fabe46c31d256eb

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-puremagic/-/compare/b130eeb368d5931284a5fefc7c5f6ae1b5090a85...add46d5bafe82bd3bd4786d68fabe46c31d256eb
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to