summaryrefslogtreecommitdiff
path: root/dev-python/django-cacheops
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2021-01-31 00:40:48 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2021-01-31 00:40:48 +0000
commit9e1ba1206c73a0005d2f9879060263daedc686b4 (patch)
tree5b7891b9659e8c89a51b655da533b54486060a41 /dev-python/django-cacheops
parent1cc756ad6b63701d1620628c79fff10a7df5d840 (diff)
downloadbaldeagleos-repo-9e1ba1206c73a0005d2f9879060263daedc686b4.tar.gz
baldeagleos-repo-9e1ba1206c73a0005d2f9879060263daedc686b4.tar.xz
baldeagleos-repo-9e1ba1206c73a0005d2f9879060263daedc686b4.zip
Updating liguros repo
Diffstat (limited to 'dev-python/django-cacheops')
-rw-r--r--dev-python/django-cacheops/Manifest2
-rw-r--r--dev-python/django-cacheops/django-cacheops-5.1.ebuild (renamed from dev-python/django-cacheops/django-cacheops-4.2.ebuild)9
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-python/django-cacheops/Manifest b/dev-python/django-cacheops/Manifest
index 0a004a7eddb7..23223cae2c28 100644
--- a/dev-python/django-cacheops/Manifest
+++ b/dev-python/django-cacheops/Manifest
@@ -1 +1 @@
-DIST django-cacheops-4.2.tar.gz 50240 BLAKE2B 87ef35097f3c521ac21e614adf3b05d871b562d2a463921ba70ce3f7f4a4f7c1b6966e27077dd95016f10649cc1127fe1f7f65bd6353f86cc4395c59d20ea60e SHA512 8caa9b9ffed45bbc6039cb14ce311f714160aca2111408ae1505bbd78d0b8b4057e9414994bd0d0c1334392e83b4c27ca59e0ac1db01e3a56c409f2806bdaa27
+DIST django-cacheops-5.1.tar.gz 67776 BLAKE2B d89ac7aeccecdb69e02e03a46c9d4250439319a840f4902a51909c762cdcb8b422c2b2be2921ac256cf4a3d3248782ece0378c19b99109038b2f4e2262c57bcd SHA512 c7c5b284af4a7ec4faf88613de8eaf2bee298208ef13efbb4bb337c1e71817f36afe51ae4cbfa566a999e2dcf1361f84684189d9748a08de32675820f8b9c91b
diff --git a/dev-python/django-cacheops/django-cacheops-4.2.ebuild b/dev-python/django-cacheops/django-cacheops-5.1.ebuild
index 452c9d9d20d9..8f0a469024cf 100644
--- a/dev-python/django-cacheops/django-cacheops-4.2.ebuild
+++ b/dev-python/django-cacheops/django-cacheops-5.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -14,8 +14,11 @@ LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"
-DEPEND=">=dev-python/django-1.8[${PYTHON_USEDEP}]
+DEPEND="
+ >=dev-python/django-1.8[${PYTHON_USEDEP}]
>=dev-python/redis-py-2.9.1[${PYTHON_USEDEP}]
>=dev-python/funcy-1.8[${PYTHON_USEDEP}]
- >=dev-python/six-1.4.0[${PYTHON_USEDEP}]"
+ >=dev-python/six-1.4.0[${PYTHON_USEDEP}]
+"
+
RDEPEND="${DEPEND}"