[Python-modules-commits] r14596 - in packages/python3-ipaddr (9 files)

kitterman at users.alioth.debian.org kitterman at users.alioth.debian.org
Fri Oct 15 22:43:16 UTC 2010


    Date: Friday, October 15, 2010 @ 22:43:15
  Author: kitterman
Revision: 14596

Tagging 2.1.5-1.

Added:
  packages/python3-ipaddr/tags/
  packages/python3-ipaddr/tags/2.1.5-1/
  packages/python3-ipaddr/tags/2.1.5-1/debian/
  packages/python3-ipaddr/tags/2.1.5-1/debian/changelog
  packages/python3-ipaddr/tags/2.1.5-1/debian/compat
  packages/python3-ipaddr/tags/2.1.5-1/debian/control
  packages/python3-ipaddr/tags/2.1.5-1/debian/copyright
  packages/python3-ipaddr/tags/2.1.5-1/debian/rules
  packages/python3-ipaddr/tags/2.1.5-1/debian/watch

Added: packages/python3-ipaddr/tags/2.1.5-1/debian/changelog
===================================================================
--- packages/python3-ipaddr/tags/2.1.5-1/debian/changelog	                        (rev 0)
+++ packages/python3-ipaddr/tags/2.1.5-1/debian/changelog	2010-10-15 22:43:15 UTC (rev 14596)
@@ -0,0 +1,5 @@
+python3-ipaddr (2.1.5-1) unstable; urgency=low
+
+  * Initial release for Python3 (closes: #600311))
+
+ -- Scott Kitterman <scott at kitterman.com>  Mon, 11 Oct 2010 16:56:01 -0400

Added: packages/python3-ipaddr/tags/2.1.5-1/debian/compat
===================================================================
--- packages/python3-ipaddr/tags/2.1.5-1/debian/compat	                        (rev 0)
+++ packages/python3-ipaddr/tags/2.1.5-1/debian/compat	2010-10-15 22:43:15 UTC (rev 14596)
@@ -0,0 +1 @@
+7

Added: packages/python3-ipaddr/tags/2.1.5-1/debian/control
===================================================================
--- packages/python3-ipaddr/tags/2.1.5-1/debian/control	                        (rev 0)
+++ packages/python3-ipaddr/tags/2.1.5-1/debian/control	2010-10-15 22:43:15 UTC (rev 14596)
@@ -0,0 +1,23 @@
+Source: python3-ipaddr
+Section: python
+Priority: optional
+Maintainer: Scott Kitterman <scott at kitterman.com>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 7.3.16), python3 (>= 3.1.2-6)
+Standards-Version: 3.9.1
+Homepage: http://code.google.com/p/ipaddr-py/
+X-Python3-Version: >= 3.1
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/python3-ipaddr/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python3-ipaddr/trunk/
+
+Package: python3-ipaddr
+Architecture: all
+Depends: ${python3:Depends}, ${misc:Depends}
+Description: Python3 module for working with IP addresses, both IPv4 and IPv6
+ This library is used to create/poke/manipulate IPv4 and IPv6 addresses
+ and networks in Python3.  It is intended to be fast and lightweight.
+ .
+ This is a pure Python3 implementation of classes for IPv4/6 addresses and
+ networks. It supports comparisons to determine if IP addresses are contained
+ inside a defined network, conversion of lists of IP addresses into compact
+ CIDR lists, and other IP address manipulation.

Added: packages/python3-ipaddr/tags/2.1.5-1/debian/copyright
===================================================================
--- packages/python3-ipaddr/tags/2.1.5-1/debian/copyright	                        (rev 0)
+++ packages/python3-ipaddr/tags/2.1.5-1/debian/copyright	2010-10-15 22:43:15 UTC (rev 14596)
@@ -0,0 +1,32 @@
+This package was debianized by Scott Kitterman <scott at kitterman.com> on
+Mon Oct 11 2010 16:45:45 -0500.
+
+It was downloaded from <http://code.google.com/p/ipaddr-py/>
+
+Upstream Author:
+
+    Google <ipaddr-py-dev at googlegroups.com>
+
+Copyright:
+
+    Copyright © 2007, 2008 Google Inc.
+
+License:
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+ implied. See the License for the specific language governing
+ permissions and limitations under the License.
+
+See /usr/share/common-licenses/Apache-2.0 for the full text of the license
+
+The Debian packaging is © 2010, Scott Kitterman <scott at kitterman.com> and
+is licensed under the same terms as the upstream package, see above.
+

Added: packages/python3-ipaddr/tags/2.1.5-1/debian/rules
===================================================================
--- packages/python3-ipaddr/tags/2.1.5-1/debian/rules	                        (rev 0)
+++ packages/python3-ipaddr/tags/2.1.5-1/debian/rules	2010-10-15 22:43:15 UTC (rev 14596)
@@ -0,0 +1,12 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@ --with python3
+
+override_dh_auto_install:
+	$(shell py3versions -sd) ./setup.py install --install-layout=deb --root $(CURDIR)/debian/python3-ipaddr;
+
+override_dh_auto_clean:
+	rm -f $(CURDIR)/*.pyc
+	rm -rf $(CURDIR)/build
+


Property changes on: packages/python3-ipaddr/tags/2.1.5-1/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/python3-ipaddr/tags/2.1.5-1/debian/watch
===================================================================
--- packages/python3-ipaddr/tags/2.1.5-1/debian/watch	                        (rev 0)
+++ packages/python3-ipaddr/tags/2.1.5-1/debian/watch	2010-10-15 22:43:15 UTC (rev 14596)
@@ -0,0 +1,7 @@
+version=3
+
+opts=\
+downloadurlmangle=s|.*[?]name=(.*?)&.*|http://ipaddr-py.googlecode.com/files/$1|,\
+filenamemangle=s|[^/]+[?]name=(.*?)&.*|$1| \
+http://code.google.com/p/ipaddr-py/downloads/detail[?]name=ipaddr-([0-9.]+)-py3k.tar.gz&.*
+




More information about the Python-modules-commits mailing list