diff --git a/dev-python/django-cacheops/Manifest b/dev-python/django-cacheops/Manifest new file mode 100644 index 0000000000000..5154104c4b96b --- /dev/null +++ b/dev-python/django-cacheops/Manifest @@ -0,0 +1 @@ +DIST django-cacheops-4.1.tar.gz 53766 BLAKE2B f74fa8b93700fa930f31e8db83b161c48eb520894d3e2072bf50ca4e18b20a8563438ac95ef5920a1371b3215a0d3b7c2a216a9d1f040cc51f4d468da438a966 SHA512 ea66f0744d9b0e3b03e92ee7083c17150c050a992e25159c50f766898d7ab9e2bcb0432db135abcc2dac0358aaaa7d2e86a8216ddf9afcdbb6c7400c3844ac02 diff --git a/dev-python/django-cacheops/django-cacheops-4.1.ebuild b/dev-python/django-cacheops/django-cacheops-4.1.ebuild new file mode 100644 index 0000000000000..af2b574198420 --- /dev/null +++ b/dev-python/django-cacheops/django-cacheops-4.1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python2_7 python3_6 ) +inherit distutils-r1 + +DESCRIPTION="ORM cache with automatic granular event-driven invalidation for Django" +HOMEPAGE="https://github.com/Suor/django-cacheops" +SRC_URI="mirror://pypi/${PN:0:1}"/${PN}/${P}.tar.gz + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64" + +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}]" +RDEPEND="${DEPEND}" diff --git a/dev-python/django-cacheops/metadata.xml b/dev-python/django-cacheops/metadata.xml new file mode 100644 index 0000000000000..5d3d9dc0e2ac5 --- /dev/null +++ b/dev-python/django-cacheops/metadata.xml @@ -0,0 +1,11 @@ + + + + + python@gentoo.org + + + williamh@gentoo.org + William Hubbs + +