[Python-apps-commits] r12030 - in pep257/pep257/trunk (16 files)

danstender-guest at users.alioth.debian.org danstender-guest at users.alioth.debian.org
Mon Jun 22 11:14:28 UTC 2015


    Date: Monday, June 22, 2015 @ 11:14:27
  Author: danstender-guest
Revision: 12030

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

Added:
  pep257/pep257/trunk/debian/
  pep257/pep257/trunk/debian/changelog
  pep257/pep257/trunk/debian/compat
  pep257/pep257/trunk/debian/control
  pep257/pep257/trunk/debian/copyright
  pep257/pep257/trunk/debian/patches/
  pep257/pep257/trunk/debian/patches/disable-sphinxcontrib.issuetracker.diff
  pep257/pep257/trunk/debian/patches/series
  pep257/pep257/trunk/debian/patches/update-docs.patch
  pep257/pep257/trunk/debian/rules
  pep257/pep257/trunk/debian/source/
  pep257/pep257/trunk/debian/source/format
  pep257/pep257/trunk/debian/tests/
  pep257/pep257/trunk/debian/tests/control
  pep257/pep257/trunk/debian/tests/pep257
  pep257/pep257/trunk/debian/watch


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

Added: pep257/pep257/trunk/debian/changelog
===================================================================
--- pep257/pep257/trunk/debian/changelog	                        (rev 0)
+++ pep257/pep257/trunk/debian/changelog	2015-06-22 11:14:27 UTC (rev 12030)
@@ -0,0 +1,5 @@
+pep257 (0.5.0-1) UNRELEASED; urgency=medium
+
+  * Initial release (Closes: #726704).
+
+ -- Daniel Stender <debian at danielstender.com>  Mon, 22 Jun 2015 13:01:16 +0200

Added: pep257/pep257/trunk/debian/compat
===================================================================
--- pep257/pep257/trunk/debian/compat	                        (rev 0)
+++ pep257/pep257/trunk/debian/compat	2015-06-22 11:14:27 UTC (rev 12030)
@@ -0,0 +1 @@
+9

Added: pep257/pep257/trunk/debian/control
===================================================================
--- pep257/pep257/trunk/debian/control	                        (rev 0)
+++ pep257/pep257/trunk/debian/control	2015-06-22 11:14:27 UTC (rev 12030)
@@ -0,0 +1,30 @@
+Source: pep257
+Section: python
+Priority: optional
+Maintainer: Daniel Stender <debian at danielstender.com>
+Uploaders:
+ Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
+Build-Depends:
+ debhelper (>= 9),
+ dh-python,
+ python-all,
+ python-mock,
+ python-nose,
+ python-sphinx
+Standards-Version: 3.9.6
+Homepage: http://pep257.readthedocs.org/en/latest
+X-Python-Version: >= 2.6
+Testsuite: autopkgtest
+
+Package: pep257
+Architecture: all
+Depends:
+ ${misc:Depends},
+ ${python:Depends}
+Description: static Python code analysis tool for PEP 257 compliance
+ PEP 257 provides conventions for Python docstrings (string literals which
+ occur as first statement in a module, function, class or method definition
+ for the sake of documentation). This tool checks Python code whether
+ these conventions have been complied with, and if docstring are missing.
+ The framework for checking docstring style is flexible, and custom checks can
+ be easily added, for example to cover NumPy docstring conventions.

Added: pep257/pep257/trunk/debian/copyright
===================================================================
--- pep257/pep257/trunk/debian/copyright	                        (rev 0)
+++ pep257/pep257/trunk/debian/copyright	2015-06-22 11:14:27 UTC (rev 12030)
@@ -0,0 +1,32 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: pep257
+Upstream-Contact: Amir Rachum <nurdok at gmail.com>
+Source: https://github.com/GreenSteam/pep257
+
+Files: *
+Copyright: 2013-2015 Vladimir Keleshev <vladimir at keleshev.com>
+License: Expat
+
+Files: debian/*
+Copyright: 2015 Daniel Stender <debian at danielstender.com>
+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.

Added: pep257/pep257/trunk/debian/patches/disable-sphinxcontrib.issuetracker.diff
===================================================================
--- pep257/pep257/trunk/debian/patches/disable-sphinxcontrib.issuetracker.diff	                        (rev 0)
+++ pep257/pep257/trunk/debian/patches/disable-sphinxcontrib.issuetracker.diff	2015-06-22 11:14:27 UTC (rev 12030)
@@ -0,0 +1,16 @@
+Description: disable sphinxcontrib.issuetracker
+ needs a net connection at build time which isn't favored 
+Author: Daniel Stender <debian at danielstender.com>
+Forwarded: not-needed
+
+--- a/docs/conf.py
++++ b/docs/conf.py
+@@ -32,7 +32,7 @@
+     'sphinx.ext.autodoc',
+     'sphinx.ext.coverage',
+     'sphinx.ext.viewcode',
+-    'sphinxcontrib.issuetracker',  # autolinks issue numbers (like #78)
++#    'sphinxcontrib.issuetracker',  # autolinks issue numbers (like #78)
+ ]
+ 
+ # Add any paths that contain templates here, relative to this directory.

Added: pep257/pep257/trunk/debian/patches/series
===================================================================
--- pep257/pep257/trunk/debian/patches/series	                        (rev 0)
+++ pep257/pep257/trunk/debian/patches/series	2015-06-22 11:14:27 UTC (rev 12030)
@@ -0,0 +1,2 @@
+disable-sphinxcontrib.issuetracker.diff
+update-docs.patch

Added: pep257/pep257/trunk/debian/patches/update-docs.patch
===================================================================
--- pep257/pep257/trunk/debian/patches/update-docs.patch	                        (rev 0)
+++ pep257/pep257/trunk/debian/patches/update-docs.patch	2015-06-22 11:14:27 UTC (rev 12030)
@@ -0,0 +1,18 @@
+Description: update docs
+Author: Daniel Stender <debian at danielstender.com>
+Forwarded: no
+
+--- a/docs/conf.py
++++ b/docs/conf.py
+@@ -56,9 +56,9 @@
+ # built documents.
+ #
+ # The short X.Y version.
+-version = '0.4.1'
++version = '0.5.0'
+ # The full version, including alpha/beta/rc tags.
+-release = '0.4.1'
++release = '0.5.0'
+ 
+ # The language for content autogenerated by Sphinx. Refer to documentation
+ # for a list of supported languages.

Added: pep257/pep257/trunk/debian/rules
===================================================================
--- pep257/pep257/trunk/debian/rules	                        (rev 0)
+++ pep257/pep257/trunk/debian/rules	2015-06-22 11:14:27 UTC (rev 12030)
@@ -0,0 +1,19 @@
+#!/usr/bin/make -f
+#export DH_VERBOSE=1
+#export DEB_BUILD_OPTIONS=nocheck
+export PYBUILD_NAME=pep257
+
+DEBDATE := $(shell dpkg-parsechangelog -Sdate | date -u +%F -f -)
+
+%:
+	dh $@ --with python2 --buildsystem=pybuild
+
+override_dh_auto_test:
+	PYBUILD_SYSTEM=custom PYBUILD_TEST_ARGS="{interpreter} -m nose -v" dh_auto_test
+
+override_dh_installchangelogs:
+	dh_installchangelogs docs/release_notes.rst
+
+override_dh_installman:
+	PYTHONPATH=. http_proxy='127.0.0.1:9' sphinx-build -D today_fmt="$(DEBDATE)" -N -bman docs .pybuild
+	dh_installman .pybuild/pep257.1


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

Added: pep257/pep257/trunk/debian/source/format
===================================================================
--- pep257/pep257/trunk/debian/source/format	                        (rev 0)
+++ pep257/pep257/trunk/debian/source/format	2015-06-22 11:14:27 UTC (rev 12030)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: pep257/pep257/trunk/debian/tests/control
===================================================================
--- pep257/pep257/trunk/debian/tests/control	                        (rev 0)
+++ pep257/pep257/trunk/debian/tests/control	2015-06-22 11:14:27 UTC (rev 12030)
@@ -0,0 +1,2 @@
+Tests: pep257
+Depends: python-nose, python-mock
\ No newline at end of file

Added: pep257/pep257/trunk/debian/tests/pep257
===================================================================
--- pep257/pep257/trunk/debian/tests/pep257	                        (rev 0)
+++ pep257/pep257/trunk/debian/tests/pep257	2015-06-22 11:14:27 UTC (rev 12030)
@@ -0,0 +1,2 @@
+#!/bin/sh -e
+pyversions -i | tr ' ' '\n' | xargs -I {} env {} -Wd -m nose --verbose 2>&1


Property changes on: pep257/pep257/trunk/debian/tests/pep257
___________________________________________________________________
Added: svn:executable
   + *

Added: pep257/pep257/trunk/debian/watch
===================================================================
--- pep257/pep257/trunk/debian/watch	                        (rev 0)
+++ pep257/pep257/trunk/debian/watch	2015-06-22 11:14:27 UTC (rev 12030)
@@ -0,0 +1,4 @@
+version=3
+opts=filenamemangle=s/(?:.*\/)?(\d[\d\.]+)\.tar\.gz/pep257-$1.tar.gz/ \
+https://github.com/GreenSteam/pep257/releases (?:.*/)?(\d[\d\.]+)\.tar\.gz
+# better than Pypi tarball, ships with docs and tests




More information about the Python-apps-commits mailing list