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

khabermann at users.sourceforge.net khabermann at users.sourceforge.net
Wed Oct 27 14:28:44 CEST 2010


Revision: 11430
          http://gar.svn.sourceforge.net/gar/?rev=11430&view=rev
Author:   khabermann
Date:     2010-10-27 12:28:44 +0000 (Wed, 27 Oct 2010)

Log Message:
-----------
django-sorting: Inital commit

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


Property changes on: csw/mgar/pkg/lang-python/django-sorting/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-sorting/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/django-sorting/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/lang-python/django-sorting/trunk/Makefile	2010-10-27 12:28:44 UTC (rev 11430)
@@ -0,0 +1,33 @@
+# $Id$
+GARNAME = django-sorting
+GARVERSION = 0.1
+CATEGORIES = python
+PACKAGES = CSWpy-django-sorting
+CATALOGNAME = py_django_sorting
+ARCHALL_CSWpy-django-sorting = 1
+LICENSE = LICENSE.txt
+
+BUILD_DEP_PKGS += CSWpysetuptools
+RUNTIME_DEP_PKGS += CSWpy-django 
+
+# checkpkg can't detect python run time dependencies
+CHECKPKG_OVERRIDES_CSWpy-django-sorting += surplus-dependency|CSWpy-django
+
+DESCRIPTION = Django LDAP authentication backend
+define BLURB
+  This is a Django authentication backend that authenticates against
+  an LDAP service. Configuration can be as simple as a single
+  distinguished name template, but there are many rich configuration
+  options for working with users, groups, and permissions.
+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-sorting/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
   + Id

Added: csw/mgar/pkg/lang-python/django-sorting/trunk/checksums
===================================================================
--- csw/mgar/pkg/lang-python/django-sorting/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/lang-python/django-sorting/trunk/checksums	2010-10-27 12:28:44 UTC (rev 11430)
@@ -0,0 +1 @@
+6af1c5629362ee734e850e582efef740  django-sorting-0.1.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