diff options
author | Slawomir Lis <slis@gentoo.org> | 2016-02-02 07:08:39 +0100 |
---|---|---|
committer | Slawomir Lis <slis@gentoo.org> | 2016-02-02 07:08:39 +0100 |
commit | 8d6fd313205e581f74d60113545e268bb5d96dd9 (patch) | |
tree | ac4b9a3c83f6e32e5ce831710e65bc04bc4ffcb7 | |
parent | net-analyzer/cacti: Add upstream patch for CVE-2015-8369 (bug #568400). (diff) | |
download | gentoo-8d6fd313205e581f74d60113545e268bb5d96dd9.tar.gz gentoo-8d6fd313205e581f74d60113545e268bb5d96dd9.tar.bz2 gentoo-8d6fd313205e581f74d60113545e268bb5d96dd9.zip |
django-classy-tags version bump
Package-Manager: portage-2.2.26
-rw-r--r-- | dev-python/django-classy-tags/Manifest | 1 | ||||
-rw-r--r-- | dev-python/django-classy-tags/django-classy-tags-0.7.1.ebuild | 24 |
2 files changed, 25 insertions, 0 deletions
diff --git a/dev-python/django-classy-tags/Manifest b/dev-python/django-classy-tags/Manifest index 8fdd353e1c77..bc3728e84f35 100644 --- a/dev-python/django-classy-tags/Manifest +++ b/dev-python/django-classy-tags/Manifest @@ -1 +1,2 @@ DIST django-classy-tags-0.6.2.tar.gz 18079 SHA256 9b8d6056b2aadc2e9e4f28df8c41f2c9546a3ef63785eadc33231d4487cc6212 SHA512 d8bc16e0c7da84284eeb76b5098deaada001ee6f191a729170fda6cf22436bfa4f387acacb19a11c9dd08728dcfe1b5003fb4873c7763cc7749865a6e7b5ac64 WHIRLPOOL e3146334c8f2dd9704810e7e4d2b41294fe9ec8e9e8ff0ddb52c05771b58213ca193cab68ca299a8165c47097d6cfbea4ea8a4528d8c34fd6116ed5342ff4771 +DIST django-classy-tags-0.7.1.tar.gz 17294 SHA256 ebffaeb1ade7fa354fb4feda4c11255335107bb0862dce0893b12a95262c5d81 SHA512 b83e15cc0ccdccafd3b6676981214ec7b4431cbbcc4ca6640e986fffff7a484aad1a0c24b6da15ca9618b6c06f073353f89ff3f3fec4956a294d7aeb1377f3dd WHIRLPOOL db49b2e5e046e7fd91c03d9b7310adc4f550c648c01552d30c71b4fed789aa20ed8a91460fbf0bce7502dce954381fe1e4790a08ba11bda76d40209a76a713d7 diff --git a/dev-python/django-classy-tags/django-classy-tags-0.7.1.ebuild b/dev-python/django-classy-tags/django-classy-tags-0.7.1.ebuild new file mode 100644 index 000000000000..4e2ab1e05a5c --- /dev/null +++ b/dev-python/django-classy-tags/django-classy-tags-0.7.1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +PYTHON_COMPAT=( python{2_{6,7},3_{2,3,4}} ) + +inherit distutils-r1 + +DESCRIPTION="Class based template tags for Django" +HOMEPAGE="https://github.com/ojii/django-classy-tags https://pypi.python.org/pypi/django-classy-tags" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +KEYWORDS="~amd64 ~x86" +SLOT="0" +IUSE="" + +RDEPEND=">=dev-python/django-1.6" + +DEPEND=" + ${RDEPEND} + dev-python/setuptools" |