summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Rys2024-03-01 17:49:56 +0100
committerMartin Rys2024-03-01 17:49:56 +0100
commit40dd6f4045bd19face7a67a2a247db28fd891574 (patch)
treee6e5a1cc2db53aa1e7657498450673aa047a076b
parentafb7694664ecba4a7dfe673e7a4ee312a6433157 (diff)
downloadaur-40dd6f4045bd19face7a67a2a247db28fd891574.tar.gz
Remove python-magic, unsure if it is exactly necessary
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD9
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bf470d150e0c..b3b9938fdbed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-jira
pkgdesc = Python library to work with Jira APIs
pkgver = 3.6.0
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/pycontribs/jira
arch = any
license = BSD-2-Clause
@@ -11,7 +11,6 @@ pkgbase = python-jira
makedepends = python-setuptools-scm
makedepends = python-installer
depends = python-defusedxml
- depends = python-magic
depends = python-requests-oauthlib
depends = python-packaging
depends = python-pillow
diff --git a/PKGBUILD b/PKGBUILD
index d5c784455f97..3a5104e4eec0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,13 +8,15 @@ pkgname='python-jira'
_pkgname='jira'
pkgdesc='Python library to work with Jira APIs'
pkgver=3.6.0
-pkgrel=3
+pkgrel=4
url='https://github.com/pycontribs/jira'
license=('BSD-2-Clause')
arch=('any')
+# TODO not sure what to do about 'python-filemagic'
+# https://github.com/pycontribs/jira/blob/main/setup.cfg
+# https://archlinux.org/todo/replace-filepython-magic-aka-file-magic-with-ahupppython-magic/
depends=(
'python-defusedxml'
- 'python-magic'
'python-requests-oauthlib'
'python-packaging'
'python-pillow'
@@ -23,8 +25,7 @@ depends=(
'python-requests-toolbelt')
optdepends=(
'ipython: jirashell'
- 'python-keyring: jirashell'
- )
+ 'python-keyring: jirashell')
makedepends=(
'python-setuptools'
'python-build'