Debian NEW package overview for python-sh
| python-sh_1.08-1_amd64.changes (click to toggle) | |
|---|---|
| Format: | 1.8 |
| Date: | Wed, 06 Feb 2013 00:17:32 +0900 |
| Source: | python-sh |
| Binary: | python-sh python3-sh |
| Architecture: | source all |
| Version: | 1.08-1 |
| Distribution: | unstable |
| Urgency: | low |
| Maintainer: | Ben Carrillo <ben@futeisha.org> |
| Changed-By: | Ben Carrillo <ben@futeisha.org> |
| Description: | python-sh - Python subprocess interface python3-sh - Python3 subprocess interface |
| Changes: | python-sh (1.08-1) unstable; urgency=low * New upstream release * Fix lintian errors |
| Files: | cbb19791a3ca078f7104fc24482f054a 1882 python optional python-sh_1.08-1.dsc 4028bcba85daa0aef579ed24261e88a3 25631 python optional python-sh_1.08.orig.tar.gz 884cde357d9b8411d30a226e75c00035 3520 python optional python-sh_1.08-1.debian.tar.gz 3971f9ae15fc253402c8fbbb55ce06f8 20018 python optional python-sh_1.08-1_all.deb a4398eb803dcadb5eae66dadcaaac438 19952 python optional python3-sh_1.08-1_all.deb |
| python-sh_1.08-1.dsc (click to toggle) | |
|---|---|
| Format: | 3.0 (quilt) |
| Source: | python-sh |
| Binary: | python-sh, python3-sh |
| Architecture: | all |
| Version: | 1.08-1 |
| Maintainer: | Ben Carrillo <ben@futeisha.org> |
| Homepage: | https://github.com/amoffat/sh |
| Standards-Version: | 3.9.4 |
| Build-Depends: | python-all (>=2.6.6-3), python3-all, debhelper (>=9), quilt |
| Package-List: | python-sh deb python optional python3-sh deb python optional |
| Files: | 4028bcba85daa0aef579ed24261e88a3 25631 python-sh_1.08.orig.tar.gz 884cde357d9b8411d30a226e75c00035 3520 python-sh_1.08-1.debian.tar.gz |
| control file for python-sh_1.08-1_all.deb (click to toggle) | |
|---|---|
| Package: | python-sh |
| Version: | 1.08-1 |
| Architecture: | all |
| Maintainer: | Ben Carrillo <ben@futeisha.org> |
| Installed-Size: | 113 |
| Depends: | python (>=2.6.6-7~), python (<<2.8) |
| Section: | python |
| Priority: | optional |
| Homepage: | https://github.com/amoffat/sh |
| Description: | Python subprocess interface sh (previously pbs) is a full-fledged subprocess interface for Python 2.6 - 3.2 that allows you to call any program as if it were a function. |
| contents of python-sh_1.08-1_all.deb (click to toggle) | |
|---|---|
drwxr-xr-x root/root 0 2013-02-11 22:52 ./ drwxr-xr-x root/root 0 2013-02-11 22:52 ./usr/ drwxr-xr-x root/root 0 2013-02-11 22:52 ./usr/lib/ drwxr-xr-x root/root 0 2013-02-11 22:52 ./usr/lib/python2.7/ drwxr-xr-x root/root 0 2013-02-11 22:52 ./usr/lib/python2.7/dist-packages/ drwxr-xr-x root/root 0 2013-02-11 22:52 ./usr/lib/python2.6/ drwxr-xr-x root/root 0 2013-02-11 22:52 ./usr/lib/python2.6/dist-packages/ drwxr-xr-x root/root 0 2013-02-11 22:52 ./usr/share/ drwxr-xr-x root/root 0 2013-02-11 22:52 ./usr/share/doc/ drwxr-xr-x root/root 0 2013-02-11 22:52 ./usr/share/doc/python-sh/ -rw-r--r-- root/root 401 2013-02-11 22:01 ./usr/share/doc/python-sh/README.md -rw-r--r-- root/root 211 2013-02-11 22:04 ./usr/share/doc/python-sh/changelog.Debian.gz -rw-r--r-- root/root 1637 2013-02-11 22:01 ./usr/share/doc/python-sh/copyright -rw-r--r-- root/root 280 2013-02-11 22:01 ./usr/share/doc/python-sh/AUTHORS.md drwxr-xr-x root/root 0 2013-02-11 22:52 ./usr/share/pyshared/ -rw-r--r-- root/root 61964 2013-02-11 22:51 ./usr/share/pyshared/sh.py -rw-r--r-- root/root 989 2013-02-11 22:52 ./usr/share/pyshared/sh-1.08.egg-info lrwxrwxrwx root/root 0 2013-02-11 22:52 ./usr/lib/python2.7/dist-packages/sh.py -> ../../../share/pyshared/sh.py lrwxrwxrwx root/root 0 2013-02-11 22:52 ./usr/lib/python2.7/dist-packages/sh-1.08.egg-info -> ../../../share/pyshared/sh-1.08.egg-info lrwxrwxrwx root/root 0 2013-02-11 22:52 ./usr/lib/python2.6/dist-packages/sh.py -> ../../../share/pyshared/sh.py lrwxrwxrwx root/root 0 2013-02-11 22:52 ./usr/lib/python2.6/dist-packages/sh-1.08.egg-info -> ../../../share/pyshared/sh-1.08.egg-info | |
| copyright of python-sh_1.08-1_all.deb (click to toggle) | |
|---|---|
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: sh Upstream-Contact: Andrew Moffat <andrew.robert.moffat@gmail.com> Source: http://pypi.python.org/pypi/sh Files: * Copyright: 2011-2012, Andrew Moffat 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: 2013 Ben Carrillo <ben@futeisha.org> License: GPL3+ This file is released under the GNU GPL, version 3 or a later revision. For further details see the COPYING file. . On Debian systems, the full text of the GNU General Public License version 3 can be found in the file `/usr/share/common-licenses/GPL-3'. | |
| control file for python3-sh_1.08-1_all.deb (click to toggle) | |
|---|---|
| Package: | python3-sh |
| Source: | python-sh |
| Version: | 1.08-1 |
| Architecture: | all |
| Maintainer: | Ben Carrillo <ben@futeisha.org> |
| Installed-Size: | 100 |
| Depends: | python3 (>=3.2.3-3~) |
| Section: | python |
| Priority: | optional |
| Homepage: | https://github.com/amoffat/sh |
| Description: | Python3 subprocess interface sh (previously pbs) is a full-fledged subprocess interface for Python 2.6 - 3.2 that allows you to call any program as if it were a function. . This package contains the Python 3 version of the library. |
| contents of python3-sh_1.08-1_all.deb (click to toggle) | |
|---|---|
drwxr-xr-x root/root 0 2013-02-11 22:52 ./ drwxr-xr-x root/root 0 2013-02-11 22:52 ./usr/ drwxr-xr-x root/root 0 2013-02-11 22:52 ./usr/lib/ drwxr-xr-x root/root 0 2013-02-11 22:52 ./usr/lib/python3/ drwxr-xr-x root/root 0 2013-02-11 22:52 ./usr/lib/python3/dist-packages/ -rw-r--r-- root/root 61964 2013-02-11 22:51 ./usr/lib/python3/dist-packages/sh.py -rw-r--r-- root/root 989 2013-02-11 22:52 ./usr/lib/python3/dist-packages/sh-1.08.egg-info drwxr-xr-x root/root 0 2013-02-11 22:52 ./usr/share/ drwxr-xr-x root/root 0 2013-02-11 22:52 ./usr/share/doc/ drwxr-xr-x root/root 0 2013-02-11 22:52 ./usr/share/doc/python3-sh/ -rw-r--r-- root/root 211 2013-02-11 22:04 ./usr/share/doc/python3-sh/changelog.Debian.gz -rw-r--r-- root/root 1637 2013-02-11 22:01 ./usr/share/doc/python3-sh/copyright | |
| copyright of python3-sh_1.08-1_all.deb (click to toggle) | |
|---|---|
NOTE: Copyright is the same as python-sh (python-sh_1.08-1_all.deb). Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: sh Upstream-Contact: Andrew Moffat <andrew.robert.moffat@gmail.com> Source: http://pypi.python.org/pypi/sh Files: * Copyright: 2011-2012, Andrew Moffat 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: 2013 Ben Carrillo <ben@futeisha.org> License: GPL3+ This file is released under the GNU GPL, version 3 or a later revision. For further details see the COPYING file. . On Debian systems, the full text of the GNU General Public License version 3 can be found in the file `/usr/share/common-licenses/GPL-3'. | |
Timestamp: 12.02.2013 / 00:00:29 (UTC)