Package: pysynphot / 2.0.0+dfsg-3

Metadata

Package Version Patches format
pysynphot 2.0.0+dfsg-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
Set a default path for PYSYN_CDBS.patch | (download)

pysynphot/locations.py | 7 1 + 6 - 0 !
1 file changed, 1 insertion(+), 6 deletions(-)

 set a default path for pysyn_cdbs

In Debian, the data files are installed in /usr/share/synphot on
default. So, the environment variable needs to be set only if
Use a fake relic package for version info.patch | (download)

relic/__init__.py | 1 1 + 0 - 0 !
relic/release.py | 52 52 + 0 - 0 !
2 files changed, 53 insertions(+)

 use a fake relic package for version info

The original package depends on a git repository, which is not there
when we build the package from a tarball. So, we take the opportunity
to take the version info from the Debian changelog.

This requires the "python(3)-debian" package as build dependency.

pr155.patch | (download)

pysynphot/locations.py | 3 1 + 2 - 0 !
pysynphot/test/test_ticket163.py | 5 1 + 4 - 0 !
setup.py | 1 0 + 1 - 0 !
3 files changed, 2 insertions(+), 7 deletions(-)

 [patch] remove six dependency


SyntaxWarning.patch | (download)

pysynphot/spparser.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---