debian/0000755000000000000000000000000012154473440007172 5ustar debian/source/0000755000000000000000000000000011654531703010473 5ustar debian/source/format0000644000000000000000000000001411654531703011701 0ustar 3.0 (quilt) debian/control0000644000000000000000000000253112154133201010562 0ustar Source: webcolors Section: python Priority: optional Maintainer: Kouhei Maeda Build-Depends: debhelper (>= 8.0.0), python-all, python-setuptools, python3-all, python3-setuptools Standards-Version: 3.9.4 X-Python-Version: 2.7, >= 3.2 Homepage: http://www.bitbucket.org/ubernostrum/webcolors/overview/ Package: python-webcolors Architecture: all Provides: ${python:Provides} Depends: ${python:Depends}, ${misc:Depends} Description: library of color names and value formats defined by HTML and CSS Support is included for the following formats, but this support RGB colorspace only. * Specification-defined color names * Six-digit hexadecimal * Three-digit hexadecimal * Integer rgb() triplet * Percentage rgb() triplet This module conversion to/from HSL can be handled by the "colorsys" module in the Python standard library. Package: python3-webcolors Architecture: all Depends: ${python3:Depends}, ${misc:Depends} Description: python3 library of color names and value formats For python3, support is included for the following formats, but this support RGB colorspace only. * Specification-defined color names * Six-digit hexadecimal * Three-digit hexadecimal * Integer rgb() triplet * Percentage rgb() triplet This module conversion to/from HSL can be handled by the "colorsys" module in the Python standard library. debian/docs0000644000000000000000000000000711654531703010043 0ustar README debian/watch0000644000000000000000000000012612154133314010213 0ustar version=3 https://pypi.python.org/packages/source/w/webcolors/webcolors-(.*)\.tar\.gz debian/copyright0000644000000000000000000000333111654532515011130 0ustar Format: http://dep.debian.net/deps/dep5 Upstream-Name: webcolors Source: http://pypi.python.org/pypi/webcolors/ Files: * Copyright: 2008-2009, James Bennett License: BSD-3-Clause Files: debian/* Copyright: 2011 Kouhei Maeda License: BSD-3-Clause License: BSD-3-Clause Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of the University nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. debian/rules0000755000000000000000000000213312154133121010236 0ustar #!/usr/bin/make -f # -*- makefile -*- # Sample debian/rules that uses debhelper. # This file was originally written by Joey Hess and Craig Small. # As a special exception, when this file is copied by dh-make into a # dh-make output file, you may use that output file without restriction. # This special exception was added by Craig Small in version 0.37 of dh-make. # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ --with python2,python3 override_dh_auto_build: for py in $(shell pyversions -vr) $(shell py3versions -vr); do \ python$$py setup.py build --build-base=build$$py; \ done override_dh_auto_install: python setup.py install --no-compile -O0 --install-layout=deb \ --root $(CURDIR)/debian/python-webcolors && \ python3 setup.py install --no-compile -O0 --install-layout=deb \ --root $(CURDIR)/debian/python3-webcolors override_dh_auto_clean: dh_clean for py in $(shell pyversions -vr) $(shell py3versions -vr); do \ python$$py setup.py clean --build-temp=build && \ python$$py setup.py clean --build-temp=build$$py; \ done find $(CUDIR) -name "*.pyc" -delete debian/compat0000644000000000000000000000000211654531703010371 0ustar 8 debian/changelog0000644000000000000000000000106512154401623011040 0ustar webcolors (1.4-1) unstable; urgency=low * New upstream release (Closes: #706299) * Support python3 -- Kouhei Maeda Sat, 08 Jun 2013 00:59:32 +0900 webcolors (1.3.1+hg~2c8ac6e0a03d-2) unstable; urgency=low * fix missing dependency on python (Closes: #652287) * add option --with python2 -- Kouhei Maeda Thu, 29 Dec 2011 22:47:55 +0900 webcolors (1.3.1+hg~2c8ac6e0a03d-1) unstable; urgency=low * Initial release (Closes: #632740) -- Kouhei Maeda Tue, 08 Nov 2011 01:29:52 +0900