[Python-modules-commits] [python-holidays] 03/03: Initial release. (Closes: #857372)

Ondřej Nový onovy at moszumanska.debian.org
Fri Mar 10 16:30:12 UTC 2017


This is an automated email from the git hooks/post-receive script.

onovy pushed a commit to branch master
in repository python-holidays.

commit b5aa8094420a83c0e41df894b0a38a0984953833
Author: Ondřej Nový <onovy at debian.org>
Date:   Fri Mar 10 17:29:41 2017 +0100

    Initial release. (Closes: #857372)
---
 debian/.git-dpm       |  3 +++
 debian/changelog      |  5 +++++
 debian/compat         |  1 +
 debian/control        | 28 ++++++++++++++++++++++++++++
 debian/copyright      | 30 ++++++++++++++++++++++++++++++
 debian/rules          |  9 +++++++++
 debian/source/options |  1 +
 debian/watch          |  3 +++
 8 files changed, 80 insertions(+)

diff --git a/debian/.git-dpm b/debian/.git-dpm
index 1ed2f6c..709c042 100644
--- a/debian/.git-dpm
+++ b/debian/.git-dpm
@@ -6,3 +6,6 @@
 python-holidays_0.8.1.orig.tar.gz
 66ab140863b2a47e32a1afb1ec1b55de71436967
 43807
+debianTag="debian/%e%v"
+patchedTag="patched/%e%v"
+upstreamTag="upstream/%e%u"
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..4e4e4af
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+python-holidays (0.8.1-1) unstable; urgency=medium
+
+  * Initial release. (Closes: #857372)
+
+ -- Ondřej Nový <onovy at debian.org>  Fri, 10 Mar 2017 17:01:24 +0100
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..f599e28
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+10
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..ee9361f
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,28 @@
+Source: python-holidays
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Ondřej Nový <onovy at debian.org>,
+Section: python
+Priority: optional
+Build-Depends: debhelper (>= 10),
+               dh-python,
+               python3-all,
+               python3-dateutil,
+Standards-Version: 3.9.8
+Homepage: https://github.com/ryanss/python-holidays
+X-Python-Version: >= 2.5
+X-Python3-Version: >= 3.3
+Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-holidays.git/
+Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-holidays.git
+Testsuite: autopkgtest-pkg-python
+
+Package: python3-holidays
+Architecture: all
+Depends: python3-dateutil,
+         ${misc:Depends},
+         ${python3:Depends},
+Description: Python library for generating sets of holidays
+ A fast, efficient Python library for generating country, province and state
+ specific sets of holidays on the fly. It aims to make determining whether a
+ specific date is a holiday as fast and flexible as possible.
+ .
+ This package contains the Python 3.x module.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..f4e6afd
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,30 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: python-holidays
+Source: https://github.com/ryanss/python-holidays
+
+Files: *
+Copyright: 2014-2017 ryanss <ryanssdev at icloud.com>
+License: Expat
+
+Files: debian/*
+Copyright: 2017 Ondřej Nový <onovy at debian.org>
+License: Expat
+
+License: Expat
+ 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 --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..8c0f876
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+
+export PYBUILD_NAME=holidays
+
+%:
+	dh $@ --with python3 --buildsystem=pybuild
+
+override_dh_auto_test:
+	PYBUILD_SYSTEM=custom PYBUILD_TEST_ARGS="{interpreter} tests.py" dh_auto_test
diff --git a/debian/source/options b/debian/source/options
new file mode 100644
index 0000000..cb61fa5
--- /dev/null
+++ b/debian/source/options
@@ -0,0 +1 @@
+extend-diff-ignore = "^[^/]*[.]egg-info/"
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..227f6d0
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+https://pypi.debian.net/holidays/holidays-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-holidays.git



More information about the Python-modules-commits mailing list