Import of pkgsrc-2015Q1

This commit is contained in:
2015-04-22 14:34:26 +02:00
committed by Lionel Sambuc
parent 9a8c06dafb
commit 4af1cdf7a9
25114 changed files with 870550 additions and 795435 deletions

View File

@@ -0,0 +1,6 @@
pyquery allows you to make jQuery queries on XML documents. The API is as much
as possible the similar to jQuery. pyquery uses lxml for fast XML and HTML
manipulation.
This is not (or at least not yet) a library to produce or interact with
JavaScript code.

View File

@@ -0,0 +1,23 @@
# $NetBSD: Makefile,v 1.3 2014/12/07 17:09:09 rodent Exp $
DISTNAME= pyquery-1.2.9
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= python textproc
MASTER_SITES= https://pypi.python.org/packages/source/p/pyquery/
EXTRACT_SUFX= .zip
MAINTAINER= rodent@NetBSD.org
HOMEPAGE= https://github.com/gawel/pyquery
COMMENT= Python jquery-like library
LICENSE= modified-bsd
DEPENDS+= ${PYPKGPREFIX}-lxml>=2.1:../../textproc/py-lxml
DEPENDS+= ${PYPKGPREFIX}-cssselect-[0-9]*:../../textproc/py-cssselect
USE_LANGUAGES= # none
post-install:
${CHMOD} -x ${DESTDIR}${PREFIX}/${PYSITELIB}/${EGG_INFODIR}/*
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"

26
textproc/py-pyquery/PLIST Normal file
View File

@@ -0,0 +1,26 @@
@comment $NetBSD: PLIST,v 1.1 2014/05/16 01:06:29 rodent Exp $
${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}/pyquery/__init__.py
${PYSITELIB}/pyquery/__init__.pyc
${PYSITELIB}/pyquery/__init__.pyo
${PYSITELIB}/pyquery/ajax.py
${PYSITELIB}/pyquery/ajax.pyc
${PYSITELIB}/pyquery/ajax.pyo
${PYSITELIB}/pyquery/cssselectpatch.py
${PYSITELIB}/pyquery/cssselectpatch.pyc
${PYSITELIB}/pyquery/cssselectpatch.pyo
${PYSITELIB}/pyquery/openers.py
${PYSITELIB}/pyquery/openers.pyc
${PYSITELIB}/pyquery/openers.pyo
${PYSITELIB}/pyquery/pyquery.py
${PYSITELIB}/pyquery/pyquery.pyc
${PYSITELIB}/pyquery/pyquery.pyo
${PYSITELIB}/pyquery/rules.py
${PYSITELIB}/pyquery/rules.pyc
${PYSITELIB}/pyquery/rules.pyo

View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.2 2014/10/05 22:13:52 rodent Exp $
SHA1 (pyquery-1.2.9.zip) = 213b9ae9a31b147ca6238b88c59900e8e486d2c8
RMD160 (pyquery-1.2.9.zip) = 5f9e9d9b61a620c2c294a0876b198f73cdcfa060
Size (pyquery-1.2.9.zip) = 45289 bytes