debian/0000755000000000000000000000000011334540046007166 5ustar debian/wrapper.sh0000755000000000000000000000010311334537754011213 0ustar #!/bin/sh exec python -O /usr/share/pypibrowser/pypibrowser.py $@ debian/source/0000755000000000000000000000000011334537754010502 5ustar debian/source/format0000644000000000000000000000001411334540045011673 0ustar 3.0 (quilt) debian/manpages0000644000000000000000000000002511334537754010715 0ustar debian/pypibrowser.1 debian/compat0000644000000000000000000000000211334537754010400 0ustar 7 debian/control0000644000000000000000000000245611334537754010614 0ustar Source: pypibrowser Section: utils Priority: optional Maintainer: David Paleino Build-Depends: debhelper (>= 7.0.50~), python, python-support (>= 0.90.0~) Standards-Version: 3.8.4 Homepage: http://www.boddie.org.uk/david/Projects/Python/PyPI-Browser/ XS-Python-Version: >= 2.5 Vcs-Git: git://git.debian.org/git/collab-maint/pypibrowser.git Vcs-Browser: http://git.debian.org/?p=collab-maint/pypibrowser.git Package: pypibrowser Architecture: all Depends: ${python:Depends}, ${misc:Depends}, python-qt4 Description: graphical interface for browsing the Python Package Index PyPI Browser is a graphical user interface (GUI) tool for browsing the contents of the Python Package Index (PyPI). It queries the online Package Index server to retrieve information about the available packages. . It aims to make it easier for users to find and download useful Python software from a central repository. It provides facilities for searching the package index, can display information about individual packages, allows packages to be marked so that they can be downloaded together, and records information about existing packages so that new ones can be highlighted. . Be warned that the preferred way of installing Python modules in the Debian distribution is from the official python-* packages. debian/copyright0000644000000000000000000000406711334537754011144 0ustar Format-Specification: http://dep.debian.net/deps/dep5/ Upstream-Name: PyPI Browser Files: debian/* Copyright: © 2010, David Paleino License: GPL-2+ Files: PyPIBrowser/desktop.py Copyright: © 2005-2006, Paul Boddie License: LGPL-2.1+ Files: * Copyright: © 2006, David Boddie License: GPL-2+ License: GPL-2+ This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA X-Comment: on Debian systems, the complete text of the GNU General Public License version 2 can be found in `/usr/share/common-licenses/GPL-2'. License: LGPL-2.1+ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either Version 2.1 of the License, or (at your option) any later version. . This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. . You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA X-Comment: on Debian systems, the complete text of the GNU Lesser General Public License version 2.1 can be found in `/usr/share/common-licenses/LGPL-2.1'. debian/rules0000755000000000000000000000056611334537754010271 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 override_dh_auto_install: dh_auto_install -- --install-lib /usr/share/pypibrowser/ override_dh_install: dh_install install -m755 debian/wrapper.sh $(CURDIR)/debian/pypibrowser/usr/bin/pypibrowser rm -rf $(CURDIR)/debian/pypibrowser/usr/bin/pypibrowser.py %: dh $@ debian/watch0000644000000000000000000000015511334537754010234 0ustar version=3 http://www.boddie.org.uk/david/Projects/Python/PyPI-Browser/ \ Software/PyPI-Browser-(\d+.*)\.zip debian/pypibrowser.10000644000000000000000000000206011334537754011647 0ustar .TH PYPIBROWSER 1 "January 9, 2010" .SH NAME pypibrowser \- graphical interface for browsing the Python Package Index .SH SYNOPSIS .B pypibrowser .SH DESCRIPTION \fBPyPI Browser\fR is a graphical user interface (GUI) tool for browsing the contents of the Python Package Index (PyPI). It uses the XML-RPC interface exposed by the Package Index server to retrieve information about the available packages. .PP It aims to make it easier for users to find and download useful Python software from a central repository. It provides facilities for searching the package index, can display information about individual packages, allows packages to be marked so that they can be downloaded together, and records information about existing packages so that new ones can be highlighted. .SH HOMEPAGE \m[blue]\fBhttp://www\&.boddie\&.org\&.uk/david/Projects/Python/PyPI-Browser/\fR\m[] .SH AUTHOR PyPI Browser was written by David Boddie .PP This manual page was written by David Paleino , for the Debian project (and may be used by others). debian/menu0000644000000000000000000000021211334537754010064 0ustar ?package(pypibrowser): \ needs="X11" \ section="Applications/Programming" \ title="PyPI Browser" \ command="/usr/bin/pypibrowser" debian/changelog0000644000000000000000000000123711334537754011057 0ustar pypibrowser (1.5-2) unstable; urgency=low * debian/control: - add XS-Python-Version - add Build-Dependency on python-support - add Vcs-* fields - bump Standards-Version to 3.8.4, no changes needed - added runtime dependency on python-qt4 (Closes: #568193) - added note about the preferred way of installing Python modules in the long description - improved wording in long description, thanks to Franklin Piat -- David Paleino Wed, 10 Feb 2010 15:17:11 +0100 pypibrowser (1.5-1) unstable; urgency=low * Initial release (Closes: #564424) -- David Paleino Sat, 09 Jan 2010 14:31:08 +0100 debian/install0000644000000000000000000000015311334537754010572 0ustar pypibrowser.py /usr/share/pypibrowser/ debian/pypibrowser.desktop /usr/share/applications/ debian/pypibrowser.desktop0000644000000000000000000000013411334537754013160 0ustar [Desktop Entry] Name=PyPI Browser Exec=pypibrowser Categories=Development;PackageManager;Qt