All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] python-cssselect: new package
@ 2016-01-14  8:25 yegorslists at googlemail.com
  2016-01-19 21:29 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: yegorslists at googlemail.com @ 2016-01-14  8:25 UTC (permalink / raw)
  To: buildroot

From: Yegor Yefremov <yegorslists@googlemail.com>

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
---
 package/Config.in                              |  1 +
 package/python-cssselect/Config.in             |  6 ++++++
 package/python-cssselect/python-cssselect.hash |  4 ++++
 package/python-cssselect/python-cssselect.mk   | 14 ++++++++++++++
 4 files changed, 25 insertions(+)
 create mode 100644 package/python-cssselect/Config.in
 create mode 100644 package/python-cssselect/python-cssselect.hash
 create mode 100644 package/python-cssselect/python-cssselect.mk

diff --git a/package/Config.in b/package/Config.in
index 89b23db..d915131 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -628,6 +628,7 @@ menu "External python modules"
 	source "package/python-configobj/Config.in"
 	source "package/python-configshell-fb/Config.in"
 	source "package/python-crc16/Config.in"
+	source "package/python-cssselect/Config.in"
 	source "package/python-daemon/Config.in"
 	source "package/python-dialog/Config.in"
 	source "package/python-django/Config.in"
diff --git a/package/python-cssselect/Config.in b/package/python-cssselect/Config.in
new file mode 100644
index 0000000..9c1ffe4
--- /dev/null
+++ b/package/python-cssselect/Config.in
@@ -0,0 +1,6 @@
+config BR2_PACKAGE_PYTHON_CSSSELECT
+	bool "python-cssselect"
+	help
+	  cssselect parses CSS3 Selectors and translates them to XPath 1.0
+
+	  http://packages.python.org/cssselect/
diff --git a/package/python-cssselect/python-cssselect.hash b/package/python-cssselect/python-cssselect.hash
new file mode 100644
index 0000000..08c81e5
--- /dev/null
+++ b/package/python-cssselect/python-cssselect.hash
@@ -0,0 +1,4 @@
+# md5 from https://pypi.python.org/pypi/cssselect/json
+md5	c74f45966277dc7a0f768b9b0f3522ac  cssselect-0.9.1.tar.gz
+# sha256 calculated by scanpypi
+sha256	0535a7e27014874b27ae3a4d33e8749e345bdfa62766195208b7996bf1100682  cssselect-0.9.1.tar.gz
diff --git a/package/python-cssselect/python-cssselect.mk b/package/python-cssselect/python-cssselect.mk
new file mode 100644
index 0000000..c6b476b
--- /dev/null
+++ b/package/python-cssselect/python-cssselect.mk
@@ -0,0 +1,14 @@
+################################################################################
+#
+# python-cssselect
+#
+################################################################################
+
+PYTHON_CSSSELECT_VERSION = 0.9.1
+PYTHON_CSSSELECT_SOURCE = cssselect-$(PYTHON_CSSSELECT_VERSION).tar.gz
+PYTHON_CSSSELECT_SITE = https://pypi.python.org/packages/source/c/cssselect
+PYTHON_CSSSELECT_SETUP_TYPE = setuptools
+PYTHON_CSSSELECT_LICENSE = BSD-3c
+PYTHON_CSSSELECT_LICENSE_FILES = LICENSE
+
+$(eval $(python-package))
-- 
2.1.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Buildroot] [PATCH] python-cssselect: new package
  2016-01-14  8:25 [Buildroot] [PATCH] python-cssselect: new package yegorslists at googlemail.com
@ 2016-01-19 21:29 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2016-01-19 21:29 UTC (permalink / raw)
  To: buildroot

Dear yegorslists at googlemail.com,

On Thu, 14 Jan 2016 09:25:17 +0100, yegorslists at googlemail.com wrote:
> From: Yegor Yefremov <yegorslists@googlemail.com>
> 
> Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
> ---
>  package/Config.in                              |  1 +
>  package/python-cssselect/Config.in             |  6 ++++++
>  package/python-cssselect/python-cssselect.hash |  4 ++++
>  package/python-cssselect/python-cssselect.mk   | 14 ++++++++++++++
>  4 files changed, 25 insertions(+)
>  create mode 100644 package/python-cssselect/Config.in
>  create mode 100644 package/python-cssselect/python-cssselect.hash
>  create mode 100644 package/python-cssselect/python-cssselect.mk

Applied, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-01-19 21:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-14  8:25 [Buildroot] [PATCH] python-cssselect: new package yegorslists at googlemail.com
2016-01-19 21:29 ` Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.