openbsd-ports/net/py-libpcap/patches/patch-setup_py
xsa 326ff73470 - update to 0.3.1
- remove MAINTAINER per his request (via ish@)

ok sturm@.
2004-02-18 08:31:50 +00:00

13 lines
604 B
Plaintext

$OpenBSD: patch-setup_py,v 1.1 2004/02/18 08:31:51 xsa Exp $
--- setup.py.orig 2002-04-25 06:32:30.000000000 +0200
+++ setup.py 2004-02-18 00:51:14.000000000 +0100
@@ -74,7 +74,7 @@ class pcap_build_ext(build_ext):
setup (# Distribution meta-data
name = "pylibpcap",
version = "0.3.1",
- licence = "BSD",
+ license = "BSD",
description = 'pylibpcap is a python module for the libpcap packet capture library.',
long_description = 'pylibpcap is a python module for the libpcap packet capture library.',
url = "http://pylibpcap.sourceforge.net/",