[Python-modules-commits] r29031 - in packages/confiture/trunk (14 files)

amillet-guest at users.alioth.debian.org amillet-guest at users.alioth.debian.org
Thu May 22 21:07:35 UTC 2014


    Date: Thursday, May 22, 2014 @ 21:07:34
  Author: amillet-guest
Revision: 29031

[svn-inject] Applying Debian modifications (2.0-1) to trunk

Added:
  packages/confiture/trunk/debian/
  packages/confiture/trunk/debian/changelog
  packages/confiture/trunk/debian/compat
  packages/confiture/trunk/debian/control
  packages/confiture/trunk/debian/copyright
  packages/confiture/trunk/debian/docs
  packages/confiture/trunk/debian/patches/
  packages/confiture/trunk/debian/patches/fix-encoding-error-when-building-python3-non-utf8
  packages/confiture/trunk/debian/patches/series
  packages/confiture/trunk/debian/rules
  packages/confiture/trunk/debian/source/
  packages/confiture/trunk/debian/source/format
  packages/confiture/trunk/debian/source/lintian-overrides
  packages/confiture/trunk/debian/watch


Property changes on: packages/confiture/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/confiture/trunk/debian/changelog
===================================================================
--- packages/confiture/trunk/debian/changelog	                        (rev 0)
+++ packages/confiture/trunk/debian/changelog	2014-05-22 21:07:34 UTC (rev 29031)
@@ -0,0 +1,5 @@
+confiture (2.0-1) unstable; urgency=medium
+
+  * Initial release. (Closes: #747823)
+
+ -- Antoine Millet <antoine at inaps.org>  Mon, 12 May 2014 22:48:41 +0200

Added: packages/confiture/trunk/debian/compat
===================================================================
--- packages/confiture/trunk/debian/compat	                        (rev 0)
+++ packages/confiture/trunk/debian/compat	2014-05-22 21:07:34 UTC (rev 29031)
@@ -0,0 +1 @@
+9

Added: packages/confiture/trunk/debian/control
===================================================================
--- packages/confiture/trunk/debian/control	                        (rev 0)
+++ packages/confiture/trunk/debian/control	2014-05-22 21:07:34 UTC (rev 29031)
@@ -0,0 +1,53 @@
+Source: confiture
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Antoine Millet <antoine at inaps.org>
+Section: python
+Priority: optional
+Build-Depends: python-setuptools (>= 0.6b3),
+               python-all (>= 2.6.6-3),
+               debhelper (>= 9),
+               dh-python,
+               python3-all,
+               python3-setuptools,
+               python-ply,
+               python3-ply,
+               python-pytest,
+               python3-pytest
+Standards-Version: 3.9.5
+Homepage: https://github.com/NaPs/Confiture
+Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/confiture/trunk/
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/confiture/trunk/
+
+Package: python-confiture
+Architecture: all
+Depends: ${misc:Depends},
+         ${python:Depends},
+         python-ply
+Description: Python 2 library to parse configuration files
+ A Python library to parse highly structured, hierarchical, configuration
+ files using a developer friendly API. The configuration format lets one create
+ nested sections of any deep, typing (string, number, boolean or list)
+ and external file inclusion.
+ .
+ Confiture also embeds a powerful schema validation system allowing to
+ define composite types (like "file" or "ip address") and provides an
+ integration with the argparse module.
+ .
+ This package provides the library for Python 2.
+
+Package: python3-confiture
+Architecture: all
+Depends: ${misc:Depends},
+         ${python3:Depends},
+         python3-ply
+Description: Python 3 library to parse configuration files
+ A Python library to parse highly structured, hierarchical, configuration
+ files using a developer friendly API. The configuration format lets one create
+ nested sections of any deep, typing (string, number, boolean or list)
+ and external file inclusion.
+ .
+ Confiture also embeds a powerful schema validation system allowing to
+ define composite types (like "file" or "ip address") and provides an
+ integration with the argparse module.
+ .
+ This package provides the library for Python 3.

Added: packages/confiture/trunk/debian/copyright
===================================================================
--- packages/confiture/trunk/debian/copyright	                        (rev 0)
+++ packages/confiture/trunk/debian/copyright	2014-05-22 21:07:34 UTC (rev 29031)
@@ -0,0 +1,31 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: confiture
+Upstream-Contact: Antoine Millet <antoine at inaps.org>
+Source: Antoine Millet <antoine at inaps.org>
+
+Files: *
+Copyright: 2014 Antoine Millet <antoine at inaps.org>
+License: MIT
+
+Files: debian/*
+Copyright: 2014 Antoine Millet <antoine at inaps.org>
+License: MIT
+
+License: MIT
+ 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.

Added: packages/confiture/trunk/debian/docs
===================================================================
--- packages/confiture/trunk/debian/docs	                        (rev 0)
+++ packages/confiture/trunk/debian/docs	2014-05-22 21:07:34 UTC (rev 29031)
@@ -0,0 +1 @@
+README.rst

Added: packages/confiture/trunk/debian/patches/fix-encoding-error-when-building-python3-non-utf8
===================================================================
--- packages/confiture/trunk/debian/patches/fix-encoding-error-when-building-python3-non-utf8	                        (rev 0)
+++ packages/confiture/trunk/debian/patches/fix-encoding-error-when-building-python3-non-utf8	2014-05-22 21:07:34 UTC (rev 29031)
@@ -0,0 +1,20 @@
+Description: Fix an encoding problem when building on Python3/non-utf8
+ This patch fix an encoding problem which occurs when building the Python
+ package with Python3 on an non-utf8 system. This bug has already been fixed
+ upstream and the patch will be removed on the next upstream release.
+Author: Antoine Millet <antoine at inaps.org>
+Origin: upstream, https://github.com/NaPs/Confiture/commit/8d07425d9d710eed72fe545c811e6fb1d4444906
+
+--- confiture-2.0.orig/setup.py
++++ confiture-2.0/setup.py
+@@ -1,8 +1,9 @@
+ from setuptools import setup, find_packages
++from io import open
+ import os
+ 
+ version = '2.0'
+-ldesc = open(os.path.join(os.path.dirname(__file__), 'README.rst')).read()
++ldesc = open(os.path.join(os.path.dirname(__file__), 'README.rst'), encoding='utf8').read()
+ 
+ setup(name='confiture',
+       version=version,

Added: packages/confiture/trunk/debian/patches/series
===================================================================
--- packages/confiture/trunk/debian/patches/series	                        (rev 0)
+++ packages/confiture/trunk/debian/patches/series	2014-05-22 21:07:34 UTC (rev 29031)
@@ -0,0 +1 @@
+fix-encoding-error-when-building-python3-non-utf8

Added: packages/confiture/trunk/debian/rules
===================================================================
--- packages/confiture/trunk/debian/rules	                        (rev 0)
+++ packages/confiture/trunk/debian/rules	2014-05-22 21:07:34 UTC (rev 29031)
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+
+export PYBUILD_NAME=confiture
+
+%:
+	dh $@ --with python2,python3 --buildsystem=pybuild


Property changes on: packages/confiture/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/confiture/trunk/debian/source/format
===================================================================
--- packages/confiture/trunk/debian/source/format	                        (rev 0)
+++ packages/confiture/trunk/debian/source/format	2014-05-22 21:07:34 UTC (rev 29031)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/confiture/trunk/debian/source/lintian-overrides
===================================================================
--- packages/confiture/trunk/debian/source/lintian-overrides	                        (rev 0)
+++ packages/confiture/trunk/debian/source/lintian-overrides	2014-05-22 21:07:34 UTC (rev 29031)
@@ -0,0 +1 @@
+confiture source: debian-watch-may-check-gpg-signature

Added: packages/confiture/trunk/debian/watch
===================================================================
--- packages/confiture/trunk/debian/watch	                        (rev 0)
+++ packages/confiture/trunk/debian/watch	2014-05-22 21:07:34 UTC (rev 29031)
@@ -0,0 +1,2 @@
+version=3
+http://pypi.python.org/packages/source/c/confiture/confiture-(.*).tar.gz




More information about the Python-modules-commits mailing list