Import py34-peru-0.2.3 as wip/py-peru.
A tool for fetching code
This commit is contained in:
parent
7386be9487
commit
9a7bee0543
4 changed files with 137 additions and 0 deletions
1
py-peru/DESCR
Normal file
1
py-peru/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
A tool for fetching code
|
34
py-peru/Makefile
Normal file
34
py-peru/Makefile
Normal file
|
@ -0,0 +1,34 @@
|
|||
# $NetBSD: Makefile,v 1.1 2015/06/20 17:54:15 jihbed Exp $
|
||||
|
||||
DISTNAME= peru-0.2.3
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= https://pypi.python.org/packages/source/p/peru/
|
||||
|
||||
MAINTAINER= kamelderouiche@yahoo.com
|
||||
HOMEPAGE= https://github.com/buildinspace/peru
|
||||
COMMENT= Tool for fetching code
|
||||
LICENSE= mit
|
||||
|
||||
DEPENDS+= ${PYPKGPREFIX}-docopt>=0.6.2:../../devel/py-docopt
|
||||
DEPENDS+= ${PYPKGPREFIX}-yaml>=3.11:../../textproc/py-yaml
|
||||
|
||||
USE_TOOLS+= bash
|
||||
USE_LANGUAGES= # none
|
||||
|
||||
PYTHON_VERSIONS_ACCEPTED= 34 33
|
||||
|
||||
REPLACE_BASH+= peru/resources/plugins/rsync/rsync_plugin.sh
|
||||
|
||||
REPLACE_PYTHON+= peru/resources/plugins/curl/curl_plugin.py\
|
||||
peru/resources/plugins/cp/cp_plugin.py\
|
||||
peru/resources/plugins/empty/empty_plugin.py \
|
||||
peru/resources/plugins/git/git_plugin.py \
|
||||
peru/resources/plugins/hg/hg_plugin.py \
|
||||
peru/resources/plugins/noop_cache/noop_cache_plugin.py \
|
||||
peru/resources/plugins/print/print_plugin.py \
|
||||
peru/resources/plugins/svn/svn_plugin.py
|
||||
|
||||
.include "../../lang/python/application.mk"
|
||||
.include "../../lang/python/egg.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
97
py-peru/PLIST
Normal file
97
py-peru/PLIST
Normal file
|
@ -0,0 +1,97 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2015/06/20 17:54:15 jihbed Exp $
|
||||
bin/peru
|
||||
${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}/requires.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
|
||||
${PYSITELIB}/peru/VERSION
|
||||
${PYSITELIB}/peru/__init__.py
|
||||
${PYSITELIB}/peru/__init__.pyc
|
||||
${PYSITELIB}/peru/__init__.pyo
|
||||
${PYSITELIB}/peru/async.pyc
|
||||
${PYSITELIB}/peru/async.pyo
|
||||
${PYSITELIB}/peru/cache.pyc
|
||||
${PYSITELIB}/peru/cache.pyo
|
||||
${PYSITELIB}/peru/compat.pyc
|
||||
${PYSITELIB}/peru/compat.pyo
|
||||
${PYSITELIB}/peru/display.pyc
|
||||
${PYSITELIB}/peru/display.pyo
|
||||
${PYSITELIB}/peru/edit_yaml.pyc
|
||||
${PYSITELIB}/peru/edit_yaml.pyo
|
||||
${PYSITELIB}/peru/error.pyc
|
||||
${PYSITELIB}/peru/error.pyo
|
||||
${PYSITELIB}/peru/glob.pyc
|
||||
${PYSITELIB}/peru/glob.pyo
|
||||
${PYSITELIB}/peru/imports.pyc
|
||||
${PYSITELIB}/peru/imports.pyo
|
||||
${PYSITELIB}/peru/keyval.pyc
|
||||
${PYSITELIB}/peru/keyval.pyo
|
||||
${PYSITELIB}/peru/main.pyc
|
||||
${PYSITELIB}/peru/main.pyo
|
||||
${PYSITELIB}/peru/merge.pyc
|
||||
${PYSITELIB}/peru/merge.pyo
|
||||
${PYSITELIB}/peru/module.pyc
|
||||
${PYSITELIB}/peru/module.pyo
|
||||
${PYSITELIB}/peru/parser.pyc
|
||||
${PYSITELIB}/peru/parser.pyo
|
||||
${PYSITELIB}/peru/plugin.pyc
|
||||
${PYSITELIB}/peru/plugin.pyo
|
||||
${PYSITELIB}/peru/rule.pyc
|
||||
${PYSITELIB}/peru/rule.pyo
|
||||
${PYSITELIB}/peru/runtime.pyc
|
||||
${PYSITELIB}/peru/runtime.pyo
|
||||
${PYSITELIB}/peru/scope.pyc
|
||||
${PYSITELIB}/peru/scope.pyo
|
||||
${PYSITELIB}/peru/async.py
|
||||
${PYSITELIB}/peru/cache.py
|
||||
${PYSITELIB}/peru/compat.py
|
||||
${PYSITELIB}/peru/display.py
|
||||
${PYSITELIB}/peru/edit_yaml.py
|
||||
${PYSITELIB}/peru/error.py
|
||||
${PYSITELIB}/peru/glob.py
|
||||
${PYSITELIB}/peru/imports.py
|
||||
${PYSITELIB}/peru/keyval.py
|
||||
${PYSITELIB}/peru/main.py
|
||||
${PYSITELIB}/peru/merge.py
|
||||
${PYSITELIB}/peru/module.py
|
||||
${PYSITELIB}/peru/parser.py
|
||||
${PYSITELIB}/peru/plugin.py
|
||||
${PYSITELIB}/peru/resources/plugins/cp/cp_plugin.pyc
|
||||
${PYSITELIB}/peru/resources/plugins/cp/cp_plugin.pyo
|
||||
${PYSITELIB}/peru/resources/plugins/cp/cp_plugin.py
|
||||
${PYSITELIB}/peru/resources/plugins/cp/plugin.yaml
|
||||
${PYSITELIB}/peru/resources/plugins/curl/curl_plugin.pyc
|
||||
${PYSITELIB}/peru/resources/plugins/curl/curl_plugin.pyo
|
||||
${PYSITELIB}/peru/resources/plugins/curl/curl_plugin.py
|
||||
${PYSITELIB}/peru/resources/plugins/curl/plugin.yaml
|
||||
${PYSITELIB}/peru/resources/plugins/empty/empty_plugin.pyc
|
||||
${PYSITELIB}/peru/resources/plugins/empty/empty_plugin.pyo
|
||||
${PYSITELIB}/peru/resources/plugins/empty/empty_plugin.py
|
||||
${PYSITELIB}/peru/resources/plugins/empty/plugin.yaml
|
||||
${PYSITELIB}/peru/resources/plugins/git/git_plugin.pyc
|
||||
${PYSITELIB}/peru/resources/plugins/git/git_plugin.pyo
|
||||
${PYSITELIB}/peru/resources/plugins/git/git_plugin.py
|
||||
${PYSITELIB}/peru/resources/plugins/git/plugin.yaml
|
||||
${PYSITELIB}/peru/resources/plugins/hg/hg_plugin.pyc
|
||||
${PYSITELIB}/peru/resources/plugins/hg/hg_plugin.pyo
|
||||
${PYSITELIB}/peru/resources/plugins/hg/hg_plugin.py
|
||||
${PYSITELIB}/peru/resources/plugins/hg/plugin.yaml
|
||||
${PYSITELIB}/peru/resources/plugins/noop_cache/noop_cache_plugin.pyc
|
||||
${PYSITELIB}/peru/resources/plugins/noop_cache/noop_cache_plugin.pyo
|
||||
${PYSITELIB}/peru/resources/plugins/noop_cache/noop_cache_plugin.py
|
||||
${PYSITELIB}/peru/resources/plugins/noop_cache/plugin.yaml
|
||||
${PYSITELIB}/peru/resources/plugins/print/print_plugin.pyc
|
||||
${PYSITELIB}/peru/resources/plugins/print/print_plugin.pyo
|
||||
${PYSITELIB}/peru/resources/plugins/print/plugin.yaml
|
||||
${PYSITELIB}/peru/resources/plugins/print/print_plugin.py
|
||||
${PYSITELIB}/peru/resources/plugins/rsync/plugin.yaml
|
||||
${PYSITELIB}/peru/resources/plugins/rsync/rsync_plugin.sh
|
||||
${PYSITELIB}/peru/resources/plugins/svn/svn_plugin.pyc
|
||||
${PYSITELIB}/peru/resources/plugins/svn/svn_plugin.pyo
|
||||
${PYSITELIB}/peru/resources/plugins/svn/plugin.yaml
|
||||
${PYSITELIB}/peru/resources/plugins/svn/svn_plugin.py
|
||||
${PYSITELIB}/peru/rule.py
|
||||
${PYSITELIB}/peru/runtime.py
|
||||
${PYSITELIB}/peru/scope.py
|
5
py-peru/distinfo
Normal file
5
py-peru/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1 2015/06/20 17:54:15 jihbed Exp $
|
||||
|
||||
SHA1 (peru-0.2.3.tar.gz) = c13f90c3a4b369baafd44aec3757467641ee9eca
|
||||
RMD160 (peru-0.2.3.tar.gz) = 6f073a4018061ddd1e69be3bacee38ec6dbd537b
|
||||
Size (peru-0.2.3.tar.gz) = 37534 bytes
|
Loading…
Reference in a new issue