[Python-modules-commits] r13638 - in packages/flufl.i18n/trunk (16 files)

warsaw-guest at users.alioth.debian.org warsaw-guest at users.alioth.debian.org
Fri Jun 25 17:56:59 UTC 2010


    Date: Friday, June 25, 2010 @ 17:56:58
  Author: warsaw-guest
Revision: 13638

[svn-inject] Applying Debian modifications to trunk

Added:
  packages/flufl.i18n/trunk/MANIFEST.in
  packages/flufl.i18n/trunk/Makefile
  packages/flufl.i18n/trunk/debian/
  packages/flufl.i18n/trunk/debian/changelog
  packages/flufl.i18n/trunk/debian/compat
  packages/flufl.i18n/trunk/debian/control
  packages/flufl.i18n/trunk/debian/copyright
  packages/flufl.i18n/trunk/debian/python-flufl.i18n.preinst
  packages/flufl.i18n/trunk/debian/rules
  packages/flufl.i18n/trunk/debian/source/
  packages/flufl.i18n/trunk/debian/source/format
  packages/flufl.i18n/trunk/debian/watch
Modified:
  packages/flufl.i18n/trunk/flufl/i18n/NEWS.txt
  packages/flufl.i18n/trunk/flufl/i18n/README.txt
  packages/flufl.i18n/trunk/flufl/i18n/__init__.py
  packages/flufl.i18n/trunk/setup.cfg

Added: packages/flufl.i18n/trunk/MANIFEST.in
===================================================================
--- packages/flufl.i18n/trunk/MANIFEST.in	                        (rev 0)
+++ packages/flufl.i18n/trunk/MANIFEST.in	2010-06-25 17:56:58 UTC (rev 13638)
@@ -0,0 +1,3 @@
+include *.py *.rc
+global-include *.txt *.po *.mo
+exclude MANIFEST.in .bzrignore

