debian/0000755000000000000000000000000012306100150007152 5ustar debian/rules0000755000000000000000000000024412305725331010247 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ --with python2 override_dh_auto_test: nosetests debian/source/0000755000000000000000000000000012305724666010501 5ustar debian/source/format0000664000000000000000000000001412305724666011711 0ustar 3.0 (quilt) debian/docs0000664000000000000000000000001312305724666010050 0ustar README.rst debian/compat0000664000000000000000000000000212305724666010401 0ustar 9 debian/copyright0000664000000000000000000000445212305726551011136 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: croniter Source: http://github.com/kiorky/croniter Files: * Copyright: 2010-2012 Matsumoto Taichi License: MIT 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. Files: debian/* Copyright: 2014 Canonical Ltd License: MIT 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. debian/control0000664000000000000000000000071512305730326010577 0ustar Source: python-croniter Section: python Priority: optional Maintainer: Chuck Short Build-Depends: debhelper (>= 8.0.0), python-all (>= 2.6.6-3~), python-setuptools, python-tz, python-dateutil, python-nose Standards-Version: 3.9.4 Package: python-croniter Architecture: all Depends: ${python:Depends}, ${misc:Depends} Description: datetime iteration with cron format Croniter provides iteration for datetime object with cron like format. debian/watch0000664000000000000000000000020712305726127010225 0ustar version=3 opts="uversionmangle=s/\.([a-zA-Z])/~$1/;s/%7E/~/" \ http://pypi.python.org/packages/sources/c/croniter/croniter-(.*)\.zip debian/changelog0000664000000000000000000000023712306100150011030 0ustar python-croniter (0.3.4-0ubuntu1) trusty; urgency=low * Initial release (LP: #1288761) -- Chuck Short Wed, 05 Mar 2014 17:48:21 -0500