Import py27-pypi-cli-0.4.0 as wip/py-pypi-cli.
A command-line interface to the Python Package Index (PyPI)
This commit is contained in:
parent
97e83acf24
commit
dced513988
4 changed files with 38 additions and 0 deletions
1
py-pypi-cli/DESCR
Normal file
1
py-pypi-cli/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
A command-line interface to the Python Package Index (PyPI)
|
20
py-pypi-cli/Makefile
Normal file
20
py-pypi-cli/Makefile
Normal file
|
@ -0,0 +1,20 @@
|
|||
# $NetBSD: Makefile,v 1.1 2015/02/14 13:24:00 jihbed Exp $
|
||||
|
||||
DISTNAME= pypi-cli-0.4.0
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= https://pypi.python.org/packages/source/p/pypi-cli/
|
||||
|
||||
MAINTAINER= kamelderouiche@yahoo.com
|
||||
HOMEPAGE= https://github.com/sloria/pypi-cli
|
||||
COMMENT= Command-line interface to the Python Package Index
|
||||
LICENSE= mit
|
||||
|
||||
DEPENDS+= ${PYPKGPREFIX}-click>=3.3:../../devel/py-click
|
||||
DEPENDS+= ${PYPKGPREFIX}-requests>=2.5.0:../../devel/py-requests
|
||||
DEPENDS+= ${PYPKGPREFIX}-dateutil>=2.4.0:../../time/py-dateutil
|
||||
|
||||
USE_LANGUAGES= # none
|
||||
|
||||
.include "../../lang/python/egg.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
12
py-pypi-cli/PLIST
Normal file
12
py-pypi-cli/PLIST
Normal file
|
@ -0,0 +1,12 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2015/02/14 13:24:00 jihbed Exp $
|
||||
bin/pypi
|
||||
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
||||
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
|
||||
${PYSITELIB}/${EGG_INFODIR}/requires.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
|
||||
${PYSITELIB}/pypi_cli.py
|
||||
${PYSITELIB}/pypi_cli.pyc
|
||||
${PYSITELIB}/pypi_cli.pyo
|
5
py-pypi-cli/distinfo
Normal file
5
py-pypi-cli/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1 2015/02/14 13:24:00 jihbed Exp $
|
||||
|
||||
SHA1 (pypi-cli-0.4.0.tar.gz) = 51d272f3d228a70eb58cc8ba6988246c61fe4632
|
||||
RMD160 (pypi-cli-0.4.0.tar.gz) = a8f731b0163aa91095a9bad20c23cbe8a89b556b
|
||||
Size (pypi-cli-0.4.0.tar.gz) = 9948 bytes
|
Loading…
Reference in a new issue