Import py27-pypi-browser-1.5 as wip/py-pypi-browser.Ba

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
This commit is contained in:
Kamel Ibn Aziz Derouiche 2015-02-14 14:54:28 +00:00 committed by Thomas Klausner
parent dced513988
commit 91fc21c30f
4 changed files with 81 additions and 0 deletions

9
py-pypi-browser/DESCR Normal file
View file

@ -0,0 +1,9 @@
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

19
py-pypi-browser/Makefile Normal file
View file

@ -0,0 +1,19 @@
# $NetBSD: Makefile,v 1.1 2015/02/14 14:54:28 jihbed Exp $
DISTNAME= PyPI-Browser-1.5
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
CATEGORIES= devel
MASTER_SITES= http://www.boddie.org.uk/david/Projects/Python/PyPI-Browser/Software/
EXTRACT_SUFX= .zip
MAINTAINER= kamelderouiche@yahoo.com
HOMEPAGE= http://www.boddie.org.uk/david/Projects/Python/PyPI-Browser/
COMMENT= Graphical interface for browsing the Python Package Index
LICENSE= gnu-gpl-v3
USE_LANGUAGES= # none
PYDISTUTILSPKG= yes
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"

48
py-pypi-browser/PLIST Normal file
View file

@ -0,0 +1,48 @@
@comment $NetBSD: PLIST,v 1.1 2015/02/14 14:54:28 jihbed Exp $
bin/pypibrowser.py
${PYSITELIB}/PyPIBrowser/Documents/Manual.html
${PYSITELIB}/PyPIBrowser/__init__.py
${PYSITELIB}/PyPIBrowser/__init__.pyc
${PYSITELIB}/PyPIBrowser/__init__.pyo
${PYSITELIB}/PyPIBrowser/actioneditor.py
${PYSITELIB}/PyPIBrowser/actioneditor.pyc
${PYSITELIB}/PyPIBrowser/actioneditor.pyo
${PYSITELIB}/PyPIBrowser/constants.py
${PYSITELIB}/PyPIBrowser/constants.pyc
${PYSITELIB}/PyPIBrowser/constants.pyo
${PYSITELIB}/PyPIBrowser/delegates.py
${PYSITELIB}/PyPIBrowser/delegates.pyc
${PYSITELIB}/PyPIBrowser/delegates.pyo
${PYSITELIB}/PyPIBrowser/desktop.py
${PYSITELIB}/PyPIBrowser/desktop.pyc
${PYSITELIB}/PyPIBrowser/desktop.pyo
${PYSITELIB}/PyPIBrowser/dialogs.py
${PYSITELIB}/PyPIBrowser/dialogs.pyc
${PYSITELIB}/PyPIBrowser/dialogs.pyo
${PYSITELIB}/PyPIBrowser/packagemodel.py
${PYSITELIB}/PyPIBrowser/packagemodel.pyc
${PYSITELIB}/PyPIBrowser/packagemodel.pyo
${PYSITELIB}/PyPIBrowser/pypi.py
${PYSITELIB}/PyPIBrowser/pypi.pyc
${PYSITELIB}/PyPIBrowser/pypi.pyo
${PYSITELIB}/PyPIBrowser/pypi_resources.py
${PYSITELIB}/PyPIBrowser/pypi_resources.pyc
${PYSITELIB}/PyPIBrowser/pypi_resources.pyo
${PYSITELIB}/PyPIBrowser/searchmodel.py
${PYSITELIB}/PyPIBrowser/searchmodel.pyc
${PYSITELIB}/PyPIBrowser/searchmodel.pyo
${PYSITELIB}/PyPIBrowser/ui_configurationdialog.py
${PYSITELIB}/PyPIBrowser/ui_configurationdialog.pyc
${PYSITELIB}/PyPIBrowser/ui_configurationdialog.pyo
${PYSITELIB}/PyPIBrowser/ui_downloaddialog.py
${PYSITELIB}/PyPIBrowser/ui_downloaddialog.pyc
${PYSITELIB}/PyPIBrowser/ui_downloaddialog.pyo
${PYSITELIB}/PyPIBrowser/ui_informationwindow.py
${PYSITELIB}/PyPIBrowser/ui_informationwindow.pyc
${PYSITELIB}/PyPIBrowser/ui_informationwindow.pyo
${PYSITELIB}/PyPIBrowser/ui_window.py
${PYSITELIB}/PyPIBrowser/ui_window.pyc
${PYSITELIB}/PyPIBrowser/ui_window.pyo
${PYSITELIB}/PyPIBrowser/window.py
${PYSITELIB}/PyPIBrowser/window.pyc
${PYSITELIB}/PyPIBrowser/window.pyo

5
py-pypi-browser/distinfo Normal file
View file

@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1 2015/02/14 14:54:29 jihbed Exp $
SHA1 (PyPI-Browser-1.5.zip) = 56c8add28abd097b8df3884ade8752862bb6b015
RMD160 (PyPI-Browser-1.5.zip) = 1a071c96dd20d38ac5e968ddc511f34ddfaddf08
Size (PyPI-Browser-1.5.zip) = 87042 bytes