summarylogtreecommitdiffstats
path: root/python2-pyteomics.install
diff options
context:
space:
mode:
Diffstat (limited to 'python2-pyteomics.install')
-rw-r--r--python2-pyteomics.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/python2-pyteomics.install b/python2-pyteomics.install
new file mode 100644
index 000000000000..ab64d3be6a30
--- /dev/null
+++ b/python2-pyteomics.install
@@ -0,0 +1,12 @@
+## arg 1: the new package version
+post_install() {
+ echo 'If you need Numpress support, install cython2 and do: pip2 install git+https://github.com/mobiusklein/pynumpress'
+}
+
+## arg 1: the new package version
+## arg 2: the old package version
+post_upgrade() {
+ echo 'If you need Numpress support, install cython2 and do: pip2 install git+https://github.com/mobiusklein/pynumpress'
+}
+
+