[numba] 01/01: Imported Debian patch 0.23.1-1

Daniel Stender danstender-guest at moszumanska.debian.org
Fri Mar 4 07:01:23 UTC 2016


This is an automated email from the git hooks/post-receive script.

danstender-guest pushed a commit to branch master
in repository numba.

commit 9c2287e3b31eda4b8529a14a9929c54f1843901d
Author: Daniel Stender <stender at debian.org>
Date:   Fri Mar 4 07:32:35 2016 +0100

    Imported Debian patch 0.23.1-1
---
 debian/TODO                            |  15 +++
 debian/changelog                       |   5 +
 debian/clean                           |   9 ++
 debian/compat                          |   1 +
 debian/control                         |  63 +++++++++
 debian/copyright                       | 234 +++++++++++++++++++++++++++++++++
 debian/numba-doc.doc-base              |   9 ++
 debian/numba-doc.install               |   9 ++
 debian/numba.1                         |   7 +
 debian/patches/series                  |   1 +
 debian/patches/sphinx-rtd-theme.patch  |  27 ++++
 debian/pycc.1                          |   7 +
 debian/python3-numba.lintian-overrides |   3 +
 debian/python3-numba.manpages          |   2 +
 debian/rules                           |  21 +++
 debian/source/format                   |   1 +
 debian/source/options                  |   1 +
 debian/watch                           |   3 +
 18 files changed, 418 insertions(+)

