code
string | repo_name
string | path
string | language
string | license
string | size
int64 |
---|---|---|---|---|---|
################################################################################
#
# putty
#
################################################################################
PUTTY_VERSION = 0.67
PUTTY_SOURCE = putty-$(PUTTY_VERSION).tar.gz
PUTTY_SITE = http://the.earth.li/~sgtatham/putty/$(PUTTY_VERSION)
PUTTY_SUBDIR = unix
PUTTY_LICENSE = MIT
PUTTY_LICENSE_FILES = LICENCE
PUTTY_CONF_OPTS = --disable-gtktest
ifeq ($(BR2_PACKAGE_LIBGTK2),y)
PUTTY_CONF_OPTS += --with-gtk=2
PUTTY_DEPENDENCIES += libgtk2
else
PUTTY_CONF_OPTS += --without-gtk
endif
$(eval $(autotools-package))
|
shibajee/buildroot
|
package/putty/putty.mk
|
mk
|
mit
| 582 |
config BR2_PACKAGE_PV
bool "pv"
select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
help
Pipe Viewer - is a terminal-based tool for
monitoring the progress of data through a
pipeline.
http://www.ivarch.com/programs/pv.shtml
|
shibajee/buildroot
|
package/pv/Config.in
|
in
|
mit
| 246 |
# Locally calculated after checking pgp signature
sha256 0ece824e0da27b384d11d1de371f20cafac465e038041adab57fcf4b5036ef8d pv-1.6.0.tar.bz2
|
shibajee/buildroot
|
package/pv/pv.hash
|
hash
|
mit
| 140 |
################################################################################
#
# pv
#
################################################################################
PV_VERSION = 1.6.0
PV_SOURCE = pv-$(PV_VERSION).tar.bz2
PV_SITE = http://www.ivarch.com/programs/sources
PV_LICENSE = Artistic-2.0
PV_LICENSE_FILES = doc/COPYING
# pv configure script is somewhat stupid: if it cannot find the host
# gettext tool msgfmt, it concludes that gettext is not available, and
# provides its own minimal version. Unfortunately, this minimal
# version conflicts with the available target gettext. We fix this by
# ensuring that host-gettext is built if gettext support is enabled;
PV_DEPENDENCIES = $(if $(BR2_NEEDS_GETTEXT_IF_LOCALE),gettext host-gettext)
# --relax linker option is enabled by default on sparc/sparc64
# architectures, and it can't be used together with -r option, so
# disable it.
ifeq ($(BR2_sparc)$(BR2_sparc64),y)
PV_LDFLAGS = "-Wl,--no-relax"
endif
# While 'pv' uses autoconf, it does not use automake for its
# makefiles. It uses $(LD) $(LDFLAGS) to achieve partial linking, but
# using 'ld' directly doesn't work well with some toolchain
# configuration, as the ld default emulation may not necessarily be
# the correct one. By passing the below values for LD and LDFLAGS, we
# ensure that 'gcc' is used to do these partial linking steps.
PV_MAKE_OPTS = \
LD="$(TARGET_CC)" \
LDFLAGS="-Wl,-r -nostdlib $(PV_LDFLAGS)"
$(eval $(autotools-package))
|
shibajee/buildroot
|
package/pv/pv.mk
|
mk
|
mit
| 1,473 |
config BR2_PACKAGE_PWGEN
bool "pwgen"
help
Pwgen is a small, GPL'ed password generator which creates passwords
which can be easily memorized by a human.
http://sourceforge.net/projects/pwgen/
|
shibajee/buildroot
|
package/pwgen/Config.in
|
in
|
mit
| 204 |
config BR2_PACKAGE_HOST_PWGEN
bool "host pwgen"
help
Pwgen is a small, GPL'ed password generator which creates passwords
which can be easily memorized by a human.
http://sourceforge.net/projects/pwgen/
|
shibajee/buildroot
|
package/pwgen/Config.in.host
|
host
|
mit
| 214 |
# From http://sourceforge.net/projects/pwgen/files/pwgen/2.07/
md5 910b1008cdd86445e9e01305d21ee4c5 pwgen-2.07.tar.gz
sha1 51180f9cd5530d79eea18b2443780dec4ec5ea43 pwgen-2.07.tar.gz
|
shibajee/buildroot
|
package/pwgen/pwgen.hash
|
hash
|
mit
| 182 |
################################################################################
#
# pwgen
#
################################################################################
PWGEN_VERSION = 2.07
PWGEN_SITE = http://downloads.sourceforge.net/project/pwgen/pwgen/$(PWGEN_VERSION)
PWGEN_LICENSE = GPLv2
PWGEN_LICENSE_FILES = debian/copyright
$(eval $(autotools-package))
$(eval $(host-autotools-package))
|
shibajee/buildroot
|
package/pwgen/pwgen.mk
|
mk
|
mit
| 404 |
comment "python-alsaaudio needs a toolchain w/ threads"
depends on !BR2_TOOLCHAIN_HAS_THREADS
config BR2_PACKAGE_PYTHON_ALSAAUDIO
bool "python-alsaaudio"
depends on BR2_TOOLCHAIN_HAS_THREADS # alsa-lib
select BR2_PACKAGE_ALSA_LIB
select BR2_PACKAGE_ALSA_LIB_PCM
select BR2_PACKAGE_ALSA_LIB_MIXER
help
The PyAlsaAudio package contains bindings for the ALSA sound
API.
http://larsimmisch.github.io/pyalsaaudio/
|
shibajee/buildroot
|
package/python-alsaaudio/Config.in
|
in
|
mit
| 427 |
# From https://pypi.python.org/pypi?:action=show_md5&digest=1f22415a3d8da4b303182ad81c2d062e
md5 1f22415a3d8da4b303182ad81c2d062e pyalsaaudio-0.8.2.tar.gz
# Locally calculated
sha256 b6df486f1c4035041a5f3800496b86c64e48e4a7d47f94dcbca11b0187aa3a15 pyalsaaudio-0.8.2.tar.gz
|
shibajee/buildroot
|
package/python-alsaaudio/python-alsaaudio.hash
|
hash
|
mit
| 273 |
################################################################################
#
# python-alsaaudio
#
################################################################################
PYTHON_ALSAAUDIO_VERSION = 0.8.2
PYTHON_ALSAAUDIO_SOURCE = pyalsaaudio-$(PYTHON_ALSAAUDIO_VERSION).tar.gz
PYTHON_ALSAAUDIO_SITE = https://pypi.python.org/packages/source/p/pyalsaaudio
PYTHON_ALSAAUDIO_SETUP_TYPE = distutils
PYTHON_ALSAAUDIO_LICENSE = Python software foundation license v2
PYTHON_ALSAAUDIO_LICENSE_FILES = LICENSE
PYTHON_ALSAAUDIO_DEPENDENCIES = alsa-lib
$(eval $(python-package))
|
shibajee/buildroot
|
package/python-alsaaudio/python-alsaaudio.mk
|
mk
|
mit
| 584 |
config BR2_PACKAGE_PYTHON_ARGH
bool "python-argh"
help
An unobtrusive argparse wrapper with natural syntax.
http://github.com/neithere/argh/
|
shibajee/buildroot
|
package/python-argh/Config.in
|
in
|
mit
| 150 |
# md5 from https://pypi.python.org/pypi/argh/json
md5 5a97ce2ae74bbe3b63194906213f1184 argh-0.26.1.tar.gz
# sha256 calculated by scanpypi
sha256 06a7442cb9130fb8806fe336000fcf20edf1f2f8ad205e7b62cec118505510db argh-0.26.1.tar.gz
|
shibajee/buildroot
|
package/python-argh/python-argh.hash
|
hash
|
mit
| 231 |
################################################################################
#
# python-argh
#
################################################################################
PYTHON_ARGH_VERSION = 0.26.1
PYTHON_ARGH_SOURCE = argh-$(PYTHON_ARGH_VERSION).tar.gz
PYTHON_ARGH_SITE = https://pypi.python.org/packages/14/7f/794a7f4a48cba505a4b4c714f81fed844a3a5f7340b171f448711439b09e
PYTHON_ARGH_SETUP_TYPE = setuptools
PYTHON_ARGH_LICENSE = LGPLv3+
PYTHON_ARGH_LICENSE_FILES = README.rst
$(eval $(python-package))
|
shibajee/buildroot
|
package/python-argh/python-argh.mk
|
mk
|
mit
| 517 |
config BR2_PACKAGE_PYTHON_AUTOBAHN
bool "python-autobahn"
select BR2_PACKAGE_PYTHON_SIX # runtime
select BR2_PACKAGE_PYTHON_TXAIO # runtime
help
WebSocket client Hhh server library, WAMP real-time
framework.
https://pypi.python.org/pypi/autobahn
|
shibajee/buildroot
|
package/python-autobahn/Config.in
|
in
|
mit
| 260 |
# md5 from https://pypi.python.org/pypi/autobahn/json, sha256 locally computed.
md5 576b63ce7fa7846f64650263842b712b autobahn-0.14.1.tar.gz
sha256 c1695e139e36daeaad9cb788dd3f9b907a3fd83b67884424e59b3e07032956e0 autobahn-0.14.1.tar.gz
|
shibajee/buildroot
|
package/python-autobahn/python-autobahn.hash
|
hash
|
mit
| 237 |
################################################################################
#
# python-autobahn
#
################################################################################
PYTHON_AUTOBAHN_VERSION = 0.14.1
PYTHON_AUTOBAHN_SOURCE = autobahn-$(PYTHON_AUTOBAHN_VERSION).tar.gz
PYTHON_AUTOBAHN_SITE = https://pypi.python.org/packages/e3/37/1297551d3066ec9b013dd3a1a7e2cca85900d3fe95194779370e8e7a7af7
PYTHON_AUTOBAHN_LICENSE = MIT
PYTHON_AUTOBAHN_LICENSE_FILES = LICENSE
PYTHON_AUTOBAHN_SETUP_TYPE = setuptools
$(eval $(python-package))
|
shibajee/buildroot
|
package/python-autobahn/python-autobahn.mk
|
mk
|
mit
| 546 |
config BR2_PACKAGE_PYTHON_BACKPORTS_ABC
bool "python-backports-abc"
depends on BR2_PACKAGE_PYTHON
help
A backport of recent additions to the 'collections.abc'
module.
https://pypi.python.org/pypi/backports_abc
|
shibajee/buildroot
|
package/python-backports-abc/Config.in
|
in
|
mit
| 223 |
# md5 from https://pypi.python.org/pypi?:action=show_md5&digest=0b65a216ce9dc9c1a7e20a729dd7c05b, sha256 locally computed
md5 0b65a216ce9dc9c1a7e20a729dd7c05b backports_abc-0.4.tar.gz
sha256 8b3e4092ba3d541c7a2f9b7d0d9c0275b21c6a01c53a61c731eba6686939d0a5 backports_abc-0.4.tar.gz
|
shibajee/buildroot
|
package/python-backports-abc/python-backports-abc.hash
|
hash
|
mit
| 287 |
################################################################################
#
# python-backports-abc
#
################################################################################
PYTHON_BACKPORTS_ABC_VERSION = 0.4
PYTHON_BACKPORTS_ABC_SOURCE = backports_abc-$(PYTHON_BACKPORTS_ABC_VERSION).tar.gz
PYTHON_BACKPORTS_ABC_SITE = https://pypi.python.org/packages/source/b/backports_abc
PYTHON_BACKPORTS_ABC_LICENSE = Python Software Foundation License
PYTHON_BACKPORTS_ABC_SETUP_TYPE = setuptools
$(eval $(python-package))
|
shibajee/buildroot
|
package/python-backports-abc/python-backports-abc.mk
|
mk
|
mit
| 530 |
config BR2_PACKAGE_PYTHON_BEAUTIFULSOUP4
bool "python-beautifulsoup4"
help
Beautiful Soup is a Python library for pulling data out of
HTML and XML files. It works with your favorite parser to
provide idiomatic ways of navigating, searching, and
modifying the parse tree. It commonly saves programmers
hours or days of work.
http://www.crummy.com/software/BeautifulSoup/bs4/
|
shibajee/buildroot
|
package/python-beautifulsoup4/Config.in
|
in
|
mit
| 395 |
# md5 from https://pypi.python.org/pypi/beautifulsoup4/json
md5 8fbd9a7cac0704645fa20d1419036815 beautifulsoup4-4.4.1.tar.gz
# sha256 calculated by scanpypi
sha256 87d4013d0625d4789a4f56b8d79a04d5ce6db1152bb65f1d39744f7709a366b4 beautifulsoup4-4.4.1.tar.gz
|
shibajee/buildroot
|
package/python-beautifulsoup4/python-beautifulsoup4.hash
|
hash
|
mit
| 259 |
################################################################################
#
# python-beautifulsoup4
#
################################################################################
PYTHON_BEAUTIFULSOUP4_VERSION = 4.4.1
PYTHON_BEAUTIFULSOUP4_SOURCE = beautifulsoup4-$(PYTHON_BEAUTIFULSOUP4_VERSION).tar.gz
PYTHON_BEAUTIFULSOUP4_SITE = https://pypi.python.org/packages/source/b/beautifulsoup4
PYTHON_BEAUTIFULSOUP4_SETUP_TYPE = setuptools
PYTHON_BEAUTIFULSOUP4_LICENSE = MIT
PYTHON_BEAUTIFULSOUP4_LICENSE_FILES = COPYING.txt
$(eval $(python-package))
|
shibajee/buildroot
|
package/python-beautifulsoup4/python-beautifulsoup4.mk
|
mk
|
mit
| 560 |
config BR2_PACKAGE_PYTHON_BOTTLE
bool "python-bottle"
help
Bottle is a fast, simple and lightweight WSGI micro web-framework
for Python. It is distributed as a single file module and has no
dependencies other than the Python Standard Library.
http://bottlepy.org
|
shibajee/buildroot
|
package/python-bottle/Config.in
|
in
|
mit
| 278 |
# From https://pypi.python.org/pypi/bottle/0.12.7
md5 ed0b83c9dbbdbde784e7c652d61c59f4 bottle-0.12.7.tar.gz
# Calculated based on the hash above
sha256 e3ea2191f06ca51af45bf6ca41ed2d1b2d809ceda0876466879fe205be7b2073 bottle-0.12.7.tar.gz
|
shibajee/buildroot
|
package/python-bottle/python-bottle.hash
|
hash
|
mit
| 238 |
################################################################################
#
# python-bottle
#
################################################################################
PYTHON_BOTTLE_VERSION = 0.12.7
PYTHON_BOTTLE_SOURCE = bottle-$(PYTHON_BOTTLE_VERSION).tar.gz
PYTHON_BOTTLE_SITE = http://pypi.python.org/packages/source/b/bottle
PYTHON_BOTTLE_LICENSE = MIT
# README.rst refers to the file "LICENSE" but it's not included
PYTHON_BOTTLE_SETUP_TYPE = distutils
$(eval $(python-package))
|
shibajee/buildroot
|
package/python-bottle/python-bottle.mk
|
mk
|
mit
| 501 |
config BR2_PACKAGE_PYTHON_CAN
bool "python-can"
help
This module provides controller area network support for Python.
https://bitbucket.org/hardbyte/python-can
|
shibajee/buildroot
|
package/python-can/Config.in
|
in
|
mit
| 169 |
# md5 from https://pypi.python.org/pypi?:action=show_md5&digest=b9b556fe6f016c0a3b27cc67790cf821, sha256 locally computed
md5 b9b556fe6f016c0a3b27cc67790cf821 python-can-1.4.3.tar.gz
sha256 2dcd32737cc39fbf39f41521146a9685f594942c99c6183bad7e3c404930198b python-can-1.4.3.tar.gz
|
shibajee/buildroot
|
package/python-can/python-can.hash
|
hash
|
mit
| 286 |
################################################################################
#
# python-can
#
################################################################################
PYTHON_CAN_VERSION = 1.4.3
PYTHON_CAN_SITE = https://pypi.python.org/packages/source/p/python-can
PYTHON_CAN_LICENSE = LGPLv3
PYTHON_CAN_LICENSE_FILES = LICENSE.txt
PYTHON_CAN_SETUP_TYPE = setuptools
$(eval $(python-package))
|
shibajee/buildroot
|
package/python-can/python-can.mk
|
mk
|
mit
| 407 |
config BR2_PACKAGE_PYTHON_CBOR
bool "python-cbor"
help
RFC 7049 - Concise Binary Object Representation.
https://pypi.python.org/pypi/cbor
|
shibajee/buildroot
|
package/python-cbor/Config.in
|
in
|
mit
| 148 |
# md5 from https://pypi.python.org/pypi?:action=show_md5&digest=711ee5ecc896595c1e95c1c48356606c, sha256 locally computed.
md5 711ee5ecc896595c1e95c1c48356606c cbor-0.1.25.tar.gz
sha256 e342d425dde88bb93b741e34e3ba092492ba1f6fca94ce356054fb7daa420746 cbor-0.1.25.tar.gz
|
shibajee/buildroot
|
package/python-cbor/python-cbor.hash
|
hash
|
mit
| 272 |
################################################################################
#
# python-cbor
#
################################################################################
PYTHON_CBOR_VERSION = 0.1.25
PYTHON_CBOR_SOURCE = cbor-$(PYTHON_CBOR_VERSION).tar.gz
PYTHON_CBOR_SITE = http://pypi.python.org/packages/source/c/cbor
PYTHON_CBOR_LICENSE = Apache
PYTHON_CBOR_SETUP_TYPE = setuptools
$(eval $(python-package))
|
shibajee/buildroot
|
package/python-cbor/python-cbor.mk
|
mk
|
mit
| 423 |
config BR2_PACKAGE_PYTHON_CERTIFI
bool "python-certifi"
help
Python package for providing Mozilla's CA Bundle.
https://pypi.python.org/pypi/certifi
|
shibajee/buildroot
|
package/python-certifi/Config.in
|
in
|
mit
| 157 |
# md5 from https://pypi.python.org/pypi?:action=show_md5&digest=5d672aa766e1f773c75cfeccd02d3650, sha256 locally computed
md5 5d672aa766e1f773c75cfeccd02d3650 certifi-2016.2.28.tar.gz
sha256 5e8eccf95924658c97b990b50552addb64f55e1e3dfe4880456ac1f287dc79d0 certifi-2016.2.28.tar.gz
|
shibajee/buildroot
|
package/python-certifi/python-certifi.hash
|
hash
|
mit
| 286 |
################################################################################
#
# python-certifi
#
################################################################################
PYTHON_CERTIFI_VERSION = 2016.2.28
PYTHON_CERTIFI_SOURCE = certifi-$(PYTHON_CERTIFI_VERSION).tar.gz
PYTHON_CERTIFI_SITE = https://pypi.python.org/packages/source/c/certifi
PYTHON_CERTIFI_SETUP_TYPE = setuptools
PYTHON_CERTIFI_LICENSE = ISC (Python code), MPL-2.0 (cacert.pem)
PYTHON_CERTIFI_LICENSE_FILES = LICENSE
$(eval $(python-package))
|
shibajee/buildroot
|
package/python-certifi/python-certifi.mk
|
mk
|
mit
| 526 |
config BR2_PACKAGE_PYTHON_CFFI
bool "python-cffi"
select BR2_PACKAGE_LIBFFI
help
This is the Foreign Function Interface for Python calling C
code. The aim of this project is to provide a convenient
and reliable way of calling C code from Python.
https://pypi.python.org/pypi/cffi
|
shibajee/buildroot
|
package/python-cffi/Config.in
|
in
|
mit
| 296 |
# From https://pypi.python.org/pypi?:action=show_md5&digest=2fae9160991afefb20ff0fbde3b14faf
md5 2fae9160991afefb20ff0fbde3b14faf cffi-1.6.0.tar.gz
# Calculated based on the hash above
sha256 a7f75c4ef2362c0a0e54657add0a6c509fecbfa3b3807bc0925f5cb1c9f927db cffi-1.6.0.tar.gz
|
shibajee/buildroot
|
package/python-cffi/python-cffi.hash
|
hash
|
mit
| 279 |
################################################################################
#
# python-cffi
#
################################################################################
PYTHON_CFFI_VERSION = 1.6.0
PYTHON_CFFI_SOURCE = cffi-$(PYTHON_CFFI_VERSION).tar.gz
PYTHON_CFFI_SITE = https://pypi.python.org/packages/b6/98/11feff87072e2e640fb8320712b781eccdef05d588618915236b32289d5a
PYTHON_CFFI_SETUP_TYPE = setuptools
PYTHON_CFFI_DEPENDENCIES = host-pkgconf libffi
PYTHON_CFFI_LICENSE = MIT
PYTHON_CFFI_LICENSE_FILES = LICENSE
# This host package uses pkg-config to find libffi, so we have to
# provide the proper hints for pkg-config to behave properly for host
# packages.
HOST_PYTHON_CFFI_ENV = \
PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 \
PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 \
PKG_CONFIG="$(PKG_CONFIG_HOST_BINARY)" \
PKG_CONFIG_SYSROOT_DIR="/" \
PKG_CONFIG_LIBDIR="$(HOST_DIR)/usr/lib/pkgconfig:$(HOST_DIR)/usr/share/pkgconfig"
HOST_PYTHON_CFFI_DEPENDENCIES = host-pkgconf host-python-pycparser host-libffi
$(eval $(python-package))
$(eval $(host-python-package))
|
shibajee/buildroot
|
package/python-cffi/python-cffi.mk
|
mk
|
mit
| 1,065 |
config BR2_PACKAGE_PYTHON_CHARACTERISTIC
bool "python-characteristic"
help
Python attributes without boilerplate.
https://pypi.python.org/pypi/characteristic
|
shibajee/buildroot
|
package/python-characteristic/Config.in
|
in
|
mit
| 167 |
# md5 from https://pypi.python.org/pypi?:action=show_md5&digest=b249368dd021fde1c06b4802867c0913, sha256 locally computed.
md5 b249368dd021fde1c06b4802867c0913 characteristic-14.3.0.tar.gz
sha256 ded68d4e424115ed44e5c83c2a901a0b6157a959079d7591d92106ffd3ada380 characteristic-14.3.0.tar.gz
|
shibajee/buildroot
|
package/python-characteristic/python-characteristic.hash
|
hash
|
mit
| 292 |
################################################################################
#
# python-characteristic
#
################################################################################
PYTHON_CHARACTERISTIC_VERSION = 14.3.0
PYTHON_CHARACTERISTIC_SOURCE = characteristic-$(PYTHON_CHARACTERISTIC_VERSION).tar.gz
PYTHON_CHARACTERISTIC_SITE = http://pypi.python.org/packages/source/c/characteristic
PYTHON_CHARACTERISTIC_LICENSE = MIT
PYTHON_CHARACTERISTIC_LICENSE_FILES = LICENSE
PYTHON_CHARACTERISTIC_SETUP_TYPE = setuptools
$(eval $(python-package))
|
shibajee/buildroot
|
package/python-characteristic/python-characteristic.mk
|
mk
|
mit
| 556 |
config BR2_PACKAGE_PYTHON_CHEETAH
bool "python-cheetah"
depends on BR2_PACKAGE_PYTHON
help
Cheetah is an open source template engine and code generation tool.
It can be used standalone or combined with other tools and frameworks.
Web development is its principle use, but Cheetah is very flexible
and is also being used to generate C++ game code, Java, sql, form
emails and even Python code.
https://pypi.python.org/pypi/Cheetah/
|
shibajee/buildroot
|
package/python-cheetah/Config.in
|
in
|
mit
| 453 |
# From https://pypi.python.org/pypi/Cheetah/2.4.4
md5 853917116e731afbc8c8a43c37e6ddba Cheetah-2.4.4.tar.gz
# Calculated based on the hash above
sha256 be308229f0c1e5e5af4f27d7ee06d90bb19e6af3059794e5fd536a6f29a9b550 Cheetah-2.4.4.tar.gz
|
shibajee/buildroot
|
package/python-cheetah/python-cheetah.hash
|
hash
|
mit
| 238 |
################################################################################
#
# python-cheetah
#
################################################################################
PYTHON_CHEETAH_VERSION = 2.4.4
PYTHON_CHEETAH_SOURCE = Cheetah-$(PYTHON_CHEETAH_VERSION).tar.gz
PYTHON_CHEETAH_SITE = http://pypi.python.org/packages/source/C/Cheetah
PYTHON_CHEETAH_LICENSE = MIT
PYTHON_CHEETAH_SETUP_TYPE = setuptools
HOST_PYTHON_CHEETAH_NEEDS_HOST_PYTHON = python2
# The dependency on host-python-markdown is needed to prevent
# setuptools from downloading markdown if it is not installed yet.
HOST_PYTHON_CHEETAH_DEPENDENCIES = host-python-markdown
$(eval $(python-package))
$(eval $(host-python-package))
|
shibajee/buildroot
|
package/python-cheetah/python-cheetah.mk
|
mk
|
mit
| 712 |
config BR2_PACKAGE_PYTHON_CHERRYPY
bool "python-cherrypy"
select BR2_PACKAGE_PYTHON_ZLIB if BR2_PACKAGE_PYTHON # runtime
select BR2_PACKAGE_PYTHON3_ZLIB if BR2_PACKAGE_PYTHON3 # runtime
select BR2_PACKAGE_PYTHON_PYEXPAT if BR2_PACKAGE_PYTHON # runtime
select BR2_PACKAGE_PYTHON3_PYEXPAT if BR2_PACKAGE_PYTHON3 # runtime
help
A minimalist web framework
http://www.cherrypy.org
|
shibajee/buildroot
|
package/python-cherrypy/Config.in
|
in
|
mit
| 389 |
# md5 from https://pypi.python.org/pypi?:action=show_md5&digest=4b765329b0b4b65ec25811e3febb6c93, sha256 locally computed
md5 4b765329b0b4b65ec25811e3febb6c93 CherryPy-4.0.0.tar.gz
sha256 73ad4f8870b5a3e9988a7778b5d3003a390d440527ec3458a0c7e58865d2611a CherryPy-4.0.0.tar.gz
|
shibajee/buildroot
|
package/python-cherrypy/python-cherrypy.hash
|
hash
|
mit
| 277 |
################################################################################
#
# python-cherrypy
#
################################################################################
PYTHON_CHERRYPY_VERSION = 4.0.0
PYTHON_CHERRYPY_SOURCE = CherryPy-$(PYTHON_CHERRYPY_VERSION).tar.gz
PYTHON_CHERRYPY_SITE = http://pypi.python.org/packages/source/C/CherryPy
PYTHON_CHERRYPY_LICENSE = BSD-3c
PYTHON_CHERRYPY_LICENSE_FILES = cherrypy/LICENSE.txt
PYTHON_CHERRYPY_SETUP_TYPE = distutils
$(eval $(python-package))
|
shibajee/buildroot
|
package/python-cherrypy/python-cherrypy.mk
|
mk
|
mit
| 510 |
config BR2_PACKAGE_PYTHON_CLICK
bool "python-click"
help
A simple wrapper around optparse for powerful command line
utilities.
https://pypi.python.org/pypi/click
|
shibajee/buildroot
|
package/python-click/Config.in
|
in
|
mit
| 174 |
# md5 from https://pypi.python.org/pypi?:action=show_md5&digest=d0b09582123605220ad6977175f3e51d, sha256 locally computed.
md5 d0b09582123605220ad6977175f3e51d click-6.6.tar.gz
sha256 cc6a19da8ebff6e7074f731447ef7e112bd23adf3de5c597cf9989f2fd8defe9 click-6.6.tar.gz
|
shibajee/buildroot
|
package/python-click/python-click.hash
|
hash
|
mit
| 268 |
################################################################################
#
# python-click
#
################################################################################
PYTHON_CLICK_VERSION = 6.6
PYTHON_CLICK_SOURCE = click-$(PYTHON_CLICK_VERSION).tar.gz
PYTHON_CLICK_SITE = http://pypi.python.org/packages/source/c/click
PYTHON_CLICK_LICENSE = BSD-3c
PYTHON_CLICK_LICENSE_FILES = LICENSE
PYTHON_CLICK_SETUP_TYPE = setuptools
$(eval $(python-package))
|
shibajee/buildroot
|
package/python-click/python-click.mk
|
mk
|
mit
| 466 |
From 3cf8d89cbb44b5c7a0693d0b5d665e68acc3927c Mon Sep 17 00:00:00 2001
From: Thomas Klausner <wiz@NetBSD.org>
Date: Tue, 10 May 2016 00:14:33 +0200
Subject: [PATCH] Fix twisted detection.
Addresses https://github.com/coherence-project/Coherence/issues/25
Signed-off-by: Thomas Klausner <wiz@NetBSD.org>
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
---
coherence/__init__.py | 2 --
1 file changed, 2 deletions(-)
diff --git a/coherence/__init__.py b/coherence/__init__.py
index 2e4e8f1..4c4d73d 100644
--- a/coherence/__init__.py
+++ b/coherence/__init__.py
@@ -24,8 +24,6 @@ try:
if twisted_version < Version("twisted", 2, 5, 0):
raise ImportError("Twisted >= 2.5 is required. Please install it.")
- if twisted_web_version < Version("twisted.web", 2, 5, 0):
- raise ImportError("Twisted.Web >= 2.5 is required. Please install it")
except ImportError, exc:
# log error to stderr, might be useful for debugging purpose
for arg in exc.args:
--
2.8.1
|
shibajee/buildroot
|
package/python-coherence/0001-Fix-twisted-detection.patch
|
patch
|
mit
| 1,005 |
config BR2_PACKAGE_PYTHON_COHERENCE
bool "python-coherence"
depends on BR2_PACKAGE_PYTHON
depends on BR2_INSTALL_LIBSTDCPP # python-pyasn
select BR2_PACKAGE_PYTHON_TWISTED
select BR2_PACKAGE_PYTHON_ZOPE_INTERFACE
select BR2_PACKAGE_PYTHON_PYASN
help
A DLNA/UPnP Media Server and Framework for the Digital Living.
http://coherence-project.org/
comment "python-coherence needs a toolchain w/ C++"
depends on BR2_PACKAGE_PYTHON
depends on !BR2_INSTALL_LIBSTDCPP
|
shibajee/buildroot
|
package/python-coherence/Config.in
|
in
|
mit
| 476 |
# Locally computed:
sha256 fd5a2db9661994a57232ace4a90d259b6554c43b8bf5bfbf8ec2518c03627922 python-coherence-0.6.6.2.tar.gz
|
shibajee/buildroot
|
package/python-coherence/python-coherence.hash
|
hash
|
mit
| 126 |
################################################################################
#
# python-coherence
#
################################################################################
PYTHON_COHERENCE_VERSION = 0.6.6.2
PYTHON_COHERENCE_SITE = $(call github,coherence-project,Coherence,Coherence-$(PYTHON_COHERENCE_VERSION))
PYTHON_COHERENCE_SETUP_TYPE = setuptools
PYTHON_COHERENCE_LICENSE = MIT
PYTHON_COHERENCE_LICENSE_FILES = LICENCE
PYTHON_COHERENCE_DEPENDENCIES = python-twisted python-zope-interface python-pyasn
$(eval $(python-package))
|
shibajee/buildroot
|
package/python-coherence/python-coherence.mk
|
mk
|
mit
| 548 |
config BR2_PACKAGE_PYTHON_CONFIGOBJ
bool "python-configobj"
depends on BR2_PACKAGE_PYTHON
help
ConfigObj is a simple but powerful config file reader and
writer: an ini file round tripper. Its main feature is that
it is very easy to use, with a straightforward programmer's
interface and a simple syntax for config files.
http://www.voidspace.org.uk/python/configobj.html
|
shibajee/buildroot
|
package/python-configobj/Config.in
|
in
|
mit
| 390 |
# From https://pypi.python.org/pypi/configobj/4.7.2
md5 201dbaa732a9049c839f9bb6c27fc7b5 configobj-4.7.2.tar.gz
# Calculated based on the hash above
sha256 515ff923462592e8321df8b48c47e3428f8d406ee22b8de77bef969d1af11171 configobj-4.7.2.tar.gz
|
shibajee/buildroot
|
package/python-configobj/python-configobj.hash
|
hash
|
mit
| 244 |
################################################################################
#
# python-configobj
#
################################################################################
PYTHON_CONFIGOBJ_VERSION = 4.7.2
PYTHON_CONFIGOBJ_SOURCE = configobj-$(PYTHON_CONFIGOBJ_VERSION).tar.gz
PYTHON_CONFIGOBJ_SITE = http://pypi.python.org/packages/source/c/configobj
PYTHON_CONFIGOBJ_LICENSE = BSD-3c
# License only mentioned in the source
PYTHON_CONFIGOBJ_SETUP_TYPE = distutils
$(eval $(python-package))
|
shibajee/buildroot
|
package/python-configobj/python-configobj.mk
|
mk
|
mit
| 505 |
config BR2_PACKAGE_PYTHON_CONFIGSHELL_FB
bool "python-configshell-fb"
select BR2_PACKAGE_PYTHON_PYPARSING
select BR2_PACKAGE_PYTHON3_READLINE if BR2_PACKAGE_PYTHON3
select BR2_PACKAGE_PYTHON_READLINE if BR2_PACKAGE_PYTHON
select BR2_PACKAGE_PYTHON_SIX
select BR2_PACKAGE_PYTHON_URWID
help
configshell-fb is a Python library that provides a framework
for building simple but nice CLI-based applications.
https://github.com/agrover/configshell-fb
|
shibajee/buildroot
|
package/python-configshell-fb/Config.in
|
in
|
mit
| 462 |
# locally computed
sha256 3685446d6ee02881930bb2fdc5fdd254938da66ce9843a5b3676c4246b058e4b python-configshell-fb-v1.1.fb18.tar.gz
|
shibajee/buildroot
|
package/python-configshell-fb/python-configshell-fb.hash
|
hash
|
mit
| 132 |
################################################################################
#
# python-configshell-fb
#
################################################################################
PYTHON_CONFIGSHELL_FB_VERSION = v1.1.fb18
PYTHON_CONFIGSHELL_FB_SITE = $(call github,agrover,configshell-fb,$(PYTHON_CONFIGSHELL_FB_VERSION))
PYTHON_CONFIGSHELL_FB_LICENSE = Apache-2.0
PYTHON_CONFIGSHELL_FB_LICENSE_FILES = COPYING
PYTHON_CONFIGSHELL_FB_SETUP_TYPE = setuptools
PYTHON_CONFIGSHELL_FB_DEPENDENCIES = python-pyparsing python-six python-urwid
$(eval $(python-package))
|
shibajee/buildroot
|
package/python-configshell-fb/python-configshell-fb.mk
|
mk
|
mit
| 573 |
config BR2_PACKAGE_PYTHON_CRC16
bool "python-crc16"
depends on BR2_PACKAGE_PYTHON
help
This library calculates only CRC16 (16-bit codes) and the
only supported variant at the moment is CRC-CCITT (XModem).
CRC is a way of detecting accidental changes in data storage
or transmission. There are many variants of CRC and CRC16,
in particular.
http://pycrc16.googlecode.com/
|
shibajee/buildroot
|
package/python-crc16/Config.in
|
in
|
mit
| 393 |
# locally computed
sha256 10aeda70fbe8b284874b3b1b8f74b9c1f6d5e8dee20ac8f9d5bc49f45f12a42a python-crc16-0.1.1.tar.gz
|
shibajee/buildroot
|
package/python-crc16/python-crc16.hash
|
hash
|
mit
| 119 |
################################################################################
#
# python-crc16
#
################################################################################
PYTHON_CRC16_VERSION = 0.1.1
PYTHON_CRC16_SITE = $(call github,gennady,pycrc16,v$(PYTHON_CRC16_VERSION))
PYTHON_CRC16_LICENSE = LGPLv3+
PYTHON_CRC16_LICENSE_FILES = COPYING.txt
PYTHON_CRC16_SETUP_TYPE = distutils
$(eval $(python-package))
|
shibajee/buildroot
|
package/python-crc16/python-crc16.mk
|
mk
|
mit
| 422 |
From 9ab2b96c2ee679c6dcb387174be211db5d70fa97 Mon Sep 17 00:00:00 2001
From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Date: Sun, 1 May 2016 15:35:32 +0200
Subject: [PATCH] Avoid intentional syntax error
This file has an intentional syntax error, meant to validate QA, but
it breaks byte compilation of this package.
Issue reported upstream:
https://github.com/crossbario/crossbar/issues/750.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
crossbar/worker/test/examples/syntaxerror.py | 2 --
1 file changed, 2 deletions(-)
diff --git a/crossbar/worker/test/examples/syntaxerror.py b/crossbar/worker/test/examples/syntaxerror.py
index a5947cc..585c995 100644
--- a/crossbar/worker/test/examples/syntaxerror.py
+++ b/crossbar/worker/test/examples/syntaxerror.py
@@ -29,5 +29,3 @@
#####################################################################################
from __future__ import absolute_import, division
-
-class # noqa
--
2.7.4
|
shibajee/buildroot
|
package/python-crossbar/0001-Avoid-intentional-syntax-error.patch
|
patch
|
mit
| 990 |
config BR2_PACKAGE_PYTHON_CROSSBAR
bool "python-crossbar"
# All the following dependencies are runtime dependencies
select BR2_PACKAGE_PYTHON_AUTOBAHN
select BR2_PACKAGE_PYTHON_CBOR
select BR2_PACKAGE_PYTHON_CLICK
select BR2_PACKAGE_PYTHON_PYCPARSER
select BR2_PACKAGE_PYTHON_CRYPTOGRAPHY
select BR2_PACKAGE_PYTHON_JINJA2
select BR2_PACKAGE_PYTHON_LMDB
select BR2_PACKAGE_PYTHON_MISTUNE
select BR2_PACKAGE_PYTHON_NETADDR
select BR2_PACKAGE_PYTHON_PSUTIL
select BR2_PACKAGE_PYTHON_PYASN
select BR2_PACKAGE_PYTHON_PYASN_MODULES
select BR2_PACKAGE_PYTHON_PYGMENTS
select BR2_PACKAGE_PYTHON_PYINOTIFY
select BR2_PACKAGE_PYTHON_PYNACL
select BR2_PACKAGE_PYTHON_PYOPENSSL
select BR2_PACKAGE_PYTHON_PYTRIE
select BR2_PACKAGE_PYTHON_PYYAML
select BR2_PACKAGE_PYTHON_SDNOTIFY
select BR2_PACKAGE_PYTHON_SETUPTOOLS
select BR2_PACKAGE_PYTHON_SERVICE_IDENTITY
select BR2_PACKAGE_PYTHON_SETPROCTITLE
select BR2_PACKAGE_PYTHON_SETUPTOOLS
select BR2_PACKAGE_PYTHON_SHUTILWHICH if BR2_PACKAGE_PYTHON
select BR2_PACKAGE_PYTHON_TREQ
select BR2_PACKAGE_PYTHON_TWISTED
select BR2_PACKAGE_PYTHON_U_MSGPACK
select BR2_PACKAGE_PYTHON_UBJSON
select BR2_PACKAGE_PYTHON_WATCHDOG
select BR2_PACKAGE_PYTHON_WSACCEL
depends on BR2_INSTALL_LIBSTDCPP # python-pyasn
help
Crossbar.io is an open-source WAMP application router that
allows to build advanced applications from loosely-coupled
components that can talk in real-time with each other.
https://pypi.python.org/pypi/crossbar
comment "python-crossbar needs a toolchain w/ C++"
depends on !BR2_INSTALL_LIBSTDCPP
|
shibajee/buildroot
|
package/python-crossbar/Config.in
|
in
|
mit
| 1,584 |
# md5 from https://pypi.python.org/pypi/crossbar/json, sha256 locally computed.
md5 516478cc368503a0a0babc1dc28c5085 crossbar-0.14.0.tar.gz
sha256 6242ef34c56061850743d750d042993590ca7ec8ebe7b28c21ed05bb0904d71b crossbar-0.14.0.tar.gz
|
shibajee/buildroot
|
package/python-crossbar/python-crossbar.hash
|
hash
|
mit
| 237 |
################################################################################
#
# python-crossbar
#
################################################################################
PYTHON_CROSSBAR_VERSION = 0.14.0
PYTHON_CROSSBAR_SOURCE = crossbar-$(PYTHON_CROSSBAR_VERSION).tar.gz
PYTHON_CROSSBAR_SITE = https://pypi.python.org/packages/f0/9a/e0b77e15698c47b6293655bc0e1996dd8e87bd8af7bc7434a5c8281a024e
PYTHON_CROSSBAR_LICENSE = AGPLv3
PYTHON_CROSSBAR_LICENSE_FILES = LICENSE
PYTHON_CROSSBAR_SETUP_TYPE = setuptools
$(eval $(python-package))
|
shibajee/buildroot
|
package/python-crossbar/python-crossbar.mk
|
mk
|
mit
| 549 |
config BR2_PACKAGE_PYTHON_CRYPTOGRAPHY
bool "python-cryptography"
depends on BR2_INSTALL_LIBSTDCPP # python-pyasn
select BR2_PACKAGE_OPENSSL
select BR2_PACKAGE_PYTHON_CFFI # runtime
select BR2_PACKAGE_PYTHON_IDNA # runtime
select BR2_PACKAGE_PYTHON_PYASN # runtime
select BR2_PACKAGE_PYTHON_SIX # runtime
select BR2_PACKAGE_PYTHON_ENUM34 if BR2_PACKAGE_PYTHON # runtime
select BR2_PACKAGE_PYTHON_SETUPTOOLS # runtime
select BR2_PACKAGE_PYTHON_PYEXPAT if BR2_PACKAGE_PYTHON # runtime
select BR2_PACKAGE_PYTHON3_PYEXPAT if BR2_PACKAGE_PYTHON3 # runtime
select BR2_PACKAGE_PYTHON_SSL if BR2_PACKAGE_PYTHON # runtime
select BR2_PACKAGE_PYTHON3_SSL if BR2_PACKAGE_PYTHON3 # runtime
select BR2_PACKAGE_PYTHON_IPADDRESS if BR2_PACKAGE_PYTHON # runtime
help
cryptography is a package designed to expose cryptographic
primitives and recipes to Python developers.
https://cryptography.io
comment "python-cryptography needs a toolchain w/ C++"
depends on !BR2_INSTALL_LIBSTDCPP
|
shibajee/buildroot
|
package/python-cryptography/Config.in
|
in
|
mit
| 994 |
# From https://pypi.python.org/pypi?:action=show_md5&digest=defd153ed901089f5aeac6eb066d5ef7
md5 defd153ed901089f5aeac6eb066d5ef7 cryptography-1.3.4.tar.gz
# Calculated based on the hash above
sha256 423ff890c01be7c70dbfeaa967eeef5146f1a43a5f810ffdc07b178e48a105a9 cryptography-1.3.4.tar.gz
|
shibajee/buildroot
|
package/python-cryptography/python-cryptography.hash
|
hash
|
mit
| 298 |
################################################################################
#
# python-cryptography
#
################################################################################
PYTHON_CRYPTOGRAPHY_VERSION = 1.3.4
PYTHON_CRYPTOGRAPHY_SOURCE = cryptography-$(PYTHON_CRYPTOGRAPHY_VERSION).tar.gz
PYTHON_CRYPTOGRAPHY_SITE = https://pypi.python.org/packages/f8/70/d7bd5c9c764732d5876ad34293e1ca55b2305a73ae6fcf1312202d1a798e
PYTHON_CRYPTOGRAPHY_SETUP_TYPE = setuptools
PYTHON_CRYPTOGRAPHY_LICENSE = Apache-2.0 or BSD-3c
PYTHON_CRYPTOGRAPHY_LICENSE_FILES = LICENSE LICENSE.APACHE LICENSE.BSD
PYTHON_CRYPTOGRAPHY_DEPENDENCIES = host-python-cffi openssl
$(eval $(python-package))
|
shibajee/buildroot
|
package/python-cryptography/python-cryptography.mk
|
mk
|
mit
| 685 |
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/
|
shibajee/buildroot
|
package/python-cssselect/Config.in
|
in
|
mit
| 177 |
# md5 from https://pypi.python.org/pypi/cssselect/json
md5 4c5931d8456dfe72fa4662f9c0509bfa cssselect-0.9.2.tar.gz
# sha256 locally computed
sha256 713b5b99ef08022257b3409c7ae1b18b2c6536b3f155e6237c5cfba0f67ae6f5 cssselect-0.9.2.tar.gz
|
shibajee/buildroot
|
package/python-cssselect/python-cssselect.hash
|
hash
|
mit
| 238 |
################################################################################
#
# python-cssselect
#
################################################################################
PYTHON_CSSSELECT_VERSION = 0.9.2
PYTHON_CSSSELECT_SOURCE = cssselect-$(PYTHON_CSSSELECT_VERSION).tar.gz
PYTHON_CSSSELECT_SITE = https://pypi.python.org/packages/11/21/47b5d2696a945da177d2344b6e330b7b0d1c52404063cb387d2261517ccb
PYTHON_CSSSELECT_SETUP_TYPE = setuptools
PYTHON_CSSSELECT_LICENSE = BSD-3c
PYTHON_CSSSELECT_LICENSE_FILES = LICENSE
$(eval $(python-package))
|
shibajee/buildroot
|
package/python-cssselect/python-cssselect.mk
|
mk
|
mit
| 557 |
config BR2_PACKAGE_PYTHON_DAEMON
bool "python-daemon"
depends on BR2_PACKAGE_PYTHON
help
Library to implement a well-behaved Unix daemon process.
https://pypi.python.org/pypi/python-daemon/
|
shibajee/buildroot
|
package/python-daemon/Config.in
|
in
|
mit
| 200 |
# locally computed
sha256 1406962e48ce03642c6057f40f9ffd49493792a7b34357fe9e264708748c83c0 python-daemon-1.5.5.tar.gz
|
shibajee/buildroot
|
package/python-daemon/python-daemon.hash
|
hash
|
mit
| 120 |
################################################################################
#
# python-daemon
#
################################################################################
PYTHON_DAEMON_VERSION = 1.5.5
PYTHON_DAEMON_SITE = https://pypi.python.org/packages/source/p/python-daemon
PYTHON_DAEMON_LICENSE = Python-2.0 (library), GPLv2+ (test)
PYTHON_DAEMON_LICENSE_FILES = LICENSE.PSF-2 LICENSE.GPL-2
PYTHON_DAEMON_SETUP_TYPE = setuptools
$(eval $(python-package))
|
shibajee/buildroot
|
package/python-daemon/python-daemon.mk
|
mk
|
mit
| 473 |
config BR2_PACKAGE_PYTHON_DATAPROPERTY
bool "python-dataproperty"
select BR2_PACKAGE_PYTHON_DATEUTIL # runtime
select BR2_PACKAGE_PYTHON_PYTZ # runtime
select BR2_PACKAGE_PYTHON_SIX # runtime
help
Python library for extract property from data.
https://github.com/thombashi/DataProperty
|
shibajee/buildroot
|
package/python-dataproperty/Config.in
|
in
|
mit
| 298 |
# md5 from https://pypi.python.org/pypi/dataproperty/json
md5 7ad4dabb5469bb3f150dd1018680119c DataProperty-0.7.1.tar.gz
# sha256 calculated by scanpypi
sha256 2d53019e6ca7b95511ec733ea57dc108d916d2dd0818d88d1b7c0e06854a2d2e DataProperty-0.7.1.tar.gz
|
shibajee/buildroot
|
package/python-dataproperty/python-dataproperty.hash
|
hash
|
mit
| 253 |
################################################################################
#
# python-dataproperty
#
################################################################################
PYTHON_DATAPROPERTY_VERSION = 0.7.1
PYTHON_DATAPROPERTY_SOURCE = DataProperty-$(PYTHON_DATAPROPERTY_VERSION).tar.gz
PYTHON_DATAPROPERTY_SITE = https://pypi.python.org/packages/1f/64/b17e5ab3935484869cc3e8ec06ede0c94a296b4955c947d1dfe4460955f9
PYTHON_DATAPROPERTY_SETUP_TYPE = setuptools
PYTHON_DATAPROPERTY_LICENSE = MIT
PYTHON_DATAPROPERTY_LICENSE_FILES = LICENSE
$(eval $(python-package))
|
shibajee/buildroot
|
package/python-dataproperty/python-dataproperty.mk
|
mk
|
mit
| 581 |
config BR2_PACKAGE_PYTHON_DATEUTIL
bool "python-dateutil"
select BR2_PACKAGE_PYTHON_SIX
help
Extensions to the standard Python datetime module.
https://dateutil.readthedocs.org
|
shibajee/buildroot
|
package/python-dateutil/Config.in
|
in
|
mit
| 187 |
# md5 from https://pypi.python.org/pypi/python-dateutil/json
md5 05ffc6d2cc85a7fd93bb245807f715ef python-dateutil-2.5.3.tar.gz
# sha256 calculated by scanpypi
sha256 1408fdb07c6a1fa9997567ce3fcee6a337b39a503d80699e0f213de4aa4b32ed python-dateutil-2.5.3.tar.gz
|
shibajee/buildroot
|
package/python-dateutil/python-dateutil.hash
|
hash
|
mit
| 262 |
################################################################################
#
# python-dateutil
#
################################################################################
PYTHON_DATEUTIL_VERSION = 2.5.3
PYTHON_DATEUTIL_SOURCE = python-dateutil-$(PYTHON_DATEUTIL_VERSION).tar.gz
PYTHON_DATEUTIL_SITE = https://pypi.python.org/packages/3e/f5/aad82824b369332a676a90a8c0d1e608b17e740bbb6aeeebca726f17b902
PYTHON_DATEUTIL_SETUP_TYPE = setuptools
PYTHON_DATEUTIL_LICENSE = BSD-3c
PYTHON_DATEUTIL_LICENSE_FILES = LICENSE
$(eval $(python-package))
|
shibajee/buildroot
|
package/python-dateutil/python-dateutil.mk
|
mk
|
mit
| 555 |
config BR2_PACKAGE_PYTHON_DIALOG
bool "python-dialog"
depends on BR2_PACKAGE_PYTHON
depends on BR2_USE_MMU # dialog
select BR2_PACKAGE_DIALOG
help
A Python interface to the UNIX dialog utility and
mostly-compatible programs.
http://pythondialog.sourceforge.net/
|
shibajee/buildroot
|
package/python-dialog/Config.in
|
in
|
mit
| 277 |
# Locally computed:
sha256 58466c2f897ef761716b811ff74e035979b5ecefb529ba004b12db117a0f4581 python2-pythondialog-3.0.1.tar.bz2
|
shibajee/buildroot
|
package/python-dialog/python-dialog.hash
|
hash
|
mit
| 129 |
################################################################################
#
# python-dialog
#
################################################################################
PYTHON_DIALOG_VERSION = 3.0.1
PYTHON_DIALOG_SOURCE = python2-pythondialog-$(PYTHON_DIALOG_VERSION).tar.bz2
PYTHON_DIALOG_SITE = http://downloads.sourceforge.net/project/pythondialog/pythondialog/$(PYTHON_DIALOG_VERSION)
PYTHON_DIALOG_LICENSE = LGPLv2.1+
PYTHON_DIALOG_LICENSE_FILES = COPYING
PYTHON_DIALOG_SETUP_TYPE = distutils
PYTHON_DIALOG_DEPENDENCIES = dialog
$(eval $(python-package))
|
shibajee/buildroot
|
package/python-dialog/python-dialog.mk
|
mk
|
mit
| 575 |
config BR2_PACKAGE_PYTHON_DIALOG3
bool "python-dialog3"
depends on BR2_PACKAGE_PYTHON3
depends on BR2_USE_MMU # dialog
select BR2_PACKAGE_DIALOG
help
A Python 3 only interface to the UNIX dialog utility and
mostly-compatible programs.
http://pythondialog.sourceforge.net/
|
shibajee/buildroot
|
package/python-dialog3/Config.in
|
in
|
mit
| 287 |
# md5 from https://pypi.python.org/pypi/pythondialog/json, sha256 locally computed
md5 3d5ebc33e85f6313964f5eef720dab19 pythondialog-3.4.0.tar.bz2
sha256 019cdbffe3f61d32d6fb158ce48a767478af2aac2f31fb40460b39aefae604fe pythondialog-3.4.0.tar.bz2
|
shibajee/buildroot
|
package/python-dialog3/python-dialog3.hash
|
hash
|
mit
| 249 |
################################################################################
#
# python-dialog3
#
################################################################################
PYTHON_DIALOG3_VERSION = 3.4.0
PYTHON_DIALOG3_SOURCE = pythondialog-$(PYTHON_DIALOG3_VERSION).tar.bz2
PYTHON_DIALOG3_SITE = https://pypi.python.org/packages/fa/f4/686742f01ebb5863d4c5e1acab620acfed0fe97280a26b4ed25917f4f333
PYTHON_DIALOG3_LICENSE = LGPLv2.1+
PYTHON_DIALOG3_LICENSE_FILES = COPYING
PYTHON_DIALOG3_SETUP_TYPE = distutils
PYTHON_DIALOG3_DEPENDENCIES = dialog
$(eval $(python-package))
|
shibajee/buildroot
|
package/python-dialog3/python-dialog3.mk
|
mk
|
mit
| 584 |
config BR2_PACKAGE_PYTHON_DICTTOXML
bool "python-dicttoxml"
select BR2_PACKAGE_PYTHON_PYEXPAT if BR2_PACKAGE_PYTHON
select BR2_PACKAGE_PYTHON3_PYEXPAT if BR2_PACKAGE_PYTHON3
help
Converts a Python dictionary or other native data type into a valid
XML string.
https://github.com/quandyfactory/dicttoxml
|
shibajee/buildroot
|
package/python-dicttoxml/Config.in
|
in
|
mit
| 316 |
# md5 from https://pypi.python.org/pypi/dicttoxml/json, sha256 locally computed
md5 ec5643a048cf32dad3c28db236b923e4 dicttoxml-1.7.4.tar.gz
sha256 ea44cc4ec6c0f85098c57a431a1ee891b3549347b07b7414c8a24611ecf37e45 dicttoxml-1.7.4.tar.gz
|
shibajee/buildroot
|
package/python-dicttoxml/python-dicttoxml.hash
|
hash
|
mit
| 237 |
################################################################################
#
# python-dicttoxml
#
################################################################################
PYTHON_DICTTOXML_VERSION = 1.7.4
PYTHON_DICTTOXML_SOURCE = dicttoxml-$(PYTHON_DICTTOXML_VERSION).tar.gz
PYTHON_DICTTOXML_SITE = https://pypi.python.org/packages/74/36/534db111db9e7610a41641a1f6669a964aacaf51858f466de264cc8dcdd9
PYTHON_DICTTOXML_SETUP_TYPE = distutils
PYTHON_DICTTOXML_LICENSE = GPLv2
PYTHON_DICTTOXML_LICENSE_FILES = LICENCE.txt
$(eval $(python-package))
|
shibajee/buildroot
|
package/python-dicttoxml/python-dicttoxml.mk
|
mk
|
mit
| 559 |
config BR2_PACKAGE_PYTHON_DJANGO
bool "python-django"
select BR2_PACKAGE_PYTHON_UNICODEDATA if BR2_PACKAGE_PYTHON
select BR2_PACKAGE_PYTHON_PYEXPAT if BR2_PACKAGE_PYTHON
select BR2_PACKAGE_PYTHON3_UNICODEDATA if BR2_PACKAGE_PYTHON3
select BR2_PACKAGE_PYTHON3_PYEXPAT if BR2_PACKAGE_PYTHON3
help
Django is a high-level Python Web framework that encourages
rapid development and clean, pragmatic design. It takes your
Web applications from concept to launch in a matter of hours.
Django takes care of user authentication, content administration,
site maps, RSS feeds, user comments and many more tasks.
Django takes security seriously and helps developers avoid
many common security mistakes
https://www.djangoproject.com/
|
shibajee/buildroot
|
package/python-django/Config.in
|
in
|
mit
| 752 |
# sha256 from https://www.djangoproject.com/m/pgp/Django-1.7.3.checksum.txt
sha256 f226fb8aa438456968d403f6739de1cf2dad128db86f66ee2b41dfebe3645c5b Django-1.7.3.tar.gz
|
shibajee/buildroot
|
package/python-django/python-django.hash
|
hash
|
mit
| 168 |
################################################################################
#
# python-django
#
################################################################################
PYTHON_DJANGO_VERSION = 1.7.3
PYTHON_DJANGO_SOURCE = Django-$(PYTHON_DJANGO_VERSION).tar.gz
# The official Django site has an unpractical URL
PYTHON_DJANGO_SITE = https://pypi.python.org/packages/source/D/Django
PYTHON_DJANGO_LICENSE = BSD-3c
PYTHON_DJANGO_LICENSE_FILES = LICENSE
PYTHON_DJANGO_SETUP_TYPE = setuptools
$(eval $(python-package))
|
shibajee/buildroot
|
package/python-django/python-django.mk
|
mk
|
mit
| 529 |
config BR2_PACKAGE_PYTHON_DOCOPT
bool "python-docopt"
help
docopt helps you create most beautiful command-line
interfaces easily. The option parser is generated based on
the beautiful help message that you write yourself. This way
you don't need to write this stupid repeatable parser-code,
and instead can write only the help message-- the way you
want it.
https://github.com/docopt/docopt
|
shibajee/buildroot
|
package/python-docopt/Config.in
|
in
|
mit
| 415 |
# locally computed
sha256 2113eed1e7fbbcd43fb7ee6a977fb02d0b482753586c9dc1a8e3b7d541426e99 python-docopt-0.6.2.tar.gz
|
shibajee/buildroot
|
package/python-docopt/python-docopt.hash
|
hash
|
mit
| 120 |
################################################################################
#
# python-docopt
#
################################################################################
PYTHON_DOCOPT_VERSION = 0.6.2
PYTHON_DOCOPT_SITE = $(call github,docopt,docopt,$(PYTHON_DOCOPT_VERSION))
PYTHON_DOCOPT_LICENSE = MIT
PYTHON_DOCOPT_LICENSE_FILES = LICENSE-MIT
PYTHON_DOCOPT_SETUP_TYPE = setuptools
$(eval $(python-package))
|
shibajee/buildroot
|
package/python-docopt/python-docopt.mk
|
mk
|
mit
| 423 |
config BR2_PACKAGE_PYTHON_DOMINATE
bool "python-dominate"
help
Dominate is a Python library for creating and manipulating
HTML documents using an elegant DOM API.
http://github.com/Knio/dominate/
|
shibajee/buildroot
|
package/python-dominate/Config.in
|
in
|
mit
| 208 |
# sha256 locally computed
sha256 318063a9b600cdc13f84592ad515db0fd3a2816a2433e2a2fad55a5398ae05da python-dominate-acb02c7c71e353e5dfbc905d506b54908533027e.tar.gz
|
shibajee/buildroot
|
package/python-dominate/python-dominate.hash
|
hash
|
mit
| 163 |
################################################################################
#
# python-dominate
#
################################################################################
PYTHON_DOMINATE_VERSION = acb02c7c71e353e5dfbc905d506b54908533027e
PYTHON_DOMINATE_SITE = $(call github,Knio,dominate,$(PYTHON_DOMINATE_VERSION))
PYTHON_DOMINATE_SETUP_TYPE = setuptools
PYTHON_DOMINATE_LICENSE = LGPLv3+
PYTHON_DOMINATE_LICENSE_FILES = LICENSE.txt
$(eval $(python-package))
|
shibajee/buildroot
|
package/python-dominate/python-dominate.mk
|
mk
|
mit
| 476 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.