[med-svn] [python-pbcore] 02/04: Update and refresh convenience script patch
Afif Elghraoui
afif-guest at moszumanska.debian.org
Wed Aug 5 08:59:53 UTC 2015
This is an automated email from the git hooks/post-receive script.
afif-guest pushed a commit to branch master
in repository python-pbcore.
commit e8dc55f5382110ad0f190cfdb78dae34645ff02b
Author: Afif Elghraoui <afif at ghraoui.name>
Date: Wed Aug 5 01:53:56 2015 -0700
Update and refresh convenience script patch
---
debian/patches/remove-convenience-script.patch | 16 +++++++++-------
1 file changed, 9 insertions(+), 7 deletions(-)
diff --git a/debian/patches/remove-convenience-script.patch b/debian/patches/remove-convenience-script.patch
index 7feca2c..d32a7c8 100644
--- a/debian/patches/remove-convenience-script.patch
+++ b/debian/patches/remove-convenience-script.patch
@@ -1,19 +1,21 @@
-Description: Remove convenience script ".open"
- I am not quite sure what this script does, but it puts a file named
+Description: Remove convenience scripts ".open" and "dataset.py"
+ I am not quite sure what .open does, but it puts a file named
".open" in /usr/bin, which is quite strange. The upstream changelog
indicates that this script is for convenience, so I am removing it
- for the time being.
+ for the time being. I may later put these two scripts in /usr/share/
+ or /usr/share/doc
Author: Afif Elghraoui <afif at ghraoui.name>
-Last-Update: 2015-06-07
+Last-Update: 2015-08-05
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- python-pbcore.orig/setup.py
+++ python-pbcore/setup.py
-@@ -21,7 +21,6 @@
- 'chemistry/resources/*.xml']
+@@ -29,8 +29,6 @@
},
+ use_2to3 = True,
zip_safe = False,
- entry_points = { "console_scripts" : [ ".open = pbcore.io.opener:entryPoint" ] },
+- scripts=['bin/dataset.py'],
install_requires=[
'h5py >= 2.0.1',
- 'numpy >= 1.6.0',
+ 'numpy >= 1.7.1',
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-pbcore.git
More information about the debian-med-commit
mailing list