From 56bd759df1d0c750a065b8c845e93d5dfa6b549d Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Sat, 8 Aug 2015 13:49:04 -0700 Subject: proj/gentoo: Initial commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson X-Thanks: Alec Warner - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring - wrote much python to improve cvs2svn X-Thanks: Rich Freeman - validation scripts X-Thanks: Patrick Lauer - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed --- dev-python/django-crispy-forms/Manifest | 1 + .../django-crispy-forms-1.4.0.ebuild | 31 ++++++++++++++++++++++ dev-python/django-crispy-forms/metadata.xml | 13 +++++++++ 3 files changed, 45 insertions(+) create mode 100644 dev-python/django-crispy-forms/Manifest create mode 100644 dev-python/django-crispy-forms/django-crispy-forms-1.4.0.ebuild create mode 100644 dev-python/django-crispy-forms/metadata.xml (limited to 'dev-python/django-crispy-forms') diff --git a/dev-python/django-crispy-forms/Manifest b/dev-python/django-crispy-forms/Manifest new file mode 100644 index 000000000000..55e86a9b03be --- /dev/null +++ b/dev-python/django-crispy-forms/Manifest @@ -0,0 +1 @@ +DIST django-crispy-forms-1.4.0.tar.gz 47444 SHA256 d0c9531ebdff8dc255f625e677ec2fab326522e3f4cd8f7a3e891d773d281510 SHA512 e06ec72a2fc44aa0f57fd507230289f78caebdb02d4af9adafd4b09a29b1df1be5301f3883c8b9007ecd0722683395451bbc382060eca5a459ddf6ef9edc2e1b WHIRLPOOL 05813292a863c69b3b0296ea7a7912bb8ca0f673fc07eaeff5053def516dc2b836725c7559e98cd8aa7ad59d4d686b2ff04bc53b027ea53413ea2329fa04e42d diff --git a/dev-python/django-crispy-forms/django-crispy-forms-1.4.0.ebuild b/dev-python/django-crispy-forms/django-crispy-forms-1.4.0.ebuild new file mode 100644 index 000000000000..658947e05ac6 --- /dev/null +++ b/dev-python/django-crispy-forms/django-crispy-forms-1.4.0.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +PYTHON_COMPAT=( python2_7 python3_{3,4} pypy ) + +inherit distutils-r1 + +DESCRIPTION="Best way to have Django DRY forms" +HOMEPAGE="https://pypi.python.org/pypi/django-crispy-forms/ http://github.com/maraujop/django-crispy-forms https://django-crispy-forms.readthedocs.org/en/latest/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +SLOT="0" +LICENSE="MIT" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}] +" + +# Missing DjangoTestSuiteRunner in django +RESTRICT=test + +python_test() { + cd crispy_forms/tests || die + ${PYTHON} runtests.py || die +} diff --git a/dev-python/django-crispy-forms/metadata.xml b/dev-python/django-crispy-forms/metadata.xml new file mode 100644 index 000000000000..3ba51420a771 --- /dev/null +++ b/dev-python/django-crispy-forms/metadata.xml @@ -0,0 +1,13 @@ + + + + python + + jlec@gentoo.org + Justin Lecher + + + django-crispy-forms + maraujop/django-crispy-forms + + -- cgit v1.2.3-65-gdbad