diff options
author | Johann Schmitz <ercpe@gentoo.org> | 2015-12-06 07:15:39 +0100 |
---|---|---|
committer | Johann Schmitz <ercpe@gentoo.org> | 2015-12-06 07:15:39 +0100 |
commit | 13476a70922ca4064db601f1b677be8ff6ee2f54 (patch) | |
tree | 5934a8acce57dee86af4379dda17efc3e906ce9e /dev-python/django-opensearch | |
parent | profiles: mask =sys-apps/busybox-1.24* on uclibc, bug #567598 (diff) | |
download | gentoo-13476a70922ca4064db601f1b677be8ff6ee2f54.tar.gz gentoo-13476a70922ca4064db601f1b677be8ff6ee2f54.tar.bz2 gentoo-13476a70922ca4064db601f1b677be8ff6ee2f54.zip |
dev-python/django-opensearch: Version bump to 0.2.5
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'dev-python/django-opensearch')
-rw-r--r-- | dev-python/django-opensearch/Manifest | 1 | ||||
-rw-r--r-- | dev-python/django-opensearch/django-opensearch-0.2.5.ebuild | 20 |
2 files changed, 21 insertions, 0 deletions
diff --git a/dev-python/django-opensearch/Manifest b/dev-python/django-opensearch/Manifest index 7b03541a9963..17453153e109 100644 --- a/dev-python/django-opensearch/Manifest +++ b/dev-python/django-opensearch/Manifest @@ -1 +1,2 @@ DIST django-opensearch-0.2.4.tar.gz 15770 SHA256 483074213473a699b3b6558402bc1502bd378542f53fabeabf651304a0d25912 SHA512 6852f95b52a68cf1c48ceeaa365a691391e7a19363221e3bc32a9dd4c863e37a9611b1f31f91c342303b0e1b3418c4a27873d0a980e64aeab87ff2ccb1aba63d WHIRLPOOL c84fbd512905c081a82e513280e35f3cfb83bac0d47a2dd61c27d9b0af6952170d379dd7fddca9b69a54519f0eb284caf5624b1f60ddd5824f368d154e0ebad7 +DIST django-opensearch-0.2.5.tar.gz 15870 SHA256 1f353865b79019dd54b216f43dcea19356d7c03376c0d8a8ef9db262ded1a51e SHA512 70ec931de2687bd6e688fd60262a85de553700247c852a686fea422bb5208b5a3e0441b5778dead1838ae693a22103ed3db1677fe395f000531573bac5a501c7 WHIRLPOOL ab8492cac101c637e4e0d15d187d1cb2a56e0babac3e79af9cc6700ee1912188ae3e2c31a6c98c47f8a2ce5ae6c42c65fa22e0183b2c63f8a9ed2f54ad4087fd diff --git a/dev-python/django-opensearch/django-opensearch-0.2.5.ebuild b/dev-python/django-opensearch/django-opensearch-0.2.5.ebuild new file mode 100644 index 000000000000..7584285541fc --- /dev/null +++ b/dev-python/django-opensearch/django-opensearch-0.2.5.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +PYTHON_COMPAT=( python{2_7,3_3,3_4} ) + +inherit distutils-r1 + +DESCRIPTION="A django reusable application to handle opensearch.xml" +HOMEPAGE="https://github.com/vint21h/django-opensearch" +SRC_URI="https://github.com/vint21h/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-python/django-1.7[${PYTHON_USEDEP}]" |