[csw-devel] SF.net SVN: gar:[11433] csw/mgar/pkg/lang-python

khabermann at users.sourceforge.net khabermann at users.sourceforge.net
Wed Oct 27 15:35:46 CEST 2010


Revision: 11433
          http://gar.svn.sourceforge.net/gar/?rev=11433&view=rev
Author:   khabermann
Date:     2010-10-27 13:35:46 +0000 (Wed, 27 Oct 2010)

Log Message:
-----------
django-filter: Initial commit

Added Paths:
-----------
    csw/mgar/pkg/lang-python/django-filter/
    csw/mgar/pkg/lang-python/django-filter/branches/
    csw/mgar/pkg/lang-python/django-filter/tags/
    csw/mgar/pkg/lang-python/django-filter/trunk/
    csw/mgar/pkg/lang-python/django-filter/trunk/Makefile
    csw/mgar/pkg/lang-python/django-filter/trunk/checksums
    csw/mgar/pkg/lang-python/django-filter/trunk/files/


Property changes on: csw/mgar/pkg/lang-python/django-filter/trunk
___________________________________________________________________
Added: svn:ignore
   + cookies
download
work


Added: svn:externals
   + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2


Added: csw/mgar/pkg/lang-python/django-filter/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/django-filter/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/lang-python/django-filter/trunk/Makefile	2010-10-27 13:35:46 UTC (rev 11433)
@@ -0,0 +1,31 @@
+# $Id$
+GARNAME = django-filter
+GARVERSION = 0.5.3
+CATEGORIES = python
+PACKAGES = CSWpy-django-filter
+CATALOGNAME = py_django_filter
+ARCHALL_CSWpy-django-filter = 1
+LICENSE = COPYRIGHT
+
+BUILD_DEP_PKGS += CSWpysetuptools
+RUNTIME_DEP_PKGS += CSWpy-django 
+
+# checkpkg can't detect python run time dependencies
+CHECKPKG_OVERRIDES_CSWpy-django-filter += surplus-dependency|CSWpy-django
+
+DESCRIPTION = Django application to filter querysets
+define BLURB
+  Django-filter is a reusable Django application for allowing users to
+  filter qu eryset dynamically.
+endef
+
+# 1st char of GARNAME is the directory name
+MASTER_SITE_DIR = $(shell echo $(GARNAME) | cut -c 1)
+MASTER_SITES = http://pypi.python.org/packages/source/$(MASTER_SITE_DIR)/$(GARNAME)/
+DISTFILES  = $(GARNAME)-$(GARVERSION).tar.gz
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
+
+CONFIGURE_ARGS = $(DIRPATHS)
+TEST_SCRIPTS =
+
+include gar/category.mk


Property changes on: csw/mgar/pkg/lang-python/django-filter/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
   + Id

Added: csw/mgar/pkg/lang-python/django-filter/trunk/checksums
===================================================================
--- csw/mgar/pkg/lang-python/django-filter/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/lang-python/django-filter/trunk/checksums	2010-10-27 13:35:46 UTC (rev 11433)
@@ -0,0 +1 @@
+2afb919bf8b7808186e19ef10d7bbfe0  django-filter-0.5.3.tar.gz


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.


More information about the devel mailing list