[Python-modules-commits] r27151 - in packages/python-rply/trunk (15 files)

vasudev-guest at users.alioth.debian.org vasudev-guest at users.alioth.debian.org
Sat Jan 11 05:56:56 UTC 2014


    Date: Saturday, January 11, 2014 @ 05:56:55
  Author: vasudev-guest
Revision: 27151

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

Added:
  packages/python-rply/trunk/debian/
  packages/python-rply/trunk/debian/changelog
  packages/python-rply/trunk/debian/compat
  packages/python-rply/trunk/debian/control
  packages/python-rply/trunk/debian/control.in
  packages/python-rply/trunk/debian/copyright
  packages/python-rply/trunk/debian/copyright_hints
  packages/python-rply/trunk/debian/gbp.conf
  packages/python-rply/trunk/debian/pypy-rply.install
  packages/python-rply/trunk/debian/python-rply.install
  packages/python-rply/trunk/debian/python3-rply.install
  packages/python-rply/trunk/debian/rules
  packages/python-rply/trunk/debian/source/
  packages/python-rply/trunk/debian/source/format
  packages/python-rply/trunk/debian/watch


Property changes on: packages/python-rply/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/python-rply/trunk/debian/changelog
===================================================================
--- packages/python-rply/trunk/debian/changelog	                        (rev 0)
+++ packages/python-rply/trunk/debian/changelog	2014-01-11 05:56:55 UTC (rev 27151)
@@ -0,0 +1,7 @@
+python-rply (0.7.0-1) unstable; urgency=low
+
+  * Initial Release.
+    Closes: bug#731071
+
+ -- Vasudev Kamath <kamathvasudev at gmail.com>  Mon, 02 Dec 2013 21:58:23 +0530
+

Added: packages/python-rply/trunk/debian/compat
===================================================================
--- packages/python-rply/trunk/debian/compat	                        (rev 0)
+++ packages/python-rply/trunk/debian/compat	2014-01-11 05:56:55 UTC (rev 27151)
@@ -0,0 +1 @@
+9
\ No newline at end of file

Added: packages/python-rply/trunk/debian/control
===================================================================
--- packages/python-rply/trunk/debian/control	                        (rev 0)
+++ packages/python-rply/trunk/debian/control	2014-01-11 05:56:55 UTC (rev 27151)
@@ -0,0 +1,49 @@
+Source: python-rply
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Vasudev Kamath <kamathvasudev at gmail.com>
+Build-Depends: cdbs (>= 0.4.97~),
+ devscripts,
+ python,
+ python3,
+ debhelper (>= 9~),
+ dh-buildinfo,
+ pypy,
+ dh-python
+Standards-Version: 3.9.5
+Homepage: https://github.com/alex/rply
+Vcs-Git: git://anonscm.debian.org/collab-maint/python-rply.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/python-rply.git
+X-Python-Version: >=2.6
+X-Python3-Version: >= 3.1
+
+Package: python-rply
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}
+Description: pure Python based parser that also works with RPython (Python 2)
+ This package provides a pure Python based parser generator, that also
+ works with RPython. It is a more-or-less direct port of David
+ Bazzley's awesome PLY, with a new public API, and RPython support.
+ .
+ This package provides Python 2 bindings only.
+
+Package: python3-rply
+Architecture: all
+Depends: ${misc:Depends}, ${python3:Depends},
+Description: pure Python based parser that also works with RPython (Python 3)
+ This package provides a pure Python based parser generator, that also
+ works with RPython. It is a more-or-less direct port of David
+ Bazzley's awesome PLY, with a new public API, and RPython support.
+ .
+ This package provides Python 3 bindings only.
+
+Package: pypy-rply
+Architecture: all
+Depends: ${misc:Depends}, ${pypy:Depends},
+Description: pure Python based parser that also works with RPython (PyPy)
+ This package provides a pure Python based parser generator, that also
+ works with RPython. It is a more-or-less direct port of David
+ Bazzley's awesome PLY, with a new public API, and RPython support.
+ .
+ This package provides PyPy bindings only.

