head	1.2;
access;
symbols
	pkgsrc-2024Q1:1.1.0.2
	pkgsrc-2024Q1-base:1.1;
locks; strict;
comment	@# @;


1.2
date	2024.04.30.09.03.35;	author wiz;	state dead;
branches;
next	1.1;
commitid	mqWS4g2Mv7Kib98F;

1.1
date	2024.01.14.09.41.18;	author wiz;	state Exp;
branches;
next	;
commitid	EPzcsKplkBRxPoUE;


desc
@@


1.2
log
@py27-lxml: remove

Python 2 version, no users left in pkgsrc.
@
text
@# $NetBSD: Makefile,v 1.1 2024/01/14 09:41:18 wiz Exp $

DISTNAME=	lxml-5.0.1
PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
CATEGORIES=	textproc python
MASTER_SITES=	${MASTER_SITE_PYPI:=l/lxml/}

MAINTAINER=	pkgsrc-users@@NetBSD.org
HOMEPAGE=	https://lxml.de/
COMMENT=	Python binding for libxml2 and libxslt
LICENSE=	modified-bsd

#TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools>=0:../../devel/py-setuptools
#TOOL_DEPENDS+=	${PYPKGPREFIX}-wheel>=0:../../devel/py-wheel
TEST_DEPENDS+=	${PYPKGPREFIX}-cssselect>=0.7:../../textproc/py-cssselect

USE_CC_FEATURES=	c99

PYTHON_VERSIONS_ACCEPTED=	27

.include "../../devel/zlib/buildlink3.mk"
.include "../../lang/python/batteries-included.mk"
.include "../../lang/python/egg.mk"
BUILDLINK_API_DEPENDS.libxml2+=	libxml2>=2.9.12
.include "../../textproc/libxml2/buildlink3.mk"
BUILDLINK_API_DEPENDS.libxslt+=	libxslt>=1.1.34
.include "../../textproc/libxslt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
# fix for UnicodeEncodeError: 'ascii' codec can't encode characters
TEST_ENV+=	LC_ALL=en_US.UTF-8
@


1.1
log
@textproc/py27-lxml: import py27-lxml-5.0.1

lxml is a Pythonic binding for the libxml2 and libxslt libraries.
It is unique in that it combines the speed and feature completeness
of these libraries with the simplicity of a native Python API,
mostly compatible but superior to the well-known ElementTree API.

This package contains the last version supporting Python 2.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.97 2024/01/07 16:28:15 wiz Exp $
@

