Skip to content
Snippets Groups Projects
Commit 42d39b9a authored by Andreas Tille's avatar Andreas Tille
Browse files

Add initial packaging

parent c4354aa3
Branches master
No related tags found
No related merge requests found
python-dash-html-components (1.1.0-1) UNRELEASED; urgency=medium
* Initial release (Closes: #<bug>)
-- Andreas Tille <tille@debian.org> Sat, 20 Feb 2021 21:16:56 +0100
Source: python-dash-html-components
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Andreas Tille <tille@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-python,
python3,
python3-setuptools,
python3-pandas <!nocheck>,
python3-selenium <!nocheck>
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/med-team/python-dash-html-components
Vcs-Git: https://salsa.debian.org/med-team/python-dash-html-components.git
Homepage: https://github.com/plotly/dash-html-components/
Rules-Requires-Root: no
Package: python3-dash-html-components
Architecture: all
Section: python
Depends: ${python3:Depends},
${misc:Depends}
python3-pandas,
python3-selenium
Description: vanilla HTML components for Dash
Dash apps give a point-&-click interface to models written in Python, R,
and Julia - vastly expanding the notion of what's possible in a
traditional "dashboard." With Dash apps, data scientists and engineers
put complex Python analytics in the hands of business decision makers
and operators.
.
This package contains the Python3 interface.
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: dash-html-components
Source: <path_to_download>
Comment: **** Before manually editing this file you should give ****
scan-copyrights
**** available in cme + lib-config-model-dpkg-perl ****
**** package a try. For existing copyright files try ****
cme update dpkg-copyright
Files: *
Copyright: 20xx-20yy <upstream>
License: <license>
Files: debian/*
Copyright: 2020 Andreas Tille <tille@debian.org>
License: <license>
#!/usr/bin/make -f
# DH_VERBOSE := 1
export PYBUILD_NAME=dash_html_components
%:
dh $@ --with python3 --buildsystem=pybuild
### When overriding auto_test make sure DEB_BUILD_OPTIONS will be respected
override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
echo "Due to circular depends from python3-dask go without testing for the moment"
endif
---
include:
- https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml
- https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml
3.0 (quilt)
version=4
opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%@PACKAGE@-$1.tar.gz%" \
https://github.com/plotly/dash-html-components//releases .*/archive/v?@ANY_VERSION@\.tar\.gz
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment