ports/devel/py-pydoop/files/patch-setup.py
Dmitry Sivachenko 579b191b5b New port: pydoop.
Pydoop is a Python interface to Hadoop that allows you to write MapReduce
applications in pure Python.

Pydoop offers several features not commonly found in other Python
libraries for Hadoop:

-- a rich HDFS API;
-- a MapReduce API that allows to write pure Python record readers / writers,
   partitioners and combiners;
-- transparent Avro (de)serialization;
-- easy installation-free usage;

WWW: http://crs4.github.io/pydoop/
2015-09-08 08:57:51 +00:00

10 lines
328 B
Python

--- setup.py.orig 2015-09-04 18:15:51.000000000 +0300
+++ setup.py 2015-09-07 15:42:08.302576000 +0300
@@ -439,7 +439,4 @@ setup(
"Topic :: Software Development :: Libraries :: Application Frameworks",
"Intended Audience :: Developers",
],
- data_files=[
- ('config', ['README.md']),
- ],
)