Added: packages/python-rply/trunk/debian/control.in
===================================================================
--- packages/python-rply/trunk/debian/control.in	                        (rev 0)
+++ packages/python-rply/trunk/debian/control.in	2014-01-11 05:56:55 UTC (rev 27151)
@@ -0,0 +1,42 @@
+Source: python-rply
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Vasudev Kamath <kamathvasudev at gmail.com>
+Build-Depends: @cdbs@
+Standards-Version: 3.9.5
+Homepage: https://github.com/alex/rply
+Vcs-Git: git://anonscm.debian.org/collab-maint/python-rply.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/python-rply.git
+X-Python-Version: >=2.6
+X-Python3-Version: >= 3.1
+
+Package: python-rply
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}
+Description: pure Python based parser that also works with RPython (Python 2)
+ This package provides a pure Python based parser generator, that also
+ works with RPython. It is a more-or-less direct port of David
+ Bazzley's awesome PLY, with a new public API, and RPython support.
+ .
+ This package provides Python 2 bindings only.
+
+Package: python3-rply
+Architecture: all
+Depends: ${misc:Depends}, ${python3:Depends},
+Description: pure Python based parser that also works with RPython (Python 3)
+ This package provides a pure Python based parser generator, that also
+ works with RPython. It is a more-or-less direct port of David
+ Bazzley's awesome PLY, with a new public API, and RPython support.
+ .
+ This package provides Python 3 bindings only.
+
+Package: pypy-rply
+Architecture: all
+Depends: ${misc:Depends}, ${pypy:Depends},
+Description: pure Python based parser that also works with RPython (PyPy)
+ This package provides a pure Python based parser generator, that also
+ works with RPython. It is a more-or-less direct port of David
+ Bazzley's awesome PLY, with a new public API, and RPython support.
+ .
+ This package provides PyPy bindings only.

