From f94b51eea2b1852f7fcaba2fc646a72ef3273aeb Mon Sep 17 00:00:00 2001 From: Corentin Chary Date: Tue, 8 Jan 2013 21:03:58 +0000 Subject: Add 0.3.0 and move to distutils-r1 (Portage version: 2.1.11.33/cvs/Linux x86_64, unsigned Manifest commit) --- dev-python/django-picklefield/ChangeLog | 11 ++++++++--- .../django-picklefield-0.3.0.ebuild | 23 ++++++++++++++++++++++ 2 files changed, 31 insertions(+), 3 deletions(-) create mode 100644 dev-python/django-picklefield/django-picklefield-0.3.0.ebuild (limited to 'dev-python/django-picklefield') diff --git a/dev-python/django-picklefield/ChangeLog b/dev-python/django-picklefield/ChangeLog index 08de03d03310..a95f1973b849 100644 --- a/dev-python/django-picklefield/ChangeLog +++ b/dev-python/django-picklefield/ChangeLog @@ -1,10 +1,15 @@ # ChangeLog for dev-python/django-picklefield -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/django-picklefield/ChangeLog,v 1.1 2012/05/30 06:32:59 iksaif Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/django-picklefield/ChangeLog,v 1.2 2013/01/08 21:03:58 iksaif Exp $ + +*django-picklefield-0.3.0 (08 Jan 2013) + + 08 Jan 2013; Corentin Chary + +django-picklefield-0.3.0.ebuild: + Add 0.3.0 and move to distutils-r1 *django-picklefield-0.2.1 (30 May 2012) 30 May 2012; Corentin Chary +django-picklefield-0.2.1.ebuild, +metadata.xml: New ebuild for django-picklefield. - diff --git a/dev-python/django-picklefield/django-picklefield-0.3.0.ebuild b/dev-python/django-picklefield/django-picklefield-0.3.0.ebuild new file mode 100644 index 000000000000..1dda35d7ad25 --- /dev/null +++ b/dev-python/django-picklefield/django-picklefield-0.3.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/django-picklefield/django-picklefield-0.3.0.ebuild,v 1.1 2013/01/08 21:03:58 iksaif Exp $ + +EAPI="5" + +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) + +inherit distutils-r1 + +DESCRIPTION="Implementation of a pickled object field for django" +HOMEPAGE="http://github.com/shrubberysoft/django-picklefield" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-python/django-1.1.1 + dev-python/six[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}]" -- cgit v1.2.3-65-gdbad