diff --git a/debian/TODO b/debian/TODO
new file mode 100644
index 0000000..06e9b88
--- /dev/null
+++ b/debian/TODO
@@ -0,0 +1,15 @@
+1. patch to use system six, strip numba/six.py from tarball, drop copyright entry
+
+2. enrich manpages
+
+3. fix testsuite import error, remove failsafe, put py.test -x
+
+4. check skips in the tests
+
+5. set up DEP-8 testing
+
+6. package Versioneer (#766132) - that converns also Llvmlite
+
+7. improve hardening
+
+Daniel Stender <stender at debian.org>
\ No newline at end of file
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..e06b672
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+numba (0.23.1-1) experimental; urgency=medium
+
+  * Initial release (Closes: #743877).
+
+ -- Daniel Stender <stender at debian.org>  Fri, 04 Mar 2016 07:32:35 +0100
diff --git a/debian/clean b/debian/clean
new file mode 100644
index 0000000..978c3d6
--- /dev/null
+++ b/debian/clean
@@ -0,0 +1,9 @@
+numba/_helperlib.*.so
+numba/_dispatcher.*.so
+numba/runtime/_nrt_python.*.so
+numba/_dynfunc.*.so
+numba/mviewbuf.*.so
+numba/_npymath_exports.*.so
+numba/npyufunc/_internal.*.so
+numba/npyufunc/workqueue.*.so
+numba/typeconv/_typeconv.*.so
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..a47d32a
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,63 @@
+Source: numba
+Section: science
+Priority: optional
+Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
+Uploaders: Daniel Stender <stender at debian.org>
+Build-Depends:
+ debhelper (>= 9),
+ dh-python,
+ python3-all-dev,
+ python3-llvmlite,
+ python3-numpy,
+ python3-sphinx,
+ python3-sphinx-rtd-theme,
+ python3-pytest
+Standards-Version: 3.9.7
+Homepage: http://numba.pydata.org/
+Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/numba.git
+Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/numba.git
+X-Python3-Version: >= 3.4
+
+Package: python3-numba
+Architecture: any
+Section: python
+Depends:
+ ${misc:Depends},
+ ${python3:Depends},
+ ${shlibs:Depends}
+Recommends:
+ numba-doc
+Suggests:
+ nvidia-cuda-toolkit
+Description: native machine code compiler for Python
+ Numba compiles native machine code instructions from Python programs at
+ runtime using the LLVM compiler infrastructure. It could be easily employed
+ by decorating individual computation intensive functions in the Python code.
+ Numba could significantly speed up the performance of computations, and
+ optionally supports compilation to run on GPU processors through Nvidia's
+ CUDA platform.
+ It integrates well with the Python scientific software stack, and
+ especially recognizes Numpy arrays.
+ .
+ This package contains the modules for Python 3.
+
+Package: numba-doc
+Architecture: all
+Section: doc
+Depends:
+ ${sphinxdoc:Depends},
+ ${misc:Depends}
+Recommends:
+ python3-numba
+Description: native machine code compiler for Python (docs)
+ Numba compiles native machine code instructions from Python programs at
+ runtime using the LLVM compiler infrastructure. Just-in-time compilation with
+ Numba could be easily employed by decorating individual computation intensive
+ functions in the Python code.
+ Numba could significantly speed up the performance of computations, and
+ optionally supports compilation to run on GPU processors through Nvidia's
+ CUDA platform.
+ It integrates well with the Python scientific software stack, and
+ especially recognizes Numpy arrays.
+ .
+ This package contains the documentation and examples.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..b614840
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,234 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: numba
+Upstream-Contact: Continuum Analytics, Inc. <numba-users at continuum.io>
+Source: https://github.com/numba/numba
+Files-Excluded: docs/_static
+                .gitignore
+		.gitattributes
+                continuous-integration
+
+Files: *
+Copyright: 2012-2016 Continuum Analytics, Inc.
+License: BSD-2-Clause
+
+Files: debian/*
+Copyright: 2013 Pietro Battiston <me at pietrobattiston.it>
+           2016 Daniel Stender <stender at debian.org>
+License: BSD-2-Clause
+
+License: BSD-2-Clause
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are
+ met:
+ .
+ Redistributions of source code must retain the above copyright notice,
+ this list of conditions and the following disclaimer.
+ .
+ Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+ HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+Files: versioneer.py
+Copyright: Brian Warner <warner-github at lothar.com>
+Comment: https://github.com/warner/python-versioneer
+License: CC0-1.0
+ Creative Commons CC0 1.0 Universal
+ .
+ CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
+ LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN
+ ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION
+ ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE
+ USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED HEREUNDER, AND
+ DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM THE USE OF THIS DOCUMENT
+ OR THE INFORMATION OR WORKS PROVIDED HEREUNDER.
+ .
+ Statement of Purpose
+ .
+ The laws of most jurisdictions throughout the world automatically confer
+ exclusive Copyright and Related Rights (defined below) upon the creator
+ and subsequent owner(s) (each and all, an "owner") of an original work
+ of authorship and/or a database (each, a "Work").
+ .
+ Certain owners wish to permanently relinquish those rights to a Work for
+ the purpose of contributing to a commons of creative, cultural and
+ scientific works ("Commons") that the public can reliably and without
+ fear of later claims of infringement build upon, modify, incorporate in
+ other works, reuse and redistribute as freely as possible in any form
+ whatsoever and for any purposes, including without limitation commercial
+ purposes. These owners may contribute to the Commons to promote the
+ ideal of a free culture and the further production of creative, cultural
+ and scientific works, or to gain reputation or greater distribution for
+ their Work in part through the use and efforts of others.
+ .
+ For these and/or other purposes and motivations, and without any
+ expectation of additional consideration or compensation, the person
+ associating CC0 with a Work (the "Affirmer"), to the extent that he or
+ she is an owner of Copyright and Related Rights in the Work, voluntarily
+ elects to apply CC0 to the Work and publicly distribute the Work under
+ its terms, with knowledge of his or her Copyright and Related Rights in
+ the Work and the meaning and intended legal effect of CC0 on those
+ rights.
+ .
+ 1. Copyright and Related Rights. A Work made available under CC0 may be
+ protected by copyright and related or neighboring rights ("Copyright and
+ Related Rights"). Copyright and Related Rights include, but are not
+ limited to, the following:
+ .
+ i. the right to reproduce, adapt, distribute, perform, display,
+ communicate, and translate a Work;
+ .
+ ii. moral rights retained by the original author(s) and/or performer(s);
+ .
+ iii. publicity and privacy rights pertaining to a person's image or
+ likeness depicted in a Work;
+ .
+ iv. rights protecting against unfair competition in regards to a Work,
+ subject to the limitations in paragraph 4(a), below;
+ .
+ v. rights protecting the extraction, dissemination, use and reuse of
+ data in a Work;
+ .
+ vi. database rights (such as those arising under Directive 96/9/EC of
+ the European Parliament and of the Council of 11 March 1996 on the legal
+ protection of databases, and under any national implementation thereof,
+ including any amended or successor version of such directive); and
+ .
+ vii. other similar, equivalent or corresponding rights throughout the
+ world based on applicable law or treaty, and any national
+ implementations thereof.
+ .
+ 2. Waiver. To the greatest extent permitted by, but not in contravention
+ of, applicable law, Affirmer hereby overtly, fully, permanently,
+ irrevocably and unconditionally waives, abandons, and surrenders all of
+ Affirmer's Copyright and Related Rights and associated claims and causes
+ of action, whether now known or unknown (including existing as well as
+ future claims and causes of action), in the Work (i) in all territories
+ worldwide, (ii) for the maximum duration provided by applicable law or
+ treaty (including future time extensions), (iii) in any current or
+ future medium and for any number of copies, and (iv) for any purpose
+ whatsoever, including without limitation commercial, advertising or
+ promotional purposes (the "Waiver"). Affirmer makes the Waiver for the
+ benefit of each member of the public at large and to the detriment of
+ Affirmer's heirs and successors, fully intending that such Waiver shall
+ not be subject to revocation, rescission, cancellation, termination, or
+ any other legal or equitable action to disrupt the quiet enjoyment of
+ the Work by the public as contemplated by Affirmer's express Statement
+ of Purpose.
+ .
+ 3. Public License Fallback. Should any part of the Waiver for any reason
+ be judged legally invalid or ineffective under applicable law, then the
+ Waiver shall be preserved to the maximum extent permitted taking into
+ account Affirmer's express Statement of Purpose. In addition, to the
+ extent the Waiver is so judged Affirmer hereby grants to each affected
+ person a royalty-free, non transferable, non sublicensable, non
+ exclusive, irrevocable and unconditional license to exercise Affirmer's
+ Copyright and Related Rights in the Work (i) in all territories
+ worldwide, (ii) for the maximum duration provided by applicable law or
+ treaty (including future time extensions), (iii) in any current or
+ future medium and for any number of copies, and (iv) for any purpose
+ whatsoever, including without limitation commercial, advertising or
+ promotional purposes (the "License"). The License shall be deemed
+ effective as of the date CC0 was applied by Affirmer to the Work. Should
+ any part of the License for any reason be judged legally invalid or
+ ineffective under applicable law, such partial invalidity or
+ ineffectiveness shall not invalidate the remainder of the License, and
+ in such case Affirmer hereby affirms that he or she will not (i)
+ exercise any of his or her remaining Copyright and Related Rights in the
+ Work or (ii) assert any associated claims and causes of action with
+ respect to the Work, in either case contrary to Affirmer's express
+ Statement of Purpose.
+ .
+ 4. Limitations and Disclaimers.
+ .
+ a. No trademark or patent rights held by Affirmer are waived, abandoned,
+ surrendered, licensed or otherwise affected by this document.
+ .
+ b. Affirmer offers the Work as-is and makes no representations or
+ warranties of any kind concerning the Work, express, implied, statutory
+ or otherwise, including without limitation warranties of title,
+ merchantability, fitness for a particular purpose, non infringement, or
+ the absence of latent or other defects, accuracy, or the present or
+ absence of errors, whether or not discoverable, all to the greatest
+ extent permissible under applicable law.
+ .
+ c. Affirmer disclaims responsibility for clearing rights of other
+ persons that may apply to the Work or any use thereof, including without
+ limitation any person's Copyright and Related Rights in the Work.
+ Further, Affirmer disclaims responsibility for obtaining any necessary
+ consents, permissions or other rights required for any use of the Work.
+ .
+ d. Affirmer understands and acknowledges that Creative Commons is not a
+ party to this document and has no duty or obligation with respect to
+ this CC0 or use of the Work.
+
+Files: numba/_hashtable.c
+Copyright: 2005 Don Owens
+License: BSD-3-Clause
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ .
+ * Redistributions of source code must retain the above copyright
+   notice, this list of conditions and the following disclaimer.
+ .
+ * Redistributions in binary form must reproduce the above
+   copyright notice, this list of conditions and the following
+   disclaimer in the documentation and/or other materials provided
+   with the distribution.
+ .
+ * Neither the name of the author nor the names of its
+   contributors may be used to endorse or promote products derived
+   from this software without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
+ FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
+ COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
+ INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
+ STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
+ OF THE POSSIBILITY OF SUCH DAMAGE.
+
+Files: numba/_math_c99.c
+Copyright: 1993 Sun Microsystems
+License: informal
+ Permission to use, copy, modify, and distribute this
+ software is freely granted, provided that this notice
+ is preserved.
+
+Files: numba/six.py
+Copyright: 2010-2015 Benjamin Peterson
+License: Expat
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in all
+ copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ SOFTWARE.
diff --git a/debian/numba-doc.doc-base b/debian/numba-doc.doc-base
new file mode 100644
index 0000000..8bf5fab
--- /dev/null
+++ b/debian/numba-doc.doc-base
@@ -0,0 +1,9 @@
+Document: numba-documentation
+Title: Documentation of python3-numba
+Author: Continuum Analytics, Inc. <numba-users at continuum.io>
+Abstract: Numba is a NumPy-aware optimizing compiler for Python
+Section: Programming/Python
+
+Format: HTML
+Index: /usr/share/doc/numba-doc/html/index.html
+Files: /usr/share/doc/numba-doc/html/*.html
diff --git a/debian/numba-doc.install b/debian/numba-doc.install
new file mode 100644
index 0000000..a586086
--- /dev/null
+++ b/debian/numba-doc.install
@@ -0,0 +1,9 @@
+tutorials/* usr/share/doc/numba-doc/tutorials/
+examples/*[a-z].py usr/share/doc/numba-doc/examples/
+examples/blackscholes usr/share/doc/numba-doc/examples/
+examples/cudajit usr/share/doc/numba-doc/examples/
+examples/laplace2d usr/share/doc/numba-doc/examples/
+examples/mandel usr/share/doc/numba-doc/examples/
+examples/nbody usr/share/doc/numba-doc/examples/
+examples/notebooks usr/share/doc/numba-doc/examples/
+examples/vectorize usr/share/doc/numba-doc/examples/
diff --git a/debian/numba.1 b/debian/numba.1
new file mode 100644
index 0000000..ae7ceca
--- /dev/null
+++ b/debian/numba.1
@@ -0,0 +1,7 @@
+.TH "NUMBA" 1 "" "" "python3-numba"
+.SH NAME
+\fBnumba\fP \- CLI-tool for the Python native machine code compiler Numba
+.SH SEE ALSO
+\fBpycc\fP(1)
+.SH AUTHOR
+Numba is developed by Continuum Analytics, Inc. <numba-users at continuum.io>
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..3e36a16
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+sphinx-rtd-theme.patch
diff --git a/debian/patches/sphinx-rtd-theme.patch b/debian/patches/sphinx-rtd-theme.patch
new file mode 100644
index 0000000..0f318df
--- /dev/null
+++ b/debian/patches/sphinx-rtd-theme.patch
@@ -0,0 +1,27 @@
+Description: build docs with rtd-theme, basicstrap not available
+Author: Daniel Stender <stender at debian.org>
+Forwarded: not-needed
+
+--- a/docs/source/conf.py
++++ b/docs/source/conf.py
+@@ -41,7 +41,7 @@
+     #'sphinx.ext.mathjax',
+     'sphinx.ext.autodoc',
+     #'sphinx.ext.graphviz',
+-    'sphinxjp.themecore',
++    # 'sphinxjp.themecore',
+ ]
+ 
+ todo_include_todos = True
+@@ -115,8 +115,10 @@
+ # a list of builtin themes.
+ #html_theme = 'default'
+ 
++import sphinx_rtd_theme
+ # pip install sphinxjp.themes.basicstrap
+-html_theme = 'basicstrap'
++html_theme = 'sphinx_rtd_theme'
++html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
+ 
+ # Theme options are theme-specific and customize the look and feel of a theme
+ # further.  For a list of options available for each theme, see the
diff --git a/debian/pycc.1 b/debian/pycc.1
new file mode 100644
index 0000000..7b76f5b
--- /dev/null
+++ b/debian/pycc.1
@@ -0,0 +1,7 @@
+.TH "PYCC" 1 "" "" "python3-numba"
+.SH NAME
+\fBpycc\fP \- CLI-tool for the Python native machine code compiler Numba
+.SH SEE ALSO
+\fBnumba\fP(1)
+.SH AUTHOR
+Numba is developed by Continuum Analytics, Inc. <numba-users at continuum.io>
diff --git a/debian/python3-numba.lintian-overrides b/debian/python3-numba.lintian-overrides
new file mode 100644
index 0000000..13a3d05
--- /dev/null
+++ b/debian/python3-numba.lintian-overrides
@@ -0,0 +1,3 @@
+# this is library shipped with CLI tools
+library-package-name-for-application usr/bin/numba usr/bin/pycc
+application-in-library-section python usr/bin/numba usr/bin/pycc
\ No newline at end of file
diff --git a/debian/python3-numba.manpages b/debian/python3-numba.manpages
new file mode 100644
index 0000000..ec7c877
--- /dev/null
+++ b/debian/python3-numba.manpages
@@ -0,0 +1,2 @@
+debian/numba.1
+debian/pycc.1
\ No newline at end of file
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..9521e2a
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,21 @@
+#!/usr/bin/make -f
+#export DH_VERBOSE=1
+#export DEB_BUILD_OPTIONS=nocheck
+export PYBUILD_NAME=numba
+
+%:
+	dh $@ --with python3,sphinxdoc --buildsystem=pybuild
+
+override_dh_auto_test:
+	PYBUILD_SYSTEM=custom PYBUILD_TEST_ARGS="{interpreter} -Wd -m pytest {build_dir}/numba/tests -v -rs" dh_auto_test || true # temporarily failsafed
+
+override_dh_installchangelogs:
+	dh_installchangelogs -A CHANGE_LOG
+
+override_dh_installdocs:
+	dh_installdocs -A README.rst
+	python3 setup.py build_ext -i # docs need extensions in-place to build
+	PYTHONPATH=. sphinx-build -N -bhtml docs/source/ debian/numba-doc/usr/share/doc/numba-doc/html/
+
+override_dh_compress:
+	dh_compress -X.ipynb -X.ods -X.py # save examples and notebooks
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/source/options b/debian/source/options
new file mode 100644
index 0000000..6e88e49
--- /dev/null
+++ b/debian/source/options
@@ -0,0 +1 @@
+extend-diff-ignore="^[^/]+\.egg-info/"
\ No newline at end of file
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..312f0e6
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+opts="filenamemangle=s/(?:.*)?v?(\d[\d\.]+)\.tar\.gz/llvmlite-$1.tar.gz/" \
+https://github.com/numba/numba/releases (?:.*/)?v?(\d[\d\.]+)\.tar\.gz

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/numba.git



More information about the debian-science-commits mailing list