public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/nltk/files: fix-newer-setuptools.patch
@ 2015-03-18  2:14 Richard Farina (zerochaos)
  0 siblings, 0 replies; only message in thread
From: Richard Farina (zerochaos) @ 2015-03-18  2:14 UTC (permalink / raw
  To: gentoo-commits

zerochaos    15/03/18 02:14:08

  Added:                fix-newer-setuptools.patch
  Log:
  fix bug #538056
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key DD11F94A)

Revision  Changes    Path
1.1                  dev-python/nltk/files/fix-newer-setuptools.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nltk/files/fix-newer-setuptools.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nltk/files/fix-newer-setuptools.patch?rev=1.1&content-type=text/plain

Index: fix-newer-setuptools.patch
===================================================================
From efe85968bb23e3afdcd331293f2c2588b1590091 Mon Sep 17 00:00:00 2001
From: Mikhail Korobov <kmike84@gmail.com>
Date: Fri, 9 Jan 2015 02:06:21 +0500
Subject: [PATCH] Fixed installation with recent setuptools.

These lines were introduced here: https://github.com/nltk/nltk/commit/1ecbd2edc32db24b4e6c7dd8555d0b89c668f041
It seems they fix an issue with .svn folders. We use git now,
there are no .svn folders.

See also: http://stackoverflow.com/questions/1129180/how-can-i-make-setuptools-ignore-subversion-inventory
---
 setup.py | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/setup.py b/setup.py
index 3ec0949..079bcf3 100644
--- a/setup.py
+++ b/setup.py
@@ -29,13 +29,6 @@
 # setuptools
 from setuptools import setup, find_packages
 
-#
-# Prevent setuptools from trying to add extra files to the source code
-# manifest by scanning the version control system for its contents.
-#
-from setuptools.command import sdist
-del sdist.finders[:]
-
 setup(
     name = "nltk",
     description = "Natural Language Toolkit",





^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-03-18  2:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-18  2:14 [gentoo-commits] gentoo-x86 commit in dev-python/nltk/files: fix-newer-setuptools.patch Richard Farina (zerochaos)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox