From patchwork Tue Feb 10 20:01:08 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Yann E. MORIN" X-Patchwork-Id: 438538 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id AB9291401AB for ; Wed, 11 Feb 2015 07:01:59 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 9753494C73; Tue, 10 Feb 2015 20:01:51 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id WHOuV9dFQJUw; Tue, 10 Feb 2015 20:01:49 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 0302D94C62; Tue, 10 Feb 2015 20:01:41 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id ABC341C2841 for ; Tue, 10 Feb 2015 20:01:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id A8D44A1C92 for ; Tue, 10 Feb 2015 20:01:36 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id wFH44Zqqdvhh for ; Tue, 10 Feb 2015 20:01:32 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-we0-f169.google.com (mail-we0-f169.google.com [74.125.82.169]) by fraxinus.osuosl.org (Postfix) with ESMTPS id D3BF5A1C96 for ; Tue, 10 Feb 2015 20:01:20 +0000 (UTC) Received: by mail-we0-f169.google.com with SMTP id k48so14857452wev.0 for ; Tue, 10 Feb 2015 12:01:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:in-reply-to:references; bh=SGS61vHbZGB1ABhFcE5PDnhWsUCZeka3EPJ5A/Fpvhw=; b=EbgN8XT5z1GNKl0azBrcHsu/h7C7ntPBRaTM7VGAEzJ3c4Ez/m3enThMOQlNAjgmUw laMs9Eh2ZLYDZIYyny067OxnI1P2S/YfLWIY/mJ9u0d+8zrWE6pIubwZJ/t7QqzjTqxn QW1ZjOLHbi/B5bqY5/LCKruKR4Ekv1w4+lY9sxXOf1TTdC4A1dO8J7/ytMNj+Piwds8Q opqrACvutTnjw/jeY1XPG6asryhJPyVW1l/aFVXjqhDFzR/fh+veTXVWcQ2Y3MbuGt1t 6VajGKPDKTBDl3Tpb36lnLaZGyCzni3MlWr49490AqJbWFJIH1xrySRKQZjD0rGg9XlK 9Fiw== X-Received: by 10.180.79.131 with SMTP id j3mr39272299wix.33.1423598479469; Tue, 10 Feb 2015 12:01:19 -0800 (PST) Received: from gourin.bzh.lan (ns304657.ip-46-105-103.eu. [46.105.103.66]) by mx.google.com with ESMTPSA id pr9sm22183556wjc.4.2015.02.10.12.01.18 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 10 Feb 2015 12:01:18 -0800 (PST) From: "Yann E. MORIN" To: buildroot@buildroot.org Date: Tue, 10 Feb 2015 21:01:08 +0100 Message-Id: X-Mailer: git-send-email 1.9.1 In-Reply-To: References: Cc: "Yann E. MORIN" Subject: [Buildroot] [PATCH 01/10 v7] package/python-lxml: new host package X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" The lxml XML toolkit is a Pythonic binding for the C libraries libxml2 and libxslt. Signed-off-by: "Yann E. MORIN" --- This is a host-only package for now, because I only needed it to build opengl-registry. --- package/python-lxml/python-lxml.hash | 2 ++ package/python-lxml/python-lxml.mk | 25 +++++++++++++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 package/python-lxml/python-lxml.hash create mode 100644 package/python-lxml/python-lxml.mk diff --git a/package/python-lxml/python-lxml.hash b/package/python-lxml/python-lxml.hash new file mode 100644 index 0000000..470a245 --- /dev/null +++ b/package/python-lxml/python-lxml.hash @@ -0,0 +1,2 @@ +# Locally computed +sha256 069594837d0376a1bacf5cc42aa9a1be2e1c1396dc62f7d07f7358afecd34adf lxml-3.4.1.tgz diff --git a/package/python-lxml/python-lxml.mk b/package/python-lxml/python-lxml.mk new file mode 100644 index 0000000..758ce87 --- /dev/null +++ b/package/python-lxml/python-lxml.mk @@ -0,0 +1,25 @@ +################################################################################ +# +# python-lxml +# +################################################################################ + +PYTHON_LXML_VERSION = 3.4.1 +PYTHON_LXML_SITE = http://lxml.de/files +PYTHON_LXML_SOURCE = lxml-$(PYTHON_LXML_VERSION).tgz + +# Not including the GPL, because it is used only for the test scripts. +PYTHON_LXML_LICENSE = BSD-3c, Others +PYTHON_LXML_LICENSE_FILES = \ + LICENSES.txt \ + doc/licenses/BSD.txt \ + doc/licenses/elementtree.txt \ + src/lxml/isoschematron/resources/rng/iso-schematron.rng + +# python-lxml can use either setuptools, or distutils as a fallback. +# So, we use setuptools. +PYTHON_LXML_SETUP_TYPE = setuptools + +PYTHON_LXML_DEPENDENCIES = libxml2 libxslt + +$(eval $(host-python-package))