head	1.10;
access;
symbols
	RELEASE_8_3_0:1.7
	RELEASE_9_0_0:1.7
	RELEASE_7_4_0:1.4
	RELEASE_8_2_0:1.4
	RELEASE_6_EOL:1.4
	RELEASE_8_1_0:1.3
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.1
	RELEASE_7_2_0:1.1;
locks; strict;
comment	@# @;


1.10
date	2012.11.17.06.03.01;	author svnexp;	state Exp;
branches;
next	1.9;

1.9
date	2012.05.08.22.15.30;	author nivit;	state Exp;
branches;
next	1.8;

1.8
date	2012.05.03.08.50.23;	author nivit;	state Exp;
branches;
next	1.7;

1.7
date	2011.12.10.21.52.47;	author nivit;	state Exp;
branches;
next	1.6;

1.6
date	2011.07.07.12.54.17;	author nivit;	state Exp;
branches;
next	1.5;

1.5
date	2011.06.25.16.06.56;	author nivit;	state Exp;
branches;
next	1.4;

1.4
date	2010.07.24.12.52.42;	author nivit;	state Exp;
branches;
next	1.3;

1.3
date	2010.04.29.12.09.33;	author nivit;	state Exp;
branches;
next	1.2;

1.2
date	2010.01.03.15.00.44;	author nivit;	state Exp;
branches;
next	1.1;

1.1
date	2009.01.27.16.54.43;	author nivit;	state Exp;
branches;
next	;


desc
@@


1.10
log
@Switch exporter over
@
text
@# New ports collection makefile for:	pyquery
# Date created:		2009-01-27
# Whom:			Nicola Vitale <nivit@@FreeBSD.org>
#
# $FreeBSD: head/www/py-pyquery/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	pyquery
PORTVERSION=	1.2.1
CATEGORIES=	www python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	nivit@@FreeBSD.org
COMMENT=	A jquery-like library for python

RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}lxml>=2.1:${PORTSDIR}/devel/py-lxml \
		${PYTHON_PKGNAMEPREFIX}cssselect>=0.6.1:${PORTSDIR}/www/py-cssselect

USE_PYTHON=	yes
USE_PYDISTUTILS=	easy_install

.include <bsd.port.mk>
@


1.9
log
@- Update to 1.2.1
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.8
log
@- Update to 1.2
- Add www/py-cssselect to RUN_DEPENDS
- Remove http://nivi.interfree.it from MASTER_SITES
@
text
@d9 1
a9 1
PORTVERSION=	1.2
@


1.7
log
@- Update to 1.1.1

Feature safe:	yes
@
text
@d9 1
a9 1
PORTVERSION=	1.1.1
d11 1
a11 2
MASTER_SITES=	CHEESESHOP \
		http://nivi.interfree.it/distfiles/${PORTNAME}/
d17 2
a18 1
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}lxml>=2.1:${PORTSDIR}/devel/py-lxml
@


1.6
log
@- Update to 1.0
@
text
@d9 1
a9 1
PORTVERSION=	1.0
@


1.5
log
@- Update to 0.7
@
text
@d9 1
a9 1
PORTVERSION=	0.7
@


1.4
log
@- Update to 0.6.1
@
text
@d9 1
a9 1
PORTVERSION=	0.6.1
@


1.3
log
@- Update to 0.5

PR:	ports/145401
Submitted by:	lwhsu
@
text
@d9 1
a9 1
PORTVERSION=	0.5
@


1.2
log
@- Update to 0.4
- Change WWW url in pkg-descr
@
text
@d9 1
a9 2
PORTVERSION=	0.4
PORTREVISION=	0
@


1.1
log
@pyquery allows you to make jquery queries on XML documents.
The API is as much as possible the similar to jquery (http://jquery.com).
pyquery uses lxml for fast XML and HTML manipulation.

WWW:	http://www.bitbucket.org/olauzanne/pyquery/
@
text
@d9 2
a10 2
PORTVERSION=	0.3.1
#PORTREVISION=	0
@

