pygalmesh (0.2.6-1) unstable; urgency=medium
authorDrew Parsons <dparsons@debian.org>
Wed, 14 Nov 2018 15:10:51 +0000 (23:10 +0800)
committerDrew Parsons <dparsons@debian.org>
Wed, 14 Nov 2018 15:10:51 +0000 (23:10 +0800)
  * New upstream release.
    - fixes meshio API used in pygalmesh tests
  * add debian/tests (autopkgtest) to run pytest-3

[dgit import unpatched pygalmesh 0.2.6-1]

1  2 
debian/changelog
debian/compat
debian/control
debian/copyright
debian/rules
debian/source/format
debian/source/options
debian/tests/control
debian/watch

index 0000000000000000000000000000000000000000,0000000000000000000000000000000000000000..7a42832b03da30af3bf8a450f73f9a9e91c33fa2
new file mode 100644 (file)
--- /dev/null
--- /dev/null
@@@ -1,0 -1,0 +1,14 @@@
++pygalmesh (0.2.6-1) unstable; urgency=medium
++
++  * New upstream release.
++    - fixes meshio API used in pygalmesh tests
++  * add debian/tests (autopkgtest) to run pytest-3
++
++ -- Drew Parsons <dparsons@debian.org>  Wed, 14 Nov 2018 23:10:51 +0800
++
++pygalmesh (0.2.5-1) unstable; urgency=medium
++
++  * Initial release (Closes: #910278)
++    - package Python 3 module only (Python 2 is deprecated)
++
++ -- Drew Parsons <dparsons@debian.org>  Mon, 08 Oct 2018 00:49:13 +0800
diff --cc debian/compat
index 0000000000000000000000000000000000000000,0000000000000000000000000000000000000000..b4de3947675361a7770d29b8982c407b0ec6b2a0
new file mode 100644 (file)
--- /dev/null
--- /dev/null
@@@ -1,0 -1,0 +1,1 @@@
++11
diff --cc debian/control
index 0000000000000000000000000000000000000000,0000000000000000000000000000000000000000..62cb64ce48f5fae99de7f80cf9d76568a7507e4f
new file mode 100644 (file)
--- /dev/null
--- /dev/null
@@@ -1,0 -1,0 +1,45 @@@
++Source: pygalmesh
++Section: python
++Priority: optional
++Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
++Uploaders: Drew Parsons <dparsons@debian.org>
++Build-Depends: debhelper (>= 11),
++ dh-python, python3-all-dev, python3-setuptools,
++ libcgal-dev,
++ libeigen3-dev,
++ python3-pybind11 (>= 2.2)
++Standards-Version: 4.2.1
++Homepage: https://github.com/nschloe/pygalmesh
++Vcs-Browser: https://salsa.debian.org/science-team/pygalmesh
++Vcs-Git: https://salsa.debian.org/science-team/pygalmesh.git
++
++Package: python3-pygalmesh
++Architecture: any
++Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}
++Suggests: python-pygalmesh-doc
++Description: a Python 3 frontend to CGAL's 3D mesh generators
++ pygalmesh makes it easy to create high-quality 3D volume and surface
++ meshes.
++ .
++ CGAL offers two different approaches for mesh generation:
++  -   Meshes defined implicitly by level sets of functions.
++  -   Meshes defined by a set of bounding planes.
++ .
++ pygalmesh provides a front-end to the first approach, which has the
++ following advantages and disadvantages:
++  -   All boundary points are guaranteed to be in the level set within
++      any specified residual. This results in smooth curved surfaces.
++  -   Sharp intersections of subdomains (e.g., in unions or
++      differences of sets) need to be specified manually (via feature edges,
++      see below), which can be tedious.
++ .
++ On the other hand, the bounding-plane approach (realized by mshr),
++ has the following properties:
++  -   Smooth, curved domains are approximated by a set of bounding
++      planes, resulting in more of less visible edges.
++  -   Intersections of domains can be computed automatically, so
++      domain unions etc. have sharp edges where they belong.
++ .
++ pygalmesh and mshr are therefore complementary.
++ .
++ This package installs the pygalmesh module for Python 3.
index 0000000000000000000000000000000000000000,0000000000000000000000000000000000000000..d6bb533258681e15e5c0f75ef8e923108ef53fd3
new file mode 100644 (file)
--- /dev/null
--- /dev/null
@@@ -1,0 -1,0 +1,24 @@@
++Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
++Upstream-Name: pygalmesh
++Source: https://github.com/nschloe/pygalmesh
++
++Files: *
++Copyright: 2016-2018 Nico Schlömer <nico.schloemer@gmail.com>
++License: MIT
++ 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 --cc debian/rules
index 0000000000000000000000000000000000000000,0000000000000000000000000000000000000000..7f9649a51cbca1bbdb65207584469539b61d4ee5
new file mode 100755 (executable)
--- /dev/null
--- /dev/null
@@@ -1,0 -1,0 +1,10 @@@
++#!/usr/bin/make -f
++# See debhelper(7) (uncomment to enable)
++# output every command that modifies files on the build system.
++#export DH_VERBOSE = 1
++
++export PYBUILD_NAME=pygalmesh
++
++%:
++      dh $@ --with python3 --buildsystem=pybuild
++
index 0000000000000000000000000000000000000000,0000000000000000000000000000000000000000..163aaf8d82b6c54f23c45f32895dbdfdcc27b047
new file mode 100644 (file)
--- /dev/null
--- /dev/null
@@@ -1,0 -1,0 +1,1 @@@
++3.0 (quilt)
index 0000000000000000000000000000000000000000,0000000000000000000000000000000000000000..cb61fa5267b6ad8b3bbc2a612754b79dae466292
new file mode 100644 (file)
--- /dev/null
--- /dev/null
@@@ -1,0 -1,0 +1,1 @@@
++extend-diff-ignore = "^[^/]*[.]egg-info/"
index 0000000000000000000000000000000000000000,0000000000000000000000000000000000000000..d3dc70b7688597fa6552fd6cb9ca1cd158a69d09
new file mode 100644 (file)
--- /dev/null
--- /dev/null
@@@ -1,0 -1,0 +1,4 @@@
++Test-Command: pytest-3
++Depends: @, @builddeps@,
++ python3-meshio,
++ python3-pytest
diff --cc debian/watch
index 0000000000000000000000000000000000000000,0000000000000000000000000000000000000000..20c4b69e7e9307b9f90f367fb90de836950bdd59
new file mode 100644 (file)
--- /dev/null
--- /dev/null
@@@ -1,0 -1,0 +1,5 @@@
++version=4
++
++opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%pygalmesh-$1.tar.gz%" \
++   https://github.com/nschloe/pygalmesh/tags \
++   (?:.*?/)?v?(\d[\d.]*)\.tar\.gz debian uupdate