Added: packages/python-rply/trunk/debian/copyright
===================================================================
--- packages/python-rply/trunk/debian/copyright	                        (rev 0)
+++ packages/python-rply/trunk/debian/copyright	2014-01-11 05:56:55 UTC (rev 27151)
@@ -0,0 +1,58 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: rply
+Upstream-Contact: https://github.com/alex/rply/issues
+Source: https://github.com/alex/rply/
+
+Files: *
+Copyright: 2012-2013, Alex Gaynor and individual contributors
+License: BSD-3-clause
+
+Files: debian/*
+Copyright: 2013, Vasudev Kamath <kamathvasudev at gmail.com>
+License: GPL-3+
+
+License: BSD-3-clause
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ . 
+     1. Redistributions of source code must retain the above copyright
+        notice, this list of conditions and the following disclaimer.
+     2. Redistributions in binary form must reproduce the above
+        copyright notice, this list of conditions and the following
+        disclaimer in the documentation and/or other materials
+        provided with the distribution.
+     3. Neither the name of rply nor the names of its contributors may
+        be used to endorse or promote products derived from this
+        software without specific prior written permission.
+ .  
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+License: GPL-3+
+ This program is free software; you can redistribute it and/or modify it
+ under the terms of the GNU General Public License as published by the
+ Free Software Foundation; either version 3 of the License, or (at your
+ option) any later version.
+ .
+ This program is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ General Public License for more details.
+ .
+ Comment:
+ .
+ On Debian systems the 'GNU General Public License' version 3 is located
+ in '/usr/share/common-licenses/GPL-3'.
+ .
+ You should have received a copy of the 'GNU General Public License'
+ along with this program.  If not, see <http://www.gnu.org/licenses/>.

Added: packages/python-rply/trunk/debian/copyright_hints
===================================================================
--- packages/python-rply/trunk/debian/copyright_hints	                        (rev 0)
+++ packages/python-rply/trunk/debian/copyright_hints	2014-01-11 05:56:55 UTC (rev 27151)
@@ -0,0 +1,34 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: FIXME
+Upstream-Contact: FIXME
+Source: FIXME
+Disclaimer: Autogenerated by CDBS
+
+Files: PKG-INFO
+ README.rst
+ debian/compat
+ debian/control
+ debian/control.in
+ debian/gbp.conf
+ debian/rules
+ debian/source/format
+ debian/watch
+ rply/__init__.py
+ rply/errors.py
+ rply/grammar.py
+ rply/lexer.py
+ rply/lexergenerator.py
+ rply/parser.py
+ rply/parsergenerator.py
+ rply/token.py
+ rply/utils.py
+ setup.py
+Copyright: *No copyright*
+License: UNKNOWN
+ FIXME
+
+Files: LICENSE
+Copyright: Alex Gaynor and individual contributors
+License: BSD-3-clause
+ FIXME
+

Added: packages/python-rply/trunk/debian/gbp.conf
===================================================================
--- packages/python-rply/trunk/debian/gbp.conf	                        (rev 0)
+++ packages/python-rply/trunk/debian/gbp.conf	2014-01-11 05:56:55 UTC (rev 27151)
@@ -0,0 +1,13 @@
+[DEFAULT]
+cleaner = fakeroot debian/rules clean
+pristine-tar = False
+
+[git-buildpackage]
+export-dir = ../build-area/
+tarball-dir = ../tarballs/
+
+[git-dch]
+id-length = 7
+meta = True
+auto = True
+full = True

Added: packages/python-rply/trunk/debian/pypy-rply.install
===================================================================
--- packages/python-rply/trunk/debian/pypy-rply.install	                        (rev 0)
+++ packages/python-rply/trunk/debian/pypy-rply.install	2014-01-11 05:56:55 UTC (rev 27151)
@@ -0,0 +1 @@
+usr/lib/pypy
\ No newline at end of file

Added: packages/python-rply/trunk/debian/python-rply.install
===================================================================
--- packages/python-rply/trunk/debian/python-rply.install	                        (rev 0)
+++ packages/python-rply/trunk/debian/python-rply.install	2014-01-11 05:56:55 UTC (rev 27151)
@@ -0,0 +1 @@
+usr/lib/python2*
\ No newline at end of file

Added: packages/python-rply/trunk/debian/python3-rply.install
===================================================================
--- packages/python-rply/trunk/debian/python3-rply.install	                        (rev 0)
+++ packages/python-rply/trunk/debian/python3-rply.install	2014-01-11 05:56:55 UTC (rev 27151)
@@ -0,0 +1 @@
+usr/lib/python3*
\ No newline at end of file

Added: packages/python-rply/trunk/debian/rules
===================================================================
--- packages/python-rply/trunk/debian/rules	                        (rev 0)
+++ packages/python-rply/trunk/debian/rules	2014-01-11 05:56:55 UTC (rev 27151)
@@ -0,0 +1,48 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/utils.mk
+include /usr/share/cdbs/1/rules/upstream-tarball.mk
+include /usr/share/cdbs/1/class/python-distutils.mk
+include /usr/share/cdbs/1/rules/debhelper.mk
+
+# pypy binary package
+pypy_package = pypy-rply
+
+# Suppress unneeded build-dependencies
+CDBS_BUILD_DEPENDS_class_python-distutils_python =
+
+# Additional build-depends on pypy for building pypy-rply
+# TODO: remove this once dh_pypy is integrated into CDBS
+CDBS_BUILD_DEPENDS += , pypy, dh-python
+
+# generates get-orig-source target
+DEB_UPSTREAM_PACKAGE = rply
+DEB_UPSTREAM_URL = https://pypi.python.org/packages/source/r/rply
+DEB_UPSTREAM_TARBALL_MD5 = d0c820172d1af1f20ffad65898468e49
+
+# hook pypy-rply into existing cdbs build stage
+build/$(pypy_package):: build/%: debian/python-module-stampdir/%
+debian/python-module-stampdir/$(pypy_package):
+	cd $(cdbs_python_distutils_srcdir) && \
+		pypy $(cdbs_python_setup_cmd) build \
+		$(cdbs_python_build_args)
+	touch $@
+
+# hook pypy-rply into existing cdbs install stage
+install/$(pypy_package)::
+	cd $(cdbs_python_distutils_srcdir) && \
+		pypy $(cdbs_python_setup_cmd) install \
+		--root="$(cdbs_python_destdir)" \
+		--install-purelib=$(call cdbs_expand_python_distutils_installdir,pypy) \
+		$(cdbs_python_install_args)
+
+# hook in binary-post-install to invoke dh_pypy to calculate
+# dependencies, add maintainer script and byte compile files.
+binary-post-install/$(pypy_package):: binary-post-install/%: binary-install-python/%
+binary-install-python/$(pypy_package):: binary-install-python/%: binary-install/%
+	dh_pypy -p$(cdbs_curpkg) $(call cdbs_expand_curvar,DEB_DH_PYTHONHELPER_ARGS) $(call cdbs_expand_curvar, DEB_PYTHON_PRIVATE_MODULE_DIRS)
+
+python-module-clean/$(pypy_package)::
+	-cd $(cdbs_python_distutils_srcdir) && \
+		pypy $(cdbs_python_setup_cmd) clean \
+		$(cdbs_python_clean_args)


Property changes on: packages/python-rply/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/python-rply/trunk/debian/source/format
===================================================================
--- packages/python-rply/trunk/debian/source/format	                        (rev 0)
+++ packages/python-rply/trunk/debian/source/format	2014-01-11 05:56:55 UTC (rev 27151)
@@ -0,0 +1 @@
+3.0 (quilt)
\ No newline at end of file

Added: packages/python-rply/trunk/debian/watch
===================================================================
--- packages/python-rply/trunk/debian/watch	                        (rev 0)
+++ packages/python-rply/trunk/debian/watch	2014-01-11 05:56:55 UTC (rev 27151)
@@ -0,0 +1,3 @@
+version = 3
+https://pypi.python.org/packages/source/r/rply/\
+	rply-(\d.*).tar.gz
\ No newline at end of file




More information about the Python-modules-commits mailing list