summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgetzze2022-01-09 20:39:39 +0000
committergetzze2022-01-09 20:39:39 +0000
commit0c870482704ba9ca6127584ff9db8796026b7c90 (patch)
treefa5a0d63708ddbb570ce91fc8721cf56a2cac857
parenta8d30179c376e97db6e7707c10d488e818753871 (diff)
downloadaur-python-pymemoize.tar.gz
remove python2 dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8cbb1d413929..b661819090ce 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
pkgbase = python-pymemoize
pkgdesc = Simple Python cache and memoizing module
pkgver = 1.0.3
- pkgrel = 4
+ pkgrel = 5
url = https://github.com/mikeboers/PyMemoize
arch = any
license = BSD
makedepends = git
makedepends = python-setuptools
- makedepends = python2-setuptools
depends = python
optdepends = python-django
optdepends = python-redis
diff --git a/PKGBUILD b/PKGBUILD
index 1d5ab3cf4105..4a3915806db6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='python-pymemoize'
pkgver=1.0.3
-pkgrel=4
+pkgrel=5
pkgdesc="Simple Python cache and memoizing module"
arch=(any)
url="https://github.com/mikeboers/PyMemoize"
@@ -10,7 +10,7 @@ license=('BSD')
options=(!emptydirs)
source=("https://github.com/mikeboers/PyMemoize/archive/v${pkgver}.tar.gz")
sha256sums=('21946d8cf60b80f71438256d8376b76375002ecfbb95d792588f22bea79cd0ee')
-makedepends=('git' 'python-setuptools' 'python2-setuptools')
+makedepends=('git' 'python-setuptools')
depends=('python')
optdepends=('python-django' 'python-redis')