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

pfelecan at users.sourceforge.net pfelecan at users.sourceforge.net
Thu May 2 15:04:11 CEST 2013


Revision: 20937
          http://gar.svn.sourceforge.net/gar/?rev=20937&view=rev
Author:   pfelecan
Date:     2013-05-02 13:04:09 +0000 (Thu, 02 May 2013)
Log Message:
-----------
lang-python/netifaces: instantiate

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

Added: csw/mgar/pkg/lang-python/netifaces/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/netifaces/Makefile	                        (rev 0)
+++ csw/mgar/pkg/lang-python/netifaces/Makefile	2013-05-02 13:04:09 UTC (rev 20937)
@@ -0,0 +1,2 @@
+%:
+	$(MAKE) -C trunk $*


Property changes on: csw/mgar/pkg/lang-python/netifaces/trunk
___________________________________________________________________
Added: svn:ignore
   + work


Added: csw/mgar/pkg/lang-python/netifaces/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/netifaces/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/lang-python/netifaces/trunk/Makefile	2013-05-02 13:04:09 UTC (rev 20937)
@@ -0,0 +1,23 @@
+# $Id$
+
+NAME		=	netifaces
+VERSION		=	0.8
+CATEGORIES	=	python
+GARTYPE		=	v2
+
+DESCRIPTION	=	Portable network interface information
+define BLURB
+  netifaces provides a (hopefully portable-ish) way for Python programmers to
+  get access to a list of the network interfaces on the local machine, and to
+  obtain the addresses of those network interfaces.
+endef
+
+MASTER_SITES	=	http://alastairs-place.net/projects/netifaces/
+DISTFILES 		=	$(DISTNAME).tar.gz
+
+BUILD_DEP_PKGS	=	CSWpysetuptools
+
+CONFIGURE_ARGS	=	$(DIRPATHS)
+
+include gar/category.mk
+


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

Added: csw/mgar/pkg/lang-python/netifaces/trunk/checksums
===================================================================
--- csw/mgar/pkg/lang-python/netifaces/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/lang-python/netifaces/trunk/checksums	2013-05-02 13:04:09 UTC (rev 20937)
@@ -0,0 +1 @@
+e57e5983f4c286fac5f8068fbfc5c873  netifaces-0.8.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