[med-svn] [Git][med-team/intake][master] 2 commits: Add dependencies and build depends
Shayan Doust
gitlab at salsa.debian.org
Mon Jun 15 18:45:49 BST 2020
Shayan Doust pushed to branch master at Debian Med / intake
Commits:
3cc6110e by Shayan Doust at 2020-06-15T18:45:21+01:00
Add dependencies and build depends
- - - - -
4bc790f0 by Shayan Doust at 2020-06-15T18:45:36+01:00
Build using pybuild
- - - - -
2 changed files:
- debian/control
- debian/rules
Changes:
=====================================
debian/control
=====================================
@@ -3,16 +3,28 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.
Uploaders: Shayan Doust <hello at shayandoust.me>
Section: science
Priority: optional
-Build-Depends: debhelper-compat (= 13)
+Build-Depends: debhelper-compat (= 13),
+ python3-all,
+ python3-setuptools,
+ dh-python
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/med-team/intake
Vcs-Git: https://salsa.debian.org/med-team/intake.git
Homepage: https://github.com/intake/intake
-Package: intake
+Package: python3-intake
Architecture: any
-Depends: ${shlibs:Depends},
- ${misc:Depends}
+Depends: ${python3:Depends},
+ ${misc:Depends},
+ python3-appdirs,
+ python3-entrypoints,
+ python3-dask,
+ python3-jinja2,
+ python3-numpy,
+ python3-yaml,
+ python3-requests,
+ python3-msgpack,
+ python3-fsspec,
Description: lightweight package for finding and investigating data
Intake is a leightweight set of tools for loading and sharing data in
data science projects. Intake helps you:
=====================================
debian/rules
=====================================
@@ -4,28 +4,9 @@
export LC_ALL=C.UTF-8
include /usr/share/dpkg/default.mk
-# this provides:
-# DEB_SOURCE: the source package name
-# DEB_VERSION: the full version of the package (epoch + upstream vers. + revision)
-# DEB_VERSION_EPOCH_UPSTREAM: the package's version without the Debian revision
-# DEB_VERSION_UPSTREAM_REVISION: the package's version without the Debian epoch
-# DEB_VERSION_UPSTREAM: the package's upstream version
-# DEB_DISTRIBUTION: the distribution(s) listed in the current entry of debian/changelog
-# SOURCE_DATE_EPOCH: the source release date as seconds since the epoch, as
-# specified by <https://reproducible-builds.org/specs/source-date-epoch/>
# for hardening you might like to uncomment this:
# export DEB_BUILD_MAINT_OPTIONS=hardening=+all
%:
- dh $@
-
-### When overriding auto_test make sure DEB_BUILD_OPTIONS will be respected
-#override_dh_auto_test:
-#ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
-# do_stuff_for_testing
-#endif
-
-### If you **really** can not use uscan (even not with mode=git) use a debian/get-orig-script
-#get-orig-source:
-# . debian/get-orig-source
+ dh $@ --with python3 --buildsystem=pybuild
View it on GitLab: https://salsa.debian.org/med-team/intake/-/compare/0929a8d4de9bae3982c0912ad52600aa332c12e3...4bc790f0caf2843aa0fd13652871357358fa0db5
--
View it on GitLab: https://salsa.debian.org/med-team/intake/-/compare/0929a8d4de9bae3982c0912ad52600aa332c12e3...4bc790f0caf2843aa0fd13652871357358fa0db5
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/20200615/af628797/attachment-0001.html>
More information about the debian-med-commit
mailing list