summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDonald Webster2024-05-19 17:36:22 -0700
committerDonald Webster2024-05-19 17:36:22 -0700
commit7ef6dd5d5f476b841db1ab0bca098599732f43a7 (patch)
treeb061f53f8e096aa55a31aa6727c18cf50519aac3
parenta9cd6c326e845ce3785abe33a589336d96dfb81f (diff)
downloadaur-7ef6dd5d5f476b841db1ab0bca098599732f43a7.tar.gz
Remove python3.12 patch.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
-rw-r--r--python3.12.patch11
3 files changed, 2 insertions, 21 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c351103e27ae..dc72bb5d602a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = tautulli
pkgdesc = A Python based monitoring and tracking tool for Plex Media Server.
pkgver = 2.14.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Tautulli/Tautulli
install = tautulli.install
arch = any
@@ -11,12 +11,10 @@ pkgbase = tautulli
optdepends = python-pyopenssl: creating self signed certificates
optdepends = python-pycryptodomex: encrypting notifications to iOS/Android Tautulli Remote app
source = tautulli-2.14.2.tar.gz::https://github.com/Tautulli/Tautulli/archive/v2.14.2.tar.gz
- source = python3.12.patch
source = tautulli.tmpfiles
source = tautulli.service
source = tautulli.sysusers
sha256sums = 6685a9e645a9f211e6a465020c1d1319e19a328c9dc01f88ae9679a367747426
- sha256sums = 9e3f1d4be6780de073d880e752b6812b1201ed6d8ef06cd6ca1e45bb790c00ce
sha256sums = a054b8abfabb44d35a97642050286751f77d22e22f3d00077960b370051aa4f4
sha256sums = 9c0171e17c042bf6809e22991e10b67d16e5bae4289c276514fd4566fc993412
sha256sums = e6bb046d1022f0d2623f42c092f993c395a938a1f2a16c2986e76506bbfb54f8
diff --git a/PKGBUILD b/PKGBUILD
index 508f5984905a..d849ff224aff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=tautulli
pkgver=2.14.2
-pkgrel=1
+pkgrel=2
pkgdesc="A Python based monitoring and tracking tool for Plex Media Server."
arch=('any')
url="https://github.com/Tautulli/Tautulli"
@@ -20,21 +20,15 @@ optdepends=(
)
install='tautulli.install'
source=("$pkgname-$pkgver.tar.gz::https://github.com/Tautulli/Tautulli/archive/v$pkgver.tar.gz"
- 'python3.12.patch'
'tautulli.tmpfiles'
'tautulli.service'
'tautulli.sysusers')
sha256sums=('6685a9e645a9f211e6a465020c1d1319e19a328c9dc01f88ae9679a367747426'
- '9e3f1d4be6780de073d880e752b6812b1201ed6d8ef06cd6ca1e45bb790c00ce'
'a054b8abfabb44d35a97642050286751f77d22e22f3d00077960b370051aa4f4'
'9c0171e17c042bf6809e22991e10b67d16e5bae4289c276514fd4566fc993412'
'e6bb046d1022f0d2623f42c092f993c395a938a1f2a16c2986e76506bbfb54f8')
-prepare() {
- patch --directory="${srcdir}/Tautulli-${pkgver}" --forward --strip=0 --input="../python3.12.patch"
-}
-
package() {
cd "${srcdir}/Tautulli-${pkgver}"
diff --git a/python3.12.patch b/python3.12.patch
deleted file mode 100644
index a7a47a7f67bb..000000000000
--- a/python3.12.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- lib/future/standard_library/__init__.py.orig 2024-05-05 11:43:16.435165261 -0700
-+++ lib/future/standard_library/__init__.py 2024-05-05 11:43:36.879027729 -0700
-@@ -62,7 +62,7 @@
-
- import sys
- import logging
--import imp
-+import importlib
- import contextlib
- import types
- import copy