Added: packages/flufl.i18n/trunk/Makefile
===================================================================
--- packages/flufl.i18n/trunk/Makefile	                        (rev 0)
+++ packages/flufl.i18n/trunk/Makefile	2010-06-25 17:56:58 UTC (rev 13638)
@@ -0,0 +1,89 @@
+# Makefile for Sphinx documentation
+#
+
+# You can set these variables from the command line.
+SPHINXOPTS    =
+SPHINXBUILD   = sphinx-build
+PAPER         =
+BUILDDIR      = build
+
+# Internal variables.
+PAPEROPT_a4     = -D latex_paper_size=a4
+PAPEROPT_letter = -D latex_paper_size=letter
+ALLSPHINXOPTS   = -d $(BUILDDIR)/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) source
+
+.PHONY: help clean html dirhtml pickle json htmlhelp qthelp latex changes linkcheck doctest
+
+help:
+	@echo "Please use \`make <target>' where <target> is one of"
+	@echo "  html      to make standalone HTML files"
+	@echo "  dirhtml   to make HTML files named index.html in directories"
+	@echo "  pickle    to make pickle files"
+	@echo "  json      to make JSON files"
+	@echo "  htmlhelp  to make HTML files and a HTML help project"
+	@echo "  qthelp    to make HTML files and a qthelp project"
+	@echo "  latex     to make LaTeX files, you can set PAPER=a4 or PAPER=letter"
+	@echo "  changes   to make an overview of all changed/added/deprecated items"
+	@echo "  linkcheck to check all external links for integrity"
+	@echo "  doctest   to run all doctests embedded in the documentation (if enabled)"
+
+clean:
+	-rm -rf $(BUILDDIR)/*
+
+html:
+	$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
+	@echo
+	@echo "Build finished. The HTML pages are in $(BUILDDIR)/html."
+
+dirhtml:
+	$(SPHINXBUILD) -b dirhtml $(ALLSPHINXOPTS) $(BUILDDIR)/dirhtml
+	@echo
+	@echo "Build finished. The HTML pages are in $(BUILDDIR)/dirhtml."
+
+pickle:
+	$(SPHINXBUILD) -b pickle $(ALLSPHINXOPTS) $(BUILDDIR)/pickle
+	@echo
+	@echo "Build finished; now you can process the pickle files."
+
+json:
+	$(SPHINXBUILD) -b json $(ALLSPHINXOPTS) $(BUILDDIR)/json
+	@echo
+	@echo "Build finished; now you can process the JSON files."
+
+htmlhelp:
+	$(SPHINXBUILD) -b htmlhelp $(ALLSPHINXOPTS) $(BUILDDIR)/htmlhelp
+	@echo
+	@echo "Build finished; now you can run HTML Help Workshop with the" \
+	      ".hhp project file in $(BUILDDIR)/htmlhelp."
+
+qthelp:
+	$(SPHINXBUILD) -b qthelp $(ALLSPHINXOPTS) $(BUILDDIR)/qthelp
+	@echo
+	@echo "Build finished; now you can run "qcollectiongenerator" with the" \
+	      ".qhcp project file in $(BUILDDIR)/qthelp, like this:"
+	@echo "# qcollectiongenerator $(BUILDDIR)/qthelp/flufli18n.qhcp"
+	@echo "To view the help file:"
+	@echo "# assistant -collectionFile $(BUILDDIR)/qthelp/flufli18n.qhc"
+
+latex:
+	$(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex
+	@echo
+	@echo "Build finished; the LaTeX files are in $(BUILDDIR)/latex."
+	@echo "Run \`make all-pdf' or \`make all-ps' in that directory to" \
+	      "run these through (pdf)latex."
+
+changes:
+	$(SPHINXBUILD) -b changes $(ALLSPHINXOPTS) $(BUILDDIR)/changes
+	@echo
+	@echo "The overview file is in $(BUILDDIR)/changes."
+
+linkcheck:
+	$(SPHINXBUILD) -b linkcheck $(ALLSPHINXOPTS) $(BUILDDIR)/linkcheck
+	@echo
+	@echo "Link check complete; look for any errors in the above output " \
+	      "or in $(BUILDDIR)/linkcheck/output.txt."
+
+doctest:
+	$(SPHINXBUILD) -b doctest $(ALLSPHINXOPTS) $(BUILDDIR)/doctest
+	@echo "Testing of doctests in the sources finished, look at the " \
+	      "results in $(BUILDDIR)/doctest/output.txt."


Property changes on: packages/flufl.i18n/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/flufl.i18n/trunk/debian/changelog
===================================================================
--- packages/flufl.i18n/trunk/debian/changelog	                        (rev 0)
+++ packages/flufl.i18n/trunk/debian/changelog	2010-06-25 17:56:58 UTC (rev 13638)
@@ -0,0 +1,5 @@
+flufl.i18n (1.0.1-1) unstable; urgency=low
+
+  * source package automatically created by stdeb 0.5.1+git
+
+ -- Barry Warsaw <barry at python.org>  Thu, 10 Jun 2010 16:59:03 -0400

Added: packages/flufl.i18n/trunk/debian/compat
===================================================================
--- packages/flufl.i18n/trunk/debian/compat	                        (rev 0)
+++ packages/flufl.i18n/trunk/debian/compat	2010-06-25 17:56:58 UTC (rev 13638)
@@ -0,0 +1 @@
+7

Added: packages/flufl.i18n/trunk/debian/control
===================================================================
--- packages/flufl.i18n/trunk/debian/control	                        (rev 0)
+++ packages/flufl.i18n/trunk/debian/control	2010-06-25 17:56:58 UTC (rev 13638)
@@ -0,0 +1,31 @@
+Source: flufl.i18n
+Maintainer: Barry Warsaw <barry at python.org>
+Section: python
+Priority: optional
+Build-Depends: python (>= 2.6), python-setuptools (>= 0.6b3), debhelper (>= 7), python-support (>= 0.8.4)
+Standards-Version: 3.8.4
+
+Package: python-flufl.i18n
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}
+XB-Python-Version: ${python:Versions}
+Provides: ${python:Provides}
+Description: A high level API for Python internationalization
+ ======================================================
+ flufl.i18n - A high level API for internationalization
+ ======================================================
+ .
+ This package provides a high level, convenient API for managing
+ internationalization translation contexts in Python application.  There is a
+ simple API for single-context applications, such as command line scripts which
+ only need to translate into one language during the entire course of their
+ execution.  There is a more flexible, but still convenient API for
+ multi-context applications, such as servers, which may need to switch language
+ contexts for different tasks.
+ .
+ .
+ Requirements
+ ============
+ .
+ ``flufl.i18n`` requires Python 2.6.5 or newer, and is compatible with Python 3
+ when used with ``2to3``.

Added: packages/flufl.i18n/trunk/debian/copyright
===================================================================
--- packages/flufl.i18n/trunk/debian/copyright	                        (rev 0)
+++ packages/flufl.i18n/trunk/debian/copyright	2010-06-25 17:56:58 UTC (rev 13638)
@@ -0,0 +1,18 @@
+Copyright (C) 2004-2010 by Barry A. Warsaw
+
+This file is part of flufl.enum
+
+flufl.enum is free software: you can redistribute it and/or modify it under
+the terms of the GNU Lesser General Public License as published by the Free
+Software Foundation, version 3 of the License.
+
+flufl.enum 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 Lesser General Public License
+for more details.
+
+You should have received a copy of the GNU Lesser General Public License
+along with flufl.enum.  If not, see <http://www.gnu.org/licenses/>.
+
+This copyright file may also be available on your file system in
+/usr/share/common-licenses/LGPL-3
\ No newline at end of file

Added: packages/flufl.i18n/trunk/debian/python-flufl.i18n.preinst
===================================================================
--- packages/flufl.i18n/trunk/debian/python-flufl.i18n.preinst	                        (rev 0)
+++ packages/flufl.i18n/trunk/debian/python-flufl.i18n.preinst	2010-06-25 17:56:58 UTC (rev 13638)
@@ -0,0 +1,14 @@
+#! /bin/sh
+
+set -e
+
+# This was added by stdeb to workaround Debian #479852. In a nutshell,
+# pycentral does not remove normally remove its symlinks on an
+# upgrade. Since we're using python-support, however, those symlinks
+# will be broken. This tells python-central to clean up any symlinks.
+if [ -e /var/lib/dpkg/info/python-flufl.i18n.list ] && which pycentral >/dev/null 2>&1
+then
+    pycentral pkgremove python-flufl.i18n
+fi
+
+#DEBHELPER#

Added: packages/flufl.i18n/trunk/debian/rules
===================================================================
--- packages/flufl.i18n/trunk/debian/rules	                        (rev 0)
+++ packages/flufl.i18n/trunk/debian/rules	2010-06-25 17:56:58 UTC (rev 13638)
@@ -0,0 +1,22 @@
+#!/usr/bin/make -f
+
+# This file was automatically generated by stdeb 0.5.1+git at
+# Thu, 10 Jun 2010 16:59:03 -0400
+
+# Unset the environment variables set by dpkg-buildpackage. (This is
+# necessary because distutils is brittle with compiler/linker flags
+# set. Specifically, packages using f2py will break without this.)
+unexport CPPFLAGS
+unexport CFLAGS
+unexport CXXFLAGS
+unexport FFLAGS
+unexport LDFLAGS
+
+#exports specified using stdeb Setup-Env-Vars:
+export DH_OPTIONS=--buildsystem=python_distutils
+
+
+%:
+	dh $@
+
+


Property changes on: packages/flufl.i18n/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/flufl.i18n/trunk/debian/source/format
===================================================================
--- packages/flufl.i18n/trunk/debian/source/format	                        (rev 0)
+++ packages/flufl.i18n/trunk/debian/source/format	2010-06-25 17:56:58 UTC (rev 13638)
@@ -0,0 +1 @@
+1.0

Added: packages/flufl.i18n/trunk/debian/watch
===================================================================
--- packages/flufl.i18n/trunk/debian/watch	                        (rev 0)
+++ packages/flufl.i18n/trunk/debian/watch	2010-06-25 17:56:58 UTC (rev 13638)
@@ -0,0 +1,2 @@
+version=3
+http://pypi.python.org/packages/source/f/flufl.i18n/flufl.i18n-(.*).tar.gz

Modified: packages/flufl.i18n/trunk/flufl/i18n/NEWS.txt
===================================================================
--- packages/flufl.i18n/trunk/flufl/i18n/NEWS.txt	2010-06-25 17:56:49 UTC (rev 13637)
+++ packages/flufl.i18n/trunk/flufl/i18n/NEWS.txt	2010-06-25 17:56:58 UTC (rev 13638)
@@ -2,16 +2,19 @@
 NEWS for flufl.i18n
 =====================
 
-1.0.1 (2010-06-09)
+1.0.2 (2010-06-23)
 ==================
+ * Small documentation fix.
 
+
+1.0.1 (2010-06-09)
+==================
  * Ditch the use of zc.buildout.
  * Improved documentation.
 
 
 1.0 (2010-04-24)
 ================
-
  * Use Distribute instead of Setuptools.
  * Port to Python 3 when used with 2to3.
  * More documentation improvements.
@@ -19,13 +22,11 @@
 
 0.6 (2010-04-21)
 ================
-
  * Documentation and lint clean up.
 
 
 0.5 (2010-04-20)
 ================
-
  * Added a simplified initialization API for one-language-context
    applications. This works much better for non-server applications.
  * Added a SimpleStrategy which recognizes the $LOCPATH environment variable.
@@ -37,11 +38,9 @@
 
 0.4 (2010-03-04)
 ================
-
  * Add the ability to get the current language code, via _.code
 
 
 0.3 (2009-11-15)
 ================
-
  * Initial release; refactored from Mailman 3.

Modified: packages/flufl.i18n/trunk/flufl/i18n/README.txt
===================================================================
--- packages/flufl.i18n/trunk/flufl/i18n/README.txt	2010-06-25 17:56:49 UTC (rev 13637)
+++ packages/flufl.i18n/trunk/flufl/i18n/README.txt	2010-06-25 17:56:58 UTC (rev 13638)
@@ -84,10 +84,10 @@
 =================
 
 .. toctree::
+    :glob:
 
-    docs/using.txt
-    docs/strategies.txt
-    docs/expand.txt
-    NEWS.txt
+    docs/using
+    docs/*
+    NEWS
 
 .. _`simple guide`: docs/using.html

Modified: packages/flufl.i18n/trunk/flufl/i18n/__init__.py
===================================================================
--- packages/flufl.i18n/trunk/flufl/i18n/__init__.py	2010-06-25 17:56:49 UTC (rev 13637)
+++ packages/flufl.i18n/trunk/flufl/i18n/__init__.py	2010-06-25 17:56:58 UTC (rev 13638)
@@ -16,7 +16,7 @@
 
 """Expose sub-module names in the package namespace."""
 
-__version__ = '1.0.1'
+__version__ = '1.0.2'
 
 from flufl.i18n._expand import expand
 from flufl.i18n._registry import registry

Modified: packages/flufl.i18n/trunk/setup.cfg
===================================================================
--- packages/flufl.i18n/trunk/setup.cfg	2010-06-25 17:56:49 UTC (rev 13637)
+++ packages/flufl.i18n/trunk/setup.cfg	2010-06-25 17:56:58 UTC (rev 13638)
@@ -1,11 +1,5 @@
 [build_sphinx]
-source_dir = flufl/i18n
+source_dir: flufl/i18n
 
-[egg_info]
-tag_build = 
-tag_date = 0
-tag_svn_revision = 0
-
 [upload_docs]
-upload_dir = build/sphinx/html
-
+upload_dir: build/sphinx/html




More information about the Python-modules-commits mailing list