[med-svn] [Git][med-team/python-dash-html-components][master] Add initial packaging

Andreas Tille gitlab at salsa.debian.org
Sat Feb 20 20:44:15 GMT 2021



Andreas Tille pushed to branch master at Debian Med / python-dash-html-components


Commits:
42d39b9a by Andreas Tille at 2021-02-20T21:44:01+01:00
Add initial packaging

- - - - -


7 changed files:

- + debian/changelog
- + debian/control
- + debian/copyright
- + debian/rules
- + debian/salsa-ci.yml
- + debian/source/format
- + debian/watch


Changes:

=====================================
debian/changelog
=====================================
@@ -0,0 +1,5 @@
+python-dash-html-components (1.1.0-1) UNRELEASED; urgency=medium
+
+  * Initial release (Closes: #<bug>)
+
+ -- Andreas Tille <tille at debian.org>  Sat, 20 Feb 2021 21:16:56 +0100


=====================================
debian/control
=====================================
@@ -0,0 +1,32 @@
+Source: python-dash-html-components
+Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+Uploaders: Andreas Tille <tille at 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.


=====================================
debian/copyright
=====================================
@@ -0,0 +1,16 @@
+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 at debian.org>
+License: <license>


=====================================
debian/rules
=====================================
@@ -0,0 +1,13 @@
+#!/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


=====================================
debian/salsa-ci.yml
=====================================
@@ -0,0 +1,4 @@
+---
+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


=====================================
debian/source/format
=====================================
@@ -0,0 +1 @@
+3.0 (quilt)


=====================================
debian/watch
=====================================
@@ -0,0 +1,4 @@
+version=4
+
+opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%@PACKAGE at -$1.tar.gz%" \
+https://github.com/plotly/dash-html-components//releases .*/archive/v?@ANY_VERSION@\.tar\.gz



View it on GitLab: https://salsa.debian.org/med-team/python-dash-html-components/-/commit/42d39b9ac23feceaa54d2b4635fd8910685404a7

-- 
View it on GitLab: https://salsa.debian.org/med-team/python-dash-html-components/-/commit/42d39b9ac23feceaa54d2b4635fd8910685404a7
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20210220/841aae30/attachment-0001.htm>


More information about the debian-med-commit mailing list