2bb997a515
This package provides a set of Python language bindings for the Enchant spellchecking library. ok jasper@
16 lines
382 B
Plaintext
16 lines
382 B
Plaintext
$OpenBSD: patch-setup_py,v 1.1.1.1 2011/07/20 16:48:19 ajacoutot Exp $
|
|
|
|
Prevent from downloading the tarball.
|
|
|
|
--- setup.py.orig Wed Jul 20 08:18:38 2011
|
|
+++ setup.py Wed Jul 20 08:18:48 2011
|
|
@@ -6,8 +6,6 @@
|
|
#
|
|
|
|
|
|
-import distribute_setup
|
|
-distribute_setup.use_setuptools()
|
|
from setuptools import setup, find_packages, Extension
|
|
from distutils.archive_util import make_archive
|
|
|