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

cgrzemba at users.sourceforge.net cgrzemba at users.sourceforge.net
Wed Aug 20 09:05:38 CEST 2014


Revision: 24031
          http://sourceforge.net/p/gar/code/24031
Author:   cgrzemba
Date:     2014-08-20 07:05:37 +0000 (Wed, 20 Aug 2014)
Log Message:
-----------
lang-python/django-pdb/trunk: Initial commit

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

Added: csw/mgar/pkg/lang-python/django-pdb/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/django-pdb/Makefile	                        (rev 0)
+++ csw/mgar/pkg/lang-python/django-pdb/Makefile	2014-08-20 07:05:37 UTC (rev 24031)
@@ -0,0 +1,2 @@
+%:
+	$(MAKE) -C trunk $*

Index: csw/mgar/pkg/lang-python/django-pdb/trunk
===================================================================
--- csw/mgar/pkg/lang-python/django-pdb/trunk	2014-08-20 06:48:52 UTC (rev 24030)
+++ csw/mgar/pkg/lang-python/django-pdb/trunk	2014-08-20 07:05:37 UTC (rev 24031)

Property changes on: csw/mgar/pkg/lang-python/django-pdb/trunk
___________________________________________________________________
Added: svn:ignore
## -0,0 +1 ##
+work
Added: csw/mgar/pkg/lang-python/django-pdb/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/django-pdb/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/lang-python/django-pdb/trunk/Makefile	2014-08-20 07:05:37 UTC (rev 24031)
@@ -0,0 +1,29 @@
+# Copyright 2011 OpenCSW
+# Distributed under the terms of the GNU General Public License v2
+
+NAME = django-pdb
+VERSION = 0.4.0
+CATEGORIES = python
+GARTYPE = v2
+DESCRIPTION = PDB access in django
+define BLURB
+	simple.
+endef
+
+# https://pypi.python.org/packages/source/d/django-pdb/django-pdb-0.4.0.tar.gz
+DISTNAME = $(NAME)-$(VERSION)
+DISTFILES  = $(DISTNAME).tar.gz
+MASTER_SITE_DIR = $(shell echo $(NAME) | cut -c 1)
+MASTER_SITES = http://pypi.python.org/packages/source/$(MASTER_SITE_DIR)/$(NAME)/
+
+BUILD_DEP_PKGS += CSWpysetuptools
+RUNTIME_DEP_PKGS += CSWpy-django
+
+ARCHALL_CSWpy-django-pdb = 1
+
+# checkpkg can't detect python run time dependencies
+
+# SKIPTEST=1
+#TEST_TARGET = check
+
+include gar/category.mk


Property changes on: csw/mgar/pkg/lang-python/django-pdb/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: csw/mgar/pkg/lang-python/django-pdb/trunk/checksums
===================================================================
--- csw/mgar/pkg/lang-python/django-pdb/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/lang-python/django-pdb/trunk/checksums	2014-08-20 07:05:37 UTC (rev 24031)
@@ -0,0 +1 @@
+79c7f7ad80d0afa68d1a307afbaf60fb  django-pdb-0.4.0.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