diff options
author | Slawomir Lis <slis@gentoo.org> | 2016-10-22 21:30:52 +0200 |
---|---|---|
committer | Slawomir Lis <slis@gentoo.org> | 2016-10-22 21:36:45 +0200 |
commit | 48c43268b95b98913bdc3efc17d8f11486262236 (patch) | |
tree | 83b3eb05bd5dda847522f879a9f70af719cf284a /dev-python/django-sortedm2m | |
parent | dev-python/djangocms-admin-style: version bump to 1.2.5 (diff) | |
download | gentoo-48c43268b95b98913bdc3efc17d8f11486262236.tar.gz gentoo-48c43268b95b98913bdc3efc17d8f11486262236.tar.bz2 gentoo-48c43268b95b98913bdc3efc17d8f11486262236.zip |
dev-python/django-sortedm2m: version bump to 1.3.2
Package-Manager: portage-2.3.2
Diffstat (limited to 'dev-python/django-sortedm2m')
-rw-r--r-- | dev-python/django-sortedm2m/Manifest | 1 | ||||
-rw-r--r-- | dev-python/django-sortedm2m/django-sortedm2m-1.3.2.ebuild | 24 |
2 files changed, 25 insertions, 0 deletions
diff --git a/dev-python/django-sortedm2m/Manifest b/dev-python/django-sortedm2m/Manifest index 8b913f569894..818468f2b029 100644 --- a/dev-python/django-sortedm2m/Manifest +++ b/dev-python/django-sortedm2m/Manifest @@ -1 +1,2 @@ DIST django-sortedm2m-1.3.0.tar.gz 35519 SHA256 df67db5a71a780bff61a7a659b84a63ddf1a30fb6ed83dac4968add4cb6c165c SHA512 e829ad54fcc2ef6475864d6085ee011e5146da1821095d8e9abddacf45f71890c8bdf86b028086170b6a3d5c9cdb576fb6029aa7be379eba6b87460c2d93ee3d WHIRLPOOL 445cd518509d7fe8ef11445424216feccb54e3d0374834a16c7002d40c0201c3c7ea2c30b906061447afad9e54fb6c6c04bdc3f54d1ca3c4c8572c0d5424ff7e +DIST django-sortedm2m-1.3.2.tar.gz 36246 SHA256 e1a4fbf55149b75460a9a1c5cb90a3600af28ec465251a98cb1a59dd637d6be1 SHA512 3695cc0a565a6e1d47e3573dce1f8c860f78c8d11d248634a8ffd6534c621e7575b2333b7a83e6c521e6e737d7ffc67ce1bbcc8504542751d3cfb254b3d98584 WHIRLPOOL ff209e50167186fbafdf8dfa2e0493e22e3de7583a2858fb6dcd374dff65dbe8ba2f7739477824ab71d7d11074011a8761bd6e5f7c5a3db9ea7618b387e53d39 diff --git a/dev-python/django-sortedm2m/django-sortedm2m-1.3.2.ebuild b/dev-python/django-sortedm2m/django-sortedm2m-1.3.2.ebuild new file mode 100644 index 000000000000..4c7a44fd45bb --- /dev/null +++ b/dev-python/django-sortedm2m/django-sortedm2m-1.3.2.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="6" + +PYTHON_COMPAT=( python{2_{6,7},3_{3,4}} ) + +inherit distutils-r1 + +DESCRIPTION="Drop-in replacement for django's many to many field with sorted relations" +HOMEPAGE="https://pypi.python.org/pypi/django-sortedm2m" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +KEYWORDS="~amd64 ~x86" +SLOT="0" +IUSE="" + +RDEPEND="" +DEPEND=" + ${RDEPEND} + dev-python/setuptools +" |