code
string | repo_name
string | path
string | language
string | license
string | size
int64 |
---|---|---|---|---|---|
config BR2_PACKAGE_PYTHON_DPKT
bool "python-dpkt"
depends on BR2_PACKAGE_PYTHON
select BR2_PACKAGE_PYTHON_ZLIB
help
Fast, simple packet creation / parsing, with definitions
for the basic TCP/IP protocols.
http://code.google.com/p/dpkt/
|
shibajee/buildroot
|
package/python-dpkt/Config.in
|
in
|
mit
| 250 |
# locally computed
sha256 33a98fd44eb0b6dfa6790c0fcef4d7e73a5cc12a664ea3c30f4d3c2b95f5efc4 python-dpkt-1.8.r98.tar.gz
|
shibajee/buildroot
|
package/python-dpkt/python-dpkt.hash
|
hash
|
mit
| 120 |
################################################################################
#
# python-dpkt
#
################################################################################
PYTHON_DPKT_VERSION = 1.8.r98
PYTHON_DPKT_SITE = $(call github,kbandla,dpkt,$(PYTHON_DPKT_VERSION))
PYTHON_DPKT_SETUP_TYPE = distutils
PYTHON_DPKT_LICENSE = BSD-3c
PYTHON_DPKT_LICENSE_FILES = LICENSE
$(eval $(python-package))
|
shibajee/buildroot
|
package/python-dpkt/python-dpkt.mk
|
mk
|
mit
| 408 |
config BR2_PACKAGE_PYTHON_ECDSA
bool "python-ecdsa"
help
ECDSA cryptographic signature library (pure python).
http://github.com/warner/python-ecdsa
|
shibajee/buildroot
|
package/python-ecdsa/Config.in
|
in
|
mit
| 157 |
# md5 from https://pypi.python.org/pypi/ecdsa/json
md5 1f60eda9cb5c46722856db41a3ae6670 ecdsa-0.13.tar.gz
# sha256 calculated by scanpypi
sha256 64cf1ee26d1cde3c73c6d7d107f835fed7c6a2904aef9eac223d57ad800c43fa ecdsa-0.13.tar.gz
|
shibajee/buildroot
|
package/python-ecdsa/python-ecdsa.hash
|
hash
|
mit
| 230 |
################################################################################
#
# python-ecdsa
#
################################################################################
PYTHON_ECDSA_VERSION = 0.13
PYTHON_ECDSA_SOURCE = ecdsa-$(PYTHON_ECDSA_VERSION).tar.gz
PYTHON_ECDSA_SITE = https://pypi.python.org/packages/source/e/ecdsa
PYTHON_ECDSA_SETUP_TYPE = setuptools
PYTHON_ECDSA_LICENSE = MIT
PYTHON_ECDSA_LICENSE_FILES = LICENSE
$(eval $(python-package))
|
shibajee/buildroot
|
package/python-ecdsa/python-ecdsa.mk
|
mk
|
mit
| 465 |
config BR2_PACKAGE_PYTHON_ENGINEIO
bool "python-engineio"
select BR2_PACKAGE_PYTHON_SIX # runtime
select BR2_PACKAGE_PYTHON_ZLIB if BR2_PACKAGE_PYTHON
select BR2_PACKAGE_PYTHON3_ZLIB if BR2_PACKAGE_PYTHON3
help
Engine.IO server.
http://github.com/miguelgrinberg/python-engineio/
|
shibajee/buildroot
|
package/python-engineio/Config.in
|
in
|
mit
| 291 |
# md5 from https://pypi.python.org/pypi/python-engineio/json
md5 9b0075dbbb25d7a302eba99dd9ba4af8 python-engineio-0.9.2.tar.gz
# sha256 calculated by scanpypi
sha256 c53282415ed9bc3cb4e7beafb2a1ce5c369af95dcf8f968061e5bc7572b60867 python-engineio-0.9.2.tar.gz
|
shibajee/buildroot
|
package/python-engineio/python-engineio.hash
|
hash
|
mit
| 262 |
################################################################################
#
# python-engineio
#
################################################################################
PYTHON_ENGINEIO_VERSION = 0.9.2
PYTHON_ENGINEIO_SOURCE = python-engineio-$(PYTHON_ENGINEIO_VERSION).tar.gz
PYTHON_ENGINEIO_SITE = https://pypi.python.org/packages/c3/8f/0e066fc7a7029893b96b1d68a0cd5e75f6410f154fa4079b2be4991f5ae0
PYTHON_ENGINEIO_SETUP_TYPE = setuptools
PYTHON_ENGINEIO_LICENSE = MIT
PYTHON_ENGINEIO_LICENSE_FILES = LICENSE
$(eval $(python-package))
|
shibajee/buildroot
|
package/python-engineio/python-engineio.mk
|
mk
|
mit
| 552 |
config BR2_PACKAGE_PYTHON_ENUM
bool "python-enum"
depends on BR2_PACKAGE_PYTHON
help
Robust enumerated type support in Python
An enumeration object is an immutable sequence object built
from a sequence of strings. Each value is also available as
an attribute. Such values are constant. Comparisons and
enumeration are supported.
https://pypi.python.org/pypi/enum
|
shibajee/buildroot
|
package/python-enum/Config.in
|
in
|
mit
| 386 |
# md5 from https://pypi.python.org/pypi?:action=show_md5&digest=ce75c7c3c86741175a84456cc5bd531e, sha256 locally computed
md5 ce75c7c3c86741175a84456cc5bd531e enum-0.4.4.tar.gz
sha256 9bdfacf543baf2350df7613eb37f598a802f346985ca0dc1548be6494140fdff enum-0.4.4.tar.gz
|
shibajee/buildroot
|
package/python-enum/python-enum.hash
|
hash
|
mit
| 269 |
################################################################################
#
# python-enum
#
################################################################################
PYTHON_ENUM_VERSION = 0.4.4
PYTHON_ENUM_SOURCE = enum-$(PYTHON_ENUM_VERSION).tar.gz
PYTHON_ENUM_SITE = http://pypi.python.org/packages/source/e/enum
PYTHON_ENUM_SETUP_TYPE = setuptools
PYTHON_ENUM_LICENSE = GPLv2+ or Python software foundation license v2
PYTHON_ENUM_LICENSE_FILES = LICENSE.GPL LICENSE.PSF
$(eval $(python-package))
|
shibajee/buildroot
|
package/python-enum/python-enum.mk
|
mk
|
mit
| 515 |
config BR2_PACKAGE_PYTHON_ENUM34
bool "python-enum34"
depends on BR2_PACKAGE_PYTHON
help
Python 3.4 Enum backported to 2.x.
An enumeration is a set of symbolic names (members) bound to
unique, constant values. Within an enumeration, the members
can be compared by identity, and the enumeration itself can
be iterated over.
https://pypi.python.org/pypi/enum34
|
shibajee/buildroot
|
package/python-enum34/Config.in
|
in
|
mit
| 382 |
# md5 from https://pypi.python.org/pypi?:action=show_md5&digest=ac80f432ac9373e7d162834b264034b6, sha256 locally computed
md5 ac80f432ac9373e7d162834b264034b6 enum34-1.0.4.tar.gz
sha256 d3c19f26a6a34629c18c775f59dfc5dd595764c722b57a2da56ebfb69b94e447 enum34-1.0.4.tar.gz
|
shibajee/buildroot
|
package/python-enum34/python-enum34.hash
|
hash
|
mit
| 273 |
################################################################################
#
# python-enum34
#
################################################################################
PYTHON_ENUM34_VERSION = 1.0.4
PYTHON_ENUM34_SOURCE = enum34-$(PYTHON_ENUM34_VERSION).tar.gz
PYTHON_ENUM34_SITE = http://pypi.python.org/packages/source/e/enum34
PYTHON_ENUM34_SETUP_TYPE = distutils
PYTHON_ENUM34_LICENSE = BSD-3c
PYTHON_ENUM34_LICENSE_FILES = enum/LICENSE
$(eval $(python-package))
|
shibajee/buildroot
|
package/python-enum34/python-enum34.mk
|
mk
|
mit
| 482 |
config BR2_PACKAGE_PYTHON_FLASK_JSONRPC
bool "python-flask-jsonrpc"
# runtime dependency
select BR2_PACKAGE_PYTHON_FLASK
help
A basic JSON-RPC implementation for your Flask-powered sites.
https://github.com/cenobites/flask-jsonrpc
|
shibajee/buildroot
|
package/python-flask-jsonrpc/Config.in
|
in
|
mit
| 242 |
# md5 from https://pypi.python.org/pypi/Flask-JSONRPC/0.3, sha256 locally computed:
md5 a5beca4c3a882315f9b81acb57e83c68 Flask-JSONRPC-0.3.tar.gz
sha256 5baf70bf9cf955e95c02316982026a122b89a5f4c78c5b26f9f476abdb3e13bc Flask-JSONRPC-0.3.tar.gz
|
shibajee/buildroot
|
package/python-flask-jsonrpc/python-flask-jsonrpc.hash
|
hash
|
mit
| 278 |
################################################################################
#
# python-flask-jsonrpc
#
################################################################################
PYTHON_FLASK_JSONRPC_VERSION = 0.3
PYTHON_FLASK_JSONRPC_SOURCE = Flask-JSONRPC-$(PYTHON_FLASK_JSONRPC_VERSION).tar.gz
PYTHON_FLASK_JSONRPC_SITE = http://pypi.python.org/packages/source/F/Flask-JSONRPC
PYTHON_FLASK_JSONRPC_LICENSE = BSD-3c
PYTHON_FLASK_JSONRPC_LICENSE_FILES = setup.py
PYTHON_FLASK_JSONRPC_SETUP_TYPE = setuptools
$(eval $(python-package))
|
shibajee/buildroot
|
package/python-flask-jsonrpc/python-flask-jsonrpc.mk
|
mk
|
mit
| 547 |
config BR2_PACKAGE_PYTHON_FLASK_LOGIN
bool "python-flask-login"
# runtime dependency
select BR2_PACKAGE_PYTHON_FLASK
help
Flask-Login provides user session management for Flask.
https://github.com/maxcountryman/flask-login
|
shibajee/buildroot
|
package/python-flask-login/Config.in
|
in
|
mit
| 234 |
# md5 from https://pypi.python.org/pypi/Flask-Login/0.3.2, sha256 locally computed:
md5 d95c2275d3e1c755145910077366dc45 Flask-Login-0.3.2.tar.gz
sha256 e72eff5c35e5a31db1aeca1db5d2501be702674ea88e8f223b5d2b11644beee6 Flask-Login-0.3.2.tar.gz
|
shibajee/buildroot
|
package/python-flask-login/python-flask-login.hash
|
hash
|
mit
| 278 |
################################################################################
#
# python-flask-login
#
################################################################################
PYTHON_FLASK_LOGIN_VERSION = 0.3.2
PYTHON_FLASK_LOGIN_SOURCE = Flask-Login-$(PYTHON_FLASK_LOGIN_VERSION).tar.gz
PYTHON_FLASK_LOGIN_SITE = http://pypi.python.org/packages/source/F/Flask-Login
PYTHON_FLASK_LOGIN_LICENSE = MIT
PYTHON_FLASK_LOGIN_LICENSE_FILES = LICENSE
PYTHON_FLASK_LOGIN_SETUP_TYPE = setuptools
$(eval $(python-package))
|
shibajee/buildroot
|
package/python-flask-login/python-flask-login.mk
|
mk
|
mit
| 525 |
config BR2_PACKAGE_PYTHON_FLASK
bool "python-flask"
select BR2_PACKAGE_PYTHON_CLICK # runtime
select BR2_PACKAGE_PYTHON_JINJA2 # runtime
select BR2_PACKAGE_PYTHON_WERKZEUG # runtime
select BR2_PACKAGE_PYTHON_ITSDANGEROUS # runtime
select BR2_PACKAGE_PYTHON_ZLIB if BR2_PACKAGE_PYTHON
select BR2_PACKAGE_PYTHON3_ZLIB if BR2_PACKAGE_PYTHON3
help
Flask is a microframework for Python based on Werkzeug,
Jinja 2 and good intentions.
http://flask.pocoo.org/
|
shibajee/buildroot
|
package/python-flask/Config.in
|
in
|
mit
| 471 |
# md5 from https://pypi.python.org/pypi?:action=show_md5&digest=89fbdcb04b7b96c5b24625ae299cf48b, sha256 locally computed
md5 89fbdcb04b7b96c5b24625ae299cf48b Flask-0.11.tar.gz
sha256 29a7405a7f0de178232fe48cd9b2a2403083bf03bd34eabe12168863d4cdb493 Flask-0.11.tar.gz
|
shibajee/buildroot
|
package/python-flask/python-flask.hash
|
hash
|
mit
| 269 |
################################################################################
#
# python-flask
#
################################################################################
PYTHON_FLASK_VERSION = 0.11
PYTHON_FLASK_SOURCE = Flask-$(PYTHON_FLASK_VERSION).tar.gz
PYTHON_FLASK_SITE = https://pypi.python.org/packages/dc/ca/c0ed9cc90c079085c698e284b672edbc1ffd6866b1830574095cbc5b7752
PYTHON_FLASK_SETUP_TYPE = setuptools
PYTHON_FLASK_LICENSE = BSD-3c
PYTHON_FLASK_LICENSE_FILES = LICENSE
$(eval $(python-package))
|
shibajee/buildroot
|
package/python-flask/python-flask.mk
|
mk
|
mit
| 520 |
config BR2_PACKAGE_PYTHON_FLUP
bool "python-flup"
depends on BR2_PACKAGE_PYTHON
help
flup provides of a collection of WSGI modules for Python.
It allows a webserver to use scgi-mod and fastcgi-mod
with python.
https://pypi.python.org/pypi/flup
|
shibajee/buildroot
|
package/python-flup/Config.in
|
in
|
mit
| 260 |
# From https://pypi.python.org/pypi/flup/1.0.3.dev-20110405
md5 a005b072d144fc0e44b0fa4c5a9ba029 flup-1.0.3.dev-20110405.tar.gz
# Calculated based on the hash above
sha256 6649cf41854ea8782c795cdde64fdf79a90db821533d3652f91d21b0a7f39c79 flup-1.0.3.dev-20110405.tar.gz
|
shibajee/buildroot
|
package/python-flup/python-flup.hash
|
hash
|
mit
| 268 |
################################################################################
#
# python-flup
#
################################################################################
PYTHON_FLUP_VERSION = 1.0.3.dev-20110405
PYTHON_FLUP_SOURCE = flup-$(PYTHON_FLUP_VERSION).tar.gz
PYTHON_FLUP_SITE = http://pypi.python.org/packages/source/f/flup
PYTHON_FLUP_LICENSE = BSD-2c, MIT
PYTHON_FLUP_SETUP_TYPE = setuptools
$(eval $(python-package))
|
shibajee/buildroot
|
package/python-flup/python-flup.mk
|
mk
|
mit
| 442 |
[PATCH] m4/python.m4: add PYTHON_INCLUDES override for cross compilation
As the configure script mixes up host/target python. Equivalent to the
similar code in dbus-python.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
m4/python.m4 | 4 ++++
1 file changed, 4 insertions(+)
Index: python-gobject-2.28.6/m4/python.m4
===================================================================
--- python-gobject-2.28.6.orig/m4/python.m4
+++ python-gobject-2.28.6/m4/python.m4
@@ -43,6 +43,9 @@
[AC_REQUIRE([AM_PATH_PYTHON])
AC_MSG_CHECKING(for headers required to compile python extensions)
dnl deduce PYTHON_INCLUDES
+if test "${PYTHON_INCLUDES+set}" = set; then
+ AC_MSG_NOTICE([PYTHON_INCLUDES overridden to: $PYTHON_INCLUDES])
+else
py_prefix=`$PYTHON -c "import sys; sys.stdout.write(sys.prefix)"`
py_exec_prefix=`$PYTHON -c "import sys; sys.stdout.write(sys.exec_prefix)"`
PYTHON_CONFIG=`which $PYTHON`-config
@@ -54,6 +57,7 @@
PYTHON_INCLUDES="$PYTHON_INCLUDES -I${py_exec_prefix}/include/python${PYTHON_VERSION}"
fi
fi
+fi
AC_SUBST(PYTHON_INCLUDES)
dnl check if the headers exist:
save_CPPFLAGS="$CPPFLAGS"
|
shibajee/buildroot
|
package/python-gobject/0001-add-PYTHON_INCLUDES-override.patch
|
patch
|
mit
| 1,139 |
config BR2_PACKAGE_PYTHON_GOBJECT
bool "python-gobject"
depends on BR2_USE_WCHAR # libglib2
depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2
depends on BR2_USE_MMU # libglib2
select BR2_PACKAGE_LIBGLIB2
help
Python bindings for the GLib/GObject library
https://wiki.gnome.org/action/show/Projects/PyGObject
comment "python-gobject needs a toolchain w/ wchar, threads"
depends on BR2_USE_MMU
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
|
shibajee/buildroot
|
package/python-gobject/Config.in
|
in
|
mit
| 462 |
# from http://ftp.gnome.org/pub/GNOME/sources/pygobject/2.28/pygobject-2.28.6.sha256sum
sha256 fb8a1d4f665130a125011659bd347c7339c944232163dbb9a34fd0686577adb8 pygobject-2.28.6.tar.xz
|
shibajee/buildroot
|
package/python-gobject/python-gobject.hash
|
hash
|
mit
| 185 |
################################################################################
#
# python-gobject
#
################################################################################
PYTHON_GOBJECT_VERSION_MAJOR = 2.28
PYTHON_GOBJECT_VERSION = $(PYTHON_GOBJECT_VERSION_MAJOR).6
PYTHON_GOBJECT_SOURCE = pygobject-$(PYTHON_GOBJECT_VERSION).tar.xz
PYTHON_GOBJECT_SITE = http://ftp.gnome.org/pub/gnome/sources/pygobject/$(PYTHON_GOBJECT_VERSION_MAJOR)
PYTHON_GOBJECT_LICENSE = LGPLv2.1+
PYTHON_GOBJECT_LICENSE_FILES = COPYING
PYTHON_GOBJECT_DEPENDENCIES = host-pkgconf libglib2
PYTHON_GOBJECT_CONF_OPTS = --disable-introspection
# for 0001-add-PYTHON_INCLUDES-override.patch
PYTHON_GOBJECT_AUTORECONF = YES
ifeq ($(BR2_PACKAGE_PYTHON),y)
PYTHON_GOBJECT_DEPENDENCIES += python host-python
PYTHON_GOBJECT_CONF_ENV = \
PYTHON=$(HOST_DIR)/usr/bin/python2 \
PYTHON_INCLUDES="`$(STAGING_DIR)/usr/bin/python2-config --includes`"
else
PYTHON_GOBJECT_DEPENDENCIES += python3 host-python3
PYTHON_GOBJECT_CONF_ENV = \
PYTHON=$(HOST_DIR)/usr/bin/python3 \
PYTHON_INCLUDES="`$(STAGING_DIR)/usr/bin/python3-config --includes`"
endif
ifeq ($(BR2_PACKAGE_LIBFFI),y)
PYTHON_GOBJECT_CONF_OPTS += --with-ffi
PYTHON_GOBJECT_DEPENDENCIES += libffi
else
PYTHON_GOBJECT_CONF_OPTS += --without-ffi
endif
$(eval $(autotools-package))
|
shibajee/buildroot
|
package/python-gobject/python-gobject.mk
|
mk
|
mit
| 1,315 |
config BR2_PACKAGE_PYTHON_HTML5LIB
bool "python-html5lib"
help
HTML parser based on the WHATWG HTML specification.
https://github.com/html5lib/html5lib-python
|
shibajee/buildroot
|
package/python-html5lib/Config.in
|
in
|
mit
| 168 |
# md5 from https://pypi.python.org/pypi?:action=show_md5&digest=ef43cb05e9e799f25d65d1135838a96f, sha256 locally computed
md5 ef43cb05e9e799f25d65d1135838a96f html5lib-0.9999999.tar.gz
sha256 2612a191a8d5842bfa057e41ba50bbb9dcb722419d2408c78cff4758d0754868 html5lib-0.9999999.tar.gz
|
shibajee/buildroot
|
package/python-html5lib/python-html5lib.hash
|
hash
|
mit
| 290 |
################################################################################
#
# python-html5lib
#
################################################################################
PYTHON_HTML5LIB_VERSION = 0.9999999
PYTHON_HTML5LIB_SOURCE = html5lib-$(PYTHON_HTML5LIB_VERSION).tar.gz
PYTHON_HTML5LIB_SITE = https://pypi.python.org/packages/source/h/html5lib
PYTHON_HTML5LIB_LICENSE = MIT
PYTHON_HTML5LIB_LICENSE_FILES = LICENSE
PYTHON_HTML5LIB_SETUP_TYPE = distutils
$(eval $(python-package))
|
shibajee/buildroot
|
package/python-html5lib/python-html5lib.mk
|
mk
|
mit
| 499 |
config BR2_PACKAGE_PYTHON_HTTPLIB2
bool "python-httplib2"
select BR2_PACKAGE_PYTHON_ZLIB if BR2_PACKAGE_PYTHON
select BR2_PACKAGE_PYTHON_SSL if BR2_PACKAGE_PYTHON
select BR2_PACKAGE_PYTHON3_ZLIB if BR2_PACKAGE_PYTHON3
select BR2_PACKAGE_PYTHON3_SSL if BR2_PACKAGE_PYTHON3
help
httplib2 is a comprehensive HTTP client library, httplib2.py
supports many features left out of other HTTP libraries.
https://pypi.python.org/pypi/httplib2
|
shibajee/buildroot
|
package/python-httplib2/Config.in
|
in
|
mit
| 449 |
# md5 from https://pypi.python.org/pypi?:action=show_md5&digest=bd1b1445b3b2dfa7276b09b1a07b7f0e, sha256 locally computed
md5 bd1b1445b3b2dfa7276b09b1a07b7f0e httplib2-0.9.2.tar.gz
sha256 c3aba1c9539711551f4d83e857b316b5134a1c4ddce98a875b7027be7dd6d988 httplib2-0.9.2.tar.gz
|
shibajee/buildroot
|
package/python-httplib2/python-httplib2.hash
|
hash
|
mit
| 277 |
################################################################################
#
# python-httplib2
#
################################################################################
PYTHON_HTTPLIB2_VERSION = 0.9.2
PYTHON_HTTPLIB2_SOURCE = httplib2-$(PYTHON_HTTPLIB2_VERSION).tar.gz
PYTHON_HTTPLIB2_SITE = http://pypi.python.org/packages/source/h/httplib2
PYTHON_HTTPLIB2_SETUP_TYPE = setuptools
PYTHON_HTTPLIB2_LICENSE = MIT
PYTHON_HTTPLIB2_LICENSE_FILES = PKG-INFO
$(eval $(python-package))
|
shibajee/buildroot
|
package/python-httplib2/python-httplib2.mk
|
mk
|
mit
| 496 |
config BR2_PACKAGE_PYTHON_HUMANIZE
bool "python-humanize"
help
Python humanize package contains various common humanization
utilities, like turning a number into a fuzzy human readable
duration ('3 minutes ago') or into a human readable size or
throughput.
http://github.com/jmoiron/humanize
|
shibajee/buildroot
|
package/python-humanize/Config.in
|
in
|
mit
| 310 |
# md5 from https://pypi.python.org/pypi/humanize/json, sha256 locally computed
md5 e8473d9dc1b220911cac2edd53b1d973 humanize-0.5.1.tar.gz
sha256 a43f57115831ac7c70de098e6ac46ac13be00d69abbf60bdcac251344785bb19 humanize-0.5.1.tar.gz
|
shibajee/buildroot
|
package/python-humanize/python-humanize.hash
|
hash
|
mit
| 234 |
################################################################################
#
# python-humanize
#
################################################################################
PYTHON_HUMANIZE_VERSION = 0.5.1
PYTHON_HUMANIZE_SOURCE = humanize-$(PYTHON_HUMANIZE_VERSION).tar.gz
PYTHON_HUMANIZE_SITE = https://pypi.python.org/packages/8c/e0/e512e4ac6d091fc990bbe13f9e0378f34cf6eecd1c6c268c9e598dcf5bb9
PYTHON_HUMANIZE_SETUP_TYPE = setuptools
PYTHON_HUMANIZE_LICENSE = MIT
PYTHON_HUMANIZE_LICENSE_FILES = LICENCE
$(eval $(python-package))
|
shibajee/buildroot
|
package/python-humanize/python-humanize.mk
|
mk
|
mit
| 545 |
config BR2_PACKAGE_PYTHON_ID3
bool "python-id3"
depends on BR2_PACKAGE_PYTHON
help
This module allows one to read and manipulate so-called ID3
informational tags on MP3 files through an object-oriented
Python interface.
http://id3-py.sourceforge.net/
|
shibajee/buildroot
|
package/python-id3/Config.in
|
in
|
mit
| 267 |
# Locally computed:
sha256 ba612342b59a49cbf9a7eb23a646667757ffda96dc23b67245fc6cd8d90c2022 id3-py_1.2.tar.gz
|
shibajee/buildroot
|
package/python-id3/python-id3.hash
|
hash
|
mit
| 112 |
################################################################################
#
# python-id3
#
################################################################################
PYTHON_ID3_VERSION = 1.2
PYTHON_ID3_SOURCE = id3-py_$(PYTHON_ID3_VERSION).tar.gz
PYTHON_ID3_SITE = http://downloads.sourceforge.net/project/id3-py/id3-py/$(PYTHON_ID3_VERSION)
PYTHON_ID3_SETUP_TYPE = distutils
PYTHON_ID3_LICENSE = GPLv2+
PYTHON_ID3_LICENSE_FILES = COPYING
$(eval $(python-package))
|
shibajee/buildroot
|
package/python-id3/python-id3.mk
|
mk
|
mit
| 480 |
config BR2_PACKAGE_PYTHON_IDNA
bool "python-idna"
help
A library to support the Internationalised Domain Names in
Applications (IDNA) protocol as specified in RFC 5891. This
version of the protocol is often referred to as “IDNA2008”
and can produce different results from the earlier standard
from 2003.
https://github.com/kjd/idna
|
shibajee/buildroot
|
package/python-idna/Config.in
|
in
|
mit
| 357 |
# md5 from https://pypi.python.org/pypi?:action=show_md5&digest=f6473caa9c5e0cc1ad3fd5d04c3c114b, sha256 locally computed
md5 f6473caa9c5e0cc1ad3fd5d04c3c114b idna-2.1.tar.gz
sha256 ed36f281aebf3cd0797f163bb165d84c31507cedd15928b095b1675e2d04c676 idna-2.1.tar.gz
|
shibajee/buildroot
|
package/python-idna/python-idna.hash
|
hash
|
mit
| 270 |
################################################################################
#
# python-idna
#
################################################################################
PYTHON_IDNA_VERSION = 2.1
PYTHON_IDNA_SOURCE = idna-$(PYTHON_IDNA_VERSION).tar.gz
PYTHON_IDNA_SITE = https://pypi.python.org/packages/source/i/idna
PYTHON_IDNA_LICENSE = BSD-3c
PYTHON_IDNA_LICENSE_FILES = LICENSE.rst
PYTHON_IDNA_SETUP_TYPE = setuptools
$(eval $(python-package))
|
shibajee/buildroot
|
package/python-idna/python-idna.mk
|
mk
|
mit
| 462 |
config BR2_PACKAGE_PYTHON_INIPARSE
bool "python-iniparse"
depends on BR2_PACKAGE_PYTHON
help
iniparse is an INI parser for Python which is API compatible
with the standard library's ConfigParser, preserves
structure of INI files (order of sections & options,
indentation, comments, and blank lines are preserved when
data is updated), and is more convenient to use.
https://pypi.python.org/pypi/iniparse
|
shibajee/buildroot
|
package/python-iniparse/Config.in
|
in
|
mit
| 426 |
# md5 from https://pypi.python.org/pypi?:action=show_md5&digest=5e573e9e9733d97623881ce9bbe5eca6, sha256 locally computed
md5 5e573e9e9733d97623881ce9bbe5eca6 iniparse-0.4.tar.gz
sha256 abc1ee12d2cfb2506109072d6c21e40b6c75a3fe90a9c924327d80bc0d99c054 iniparse-0.4.tar.gz
|
shibajee/buildroot
|
package/python-iniparse/python-iniparse.hash
|
hash
|
mit
| 273 |
################################################################################
#
# python-iniparse
#
################################################################################
PYTHON_INIPARSE_VERSION = 0.4
PYTHON_INIPARSE_SOURCE = iniparse-$(PYTHON_INIPARSE_VERSION).tar.gz
PYTHON_INIPARSE_SITE = https://pypi.python.org/packages/source/i/iniparse
PYTHON_INIPARSE_LICENSE = Python software foundation license v2, MIT
PYTHON_INIPARSE_LICENSE_FILES = LICENSE-PSF LICENSE
PYTHON_INIPARSE_SETUP_TYPE = distutils
$(eval $(python-package))
|
shibajee/buildroot
|
package/python-iniparse/python-iniparse.mk
|
mk
|
mit
| 544 |
config BR2_PACKAGE_PYTHON_IOWAIT
bool "python-iowait"
help
Platform-independent module for I/O completion events.
https://launchpad.net/python-iowait
|
shibajee/buildroot
|
package/python-iowait/Config.in
|
in
|
mit
| 159 |
# md5 from https://pypi.python.org/pypi/iowait/json
md5 f49ca7766fe4a67e03a731e575614f87 iowait-0.2.tar.gz
# sha256 calculated by scanpypi
sha256 ab1bc2eb84c22ccf61f17a0024f9fb6df781b39f1852764a66a7769d5adfb299 iowait-0.2.tar.gz
|
shibajee/buildroot
|
package/python-iowait/python-iowait.hash
|
hash
|
mit
| 231 |
################################################################################
#
# python-iowait
#
################################################################################
PYTHON_IOWAIT_VERSION = 0.2
PYTHON_IOWAIT_SOURCE = iowait-$(PYTHON_IOWAIT_VERSION).tar.gz
PYTHON_IOWAIT_SITE = https://pypi.python.org/packages/65/30/e953673fe9619938e9c74408401cf865f37716da89f61f6e5d9328c0f71e
PYTHON_IOWAIT_SETUP_TYPE = distutils
PYTHON_IOWAIT_LICENSE = LGPLv3+
PYTHON_IOWAIT_LICENSE_FILES = COPYING.LESSER
$(eval $(python-package))
|
shibajee/buildroot
|
package/python-iowait/python-iowait.mk
|
mk
|
mit
| 535 |
config BR2_PACKAGE_PYTHON_IPADDR
depends on BR2_PACKAGE_PYTHON # included since python3.3
bool "python-ipaddr"
help
An IPv4/IPv6 manipulation library in Python. This library is
used to create/poke/manipulate IPv4 and IPv6 addresses and
prefixes.
https://code.google.com/p/ipaddr-py/
|
shibajee/buildroot
|
package/python-ipaddr/Config.in
|
in
|
mit
| 299 |
# md5 from https://pypi.python.org/pypi?:action=show_md5&digest=f2c7852f95862715f92e7d089dc3f2cf, sha256 locally computed
md5 f2c7852f95862715f92e7d089dc3f2cf ipaddr-2.1.11.tar.gz
sha256 1b555b8a8800134fdafe32b7d0cb52f5bdbfdd093707c3dd484c5ea59f1d98b7 ipaddr-2.1.11.tar.gz
|
shibajee/buildroot
|
package/python-ipaddr/python-ipaddr.hash
|
hash
|
mit
| 275 |
################################################################################
#
# python-ipaddr
#
################################################################################
PYTHON_IPADDR_VERSION = 2.1.11
PYTHON_IPADDR_SOURCE = ipaddr-$(PYTHON_IPADDR_VERSION).tar.gz
PYTHON_IPADDR_SITE = http://pypi.python.org/packages/source/i/ipaddr
PYTHON_IPADDR_SETUP_TYPE = distutils
PYTHON_IPADDR_LICENSE = Apache-2.0
PYTHON_IPADDR_LICENSE_FILES = COPYING
$(eval $(python-package))
|
shibajee/buildroot
|
package/python-ipaddr/python-ipaddr.mk
|
mk
|
mit
| 482 |
config BR2_PACKAGE_PYTHON_IPADDRESS
bool "python-ipaddress"
depends on BR2_PACKAGE_PYTHON
help
Python 3.3's ipaddress for older Python versions.
https://github.com/phihag/ipaddress
|
shibajee/buildroot
|
package/python-ipaddress/Config.in
|
in
|
mit
| 191 |
# md5 from https://pypi.python.org/pypi?:action=show_md5&digest=12915e923b738107e47827478d553ba1, sha256 locally computed
md5 12915e923b738107e47827478d553ba1 ipaddress-1.0.15.tar.gz
sha256 af6c85cfc9cdb12b861655e6b9f2f59618bf3088cbde858727b2c0a98e9f6636 ipaddress-1.0.15.tar.gz
|
shibajee/buildroot
|
package/python-ipaddress/python-ipaddress.hash
|
hash
|
mit
| 286 |
################################################################################
#
# python-ipaddress
#
################################################################################
PYTHON_IPADDRESS_VERSION = 1.0.15
PYTHON_IPADDRESS_SOURCE = ipaddress-$(PYTHON_IPADDRESS_VERSION).tar.gz
PYTHON_IPADDRESS_SITE = https://pypi.python.org/packages/source/i/ipaddress
PYTHON_IPADDRESS_LICENSE = Python software foundation license
PYTHON_IPADDRESS_SETUP_TYPE = setuptools
$(eval $(python-package))
|
shibajee/buildroot
|
package/python-ipaddress/python-ipaddress.mk
|
mk
|
mit
| 497 |
config BR2_PACKAGE_PYTHON_IPY
bool "python-ipy"
depends on BR2_PACKAGE_PYTHON
help
IPy - class and tools for handling of IPv4 and
IPv6 addresses and networks.
https://github.com/haypo/python-ipy/
|
shibajee/buildroot
|
package/python-ipy/Config.in
|
in
|
mit
| 209 |
# locally computed
sha256 edaaa5344893437aa6c1eb9c4ca966eb4b8c071761793839c7b4fc2a837fbeec python-ipy-IPy-0.82a.tar.gz
|
shibajee/buildroot
|
package/python-ipy/python-ipy.hash
|
hash
|
mit
| 121 |
################################################################################
#
# python-ipy
#
################################################################################
PYTHON_IPY_VERSION = IPy-0.82a
PYTHON_IPY_SITE = $(call github,haypo,python-ipy,$(PYTHON_IPY_VERSION))
PYTHON_IPY_LICENSE = BSD-3c
PYTHON_IPY_LICENSE_FILES = COPYING
PYTHON_IPY_SETUP_TYPE = distutils
$(eval $(python-package))
|
shibajee/buildroot
|
package/python-ipy/python-ipy.mk
|
mk
|
mit
| 407 |
Set correct Python executable path
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
--- python-ipython-2.1.0/setupbase.py 2014-05-21 15:19:12.000000000 -0400
+++ python-ipython-2.1.0-new/setupbase.py 2014-07-23 23:34:32.892030423 -0400
@@ -394,7 +394,7 @@ class build_scripts_entrypt(build_script
mod, func = entrypt.split(':')
with open(outfile, 'w') as f:
- f.write(script_src.format(executable=sys.executable,
+ f.write(script_src.format(executable='/usr/bin/env python',
mod=mod, func=func))
return outfiles, outfiles
|
shibajee/buildroot
|
package/python-ipython/0001-set-correct-python-executable-path.patch
|
patch
|
mit
| 644 |
config BR2_PACKAGE_PYTHON_IPYTHON
bool "python-ipython"
help
IPython is a command shell for interactive computing in multiple
programming languages, originally developed for the Python
programming language, that offers enhanced introspection, rich
media, additional shell syntax, tab completion, and rich history.
http://ipython.org/
|
shibajee/buildroot
|
package/python-ipython/Config.in
|
in
|
mit
| 352 |
# locally computed
sha256 ca86a6308c4b53ea8a040ba776066dc9a7af4ac738ad43ab2059a016c09b0c2d ipython-2.1.0.tar.gz
|
shibajee/buildroot
|
package/python-ipython/python-ipython.hash
|
hash
|
mit
| 114 |
################################################################################
#
# python-ipython
#
################################################################################
PYTHON_IPYTHON_VERSION = 2.1.0
PYTHON_IPYTHON_SOURCE = ipython-$(PYTHON_IPYTHON_VERSION).tar.gz
PYTHON_IPYTHON_SITE = https://pypi.python.org/packages/source/i/ipython
PYTHON_IPYTHON_LICENSE = BSD-3c
PYTHON_IPYTHON_LICENSE_FILES = COPYING.rst
PYTHON_IPYTHON_SETUP_TYPE = distutils
$(eval $(python-package))
|
shibajee/buildroot
|
package/python-ipython/python-ipython.mk
|
mk
|
mit
| 492 |
config BR2_PACKAGE_PYTHON_ITSDANGEROUS
bool "python-itsdangerous"
select BR2_PACKAGE_PYTHON_ZLIB if BR2_PACKAGE_PYTHON # runtime
select BR2_PACKAGE_PYTHON3_ZLIB if BR2_PACKAGE_PYTHON3 # runtime
help
Itsdangerous contains various helpers to pass data to
untrusted environments and to get it back safe and sound.
http://pythonhosted.org/itsdangerous/
|
shibajee/buildroot
|
package/python-itsdangerous/Config.in
|
in
|
mit
| 363 |
# Locally calculated
sha256 b035b2da1d493b00a5ee7a5b750f96929de87b610643939fbe382902774626fc python-itsdangerous-0.24.tar.gz
|
shibajee/buildroot
|
package/python-itsdangerous/python-itsdangerous.hash
|
hash
|
mit
| 126 |
################################################################################
#
# python-itsdangerous
#
################################################################################
PYTHON_ITSDANGEROUS_VERSION = 0.24
PYTHON_ITSDANGEROUS_SITE = $(call github,mitsuhiko,itsdangerous,$(PYTHON_ITSDANGEROUS_VERSION))
PYTHON_ITSDANGEROUS_SETUP_TYPE = setuptools
PYTHON_ITSDANGEROUS_LICENSE = BSD-3c
PYTHON_ITSDANGEROUS_LICENSE_FILES = LICENSE
$(eval $(python-package))
|
shibajee/buildroot
|
package/python-itsdangerous/python-itsdangerous.mk
|
mk
|
mit
| 472 |
config BR2_PACKAGE_PYTHON_JINJA2
bool "python-jinja2"
select BR2_PACKAGE_PYTHON_MARKUPSAFE # runtime
help
Jinja2 is a template engine written in pure Python. It
provides a Django inspired non-XML syntax but supports
inline expressions and an optional sandboxed environment.
http://jinja.pocoo.org/
|
shibajee/buildroot
|
package/python-jinja2/Config.in
|
in
|
mit
| 314 |
# md5 from https://pypi.python.org/pypi?:action=show_md5&digest=edb51693fe22c53cee5403775c71a99e, sha256 locally computed.
md5 edb51693fe22c53cee5403775c71a99e Jinja2-2.8.tar.gz
sha256 bc1ff2ff88dbfacefde4ddde471d1417d3b304e8df103a7a9437d47269201bf4 Jinja2-2.8.tar.gz
|
shibajee/buildroot
|
package/python-jinja2/python-jinja2.hash
|
hash
|
mit
| 270 |
################################################################################
#
# python-jinja2
#
################################################################################
PYTHON_JINJA2_VERSION = 2.8
PYTHON_JINJA2_SOURCE = Jinja2-$(PYTHON_JINJA2_VERSION).tar.gz
PYTHON_JINJA2_SITE = http://pypi.python.org/packages/source/J/Jinja2
PYTHON_JINJA2_SETUP_TYPE = setuptools
PYTHON_JINJA2_LICENSE = BSD-3c
PYTHON_JINJA2_LICENSE_FILES = LICENSE
# In host build, setup.py tries to download markupsafe if it is not installed
HOST_PYTHON_JINJA2_DEPENDENCIES = host-python-markupsafe
$(eval $(python-package))
$(eval $(host-python-package))
|
shibajee/buildroot
|
package/python-jinja2/python-jinja2.mk
|
mk
|
mit
| 642 |
config BR2_PACKAGE_PYTHON_JSON_SCHEMA_VALIDATOR
bool "python-json-schema-validator"
depends on BR2_PACKAGE_PYTHON
select BR2_PACKAGE_PYTHON_VERSIONTOOLS
help
JSON Schema Validator
https://pypi.python.org/pypi/json-schema-validator
|
shibajee/buildroot
|
package/python-json-schema-validator/Config.in
|
in
|
mit
| 242 |
# locally computed
sha256 316befb9a6d981dff465f5243e423a3027b27775f7649510ce23fde300dde9b7 json-schema-validator-2.3.tar.gz
|
shibajee/buildroot
|
package/python-json-schema-validator/python-json-schema-validator.hash
|
hash
|
mit
| 126 |
################################################################################
#
# python-json-schema-validator
#
################################################################################
PYTHON_JSON_SCHEMA_VALIDATOR_VERSION = 2.3
PYTHON_JSON_SCHEMA_VALIDATOR_SOURCE = json-schema-validator-$(PYTHON_JSON_SCHEMA_VALIDATOR_VERSION).tar.gz
PYTHON_JSON_SCHEMA_VALIDATOR_SITE = http://pypi.python.org/packages/source/j/json-schema-validator
PYTHON_JSON_SCHEMA_VALIDATOR_LICENSE = LGPLv3
PYTHON_JSON_SCHEMA_VALIDATOR_SETUP_TYPE = setuptools
PYTHON_JSON_SCHEMA_VALIDATOR_DEPENDENCIES = python-versiontools
$(eval $(python-package))
|
shibajee/buildroot
|
package/python-json-schema-validator/python-json-schema-validator.mk
|
mk
|
mit
| 637 |
config BR2_PACKAGE_PYTHON_KEYRING
bool "python-keyring"
depends on BR2_PACKAGE_PYTHON
help
The Python keyring lib provides a easy way to access the
system keyring service from Python.
https://pypi.python.org/pypi/keyring
|
shibajee/buildroot
|
package/python-keyring/Config.in
|
in
|
mit
| 234 |
# locally computed
sha256 c3f0665ee2d969170dcd6b9e83e76cc7fca2be5a40943700ce2624a0a02f9658 keyring-3.0.5.zip
|
shibajee/buildroot
|
package/python-keyring/python-keyring.hash
|
hash
|
mit
| 111 |
################################################################################
#
# python-keyring
#
################################################################################
PYTHON_KEYRING_VERSION = 3.0.5
PYTHON_KEYRING_SOURCE = keyring-$(PYTHON_KEYRING_VERSION).zip
PYTHON_KEYRING_SITE = http://pypi.python.org/packages/source/k/keyring
PYTHON_KEYRING_SETUP_TYPE = setuptools
PYTHON_KEYRING_LICENSE = python software foundation license
define PYTHON_KEYRING_EXTRACT_CMDS
$(UNZIP) -d $(@D) $(DL_DIR)/$(PYTHON_KEYRING_SOURCE)
mv $(@D)/keyring-$(PYTHON_KEYRING_VERSION)/* $(@D)
$(RM) -r $(@D)/keyring-$(PYTHON_KEYRING_VERSION)
endef
$(eval $(python-package))
|
shibajee/buildroot
|
package/python-keyring/python-keyring.mk
|
mk
|
mit
| 672 |
comment "python-libconfig needs a toolchain w/ C++, threads"
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS
config BR2_PACKAGE_PYTHON_LIBCONFIG
bool "python-libconfig"
select BR2_PACKAGE_BOOST
select BR2_PACKAGE_BOOST_PYTHON
select BR2_PACKAGE_LIBCONFIG
depends on BR2_INSTALL_LIBSTDCPP
depends on BR2_TOOLCHAIN_HAS_THREADS
help
Python bindings to the C++ library libconfig
Libconfig is a simple library for manipulating structured
configuration files. The file format is more compact and more
readable than XML. And unlike XML, it is type-aware, so it is
not necessary to do string parsing in application code.
http://www.hyperrealm.com/libconfig/
https://github.com/cnangel/python-libconfig
|
shibajee/buildroot
|
package/python-libconfig/Config.in
|
in
|
mit
| 742 |
# locally computed
sha256 f4cfb7e60b8fcee32ca3392c99932c579038db0852c1c2c42d7c4b859eea3c5c python-libconfig-b271c3d9dac938ad5cd29b67bd08cc5536a5a391.tar.gz
|
shibajee/buildroot
|
package/python-libconfig/python-libconfig.hash
|
hash
|
mit
| 158 |
################################################################################
#
# python-libconfig
#
################################################################################
PYTHON_LIBCONFIG_VERSION = b271c3d9dac938ad5cd29b67bd08cc5536a5a391
PYTHON_LIBCONFIG_SITE = $(call github,cnangel,python-libconfig,$(PYTHON_LIBCONFIG_VERSION))
PYTHON_LIBCONFIG_LICENSE = BSD
PYTHON_LIBCONFIG_LICENSE_FILES = README
PYTHON_LIBCONFIG_SETUP_TYPE = setuptools
PYTHON_LIBCONFIG_DEPENDENCIES = libconfig boost
$(eval $(python-package))
|
shibajee/buildroot
|
package/python-libconfig/python-libconfig.mk
|
mk
|
mit
| 536 |
config BR2_PACKAGE_PYTHON_LMDB
bool "python-lmdb"
select BR2_PACKAGE_PYTHON_CFFI # runtime
help
Universal Python binding for the LMDB 'Lightning' Database.
https://pypi.python.org/pypi/lmdb
|
shibajee/buildroot
|
package/python-lmdb/Config.in
|
in
|
mit
| 200 |
# Locally calculated
sha256 abd2b2ae9ecf2fd1e1bc55ef4e8463b5910722fcd70a1bbf34a3e669a74a41a4 python-lmdb-py-lmdb_0.89.tar.gz
|
shibajee/buildroot
|
package/python-lmdb/python-lmdb.hash
|
hash
|
mit
| 125 |
################################################################################
#
# python-lmdb
#
################################################################################
PYTHON_LMDB_VERSION = py-lmdb_0.89
PYTHON_LMDB_SITE = $(call github,dw,py-lmdb,$(PYTHON_LMDB_VERSION))
PYTHON_LMDB_LICENSE = OLDAP-2.8
PYTHON_LMDB_LICENSE_FILES = LICENSE
PYTHON_LMDB_SETUP_TYPE = setuptools
PYTHON_LMDB_DEPENDENCIES = host-python-cffi
$(eval $(python-package))
|
shibajee/buildroot
|
package/python-lmdb/python-lmdb.mk
|
mk
|
mit
| 459 |
config BR2_PACKAGE_PYTHON_LXML
bool "python-lxml"
select BR2_PACKAGE_LIBXML2
select BR2_PACKAGE_LIBXSLT
select BR2_PACKAGE_ZLIB
help
The lxml XML toolkit is a Pythonic binding for the C libraries
libxml2 and libxslt.
http://lxml.de/
|
shibajee/buildroot
|
package/python-lxml/Config.in
|
in
|
mit
| 248 |
# Locally computed
sha256 9c74ca28a7f0c30dca8872281b3c47705e21217c8bc63912d95c9e2a7cac6bdf lxml-3.6.0.tgz
|
shibajee/buildroot
|
package/python-lxml/python-lxml.hash
|
hash
|
mit
| 108 |
################################################################################
#
# python-lxml
#
################################################################################
PYTHON_LXML_VERSION = 3.6.0
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 zlib
# python-lxml needs these scripts in order to properly detect libxml2 and
# libxslt compiler and linker flags
PYTHON_LXML_BUILD_OPTS = \
--with-xslt-config=$(STAGING_DIR)/usr/bin/xslt-config \
--with-xml2-config=$(STAGING_DIR)/usr/bin/xml2-config
$(eval $(python-package))
|
shibajee/buildroot
|
package/python-lxml/python-lxml.mk
|
mk
|
mit
| 1,027 |
config BR2_PACKAGE_PYTHON_MAD
bool "python-mad"
depends on BR2_PACKAGE_PYTHON
select BR2_PACKAGE_LIBMAD
help
python-mad is a Python binding for the MAD library, a
high-quality integer-only MPEG decoder.
http://spacepants.org/src/pymad/
|
shibajee/buildroot
|
package/python-mad/Config.in
|
in
|
mit
| 250 |
# locally computed
sha256 1c9fc529b78de7d26e9e47cf182c9f8bf43838d8f62a9c1773540d57f5ebc522 pymad-0.6.tar.gz
|
shibajee/buildroot
|
package/python-mad/python-mad.hash
|
hash
|
mit
| 110 |
################################################################################
#
# python-mad
#
################################################################################
PYTHON_MAD_VERSION = 0.6
PYTHON_MAD_SOURCE = pymad-$(PYTHON_MAD_VERSION).tar.gz
PYTHON_MAD_SITE = http://spacepants.org/src/pymad/download
PYTHON_MAD_SETUP_TYPE = distutils
PYTHON_MAD_LICENSE = GPLv2+
PYTHON_MAD_LICENSE_FILES = COPYING
PYTHON_MAD_DEPENDENCIES = libmad
ifeq ($(BR2_ENDIAN),"LITTLE")
PYTHON_MAD_ENDIAN = little
else
PYTHON_MAD_ENDIAN = big
endif
define PYTHON_MAD_CONFIGURE_CMDS
echo "endian = $(PYTHON_MAD_ENDIAN)" > $(@D)/Setup
echo "mad_libs = mad" >> $(@D)/Setup
echo "mad_lib_dir = $(STAGING_DIR)/usr/lib" >> $(@D)/Setup
echo "mad_include_dir = $(STAGING_DIR)/usr/include" >> $(@D)/Setup
endef
$(eval $(python-package))
|
shibajee/buildroot
|
package/python-mad/python-mad.mk
|
mk
|
mit
| 828 |
config BR2_PACKAGE_PYTHON_MAKO
bool "python-mako"
help
Mako is a template library written in Python. It provides a
familiar, non-XML syntax which compiles into Python modules
for maximum performance.
https://pypi.python.org/pypi/Mako
|
shibajee/buildroot
|
package/python-mako/Config.in
|
in
|
mit
| 249 |
# md5 from https://pypi.python.org/pypi/Mako/json, sha256 locally computed
md5 c5fc31a323dd4990683d2f2da02d4e20 Mako-1.0.4.tar.gz
sha256 fed99dbe4d0ddb27a33ee4910d8708aca9ef1fe854e668387a9ab9a90cbf9059 Mako-1.0.4.tar.gz
|
shibajee/buildroot
|
package/python-mako/python-mako.hash
|
hash
|
mit
| 220 |
################################################################################
#
# python-mako
#
################################################################################
PYTHON_MAKO_VERSION = 1.0.4
PYTHON_MAKO_SOURCE = Mako-$(PYTHON_MAKO_VERSION).tar.gz
PYTHON_MAKO_SITE = https://pypi.python.org/packages/7a/ae/925434246ee90b42e8ef57d3b30a0ab7caf9a2de3e449b876c56dcb48155
PYTHON_MAKO_SETUP_TYPE = setuptools
PYTHON_MAKO_LICENSE = MIT
PYTHON_MAKO_LICENSE_FILES = LICENSE
# In host build, setup.py tries to download markupsafe if it is not installed
HOST_PYTHON_MAKO_DEPENDENCIES = host-python-markupsafe
$(eval $(python-package))
$(eval $(host-python-package))
|
shibajee/buildroot
|
package/python-mako/python-mako.mk
|
mk
|
mit
| 674 |
config BR2_PACKAGE_PYTHON_MARKDOWN
bool "python-markdown"
# runtime dependency on Python's xml module
select BR2_PACKAGE_PYTHON_PYEXPAT if BR2_PACKAGE_PYTHON
select BR2_PACKAGE_PYTHON3_PYEXPAT if BR2_PACKAGE_PYTHON3
help
This is a Python implementation of John Gruber's Markdown
https://pypi.python.org/pypi/Markdown
|
shibajee/buildroot
|
package/python-markdown/Config.in
|
in
|
mit
| 329 |
# locally computed
sha256 284e97e56db9ada03ede9c0ed2870ca6590ce7869f3119104d53510debf1533d Markdown-2.5.2.tar.gz
|
shibajee/buildroot
|
package/python-markdown/python-markdown.hash
|
hash
|
mit
| 115 |
################################################################################
#
# python-markdown
#
################################################################################
PYTHON_MARKDOWN_VERSION = 2.5.2
PYTHON_MARKDOWN_SOURCE = Markdown-$(PYTHON_MARKDOWN_VERSION).tar.gz
PYTHON_MARKDOWN_SITE = http://pypi.python.org/packages/source/M/Markdown
PYTHON_MARKDOWN_LICENSE = BSD-3c
PYTHON_MARKDOWN_LICENSE_FILES = LICENSE.md
PYTHON_MARKDOWN_SETUP_TYPE = distutils
$(eval $(python-package))
$(eval $(host-python-package))
|
shibajee/buildroot
|
package/python-markdown/python-markdown.mk
|
mk
|
mit
| 531 |
config BR2_PACKAGE_PYTHON_MARKUPSAFE
bool "python-markupsafe"
help
MarkupSafe implements a XML/HTML/XHTML Markup safe string
for Python.
https://github.com/mitsuhiko/markupsafe
|
shibajee/buildroot
|
package/python-markupsafe/Config.in
|
in
|
mit
| 189 |
# md5 from https://pypi.python.org/pypi?:action=show_md5&digest=f5ab3deee4c37cd6a922fb81e730da6e, sha256 locally computed
md5 f5ab3deee4c37cd6a922fb81e730da6e MarkupSafe-0.23.tar.gz
sha256 a4ec1aff59b95a14b45eb2e23761a0179e98319da5a7eb76b56ea8cdc7b871c3 MarkupSafe-0.23.tar.gz
|
shibajee/buildroot
|
package/python-markupsafe/python-markupsafe.hash
|
hash
|
mit
| 279 |
################################################################################
#
# python-markupsafe
#
################################################################################
PYTHON_MARKUPSAFE_VERSION = 0.23
PYTHON_MARKUPSAFE_SOURCE = MarkupSafe-$(PYTHON_MARKUPSAFE_VERSION).tar.gz
PYTHON_MARKUPSAFE_SITE = http://pypi.python.org/packages/source/M/MarkupSafe
PYTHON_MARKUPSAFE_SETUP_TYPE = setuptools
PYTHON_MARKUPSAFE_LICENSE = BSD-3c
PYTHON_MARKUPSAFE_LICENSE_FILES = LICENSE
$(eval $(python-package))
$(eval $(host-python-package))
|
shibajee/buildroot
|
package/python-markupsafe/python-markupsafe.mk
|
mk
|
mit
| 548 |
config BR2_PACKAGE_PYTHON_MELD3
bool "python-meld3"
select BR2_PACKAGE_PYTHON_PYEXPAT if BR2_PACKAGE_PYTHON
select BR2_PACKAGE_PYTHON3_PYEXPAT if BR2_PACKAGE_PYTHON3
help
A HTML/XML templating system.
https://github.com/supervisor/meld3
|
shibajee/buildroot
|
package/python-meld3/Config.in
|
in
|
mit
| 248 |
# md5 from https://pypi.python.org/pypi/meld3/json, sha256 locally computed
md5 3ccc78cd79cffd63a751ad7684c02c91 meld3-1.0.2.tar.gz
sha256 f7b754a0fde7a4429b2ebe49409db240b5699385a572501bb0d5627d299f9558 meld3-1.0.2.tar.gz
|
shibajee/buildroot
|
package/python-meld3/python-meld3.hash
|
hash
|
mit
| 230 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.