python-netifaces

Requests for RPMS, or new coding projects related to server administration, Plesk, security, or anything else you can think of.
breun
Long Time Forum Regular
Long Time Forum Regular
Posts: 2813
Joined: Sat Aug 20, 2005 9:30 am
Location: The Netherlands

python-netifaces

Unread post by breun »

I'd like an RPM package for the Python netifaces library. It can be built by hand like this (needs python-setuptools, gcc and python-devel):

Code: Select all

$ wget http://alastairs-place.net/2007/03/netifaces/netifaces-0.5.tar.gz
$ tar zxvf netifaces-0.5.tar.gz
$ cd netifaces-0.5
$ python setup.py bdist_rpm
$ cd dist
$ ls
netifaces-0.5-1.i386.rpm  netifaces-0.5-1.src.rpm  netifaces-0.5.tar.gz
Lemonbit Internet Dedicated Server Management
Post Reply