[Python-modules-commits] [python-parquet] 02/08: Debianize

ChangZhuo Chen czchen at moszumanska.debian.org
Tue Sep 20 03:33:57 UTC 2016


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

czchen pushed a commit to branch master
in repository python-parquet.

commit 11f440af361121389bc2439934653bfd0d36dd18
Author: ChangZhuo Chen (陳昌倬) <czchen at debian.org>
Date:   Tue Sep 20 11:10:47 2016 +0800

    Debianize
---
 debian/changelog            |  5 +++++
 debian/clean                |  1 +
 debian/compat               |  1 +
 debian/control              | 43 +++++++++++++++++++++++++++++++++++++++++++
 debian/copyright            | 33 +++++++++++++++++++++++++++++++++
 debian/rules                |  5 +++++
 debian/source/format        |  1 +
 debian/source/local-options |  2 ++
 debian/watch                |  3 +++
 9 files changed, 94 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..4cada71
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+pypass (1.1-1) UNRELEASE; urgency=low
+
+  * Initial release. Closes: #
+
+ -- ChangZhuo Chen (陳昌倬) <czchen at debian.org>  Thu, 21 Jul 2016 00:24:03 +0800
diff --git a/debian/clean b/debian/clean
new file mode 100644
index 0000000..45149aa
--- /dev/null
+++ b/debian/clean
@@ -0,0 +1 @@
+*.egg-info/*
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..ae47f22
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,43 @@
+Source: python-parquet
+Section: python
+Priority: extra
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: ChangZhuo Chen (陳昌倬) <czchen at debian.org>
+Build-Depends: debhelper (>= 10),
+               dh-python,
+               python3-all,
+               python3-setuptools,
+               python-all,
+               python-setuptools,
+Standards-Version: 3.9.8
+Homepage: https://github.com/jcrobak/parquet-python
+X-Python-Version: >= 2.7
+X-Python3-Version: >= 3.4
+
+Package: python-parquet
+Architecture: all
+Multi-Arch: foreign
+Depends: ${misc:Depends},
+         ${python:Depends},
+Description: pure-python implementation parquet reader (Python 2)
+ python-parquet is a pure-python implementation (currently with only
+ read-support) of the parquet format. It comes with a script for reading
+ parquet files and outputting the data to stdout as JSON or TSV (without the
+ overhead of JVM startup). Performance has not yet been optimized, but it's
+ useful for debugging and quick viewing of data in files.
+ .
+ This package installs the library for Python 2.
+
+Package: python3-parquet
+Architecture: all
+Multi-Arch: foreign
+Depends: ${misc:Depends},
+         ${python3:Depends},
+Description: pure-python implementation parquet reader (Python 3)
+ python-parquet is a pure-python implementation (currently with only
+ read-support) of the parquet format. It comes with a script for reading
+ parquet files and outputting the data to stdout as JSON or TSV (without the
+ overhead of JVM startup). Performance has not yet been optimized, but it's
+ useful for debugging and quick viewing of data in files.
+ .
+ This package installs the library for Python 3.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..4347dd6
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,33 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: parquet-python
+Source: https://github.com/jcrobak/parquet-python
+
+Files:     *
+Copyright: 2014 Alexandre Viau <alexandre at alexandreviau.net>
+License:   GPL-3+
+
+Files:     *
+Copyright: Joe Crobak <joecrow at gmail.com>
+License:   Apache-2.0
+
+Files:     debian/*
+Copyright: 2016 ChangZhuo Chen (陳昌倬) <czchen at debian.org>
+License:   Apache-2.0
+
+License:   Apache-2.0
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+ .
+ http://www.apache.org/licenses/LICENSE-2.0
+ .
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ .
+ Bits here from Apache Kudu (incubating), ASL 2.0
+ .
+ On Debian systems, the complete text of the Apache License Version 2.0
+  can be found in `/usr/share/common-licenses/Apache-2.0'.
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..96ba77d
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,5 @@
+#!/usr/bin/make -f
+#export DH_VERBOSE = 1
+
+%:
+	dh $@ --with python,python3 --buildsystem=pybuild
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/source/local-options b/debian/source/local-options
new file mode 100644
index 0000000..c4cf480
--- /dev/null
+++ b/debian/source/local-options
@@ -0,0 +1,2 @@
+abort-on-upstream-changes
+unapply-patches
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..95ebee3
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+opts=uversionmangle=s/(rc|a|b|c)/~$1/,pgpsigurlmangle=s/$/.asc/ \
+https://pypi.debian.net/parquet/parquet-(.+)\.(?: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-parquet.git



More information about the Python-modules-commits mailing list