[med-svn] [python-multipletau] 01/14: Remove unicode_readme.patch
Alex Mestiashvili
malex-guest at moszumanska.debian.org
Fri Oct 20 21:29:46 UTC 2017
This is an automated email from the git hooks/post-receive script.
malex-guest pushed a commit to branch master
in repository python-multipletau.
commit 63fb69d9360e1a1a9309886691ee0d25bd9bd8f9
Author: Alexandre Mestiashvili <alex at biotec.tu-dresden.de>
Date: Fri Oct 20 14:09:37 2017 +0200
Remove unicode_readme.patch
---
debian/patches/series | 1 -
debian/patches/unicode_readme.patch | 21 ---------------------
2 files changed, 22 deletions(-)
diff --git a/debian/patches/series b/debian/patches/series
index b80a808..b7a0934 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
-unicode_readme.patch
packaged-mathjax.path
diff --git a/debian/patches/unicode_readme.patch b/debian/patches/unicode_readme.patch
deleted file mode 100644
index d0fb232..0000000
--- a/debian/patches/unicode_readme.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-Description: Import codec module to read README.rst file with unicode symbols
-Author: Alex Mestiashvili <mailatgoogl at gmail.com>
---- python-multipletau.orig/setup.py
-+++ python-multipletau/setup.py
-@@ -4,6 +4,7 @@
- # python setup.py sdist
- from os.path import exists, dirname, realpath
- from setuptools import setup
-+import codecs
- import sys
-
-
-@@ -32,7 +33,7 @@
- package_dir={name: name},
- license="BSD (3 clause)",
- description=description,
-- long_description=open('README.rst').read() if exists('README.rst') else '',
-+ long_description=codecs.open('README.rst','r','utf-8').read() if exists('README.rst') else '',
- install_requires=["NumPy >= 1.5.1"],
- keywords=["multiple", "tau", "FCS", "correlation", "spectroscopy",
- "fluorescence"],
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-multipletau.git
More information about the debian-med-commit
mailing list