Commits

Markus W. Weißmann authored b79f9ea51a3
new port python/netdevicelib

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@6078 d073be05-634f-4543-b044-5fe20cf6d1d6
No tags

python/py-netdevicelib/files/setup.py

Added
1 +from distutils.core import setup
2 +
3 +setup(
4 + name = 'netdevicelib',
5 + version = "VERSION",
6 + packages = [''],
7 + )

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut