[Python-modules-commits] r27809 - in packages/python-rply/tags (16 files)

mithrandi at users.alioth.debian.org mithrandi at users.alioth.debian.org
Fri Feb 21 15:51:52 UTC 2014


    Date: Friday, February 21, 2014 @ 15:51:51
  Author: mithrandi
Revision: 27809

[svn-buildpackage] Tagging python-rply 0.7.2-1

Added:
  packages/python-rply/tags/0.7.2-1/
  packages/python-rply/tags/0.7.2-1/debian/changelog
    (from rev 27808, packages/python-rply/trunk/debian/changelog)
  packages/python-rply/tags/0.7.2-1/debian/control
    (from rev 27268, packages/python-rply/trunk/debian/control)
  packages/python-rply/tags/0.7.2-1/debian/control.in
    (from rev 27270, packages/python-rply/trunk/debian/control.in)
  packages/python-rply/tags/0.7.2-1/debian/copyright_hints
    (from rev 27273, packages/python-rply/trunk/debian/copyright_hints)
  packages/python-rply/tags/0.7.2-1/debian/docs
    (from rev 27272, packages/python-rply/trunk/debian/docs)
  packages/python-rply/tags/0.7.2-1/debian/patches/
  packages/python-rply/tags/0.7.2-1/debian/rules
    (from rev 27808, packages/python-rply/trunk/debian/rules)
  packages/python-rply/tags/0.7.2-1/debian/upstream/
  packages/python-rply/tags/0.7.2-1/debian/watch
    (from rev 27269, packages/python-rply/trunk/debian/watch)
Deleted:
  packages/python-rply/tags/0.7.2-1/debian/changelog
  packages/python-rply/tags/0.7.2-1/debian/control
  packages/python-rply/tags/0.7.2-1/debian/control.in
  packages/python-rply/tags/0.7.2-1/debian/copyright_hints
  packages/python-rply/tags/0.7.2-1/debian/rules
  packages/python-rply/tags/0.7.2-1/debian/watch

Deleted: packages/python-rply/tags/0.7.2-1/debian/changelog
===================================================================
--- packages/python-rply/trunk/debian/changelog	2014-01-17 22:30:03 UTC (rev 27266)
+++ packages/python-rply/tags/0.7.2-1/debian/changelog	2014-02-21 15:51:51 UTC (rev 27809)
@@ -1,6 +0,0 @@
-python-rply (0.7.0-1) unstable; urgency=low
-
-  * Initial Release. (Closes: #731071).
-
- -- Vasudev Kamath <kamathvasudev at gmail.com>  Mon, 02 Dec 2013 21:58:23 +0530
-

Copied: packages/python-rply/tags/0.7.2-1/debian/changelog (from rev 27808, packages/python-rply/trunk/debian/changelog)
===================================================================
--- packages/python-rply/tags/0.7.2-1/debian/changelog	                        (rev 0)
+++ packages/python-rply/tags/0.7.2-1/debian/changelog	2014-02-21 15:51:51 UTC (rev 27809)
@@ -0,0 +1,25 @@
+python-rply (0.7.2-1) unstable; urgency=medium
+
+  * New upstream release.
+  * Switch to ASCII-armored keyring in debian/upstream/signing-key.asc.
+
+ -- Tristan Seligmann <mithrandi at debian.org>  Fri, 21 Feb 2014 17:46:07 +0200
+
+python-rply (0.7.1-1) unstable; urgency=medium
+
+  * New upstream release.
+    - Fixes insecure /tmp handling (Closes: #735263).
+  * Add myself to Uploaders.
+  * Add PGP signature checking to watch file.
+  * Patch setup.py to use distutils instead of setuptools (since setuptools is
+    not packaged for pypy in Debian yet).
+  * Install upstream README.
+
+ -- Tristan Seligmann <mithrandi at debian.org>  Sat, 18 Jan 2014 02:45:02 +0200
+
+python-rply (0.7.0-1) unstable; urgency=low
+
+  * Initial Release. (Closes: #731071).
+
+ -- Vasudev Kamath <kamathvasudev at gmail.com>  Mon, 02 Dec 2013 21:58:23 +0530
+

Deleted: packages/python-rply/tags/0.7.2-1/debian/control
===================================================================
--- packages/python-rply/trunk/debian/control	2014-01-17 22:30:03 UTC (rev 27266)
+++ packages/python-rply/tags/0.7.2-1/debian/control	2014-02-21 15:51:51 UTC (rev 27809)
@@ -1,49 +0,0 @@
-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-Svn: svn://anonscm.debian.org/python-modules/packages/python-rply/trunk/
-Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-rply/trunk/
-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.

Copied: packages/python-rply/tags/0.7.2-1/debian/control (from rev 27268, packages/python-rply/trunk/debian/control)
===================================================================
--- packages/python-rply/tags/0.7.2-1/debian/control	                        (rev 0)
+++ packages/python-rply/tags/0.7.2-1/debian/control	2014-02-21 15:51:51 UTC (rev 27809)
@@ -0,0 +1,50 @@
+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>,
+ Tristan Seligmann <mithrandi at debian.org>
+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-Svn: svn://anonscm.debian.org/python-modules/packages/python-rply/trunk/
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-rply/trunk/
+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.

Deleted: packages/python-rply/tags/0.7.2-1/debian/control.in
===================================================================
--- packages/python-rply/trunk/debian/control.in	2014-01-17 22:30:03 UTC (rev 27266)
+++ packages/python-rply/tags/0.7.2-1/debian/control.in	2014-02-21 15:51:51 UTC (rev 27809)
@@ -1,42 +0,0 @@
-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-Svn: svn://anonscm.debian.org/python-modules/packages/python-rply/trunk/
-Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-rply/trunk
-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.

Copied: packages/python-rply/tags/0.7.2-1/debian/control.in (from rev 27270, packages/python-rply/trunk/debian/control.in)
===================================================================
--- packages/python-rply/tags/0.7.2-1/debian/control.in	                        (rev 0)
+++ packages/python-rply/tags/0.7.2-1/debian/control.in	2014-02-21 15:51:51 UTC (rev 27809)
@@ -0,0 +1,43 @@
+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>,
+ Tristan Seligmann <mithrandi at debian.org>
+Build-Depends: @cdbs@
+Standards-Version: 3.9.5
+Homepage: https://github.com/alex/rply
+Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-rply/trunk/
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-rply/trunk/
+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.

Deleted: packages/python-rply/tags/0.7.2-1/debian/copyright_hints
===================================================================
--- packages/python-rply/trunk/debian/copyright_hints	2014-01-17 22:30:03 UTC (rev 27266)
+++ packages/python-rply/tags/0.7.2-1/debian/copyright_hints	2014-02-21 15:51:51 UTC (rev 27809)
@@ -1,34 +0,0 @@
-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
-

Copied: packages/python-rply/tags/0.7.2-1/debian/copyright_hints (from rev 27273, packages/python-rply/trunk/debian/copyright_hints)
===================================================================
--- packages/python-rply/tags/0.7.2-1/debian/copyright_hints	                        (rev 0)
+++ packages/python-rply/tags/0.7.2-1/debian/copyright_hints	2014-02-21 15:51:51 UTC (rev 27809)
@@ -0,0 +1,49 @@
+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: MANIFEST.in
+ PKG-INFO
+ README.rst
+ debian/compat
+ debian/control
+ debian/control.in
+ debian/docs
+ debian/gbp.conf
+ debian/patches/2001_dont_use_setuptools.patch
+ debian/patches/README
+ debian/patches/series
+ debian/pypy-rply.install
+ debian/python-rply.install
+ debian/python3-rply.install
+ debian/rules
+ debian/source/format
+ debian/source/include-binaries
+ debian/upstream-signing-key.pgp
+ debian/watch
+ rply.egg-info/PKG-INFO
+ rply.egg-info/SOURCES.txt
+ rply.egg-info/dependency_links.txt
+ rply.egg-info/top_level.txt
+ 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.cfg
+ setup.py
+Copyright: *No copyright*
+License: UNKNOWN
+ FIXME
+
+Files: LICENSE
+Copyright: Alex Gaynor and individual contributors
+License: BSD-3-clause
+ FIXME
+

Copied: packages/python-rply/tags/0.7.2-1/debian/docs (from rev 27272, packages/python-rply/trunk/debian/docs)
===================================================================
--- packages/python-rply/tags/0.7.2-1/debian/docs	                        (rev 0)
+++ packages/python-rply/tags/0.7.2-1/debian/docs	2014-02-21 15:51:51 UTC (rev 27809)
@@ -0,0 +1 @@
+README.rst

Deleted: packages/python-rply/tags/0.7.2-1/debian/rules
===================================================================
--- packages/python-rply/trunk/debian/rules	2014-01-17 22:30:03 UTC (rev 27266)
+++ packages/python-rply/tags/0.7.2-1/debian/rules	2014-02-21 15:51:51 UTC (rev 27809)
@@ -1,48 +0,0 @@
-#!/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)

Copied: packages/python-rply/tags/0.7.2-1/debian/rules (from rev 27808, packages/python-rply/trunk/debian/rules)
===================================================================
--- packages/python-rply/tags/0.7.2-1/debian/rules	                        (rev 0)
+++ packages/python-rply/tags/0.7.2-1/debian/rules	2014-02-21 15:51:51 UTC (rev 27809)
@@ -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 = 7a67a9ba6aa86eda094cfb2c13eaecea
+
+# 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)

Deleted: packages/python-rply/tags/0.7.2-1/debian/watch
===================================================================
--- packages/python-rply/trunk/debian/watch	2014-01-17 22:30:03 UTC (rev 27266)
+++ packages/python-rply/tags/0.7.2-1/debian/watch	2014-02-21 15:51:51 UTC (rev 27809)
@@ -1,3 +0,0 @@
-version = 3
-https://pypi.python.org/packages/source/r/rply/\
-	rply-(\d.*).tar.gz
\ No newline at end of file

Copied: packages/python-rply/tags/0.7.2-1/debian/watch (from rev 27269, packages/python-rply/trunk/debian/watch)
===================================================================
--- packages/python-rply/tags/0.7.2-1/debian/watch	                        (rev 0)
+++ packages/python-rply/tags/0.7.2-1/debian/watch	2014-02-21 15:51:51 UTC (rev 27809)
@@ -0,0 +1,4 @@
+version = 3
+opts=pgpsigurlmangle=s/$/.asc/ \
+    https://pypi.python.org/packages/source/r/rply/ \
+    rply-(\d.*).tar.gz




More information about the Python-modules-commits mailing list