[Python-apps-commits] r6190 - in packages/python3-ipaddr/trunk (7 files)
kitterman at users.alioth.debian.org
kitterman at users.alioth.debian.org
Tue Oct 12 05:17:14 UTC 2010
Date: Tuesday, October 12, 2010 @ 05:17:04
Author: kitterman
Revision: 6190
Initial package draft for python3-ipaddr.
Added:
packages/python3-ipaddr/trunk/debian/
packages/python3-ipaddr/trunk/debian/changelog
packages/python3-ipaddr/trunk/debian/compat
packages/python3-ipaddr/trunk/debian/control
packages/python3-ipaddr/trunk/debian/copyright
packages/python3-ipaddr/trunk/debian/rules
packages/python3-ipaddr/trunk/debian/watch
Property changes on: packages/python3-ipaddr/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
+ 1
Added: packages/python3-ipaddr/trunk/debian/changelog
===================================================================
--- packages/python3-ipaddr/trunk/debian/changelog (rev 0)
+++ packages/python3-ipaddr/trunk/debian/changelog 2010-10-12 05:17:04 UTC (rev 6190)
@@ -0,0 +1,5 @@
+python3-ipaddr (2.1.5-1) experimental; urgency=low
+
+ * Initial release for Python3 (upload to experimental due to freeze)
+
+ -- Scott Kitterman <scott at kitterman.com> Mon, 11 Oct 2010 16:56:01 -0400
Added: packages/python3-ipaddr/trunk/debian/compat
===================================================================
--- packages/python3-ipaddr/trunk/debian/compat (rev 0)
+++ packages/python3-ipaddr/trunk/debian/compat 2010-10-12 05:17:04 UTC (rev 6190)
@@ -0,0 +1 @@
+7
Added: packages/python3-ipaddr/trunk/debian/control
===================================================================
--- packages/python3-ipaddr/trunk/debian/control (rev 0)
+++ packages/python3-ipaddr/trunk/debian/control 2010-10-12 05:17:04 UTC (rev 6190)
@@ -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 Python 3. It is intended to be fast and lightweight.
+ .
+ This is a pure Python 3 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/trunk/debian/copyright
===================================================================
--- packages/python3-ipaddr/trunk/debian/copyright (rev 0)
+++ packages/python3-ipaddr/trunk/debian/copyright 2010-10-12 05:17:04 UTC (rev 6190)
@@ -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/trunk/debian/rules
===================================================================
--- packages/python3-ipaddr/trunk/debian/rules (rev 0)
+++ packages/python3-ipaddr/trunk/debian/rules 2010-10-12 05:17:04 UTC (rev 6190)
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@ --with python3
+
+override_dh_install:
+ $(shell py3versions -sd) ./setup.py install --install-layout=deb --root $(CURDIR)/debian/python3-ipaddr;
+ dh_install
Property changes on: packages/python3-ipaddr/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
+ *
Added: packages/python3-ipaddr/trunk/debian/watch
===================================================================
--- packages/python3-ipaddr/trunk/debian/watch (rev 0)
+++ packages/python3-ipaddr/trunk/debian/watch 2010-10-12 05:17:04 UTC (rev 6190)
@@ -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-apps-commits
mailing list