[Python-modules-commits] r1750 - in /packages/myghtyutils/trunk:
debian/ debian/changelog
debian/compat debian/control debian/copyright debian/dirs debian/rules
debian/watch lib/MyghtyUtils.egg-info/PKG-INFO
lib/MyghtyUtils.egg-info/SOURCES.txt
malex at users.alioth.debian.org
malex at users.alioth.debian.org
Tue Jan 30 01:31:18 CET 2007
Author: malex
Date: Tue Jan 30 01:31:18 2007
New Revision: 1750
URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=1750
Log:
[svn-inject] Applying Debian modifications to trunk
Added:
packages/myghtyutils/trunk/debian/ (with props)
packages/myghtyutils/trunk/debian/changelog
packages/myghtyutils/trunk/debian/compat
packages/myghtyutils/trunk/debian/control
packages/myghtyutils/trunk/debian/copyright
packages/myghtyutils/trunk/debian/dirs
packages/myghtyutils/trunk/debian/rules (with props)
packages/myghtyutils/trunk/debian/watch
Modified:
packages/myghtyutils/trunk/lib/MyghtyUtils.egg-info/PKG-INFO
packages/myghtyutils/trunk/lib/MyghtyUtils.egg-info/SOURCES.txt
Propchange: packages/myghtyutils/trunk/debian/
------------------------------------------------------------------------------
mergeWithUpstream = 1
Added: packages/myghtyutils/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/myghtyutils/trunk/debian/changelog?rev=1750&op=file
==============================================================================
--- packages/myghtyutils/trunk/debian/changelog (added)
+++ packages/myghtyutils/trunk/debian/changelog Tue Jan 30 01:31:18 2007
@@ -1,0 +1,5 @@
+myghtyutils (0.52-1) unstable; urgency=low
+
+ * Initial release (Closes: #393739).
+
+ -- Oleksandr Moskalenko <malex at debian.org> Tue, 17 Oct 2006 00:53:52 -0600
Added: packages/myghtyutils/trunk/debian/compat
URL: http://svn.debian.org/wsvn/python-modules/packages/myghtyutils/trunk/debian/compat?rev=1750&op=file
==============================================================================
--- packages/myghtyutils/trunk/debian/compat (added)
+++ packages/myghtyutils/trunk/debian/compat Tue Jan 30 01:31:18 2007
@@ -1,0 +1,1 @@
+5
Added: packages/myghtyutils/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/myghtyutils/trunk/debian/control?rev=1750&op=file
==============================================================================
--- packages/myghtyutils/trunk/debian/control (added)
+++ packages/myghtyutils/trunk/debian/control Tue Jan 30 01:31:18 2007
@@ -1,0 +1,24 @@
+Source: myghtyutils
+Section: web
+Priority: optional
+Maintainer: Oleksandr Moskalenko <malex at debian.org>
+Build-Depends: debhelper (>= 5), python (>= 2.3.3), python-all-dev, python-support (>= 0.4.17), python-setuptools (>= 0.6b3-1)
+Standards-Version: 3.7.2
+XS-Python-Version: all
+
+Package: python-myghtyutils
+Architecture: all
+Depends: ${python:Depends}, python
+XB-Python-Version: ${python:Versions}
+Enhances: python-myghtyutils
+Description: Set of utility classes used by Myghty templating
+ Utility classes used by Myghty templating:
+ container - the Containment system providing back-end neutral key/value
+ storage, with support for in-memory, DBM files, flat files, and memcached.
+ buffer - some functions for augmenting file objects .
+ util - various utility functions and objects.
+ synchronizer - provides many reader/single writer synchronization using
+ either thread mutexes or lockfiles.
+ session - provides a Session interface built upon the Container, similar
+ interface to mod_python session. Currently needs a mod_python-like request
+ object, this should be changed to something more generic.
Added: packages/myghtyutils/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/python-modules/packages/myghtyutils/trunk/debian/copyright?rev=1750&op=file
==============================================================================
--- packages/myghtyutils/trunk/debian/copyright (added)
+++ packages/myghtyutils/trunk/debian/copyright Tue Jan 30 01:31:18 2007
@@ -1,0 +1,33 @@
+This package was debianized by Oleksandr Moskalenko <malex at debian.org> on Tue,
+17 Oct 2006 00:57:00 -0600.
+
+It was downloaded from <http://cheeseshop.python.org/pypi/MyghtyUtils/>.
+
+Upstream Author: Michael Bayer <mike at myghty.org>
+
+Copyright: Copyright (c) 2006 Mike Bayer <mike at myghty.org>.
+
+License:
+
+ This package is licensed under the MIT License.
+
+ 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.
+
+The Debian packaging is (C) 2006, Oleksandr Moskalenko <malex at debian.org> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
Added: packages/myghtyutils/trunk/debian/dirs
URL: http://svn.debian.org/wsvn/python-modules/packages/myghtyutils/trunk/debian/dirs?rev=1750&op=file
==============================================================================
--- packages/myghtyutils/trunk/debian/dirs (added)
+++ packages/myghtyutils/trunk/debian/dirs Tue Jan 30 01:31:18 2007
@@ -1,0 +1,1 @@
+usr/share/python-support/python-myghtyutils
Added: packages/myghtyutils/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/myghtyutils/trunk/debian/rules?rev=1750&op=file
==============================================================================
--- packages/myghtyutils/trunk/debian/rules (added)
+++ packages/myghtyutils/trunk/debian/rules Tue Jan 30 01:31:18 2007
@@ -1,0 +1,59 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+DEB_UPSTREAM_VERSION=$(shell dpkg-parsechangelog \
+ | grep ^Version: | cut -d ' ' -f 2 | cut -d '-' -f 1)
+package=python-myghtyutils
+
+clean:
+ rm -f build-*
+ dh_testdir
+ dh_testroot
+ python setup.py clean
+ rm -rf build
+ find . -name *\.py[co] -exec rm -f {} \;
+ dh_clean
+
+build: build-indep
+
+build-indep:
+ touch $@
+
+build-stamp:
+ dh_testdir
+ python setup.py build
+ touch $@
+
+install: build
+ dh_testdir
+ dh_testroot
+ dh_clean -k
+ dh_installdirs
+ python setup.py install \
+ --no-compile \
+ --single-version-externally-managed \
+ --root $(CURDIR)/debian/$(package)
+
+binary-indep: build install
+ dh_testdir
+ dh_testroot
+ dh_installchangelogs
+ dh_installdocs
+ dh_installexamples
+ dh_strip
+ dh_compress -X.py
+ dh_fixperms
+ dh_pysupport
+ mv debian/$(package)/usr/share/python-support/$(package)/MyghtyUtils-${DEB_UPSTREAM_VERSION}-py[0-9].[0-9].egg-info \
+ debian/$(package)/usr/share/python-support/$(package)/myghtyutils-${DEB_UPSTREAM_VERSION}.egg-info
+ dh_installdeb
+ dh_shlibdeps
+ dh_gencontrol
+ dh_md5sums
+ dh_builddeb
+
+binary-arch:
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install configure
Propchange: packages/myghtyutils/trunk/debian/rules
------------------------------------------------------------------------------
svn:executable = *
Added: packages/myghtyutils/trunk/debian/watch
URL: http://svn.debian.org/wsvn/python-modules/packages/myghtyutils/trunk/debian/watch?rev=1750&op=file
==============================================================================
--- packages/myghtyutils/trunk/debian/watch (added)
+++ packages/myghtyutils/trunk/debian/watch Tue Jan 30 01:31:18 2007
@@ -1,0 +1,2 @@
+version=3
+http://cheeseshop.python.org/packages/source/M/MyghtyUtils/MyghtyUtils-(.*)\.zip
Modified: packages/myghtyutils/trunk/lib/MyghtyUtils.egg-info/PKG-INFO
URL: http://svn.debian.org/wsvn/python-modules/packages/myghtyutils/trunk/lib/MyghtyUtils.egg-info/PKG-INFO?rev=1750&op=diff
==============================================================================
--- packages/myghtyutils/trunk/lib/MyghtyUtils.egg-info/PKG-INFO (original)
+++ packages/myghtyutils/trunk/lib/MyghtyUtils.egg-info/PKG-INFO Tue Jan 30 01:31:18 2007
@@ -1,31 +1,31 @@
-Metadata-Version: 1.0
-Name: MyghtyUtils
-Version: 0.52
-Summary: Container and Utility Functions from the Myghty Template Framework
-Home-page: http://www.myghty.org
-Author: Mike Bayer
-Author-email: mike at myghty.org
-License: MIT License
-Description: This is the set of utility classes used by Myghty templating. Included are:
-
- container - the Containment system providing back-end neutral key/value storage,
- with support for in-memory, DBM files, flat files, and memcached
-
- buffer - some functions for augmenting file objects
-
- util - various utility functions and objects
-
- synchronizer - provides many reader/single writer synchronization using
- either thread mutexes or lockfiles
-
- session - provides a Session interface built upon the Container, similar
- interface to mod_python session. Currently needs a mod_python-like request object,
- this should be changed to something more generic.
- `Development SVN <http://svn.myghty.org/myghtyutils/trunk#egg=myghtyutils-dev>`_
-
-
-Platform: UNKNOWN
-Classifier: Development Status :: 4 - Beta
-Classifier: Intended Audience :: Developers
-Classifier: License :: OSI Approved :: MIT License
-Classifier: Programming Language :: Python
+Metadata-Version: 1.0
+Name: MyghtyUtils
+Version: 0.52
+Summary: Container and Utility Functions from the Myghty Template Framework
+Home-page: http://www.myghty.org
+Author: Mike Bayer
+Author-email: mike at myghty.org
+License: MIT License
+Description: This is the set of utility classes used by Myghty templating. Included are:
+
+ container - the Containment system providing back-end neutral key/value storage,
+ with support for in-memory, DBM files, flat files, and memcached
+
+ buffer - some functions for augmenting file objects
+
+ util - various utility functions and objects
+
+ synchronizer - provides many reader/single writer synchronization using
+ either thread mutexes or lockfiles
+
+ session - provides a Session interface built upon the Container, similar
+ interface to mod_python session. Currently needs a mod_python-like request object,
+ this should be changed to something more generic.
+ `Development SVN <http://svn.myghty.org/myghtyutils/trunk#egg=myghtyutils-dev>`_
+
+
+Platform: UNKNOWN
+Classifier: Development Status :: 4 - Beta
+Classifier: Intended Audience :: Developers
+Classifier: License :: OSI Approved :: MIT License
+Classifier: Programming Language :: Python
Modified: packages/myghtyutils/trunk/lib/MyghtyUtils.egg-info/SOURCES.txt
URL: http://svn.debian.org/wsvn/python-modules/packages/myghtyutils/trunk/lib/MyghtyUtils.egg-info/SOURCES.txt?rev=1750&op=diff
==============================================================================
--- packages/myghtyutils/trunk/lib/MyghtyUtils.egg-info/SOURCES.txt (original)
+++ packages/myghtyutils/trunk/lib/MyghtyUtils.egg-info/SOURCES.txt Tue Jan 30 01:31:18 2007
@@ -1,20 +1,16 @@
-LICENSE
-README
-ez_setup.py
-setup.py
-lib/MyghtyUtils.egg-info/PKG-INFO
-lib/MyghtyUtils.egg-info/SOURCES.txt
-lib/MyghtyUtils.egg-info/dependency_links.txt
-lib/MyghtyUtils.egg-info/top_level.txt
-lib/myghtyutils/__init__.py
-lib/myghtyutils/buffer.py
-lib/myghtyutils/container.py
-lib/myghtyutils/session.py
-lib/myghtyutils/synchronization.py
-lib/myghtyutils/util.py
-lib/myghtyutils/ext/__init__.py
-lib/myghtyutils/ext/memcached.py
-test/Container.py
-test/LRUCache.py
-test/SyncDict.py
-test/testbase.py
+README
+setup.cfg
+setup.py
+lib/MyghtyUtils.egg-info/PKG-INFO
+lib/MyghtyUtils.egg-info/SOURCES.txt
+lib/MyghtyUtils.egg-info/dependency_links.txt
+lib/MyghtyUtils.egg-info/top_level.txt
+lib/myghtyutils/__init__.py
+lib/myghtyutils/buffer.py
+lib/myghtyutils/container.py
+lib/myghtyutils/session.py
+lib/myghtyutils/synchronization.py
+lib/myghtyutils/util.py
+lib/myghtyutils/ext/__init__.py
+lib/myghtyutils/ext/memcached.py
+test/testbase.py
More information about the Python-modules-commits
mailing list