[Lunar-commits] <moonbase-other> netifaces: introduction to -other
v4hn
me at v4hn.de
Wed Apr 24 02:51:47 CEST 2013
commit f4ce0f3507ac341c8d8b79d283b01d1f3341583a
Author: v4hn <me at v4hn.de>
Date: Tue, 23 Apr 2013 17:27:53 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/f4ce0f3507ac341c8d8b79d283b01d1f3341583a
netifaces: introduction to -other
---
python/netifaces/BUILD | +3/-0
python/netifaces/DEPENDS | +2/-0
python/netifaces/DETAILS | +16/-0
3 files changed, 21 insertions(+)
--- /dev/null
+++ b/python/netifaces/BUILD
@@ -0,0 +1,3 @@
+python setup.py build &&
+prepare_install &&
+python setup.py install --root=/
--- /dev/null
+++ b/python/netifaces/DEPENDS
@@ -0,0 +1,2 @@
+depends Python
+depends setuptools
--- /dev/null
+++ b/python/netifaces/DETAILS
@@ -0,0 +1,16 @@
+ MODULE=netifaces
+ VERSION=0.8
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://alastairs-place.net/projects/netifaces
+ SOURCE_VFY=sha1:a483338e1cb75dd572109467d523e152088c026d
+ WEB_SITE=http://alastairs-place.net/netifaces
+ ENTERED=20130423
+ UPDATED=20130423
+ SHORT="network interface information for Python"
+
+cat << EOF
+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.
+EOF
More information about the Lunar-commits
mailing list