code
string
repo_name
string
path
string
language
string
license
string
size
int64
config BR2_PACKAGE_PYTHON_PYOPENSSL bool "python-pyopenssl" depends on BR2_INSTALL_LIBSTDCPP # python-cryptography select BR2_PACKAGE_PYTHON_CRYPTOGRAPHY # runtime select BR2_PACKAGE_PYTHON_SIX # runtime help Python wrapper module around the OpenSSL library. https://github.com/pyca/pyopenssl comment "python-pyopenssl needs a toolchain w/ C++" depends on !BR2_INSTALL_LIBSTDCPP
shibajee/buildroot
package/python-pyopenssl/Config.in
in
mit
393
# md5 from https://pypi.python.org/pypi?:action=show_md5&digest=9587d813dcf656e9f2760e41a3682dc3, sha256 locally computed md5 9587d813dcf656e9f2760e41a3682dc3 pyOpenSSL-16.0.0.tar.gz sha256 363d10ee43d062285facf4e465f4f5163f9f702f9134f0a5896f134cbb92d17d pyOpenSSL-16.0.0.tar.gz
shibajee/buildroot
package/python-pyopenssl/python-pyopenssl.hash
hash
mit
286
################################################################################ # # python-pyopenssl # ################################################################################ PYTHON_PYOPENSSL_VERSION = 16.0.0 PYTHON_PYOPENSSL_SOURCE = pyOpenSSL-$(PYTHON_PYOPENSSL_VERSION).tar.gz PYTHON_PYOPENSSL_SITE = https://pypi.python.org/packages/source/p/pyOpenSSL PYTHON_PYOPENSSL_LICENSE = Apache-2.0 PYTHON_PYOPENSSL_LICENSE_FILES = LICENSE PYTHON_PYOPENSSL_SETUP_TYPE = setuptools $(eval $(python-package))
shibajee/buildroot
package/python-pyopenssl/python-pyopenssl.mk
mk
mit
514
config BR2_PACKAGE_PYTHON_PYPARSING bool "python-pyparsing" help The pyparsing module is an alternative approach to creating and executing simple grammars, vs. the traditional lex/yacc approach, or the use of regular expressions. The pyparsing module provides a library of classes that client code uses to construct the grammar directly in Python code. http://pyparsing.wikispaces.com/
shibajee/buildroot
package/python-pyparsing/Config.in
in
mit
407
# md5 from https://pypi.python.org/pypi/pyparsing/2.0.3, sha256 locally computed md5 0fe479be09fc2cf005f753d3acc35939 pyparsing-2.0.3.tar.gz sha256 06e729e1cbf5274703b1f47b6135ed8335999d547f9d8cf048b210fb8ebf844f pyparsing-2.0.3.tar.gz
shibajee/buildroot
package/python-pyparsing/python-pyparsing.hash
hash
mit
239
################################################################################ # # python-pyparsing # ################################################################################ PYTHON_PYPARSING_VERSION = 2.0.3 PYTHON_PYPARSING_SOURCE = pyparsing-$(PYTHON_PYPARSING_VERSION).tar.gz PYTHON_PYPARSING_SITE = https://pypi.python.org/packages/source/p/pyparsing PYTHON_PYPARSING_LICENSE = MIT PYTHON_PYPARSING_LICENSE_FILES = LICENSE PYTHON_PYPARSING_SETUP_TYPE = distutils $(eval $(python-package))
shibajee/buildroot
package/python-pyparsing/python-pyparsing.mk
mk
mit
505
config BR2_PACKAGE_PYTHON_PYPARTED bool "python-pyparted" depends on BR2_USE_WCHAR select BR2_PACKAGE_PYTHON_CFFI # runtime select BR2_PACKAGE_PARTED help Python bindings for GNU parted (libparted). https://github.com/rhinstaller/pyparted comment "pyparted needs a toolchain w/ wchar" depends on !BR2_USE_WCHAR
shibajee/buildroot
package/python-pyparted/Config.in
in
mit
325
# Locally computed sha256 5914e3a60437fe3e3758a9e86ee4a539dfa46cfe18e3df386a5cf1f75a963431 python-pyparted-v3.10.7.tar.gz
shibajee/buildroot
package/python-pyparted/python-pyparted.hash
hash
mit
124
################################################################################ # # python-pyparted # ################################################################################ PYTHON_PYPARTED_VERSION = v3.10.7 PYTHON_PYPARTED_SITE = $(call github,rhinstaller,pyparted,$(PYTHON_PYPARTED_VERSION)) PYTHON_PYPARTED_SETUP_TYPE = distutils PYTHON_PYPARTED_LICENSE = GPLv2+ PYTHON_PYPARTED_LICENSE_FILES = COPYING PYTHON_PYPARTED_DEPENDENCIES = host-python-cffi parted $(eval $(python-package))
shibajee/buildroot
package/python-pyparted/python-pyparted.mk
mk
mit
499
config BR2_PACKAGE_PYTHON_PYPCAP bool "python-pypcap" depends on BR2_PACKAGE_PYTHON select BR2_PACKAGE_LIBPCAP help The pypcap module is an object-oriented wrapper of the C libpcap library. https://code.google.com/p/pypcap/
shibajee/buildroot
package/python-pypcap/Config.in
in
mit
235
# locally computed sha256 5716d97b39d40b79daf7b0c6a8c8c514f5f1de8f20561c8621ee62a90b93fb03 python-pypcap-6f46e7bf29a648256ddc732a7d0ec83d3ffca390.tar.gz
shibajee/buildroot
package/python-pypcap/python-pypcap.hash
hash
mit
155
################################################################################ # # python-pypcap # ################################################################################ PYTHON_PYPCAP_VERSION = 6f46e7bf29a648256ddc732a7d0ec83d3ffca390 PYTHON_PYPCAP_SITE = $(call github,dugsong,pypcap,$(PYTHON_PYPCAP_VERSION)) PYTHON_PYPCAP_LICENSE = BSD-3c PYTHON_PYPCAP_LICENSE_FILES = LICENSE PYTHON_PYPCAP_SETUP_TYPE = distutils PYTHON_PYPCAP_DEPENDENCIES = host-python-pyrex libpcap define PYTHON_PYPCAP_CONFIGURE_CMDS $(HOST_DIR)/usr/bin/python2 $(HOST_DIR)/usr/bin/pyrexc $(@D)/pcap.pyx (cd $(@D); \ $(HOST_DIR)/usr/bin/python setup.py \ config --with-pcap=$(STAGING_DIR)/usr) endef $(eval $(python-package))
shibajee/buildroot
package/python-pypcap/python-pypcap.mk
mk
mit
721
Do not run qtdetail qtdetail is a tool that generates qtdetail.out. Since this program is cross-compiled, it's not possible to run it on the host. Consequently, python-pyqt.mk generates the qtdetail.out file before calling configure-ng.py. Therefore, this patch makes sure that the pre-generated qtdetail.out file is kept, and that qtdetail is not executed. Signed-off-by: Gwenhael Goavec-Merou <gwenhael.goavec-merou@trabucayre.com> Signed-off-by: Sergey Kostanbaev <sergey.kostanbaev@gmail.com> --- Index: PyQt-x11-gpl-4.11.3/configure-ng.py =================================================================== --- PyQt-x11-gpl-4.11.3.orig/configure-ng.py +++ PyQt-x11-gpl-4.11.3/configure-ng.py @@ -672,10 +672,6 @@ int main(int argc, char **argv) if cmd is None: error("Failed to determine the detail of your Qt installation. Try again using the --verbose flag to see more detail about the problem.") - # Create the output file, first making sure it doesn't exist. - remove_file(out_file) - run_command(cmd, verbose) - if not os.access(out_file, os.F_OK): error("%s failed to create %s. Make sure your Qt installation is correct." % (cmd, out_file))
shibajee/buildroot
package/python-pyqt/0001-configure-skip-qtdetail.patch
patch
mit
1,226
Add support for several Qt flavors Qt has two flavors: X11 and embedded (QWS). QWS has some limitations compared to X11. This patch adds an option to select which version to use. Signed-off-by: Gwenhael Goavec-Merou <gwenhael.goavec-merou@trabucayre.com> --- Index: PyQt-x11-gpl-4.11.3/configure-ng.py =================================================================== --- PyQt-x11-gpl-4.11.3.orig/configure-ng.py +++ PyQt-x11-gpl-4.11.3/configure-ng.py @@ -960,6 +960,9 @@ int main(int argc, char **argv) if opts.vendlibdir is not None: self.vend_lib_dir = opts.vendlibdir + if opts.qtflavor is not None: + self.qt_flavor = opts.qtflavor + # Handle any conflicts. if self.qt_shared: if len(self.static_plugins) != 0: @@ -1177,6 +1180,11 @@ def create_optparser(target_config): dest="notools", help="disable the building of pyuic5, pyrcc5 and pylupdate5 " "[default: enabled]") + g.add_option("--qt-flavor", dest='qtflavor', type='string', + default="WS_X11", metavar='QTFLAVOR', action='store', + help="select Qt flavor beetween WS_X11 and WS_QWS " + "only available on Linux)" + "[default: WS_X11]") p.add_option_group(g) # Vendor ID. @@ -2088,7 +2096,7 @@ def get_sip_flags(target_config): elif target_config.py_platform == 'darwin': plattag = 'WS_MACX' else: - plattag = 'WS_X11' + plattag = target_config.qt_flavor sip_flags.append('-t') sip_flags.append(plattag)
shibajee/buildroot
package/python-pyqt/0002-configure-set-qws.patch
patch
mit
1,612
Add WS_QWS in the Platforms variable and to define some types Signed-off-by: Gwenhael Goavec-Merou <gwenhael.goavec-merou@trabucayre.com> Signed-off-by: Sergey Kostanbaev <sergey.kostanbaev@gmail.com> --- Index: PyQt-x11-gpl-4.11.3/sip/QtCore/QtCoremod.sip =================================================================== --- PyQt-x11-gpl-4.11.3.orig/sip/QtCore/QtCoremod.sip +++ PyQt-x11-gpl-4.11.3/sip/QtCore/QtCoremod.sip @@ -29,7 +29,7 @@ %Timeline {Qt_4_1_0 Qt_4_1_1 Qt_4_1_2 Qt_4_1_3 Qt_4_2_0 Qt_4_2_1 Qt_4_2_2 Qt_4_2_3 Qt_4_3_0 Qt_4_3_1 Qt_4_3_2 Qt_4_3_3 Qt_4_3_4 Qt_4_4_0 Qt_4_4_1 Qt_4_4_2 Qt_4_5_0 Qt_4_5_1 Qt_4_5_2 Qt_4_5_3 Qt_4_6_0 Qt_4_6_1 Qt_4_6_2 Qt_4_6_3 Qt_4_7_0 Qt_4_7_1 Qt_4_7_2 Qt_4_7_3 Qt_4_7_4 Qt_4_8_0 Qt_4_8_1 Qt_4_8_2 Qt_4_8_3 Qt_4_8_4 Qt_4_8_5 Qt_4_8_6 Qt_5_0_0} -%Platforms {WS_X11 WS_WIN WS_MACX} +%Platforms {WS_X11 WS_QWS WS_WIN WS_MACX} %Feature PyQt_Accessibility %Feature PyQt_SessionManager Index: PyQt-x11-gpl-4.11.3/sip/QtCore/qprocess.sip =================================================================== --- PyQt-x11-gpl-4.11.3.orig/sip/QtCore/qprocess.sip +++ PyQt-x11-gpl-4.11.3/sip/QtCore/qprocess.sip @@ -28,7 +28,7 @@ %If (WS_WIN) typedef void *Q_PID; %End -%If (WS_X11 || WS_MACX) +%If (WS_X11 || WS_QWS || WS_MACX) typedef qint64 Q_PID; %End Index: PyQt-x11-gpl-4.11.3/sip/QtGui/qwindowdefs.sip =================================================================== --- PyQt-x11-gpl-4.11.3.orig/sip/QtGui/qwindowdefs.sip +++ PyQt-x11-gpl-4.11.3/sip/QtGui/qwindowdefs.sip @@ -27,7 +27,7 @@ typedef QList<QWidget*> QWidgetList; %If (- Qt_5_0_0) -%If (WS_X11) +%If (WS_X11 || WS_QWS) // X11 specific definitions. typedef unsigned long WId; %End
shibajee/buildroot
package/python-pyqt/0003-sip-add_qws.patch
patch
mit
1,712
Hide QFont::cacheStatistics which isn't available in QWS Signed-off-by: Sergey Kostanbaev <sergey.kostanbaev@gmail.com> --- diff -ur PyQt-x11-gpl-4.9.6/sip/QtGui/qfont.sip pyqt-4.9.6/sip/QtGui/qfont.sip --- PyQt-x11-gpl-4.9.6/sip/QtGui/qfont.sip 2012-12-08 13:51:38.000000000 +0400 +++ pyqt-4.9.6/sip/QtGui/qfont.sip 2013-05-22 14:06:38.335000022 +0400 @@ -185,7 +185,9 @@ %End static void initialize(); static void cleanup(); +%If (!WS_QWS) static void cacheStatistics(); +%End QString defaultFamily() const; QString lastResortFamily() const; QString lastResortFont() const;
shibajee/buildroot
package/python-pyqt/0004-sip-QtGuit-hide-qfont-cachestatistics.patch
patch
mit
609
Fix build issue in QWS flavor Change HANDLE to void* to get rid of : buildroot/output/build/python-pyqt-4.11.3/QtCore/sipQtCoreQThread.cpp:318:50: error: invalid conversion from 'Qt::HANDLE {aka void*}' to 'long unsigned int' [-fpermissive] error during compilation. Signed-off-by: Gwenhael Goavec-Merou <gwenhael.goavec-merou@trabucayre.com> Signed-off-by: Sergey Kostanbaev <sergey.kostanbaev@gmail.com> --- Index: PyQt-x11-gpl-4.11.3/sip/QtCore/qnamespace.sip =================================================================== --- PyQt-x11-gpl-4.11.3.orig/sip/QtCore/qnamespace.sip +++ PyQt-x11-gpl-4.11.3/sip/QtCore/qnamespace.sip @@ -1673,6 +1673,9 @@ namespace Qt %If (WS_X11) typedef unsigned long HANDLE; %End +%If (WS_QWS) + typedef void* HANDLE; +%End %End %If (PyQt_Deprecated_5_0) typedef Qt::WindowFlags WFlags;
shibajee/buildroot
package/python-pyqt/0005-sip-fix_qws_handle.patch
patch
mit
845
comment "python-pyqt needs a toolchain w/ C++, threads" depends on BR2_USE_MMU depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS config BR2_PACKAGE_PYTHON_PYQT bool "python-pyqt" depends on BR2_INSTALL_LIBSTDCPP depends on BR2_TOOLCHAIN_HAS_THREADS # qt depends on BR2_USE_MMU # qt select BR2_PACKAGE_QT select BR2_PACKAGE_PYTHON_SIP help PyQt4 for Qt Embedded 4 bindings. http://www.riverbankcomputing.com/software/pyqt/ if BR2_PACKAGE_PYTHON_PYQT config BR2_PACKAGE_PYTHON_PYQT_ARCH_USES_QREAL_FLOAT bool default y if BR2_arm || BR2_armeb default y if BR2_sh4 || BR2_sh4eb || BR2_sh4a || BR2_sh4aeb default y if (BR2_mipsel || BR2_mips) && BR2_PACKAGE_QT_EMBEDDED endif
shibajee/buildroot
package/python-pyqt/Config.in
in
mit
710
# From http://http://sourceforge.net/projects/pyqt/files/PyQt4/PyQt-4.11.3/ md5 997c3e443165a89a559e0d96b061bf70 PyQt-x11-gpl-4.11.3.tar.gz # Locally calculated: sha256 853780dcdbe2e6ba785d703d059b096e1fc49369d3e8d41a060be874b8745686 PyQt-x11-gpl-4.11.3.tar.gz
shibajee/buildroot
package/python-pyqt/python-pyqt.hash
hash
mit
262
################################################################################ # # python-pyqt # ################################################################################ PYTHON_PYQT_VERSION = 4.11.3 PYTHON_PYQT_SOURCE = PyQt-x11-gpl-$(PYTHON_PYQT_VERSION).tar.gz PYTHON_PYQT_SITE = http://downloads.sourceforge.net/project/pyqt/PyQt4/PyQt-$(PYTHON_PYQT_VERSION) PYTHON_PYQT_LICENSE = GPLv2 or GPLv3 PYTHON_PYQT_LICENSE_FILES = LICENSE.GPL2 LICENSE.GPL3 PYTHON_PYQT_DEPENDENCIES = python-sip host-python-sip qt ifeq ($(BR2_PACKAGE_PYTHON),y) PYTHON_PYQT_PYTHON_DIR = python$(PYTHON_VERSION_MAJOR) PYTHON_PYQT_RM_PORT_BASE = port_v3 else ifeq ($(BR2_PACKAGE_PYTHON3),y) PYTHON_PYQT_PYTHON_DIR = python$(PYTHON3_VERSION_MAJOR) PYTHON_PYQT_RM_PORT_BASE = port_v2 endif ifeq ($(BR2_PACKAGE_QT_EMBEDDED),y) PYTHON_PYQT_QTFLAVOR = WS_QWS else PYTHON_PYQT_QTFLAVOR = WS_X11 endif PYTHON_PYQT_QTDETAIL_LICENSE = Open Source ifeq ($(BR2_PACKAGE_QT_SHARED),y) PYTHON_PYQT_QTDETAIL_TYPE = shared endif # Turn off features that aren't available in QWS and current qt # configuration. PYTHON_PYQT_QTDETAIL_DISABLE_FEATURES = \ PyQt_Accessibility PyQt_SessionManager \ PyQt_Shortcut PyQt_RawFont ifeq ($(BR2_PACKAGE_QT_OPENSSL),) PYTHON_PYQT_QTDETAIL_DISABLE_FEATURES += PyQt_OpenSSL endif # Yes, this looks a bit weird: when OpenGL ES is available, we have to # disable the feature that consists in not having OpenGL ES support. ifeq ($(BR2_PACKAGE_QT_OPENGL_ES),y) PYTHON_PYQT_QTDETAIL_DISABLE_FEATURES += PyQt_NoOpenGLES endif # PyQt_qreal_double must be disabled on a number of architectures that # use float for qreal. ifeq ($(BR2_PACKAGE_PYTHON_PYQT_ARCH_USES_QREAL_FLOAT),y) PYTHON_PYQT_QTDETAIL_DISABLE_FEATURES += PyQt_qreal_double endif define PYTHON_PYQT_QTDETAIL echo $(1) >> $(2)/qtdetail.out endef # Since we can't run generate qtdetail.out by running qtdetail on target device # we must generate the configuration. define PYTHON_PYQT_GENERATE_QTDETAIL $(RM) -f $(1)/qtdetail.out $(call PYTHON_PYQT_QTDETAIL,$(PYTHON_PYQT_QTDETAIL_LICENSE),$(1)) $(call PYTHON_PYQT_QTDETAIL,$(PYTHON_PYQT_QTDETAIL_TYPE),$(1)) $(foreach f,$(PYTHON_PYQT_QTDETAIL_DISABLE_FEATURES), $(call PYTHON_PYQT_QTDETAIL,$(f),$(1)) \ ) endef PYTHON_PYQT_CONF_OPTS = \ --bindir $(TARGET_DIR)/usr/bin \ --destdir $(TARGET_DIR)/usr/lib/$(PYTHON_PYQT_PYTHON_DIR)/site-packages \ --qmake $(HOST_DIR)/usr/bin/qmake \ --sysroot $(STAGING_DIR)/usr \ -w --confirm-license \ --no-designer-plugin \ --no-docstrings \ --no-sip-files \ --qt-flavor=$(PYTHON_PYQT_QTFLAVOR) # The VendorID related information is only needed for Python 2.x, not # Python 3.x. ifeq ($(BR2_PACKAGE_PYTHON),y) PYTHON_PYQT_CONF_OPTS += \ --vendorid-incdir $(STAGING_DIR)/usr/include/$(PYTHON_PYQT_PYTHON_DIR) \ --vendorid-libdir $(STAGING_DIR)/usr/lib/$(PYTHON_PYQT_PYTHON_DIR)/config endif define PYTHON_PYQT_CONFIGURE_CMDS $(call PYTHON_PYQT_GENERATE_QTDETAIL,$(@D)) (cd $(@D); \ $(TARGET_MAKE_ENV) \ $(TARGET_CONFIGURE_OPTS) \ $(HOST_DIR)/usr/bin/python configure-ng.py \ $(PYTHON_PYQT_CONF_OPTS) \ ) endef define PYTHON_PYQT_BUILD_CMDS $(TARGET_MAKE_ENV) $(TARGET_CONFIGURE_OPTS) $(MAKE) -C $(@D) endef # __init__.py is needed to import PyQt4 # __init__.pyc is needed if BR2_PACKAGE_PYTHON_PYC_ONLY is set define PYTHON_PYQT_INSTALL_TARGET_CMDS $(TARGET_MAKE_ENV) $(TARGET_CONFIGURE_OPTS) $(MAKE) -C $(@D) install touch $(TARGET_DIR)/usr/lib/$(PYTHON_PYQT_PYTHON_DIR)/site-packages/PyQt4/__init__.py $(RM) -rf $(TARGET_DIR)/usr/lib/$(PYTHON_PYQT_PYTHON_DIR)/site-packages/PyQt4/uic/$(PYTHON_PYQT_RM_PORT_BASE) PYTHONPATH="$(PYTHON_PATH)" \ $(HOST_DIR)/usr/bin/python -c "import compileall; \ compileall.compile_dir('$(TARGET_DIR)/usr/lib/$(PYTHON_PYQT_PYTHON_DIR)/site-packages/PyQt4')" endef $(eval $(generic-package))
shibajee/buildroot
package/python-pyqt/python-pyqt.mk
mk
mit
3,827
config BR2_PACKAGE_PYTHON_PYRATEMP bool "python-pyratemp" help python-pyratemp is a Python library for doing html templates. written entirely in Python, that is designed to be very easy to use and very like writing Python. https://pypi.python.org/pypi/pyratemp/
shibajee/buildroot
package/python-pyratemp/Config.in
in
mit
278
#md5 from https://pypi.python.org/pypi?:action=show_md5&digest=e4bbe5d4a98016efef882b2b2f47defb md5 e4bbe5d4a98016efef882b2b2f47defb pyratemp-0.3.2.tgz # Locally calculated: sha256 c45ed656ada482a02fe780495f37a695e7671accb04f918f7e7f18abf877bc71 pyratemp-0.3.2.tgz
shibajee/buildroot
package/python-pyratemp/python-pyratemp.hash
hash
mit
269
################################################################################ # # python-pyratemp # ################################################################################ PYTHON_PYRATEMP_VERSION = 0.3.2 PYTHON_PYRATEMP_SOURCE = pyratemp-$(PYTHON_PYRATEMP_VERSION).tgz PYTHON_PYRATEMP_SITE = https://pypi.python.org/packages/source/p/pyratemp PYTHON_PYRATEMP_LICENSE = MIT PYTHON_PYRATEMP_LICENSE_FILES = LICENSE PYTHON_PYRATEMP_SETUP_TYPE = distutils $(eval $(python-package))
shibajee/buildroot
package/python-pyratemp/python-pyratemp.mk
mk
mit
492
# Locally calculated sha256 5f87df06831d0b3412eb4bc9d3fc2ee7bfae1b913d7da8c23ab2bf5699fb6b50 Pyrex-0.9.9.tar.gz
shibajee/buildroot
package/python-pyrex/python-pyrex.hash
hash
mit
112
################################################################################ # # python-pyrex # ################################################################################ PYTHON_PYREX_VERSION = 0.9.9 PYTHON_PYREX_SOURCE = Pyrex-$(PYTHON_PYREX_VERSION).tar.gz PYTHON_PYREX_SITE = http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex PYTHON_PYREX_LICENSE = Apache-v2 PYTHON_PYREX_LICENSE_FILES = LICENSE.txt PYTHON_PYREX_SETUP_TYPE = distutils HOST_PYTHON_PYREX_NEEDS_HOST_PYTHON = python2 $(eval $(host-python-package))
shibajee/buildroot
package/python-pyrex/python-pyrex.mk
mk
mit
535
config BR2_PACKAGE_PYTHON_PYRO bool "python-pyro" depends on BR2_PACKAGE_PYTHON help python-pyro is a Python library stands for PYthon Remote Objects. It is an advanced and powerful Distributed Object Technology system written entirely in Python, that is designed to be very easy to use.. https://pypi.python.org/pypi/Pyro/
shibajee/buildroot
package/python-pyro/Config.in
in
mit
340
# locally computed sha256 f01e32f8d1c3f427c4916e13d9e8cee24dbf924f72922a06591515911bd13756 Pyro-3.14.tar.gz
shibajee/buildroot
package/python-pyro/python-pyro.hash
hash
mit
110
################################################################################ # # python-pyro # ################################################################################ PYTHON_PYRO_VERSION = 3.14 PYTHON_PYRO_SOURCE = Pyro-$(PYTHON_PYRO_VERSION).tar.gz PYTHON_PYRO_SITE = https://pypi.python.org/packages/source/P/Pyro PYTHON_PYRO_LICENSE = MIT PYTHON_PYRO_LICENSE_FILES = LICENSE PYTHON_PYRO_SETUP_TYPE = distutils $(eval $(python-package))
shibajee/buildroot
package/python-pyro/python-pyro.mk
mk
mit
454
config BR2_PACKAGE_PYTHON_PYROUTE2 bool "python-pyroute2" help Python netlink library - Linux network / netns / wireless / ipset configuration. https://github.com/svinota/pyroute2
shibajee/buildroot
package/python-pyroute2/Config.in
in
mit
192
# md5 from https://pypi.python.org/pypi?:action=show_md5&digest=459b4020073b767cc129e360dabbd2d7, sha256 locally computed md5 459b4020073b767cc129e360dabbd2d7 pyroute2-0.3.20.tar.gz sha256 ed28856753b941d4277b2f14b89c9edec35be4c97e1831f900fe4ce6fc12161b pyroute2-0.3.20.tar.gz
shibajee/buildroot
package/python-pyroute2/python-pyroute2.hash
hash
mit
284
############################################################# # # python-pyroute2 # ############################################################# PYTHON_PYROUTE2_VERSION = 0.3.20 PYTHON_PYROUTE2_SOURCE = pyroute2-$(PYTHON_PYROUTE2_VERSION).tar.gz PYTHON_PYROUTE2_SITE = https://pypi.python.org/packages/source/p/pyroute2 PYTHON_PYROUTE2_LICENSE = Apache-2.0 or GPLv2+ PYTHON_PYROUTE2_LICENSE_FILES = LICENSE.Apache.v2 LICENSE.GPL.v2 README.license.md PYTHON_PYROUTE2_SETUP_TYPE = distutils $(eval $(python-package))
shibajee/buildroot
package/python-pyroute2/python-pyroute2.mk
mk
mit
518
config BR2_PACKAGE_PYTHON_PYSENDFILE bool "python-pysendfile" help A Python interface to sendfile(2) syscall https://github.com/giampaolo/pysendfile
shibajee/buildroot
package/python-pysendfile/Config.in
in
mit
158
# Locally computed: sha256 f4ca8a7f0be67e3d710c0633dd9aadab6881203c31cb9eb9be4f10361ad3f937 python-pysendfile-2.0.1.tar.gz
shibajee/buildroot
package/python-pysendfile/python-pysendfile.hash
hash
mit
125
################################################################################ # # python-pysendfile # ################################################################################ PYTHON_PYSENDFILE_VERSION = 2.0.1 PYTHON_PYSENDFILE_SITE = $(call github,giampaolo,pysendfile,release-$(PYTHON_PYSENDFILE_VERSION)) PYTHON_PYSENDFILE_SETUP_TYPE = setuptools PYTHON_PYSENDFILE_LICENSE = MIT PYTHON_PYSENDFILE_LICENSE_FILES = LICENSE $(eval $(python-package))
shibajee/buildroot
package/python-pysendfile/python-pysendfile.mk
mk
mit
462
config BR2_PACKAGE_PYTHON_PYSMB bool "python-pysmb" depends on BR2_INSTALL_LIBSTDCPP select BR2_PACKAGE_PYTHON_PYASN help pysmb is an experimental SMB/CIFS library written in Python. It implements the client-side SMB/CIFS protocol (SMB1 and SMB2) which allows your Python application to access and transfer files to/from SMB/CIFS shared folders like your Windows file sharing and Samba folders. https://miketeo.net/wp/index.php/projects/pysmb comment "python-pysmb needs a toolchain w/ C++" depends on !BR2_INSTALL_LIBSTDCPP
shibajee/buildroot
package/python-pysmb/Config.in
in
mit
550
# md5 from https://pypi.python.org/pypi?:action=show_md5&digest=9fe70cbc812b2e789915bedea7e45b1a, sha256 locally computed md5 9fe70cbc812b2e789915bedea7e45b1a pysmb-1.1.18.tar.gz sha256 580f7dcf8048656d2924c2f78731feaeaf6f9fa8ef5c251fc6964d39bfd3a6b9 pysmb-1.1.18.tar.gz
shibajee/buildroot
package/python-pysmb/python-pysmb.hash
hash
mit
278
################################################################################ # # python-pysmb # ################################################################################ PYTHON_PYSMB_VERSION = 1.1.18 PYTHON_PYSMB_SOURCE = pysmb-$(PYTHON_PYSMB_VERSION).tar.gz PYTHON_PYSMB_SITE = https://pypi.python.org/packages/source/p/pysmb PYTHON_PYSMB_LICENSE = libpng license PYTHON_PYSMB_LICENSE_FILES = LICENSE PYTHON_PYSMB_SETUP_TYPE = setuptools $(eval $(python-package))
shibajee/buildroot
package/python-pysmb/python-pysmb.mk
mk
mit
478
config BR2_PACKAGE_PYTHON_PYSNMP_APPS bool "python-pysnmp-apps" select BR2_PACKAGE_PYTHON_PYSNMP depends on BR2_INSTALL_LIBSTDCPP # pysnmp -> pyasn help A collection of command-line tools for SNMP management purposes built on top of the PySNMP package. http://pysnmp.sf.net comment "python-pysnmp-apps needs a toolchain w/ C++" depends on !BR2_INSTALL_LIBSTDCPP
shibajee/buildroot
package/python-pysnmp-apps/Config.in
in
mit
378
# locally computed sha256 e073732ed34777bdeb018dcd8b3fa51bc85956da80b92da401a4436ee72350e0 pysnmp-apps-0.3.3.tar.gz
shibajee/buildroot
package/python-pysnmp-apps/python-pysnmp-apps.hash
hash
mit
118
################################################################################ # # python-pysnmp-apps # ################################################################################ PYTHON_PYSNMP_APPS_VERSION = 0.3.3 PYTHON_PYSNMP_APPS_SOURCE = pysnmp-apps-$(PYTHON_PYSNMP_APPS_VERSION).tar.gz PYTHON_PYSNMP_APPS_SITE = https://pypi.python.org/packages/source/p/pysnmp-apps PYTHON_PYSNMP_APPS_SETUP_TYPE = setuptools PYTHON_PYSNMP_APPS_LICENSE = BSD-3c PYTHON_PYSNMP_APPS_LICENSE_FILES = LICENSE PYTHON_PYSNMP_APPS_DEPENDENCIES = python-pysnmp $(eval $(python-package))
shibajee/buildroot
package/python-pysnmp-apps/python-pysnmp-apps.mk
mk
mit
578
config BR2_PACKAGE_PYTHON_PYSNMP_MIBS bool "python-pysnmp-mibs" select BR2_PACKAGE_PYTHON_PYSNMP depends on BR2_INSTALL_LIBSTDCPP # pysnmp -> pyasn help PySNMP MIBs is a set of IETF & IANA MIBs pre-compiled and packaged to simplify their use with the PySNMP library. http://pysnmp.sf.net comment "python-pysnmp-libs needs a toolchain w/ C++" depends on !BR2_INSTALL_LIBSTDCPP
shibajee/buildroot
package/python-pysnmp-mibs/Config.in
in
mit
392
# locally computed sha256 a499ef45d942f42ab9e922c7da93efa084a7ec490ba6cad576b64a7d573ec043 pysnmp-mibs-0.1.4.tar.gz
shibajee/buildroot
package/python-pysnmp-mibs/python-pysnmp-mibs.hash
hash
mit
118
################################################################################ # # python-pysnmp-mibs # ################################################################################ PYTHON_PYSNMP_MIBS_VERSION = 0.1.4 PYTHON_PYSNMP_MIBS_SOURCE = pysnmp-mibs-$(PYTHON_PYSNMP_MIBS_VERSION).tar.gz PYTHON_PYSNMP_MIBS_SITE = https://pypi.python.org/packages/source/p/pysnmp-mibs PYTHON_PYSNMP_MIBS_SETUP_TYPE = setuptools PYTHON_PYSNMP_MIBS_LICENSE = BSD-3c PYTHON_PYSNMP_MIBS_LICENSE_FILES = LICENSE PYTHON_PYSNMP_MIBS_DEPENDENCIES = python-pysnmp $(eval $(python-package))
shibajee/buildroot
package/python-pysnmp-mibs/python-pysnmp-mibs.mk
mk
mit
578
config BR2_PACKAGE_PYTHON_PYSNMP bool "python-pysnmp" depends on BR2_INSTALL_LIBSTDCPP # pyasn select BR2_PACKAGE_PYTHON_PYASN select BR2_PACKAGE_PYTHON_PYCRYPTO help PySNMP is a cross-platform, pure-Python SNMP engine implementation. http://pysnmp.sf.net comment "python-pysnmp needs a toolchain w/ C++" depends on !BR2_INSTALL_LIBSTDCPP
shibajee/buildroot
package/python-pysnmp/Config.in
in
mit
356
# locally computed sha256 c5d78273f14afc6401b7456f086e7b56baaaa51fa0c39830d159bed611c9d89d pysnmp-4.2.4.tar.gz
shibajee/buildroot
package/python-pysnmp/python-pysnmp.hash
hash
mit
113
################################################################################ # # python-pysnmp # ################################################################################ PYTHON_PYSNMP_VERSION = 4.2.4 PYTHON_PYSNMP_SOURCE = pysnmp-$(PYTHON_PYSNMP_VERSION).tar.gz PYTHON_PYSNMP_SITE = https://pypi.python.org/packages/source/p/pysnmp PYTHON_PYSNMP_SETUP_TYPE = setuptools PYTHON_PYSNMP_LICENSE = BSD-3c PYTHON_PYSNMP_LICENSE_FILES = LICENSE PYTHON_PYSNMP_DEPENDENCIES = python-pyasn python-pycrypto $(eval $(python-package))
shibajee/buildroot
package/python-pysnmp/python-pysnmp.mk
mk
mit
539
config BR2_PACKAGE_PYTHON_PYSOCKS bool "python-pysocks" help A Python SOCKS client module. https://github.com/Anorov/PySocks
shibajee/buildroot
package/python-pysocks/Config.in
in
mit
134
# md5 from https://pypi.python.org/pypi/PySocks/json, sha256 locally computed md5 68f4ad7a8d4fa725656ae3e9dd142d29 PySocks-1.5.7.tar.gz sha256 e51c7694b10288e6fd9a28e15c0bcce9aca0327e7b32ebcd9af05fcd56f38b88 PySocks-1.5.7.tar.gz
shibajee/buildroot
package/python-pysocks/python-pysocks.hash
hash
mit
236
################################################################################ # # python-pysocks # ################################################################################ PYTHON_PYSOCKS_VERSION = 1.5.7 PYTHON_PYSOCKS_SOURCE = PySocks-$(PYTHON_PYSOCKS_VERSION).tar.gz PYTHON_PYSOCKS_SITE = https://pypi.python.org/packages/16/56/9b3513078f837fa8cb88ee01ec1cd805ed8104a37bc02ca8c2588ae8fe5a PYTHON_PYSOCKS_LICENSE = BSD-3c PYTHON_PYSOCKS_LICENSE_FILES = socks.py PYTHON_PYSOCKS_SETUP_TYPE = distutils $(eval $(python-package))
shibajee/buildroot
package/python-pysocks/python-pysocks.mk
mk
mit
539
config BR2_PACKAGE_PYTHON_PYTABLEWRITER bool "python-pytablewriter" select BR2_PACKAGE_PYTHON_DATAPROPERTY # runtime select BR2_PACKAGE_PYTHON_DOMINATE # runtime select BR2_PACKAGE_PYTHON_PATHVALIDATE # runtime select BR2_PACKAGE_PYTHON_SIX # runtime select BR2_PACKAGE_PYTHON_XLSXWRITER # runtime help pytablewriter is a python library to write a table in various formats: CSV, HTML, JavaScript, JSON, Markdown, Excel, Pandas, Python, reStructuredText. https://github.com/thombashi/pytablewriter
shibajee/buildroot
package/python-pytablewriter/Config.in
in
mit
517
# md5 from https://pypi.python.org/pypi/pytablewriter/json md5 7a28e4ddb8b59199e161b7ee9e97e3a3 pytablewriter-0.5.0.tar.gz # sha256 calculated by scanpypi sha256 e939adec820e68ed1b7c2eddfba73ce82a88f315aa90c81e04af0229020bfb7c pytablewriter-0.5.0.tar.gz
shibajee/buildroot
package/python-pytablewriter/python-pytablewriter.hash
hash
mit
256
################################################################################ # # python-pytablewriter # ################################################################################ PYTHON_PYTABLEWRITER_VERSION = 0.5.0 PYTHON_PYTABLEWRITER_SOURCE = pytablewriter-$(PYTHON_PYTABLEWRITER_VERSION).tar.gz PYTHON_PYTABLEWRITER_SITE = https://pypi.python.org/packages/c8/01/e4b7f1d83434d268fe6a0aec2d8ad00515de042285e58533090cfd72904d PYTHON_PYTABLEWRITER_SETUP_TYPE = setuptools PYTHON_PYTABLEWRITER_LICENSE = MIT PYTHON_PYTABLEWRITER_LICENSE_FILES = LICENSE $(eval $(python-package))
shibajee/buildroot
package/python-pytablewriter/python-pytablewriter.mk
mk
mit
590
config BR2_PACKAGE_PYTHON_PYTRIE bool "python-pytrie" help A pure Python implementation of the trie data structure. https://pypi.python.org/pypi/PyTrie
shibajee/buildroot
package/python-pytrie/Config.in
in
mit
161
# md5 from https://pypi.python.org/pypi?:action=show_md5&digest=5997b46c854a68bc588f4527c987663a, sha256 locally computed. md5 5997b46c854a68bc588f4527c987663a PyTrie-0.2.tar.gz sha256 b272021351efadc6757591aac03ed4794bdfd091122204a4673e94bfb66cc500 PyTrie-0.2.tar.gz
shibajee/buildroot
package/python-pytrie/python-pytrie.hash
hash
mit
270
################################################################################ # # python-pytrie # ################################################################################ PYTHON_PYTRIE_VERSION = 0.2 PYTHON_PYTRIE_SITE = http://pypi.python.org/packages/source/P/PyTrie PYTHON_PYTRIE_SOURCE = PyTrie-$(PYTHON_PYTRIE_VERSION).tar.gz PYTHON_PYTRIE_LICENSE = BSD-3c PYTHON_PYTRIE_LICENSE_FILES = LICENSE PYTHON_PYTRIE_SETUP_TYPE = distutils $(eval $(python-package))
shibajee/buildroot
package/python-pytrie/python-pytrie.mk
mk
mit
475
config BR2_PACKAGE_PYTHON_PYTZ bool "python-pytz" help World timezone definitions, modern and historical. http://pythonhosted.org/pytz
shibajee/buildroot
package/python-pytz/Config.in
in
mit
144
# md5 from https://pypi.python.org/pypi/pytz/json md5 e56283d61935963157aebc5135206a47 pytz-2016.4.tar.bz2 # sha256 calculated by scanpypi sha256 ee7c751544e35a7b7fb5e3fb25a49dade37d51e70a93e5107f10575d7102c311 pytz-2016.4.tar.bz2
shibajee/buildroot
package/python-pytz/python-pytz.hash
hash
mit
233
################################################################################ # # python-pytz # ################################################################################ PYTHON_PYTZ_VERSION = 2016.4 PYTHON_PYTZ_SOURCE = pytz-$(PYTHON_PYTZ_VERSION).tar.bz2 PYTHON_PYTZ_SITE = https://pypi.python.org/packages/f4/7d/7c0c85e9c64a75dde11bc9d3e1adc4e09a42ce7cdb873baffa1598118709 PYTHON_PYTZ_SETUP_TYPE = setuptools PYTHON_PYTZ_LICENSE = MIT PYTHON_PYTZ_LICENSE_FILES = LICENSE.txt $(eval $(python-package))
shibajee/buildroot
package/python-pytz/python-pytz.mk
mk
mit
515
From e86a1c199d45c9751da67f947af202927dee07f8 Mon Sep 17 00:00:00 2001 From: Yegor Yefremov <yegorslists@googlemail.com> Date: Thu, 10 Dec 2015 08:44:55 +0100 Subject: [PATCH] Workaround finding libudev on systems without ldconf This patch tries to load libudev.so directly without relying on Python's find_library(). find_library() fails on systems without library cache mechanism. Taken from pyudev issue 117 discussion: https://github.com/pyudev/pyudev/pull/117 Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> --- src/pyudev/_libudev.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pyudev/_libudev.py b/src/pyudev/_libudev.py index a0de8fb..1348d17 100644 --- a/src/pyudev/_libudev.py +++ b/src/pyudev/_libudev.py @@ -30,7 +30,7 @@ from __future__ import (print_function, division, unicode_literals, absolute_import) -from ctypes import (CDLL, Structure, POINTER, +from ctypes import (cdll, CDLL, Structure, POINTER, c_char, c_char_p, c_int, c_uint, c_ulonglong) from ctypes.util import find_library @@ -265,10 +265,10 @@ def load_udev_library(): Raise :exc:`~exceptions.ImportError`, if the udev library was not found. """ - udev_library_name = find_library('udev') - if not udev_library_name: + try: + libudev = cdll.LoadLibrary('libudev.so') + except OSError: raise ImportError('No library named udev') - libudev = CDLL(udev_library_name, use_errno=True) # context function signature for namespace, members in SIGNATURES.items(): for funcname in members: -- 2.1.4
shibajee/buildroot
package/python-pyudev/0001-Workaround-finding-libudev-on-systems-without-ldconf.patch
patch
mit
1,636
config BR2_PACKAGE_PYTHON_PYUDEV bool "python-pyudev" depends on BR2_PACKAGE_HAS_UDEV select BR2_PACKAGE_PYTHON_ZLIB if BR2_PACKAGE_PYTHON # runtime select BR2_PACKAGE_PYTHON3_ZLIB if BR2_PACKAGE_PYTHON3 # runtime select BR2_PACKAGE_PYTHON_SIX # runtime help pyudev is a LGPL licenced, pure Python 2/3 binding to libudev, the device and hardware management and information library of Linux. https://github.com/pyudev/pyudev comment "python-pyudev needs udev /dev management" depends on !BR2_PACKAGE_HAS_UDEV
shibajee/buildroot
package/python-pyudev/Config.in
in
mit
526
# md5 from https://pypi.python.org/pypi?:action=show_md5&digest=07a60f5f7a6028e83725f759a1b9490a, sha256 locally computed md5 07a60f5f7a6028e83725f759a1b9490a pyudev-0.18.tar.gz sha256 83b315f74e29c3a4aa6ea38b6cf73b0bb7e37066d7a5d70972ac418a80aed62a pyudev-0.18.tar.gz
shibajee/buildroot
package/python-pyudev/python-pyudev.hash
hash
mit
276
################################################################################ # # python-pyudev # ################################################################################ PYTHON_PYUDEV_VERSION = 0.18 PYTHON_PYUDEV_SOURCE = pyudev-$(PYTHON_PYUDEV_VERSION).tar.gz PYTHON_PYUDEV_SITE = https://pypi.python.org/packages/source/p/pyudev PYTHON_PYUDEV_LICENSE = LGPLv2.1+ PYTHON_PYUDEV_LICENSE_FILES = COPYING PYTHON_PYUDEV_SETUP_TYPE = setuptools $(eval $(python-package))
shibajee/buildroot
package/python-pyudev/python-pyudev.mk
mk
mit
481
config BR2_PACKAGE_PYTHON_PYUSB bool "python-pyusb" depends on BR2_PACKAGE_PYTHON depends on BR2_TOOLCHAIN_HAS_THREADS # libusb select BR2_PACKAGE_LIBUSB help The PyUSB module provides easy access to the Universal Serial Bus (USB) from Python. http://sourceforge.net/apps/trac/pyusb/ comment "python-pyusb needs a toolchain w/ threads" depends on BR2_PACKAGE_PYTHON depends on !BR2_TOOLCHAIN_HAS_THREADS
shibajee/buildroot
package/python-pyusb/Config.in
in
mit
422
# locally computed sha256 14ec66077bdcd6f1aa9e892a0a35a54bb3c1ec56aa740ead64349c18f0186d19 python-pyusb-1.0.0b2.tar.gz
shibajee/buildroot
package/python-pyusb/python-pyusb.hash
hash
mit
121
################################################################################ # # python-pyusb # ################################################################################ PYTHON_PYUSB_VERSION = 1.0.0b2 PYTHON_PYUSB_SITE = $(call github,walac,pyusb,$(PYTHON_PYUSB_VERSION)) PYTHON_PYUSB_LICENSE = BSD-3c PYTHON_PYUSB_LICENSE_FILES = LICENSE PYTHON_PYUSB_SETUP_TYPE = distutils PYTHON_PYUSB_DEPENDENCIES = libusb $(eval $(python-package))
shibajee/buildroot
package/python-pyusb/python-pyusb.mk
mk
mit
449
config BR2_PACKAGE_PYTHON_PYXB bool "python-pyxb" help PyXB is a pure Python package that generates Python code for classes that correspond to data structures defined by XMLSchema. http://pyxb.sourceforge.net/
shibajee/buildroot
package/python-pyxb/Config.in
in
mit
222
# Locally computed: sha256 14ced19ecce51e7cd26434446f9bd6b4e309e91806f1f6fc5e21f4ac736aa0de python-pyxb-1.2.4.tar.gz
shibajee/buildroot
package/python-pyxb/python-pyxb.hash
hash
mit
119
################################################################################ # # python-pyxb # ################################################################################ PYTHON_PYXB_VERSION = 1.2.4 PYTHON_PYXB_SITE = $(call github,pabigot,pyxb,PyXB-$(PYTHON_PYXB_VERSION)) PYTHON_PYXB_LICENSE = Apache-2.0 PYTHON_PYXB_LICENSE_FILES = LICENSE PYTHON_PYXB_SETUP_TYPE = distutils $(eval $(python-package))
shibajee/buildroot
package/python-pyxb/python-pyxb.mk
mk
mit
415
config BR2_PACKAGE_PYTHON_PYYAML bool "python-pyyaml" select BR2_PACKAGE_LIBYAML help The PyYAML package contains binding to the libyaml API. http://pyyaml.org/
shibajee/buildroot
package/python-pyyaml/Config.in
in
mit
171
# From https://pypi.python.org/pypi?:action=show_md5&digest=f50e08ef0fe55178479d3a618efe21db md5 f50e08ef0fe55178479d3a618efe21db PyYAML-3.11.tar.gz # Locally computed sha256 c36c938a872e5ff494938b33b14aaa156cb439ec67548fcab3535bb78b0846e8 PyYAML-3.11.tar.gz
shibajee/buildroot
package/python-pyyaml/python-pyyaml.hash
hash
mit
259
################################################################################ # # python-pyyaml # ################################################################################ PYTHON_PYYAML_VERSION = 3.11 PYTHON_PYYAML_SOURCE = PyYAML-$(PYTHON_PYYAML_VERSION).tar.gz PYTHON_PYYAML_SITE = https://pypi.python.org/packages/source/P/PyYAML PYTHON_PYYAML_SETUP_TYPE = distutils PYTHON_PYYAML_LICENSE = Python software foundation license v2 PYTHON_PYYAML_LICENSE_FILES = LICENSE PYTHON_PYYAML_DEPENDENCIES = libyaml $(eval $(python-package))
shibajee/buildroot
package/python-pyyaml/python-pyyaml.mk
mk
mit
545
detect.py: fix the ZMQ version check to the ZMQ version of the buildroot The setup.py script tries to compile a test C program and runs it, to retrieve a version string for the installed ZMQ library, but if the cross compiler links it together, the result cannot be run on the host, due to different architectures and libraries. And if the host compiler would compile/link it, it would not link with the library version inside buildroot but with the library from the host, possibly returning a wrong version number. Instead of trying to run the compiled test program to get the version dynamically, return the version of the buildroot environment. Signed-off-by: Michael Rommel <rommel@layer-7.net> --- pyzmq-13.0.2/buildutils/detect.py.orig 2013-08-10 00:49:28.242557978 +0200 +++ pyzmq-13.0.2/buildutils/detect.py 2013-08-10 00:44:35.197572704 +0200 @@ -119,15 +119,17 @@ def detect_zmq(basedir, compiler=None, * efile = test_compilation(cfile, compiler=compiler, **compiler_attrs) - result = Popen(efile, stdout=PIPE, stderr=PIPE) - so, se = result.communicate() + # result = Popen(efile, stdout=PIPE, stderr=PIPE) + # so, se = result.communicate() # for py3k: - so = so.decode() - se = se.decode() - if result.returncode: - msg = "Error running version detection script:\n%s\n%s" % (so,se) - logging.error(msg) - raise IOError(msg) + #so = so.decode() + #se = se.decode() + #if result.returncode: + # msg = "Error running version detection script:\n%s\n%s" % (so,se) + # logging.error(msg) + # raise IOError(msg) + + so = "vers: ##ZEROMQ_VERSION##" handlers = {'vers': lambda val: tuple(int(v) for v in val.split('.'))}
shibajee/buildroot
package/python-pyzmq/0001-use-buildroot-zmq-version-instead-of-detect.patch
patch
mit
1,741
config BR2_PACKAGE_PYTHON_PYZMQ bool "python-pyzmq" depends on BR2_USE_WCHAR # zeromq depends on BR2_INSTALL_LIBSTDCPP # zeromq depends on BR2_TOOLCHAIN_HAS_THREADS # zeromq select BR2_PACKAGE_ZEROMQ help This package contains the python language binding for zeromq. http://zeromq.org/bindings:python comment "python-pyzmq needs a toolchain w/ C++, wchar, threads" depends on BR2_PACKAGE_PYTHON depends on !(BR2_INSTALL_LIBSTDCPP && BR2_USE_WCHAR && \ BR2_TOOLCHAIN_HAS_THREADS)
shibajee/buildroot
package/python-pyzmq/Config.in
in
mit
497
# locally computed sha256 00e263c26a524f81127247e6f37cbf427eddf3a3657d170cf4865bd522df3914 pyzmq-14.3.1.tar.gz
shibajee/buildroot
package/python-pyzmq/python-pyzmq.hash
hash
mit
113
################################################################################ # # python-pyzmq # ################################################################################ PYTHON_PYZMQ_VERSION = 14.3.1 PYTHON_PYZMQ_SOURCE = pyzmq-$(PYTHON_PYZMQ_VERSION).tar.gz PYTHON_PYZMQ_SITE = http://pypi.python.org/packages/source/p/pyzmq PYTHON_PYZMQ_LICENSE = LGPLv3+, BSD-3c, Apache-2.0 # Apache license only online: http://www.apache.org/licenses/LICENSE-2.0 PYTHON_PYZMQ_LICENSE_FILES = COPYING.LESSER COPYING.BSD PYTHON_PYZMQ_DEPENDENCIES = zeromq PYTHON_PYZMQ_SETUP_TYPE = distutils PYTHON_PYZMQ_BUILD_OPTS = --zmq=$(STAGING_DIR)/usr # Due to issues with cross-compiling, hardcode to the zeromq in BR define PYTHON_PYZMQ_PATCH_ZEROMQ_VERSION $(SED) 's/##ZEROMQ_VERSION##/$(ZEROMQ_VERSION)/' \ $(@D)/buildutils/detect.py endef PYTHON_PYZMQ_POST_PATCH_HOOKS += PYTHON_PYZMQ_PATCH_ZEROMQ_VERSION $(eval $(python-package))
shibajee/buildroot
package/python-pyzmq/python-pyzmq.mk
mk
mit
931
config BR2_PACKAGE_PYTHON_REQUESTS bool "python-requests" select BR2_PACKAGE_PYTHON_ZLIB if BR2_PACKAGE_PYTHON # runtime select BR2_PACKAGE_PYTHON3_ZLIB if BR2_PACKAGE_PYTHON3 # runtime help Requests is an Apache2 Licensed HTTP library, written in Python, for human beings. http://www.python-requests.org/
shibajee/buildroot
package/python-requests/Config.in
in
mit
320
# md5 from https://pypi.python.org/pypi?:action=show_md5&digest=0b7f480d19012ec52bab78292efd976d, sha256 locally computed md5 0b7f480d19012ec52bab78292efd976d requests-2.9.1.tar.gz sha256 c577815dd00f1394203fc44eb979724b098f88264a9ef898ee45b8e5e9cf587f requests-2.9.1.tar.gz
shibajee/buildroot
package/python-requests/python-requests.hash
hash
mit
277
################################################################################ # # python-requests # ################################################################################ PYTHON_REQUESTS_VERSION = 2.9.1 PYTHON_REQUESTS_SOURCE = requests-$(PYTHON_REQUESTS_VERSION).tar.gz PYTHON_REQUESTS_SITE = http://pypi.python.org/packages/source/r/requests PYTHON_REQUESTS_SETUP_TYPE = setuptools PYTHON_REQUESTS_LICENSE = Apache-2.0 PYTHON_REQUESTS_LICENSE_FILES = LICENSE $(eval $(python-package))
shibajee/buildroot
package/python-requests/python-requests.mk
mk
mit
502
config BR2_PACKAGE_PYTHON_RPI_GPIO bool "python-rpi-gpio" depends on BR2_arm help A Python module to control the GPIO on a Raspberry Pi. http://sourceforge.net/p/raspberry-gpio-python
shibajee/buildroot
package/python-rpi-gpio/Config.in
in
mit
194
# md5sum from http://sourceforge.net/projects/raspberry-gpio-python/files/, sha256 calculated locally md5 254d0443a436eb241367c487274e7197 RPi.GPIO-0.6.1.tar.gz sha256 54e5fb06d9ea1a1389a497fb5a06dfa950c86303b0f4ba89b68c55999d1df064 RPi.GPIO-0.6.1.tar.gz
shibajee/buildroot
package/python-rpi-gpio/python-rpi-gpio.hash
hash
mit
255
################################################################################ # # python-rpi-gpio # ################################################################################ PYTHON_RPI_GPIO_VERSION = 0.6.1 PYTHON_RPI_GPIO_SOURCE = RPi.GPIO-$(PYTHON_RPI_GPIO_VERSION).tar.gz PYTHON_RPI_GPIO_SITE = http://sourceforge.net/projects/raspberry-gpio-python/files PYTHON_RPI_GPIO_LICENSE = MIT PYTHON_RPI_GPIO_LICENSE_FILES = LICENCE.txt PYTHON_RPI_GPIO_SETUP_TYPE = distutils $(eval $(python-package))
shibajee/buildroot
package/python-rpi-gpio/python-rpi-gpio.mk
mk
mit
508
config BR2_PACKAGE_PYTHON_RTSLIB_FB bool "python-rtslib-fb" select BR2_PACKAGE_PYTHON_SIX help rtslib-fb is an object-based Python library for configuring the LIO generic SCSI target, present in 3.x Linux kernel versions. https://github.com/agrover/rtslib-fb
shibajee/buildroot
package/python-rtslib-fb/Config.in
in
mit
275
# locally computed sha256 d5d81a78046b4c228d29ba88d9950e0f63858e5fcf601e3d0f8bf107fbaadc03 python-rtslib-fb-v2.1.fb57.tar.gz
shibajee/buildroot
package/python-rtslib-fb/python-rtslib-fb.hash
hash
mit
127
################################################################################ # # python-rtslib-fb # ################################################################################ PYTHON_RTSLIB_FB_VERSION = v2.1.fb57 PYTHON_RTSLIB_FB_SITE = $(call github,agrover,rtslib-fb,$(PYTHON_RTSLIB_FB_VERSION)) PYTHON_RTSLIB_FB_LICENSE = Apache-2.0 PYTHON_RTSLIB_FB_LICENSE_FILES = COPYING PYTHON_RTSLIB_FB_SETUP_TYPE = setuptools PYTHON_RTSLIB_FB_DEPENDENCIES = python-six $(eval $(python-package))
shibajee/buildroot
package/python-rtslib-fb/python-rtslib-fb.mk
mk
mit
498
config BR2_PACKAGE_PYTHON_SCAPY3K bool "python-scapy3k" depends on BR2_PACKAGE_PYTHON3 select BR2_PACKAGE_PYTHON3_ZLIB help Network packet and pcap file crafting/sniffing/manipulation security tool (based on scapy) with python3 compatibility. https://github.com/phaethon/scapy
shibajee/buildroot
package/python-scapy3k/Config.in
in
mit
291
# Locally computed: sha256 a4c68ef2f787d82a3aec8640cac8dbab6f5b9e31ae4d89a1877efbb9150a9e25 python-scapy3k-v0.18.tar.gz
shibajee/buildroot
package/python-scapy3k/python-scapy3k.hash
hash
mit
122
################################################################################ # # python-scapy3k # ################################################################################ PYTHON_SCAPY3K_VERSION = v0.18 PYTHON_SCAPY3K_SITE = $(call github,phaethon,scapy,$(PYTHON_SCAPY3K_VERSION)) PYTHON_SCAPY3K_SETUP_TYPE = distutils PYTHON_SCAPY3K_LICENSE = GPLv2+ $(eval $(python-package))
shibajee/buildroot
package/python-scapy3k/python-scapy3k.mk
mk
mit
390
config BR2_PACKAGE_PYTHON_SDNOTIFY bool "python-sdnotify" help A pure Python implementation of systemd's service notification protocol (sd_notify). https://github.com/bb4242/sdnotify
shibajee/buildroot
package/python-sdnotify/Config.in
in
mit
195
# md5 from https://pypi.python.org/pypi/sdnotify/json md5 a182c1ef47e1c6c965771aa3029da16f sdnotify-0.3.1.tar.gz # sha256 calculated by scanpypi sha256 e69220d4f6cbb02130f43f929350a80cf51033fde47dcb056fbda71e2dff2d5a sdnotify-0.3.1.tar.gz
shibajee/buildroot
package/python-sdnotify/python-sdnotify.hash
hash
mit
241
################################################################################ # # python-sdnotify # ################################################################################ PYTHON_SDNOTIFY_VERSION = 0.3.1 PYTHON_SDNOTIFY_SOURCE = sdnotify-$(PYTHON_SDNOTIFY_VERSION).tar.gz PYTHON_SDNOTIFY_SITE = https://pypi.python.org/packages/57/f9/ae03e3ebc83be0d501cde1f5d6d23dee74f5c2105f2cdb98bff4fa9ada9c PYTHON_SDNOTIFY_SETUP_TYPE = distutils PYTHON_SDNOTIFY_LICENSE = MIT PYTHON_SDNOTIFY_LICENSE_FILES = LICENSE.txt $(eval $(python-package))
shibajee/buildroot
package/python-sdnotify/python-sdnotify.mk
mk
mit
548
config BR2_PACKAGE_PYTHON_SERIAL bool "python-serial" help python-serial is a Python library to access serial ports. https://github.com/pyserial/pyserial
shibajee/buildroot
package/python-serial/Config.in
in
mit
163
# md5 from http://pypi.python.org/pypi?:action=show_md5&digest=e849af7f8b7ec75cbc7a53da67c51a51, sha256 locally computed md5 e849af7f8b7ec75cbc7a53da67c51a51 pyserial-3.1.tar.gz sha256 c8ffdcbd8bfd308842409e558848c32aa3499a1bfe95a591e4210072b9520f1e pyserial-3.1.tar.gz
shibajee/buildroot
package/python-serial/python-serial.hash
hash
mit
277
################################################################################ # # python-serial # ################################################################################ PYTHON_SERIAL_VERSION = 3.1 PYTHON_SERIAL_SOURCE = pyserial-$(PYTHON_SERIAL_VERSION).tar.gz PYTHON_SERIAL_SITE = https://pypi.python.org/packages/ce/9c/694ce79a9d4a164e109aeba1a40fba23336f3b7554978553e22a5d41d54d PYTHON_SERIAL_LICENSE = Python Software Foundation License PYTHON_SERIAL_LICENSE_FILES = LICENSE.txt PYTHON_SERIAL_SETUP_TYPE = setuptools # aio.py is an experimental module, that is compatible only with # Python 3, so remove it for Python 2 environment or it will # cause compilation errors ifeq ($(BR2_PACKAGE_PYTHON),y) define PYTHON_SERIAL_REMOVE_AIO_PY rm $(@D)/serial/aio.py endef PYTHON_SERIAL_POST_EXTRACT_HOOKS = PYTHON_SERIAL_REMOVE_AIO_PY endif $(eval $(python-package))
shibajee/buildroot
package/python-serial/python-serial.mk
mk
mit
881
config BR2_PACKAGE_PYTHON_SERVICE_IDENTITY bool "python-service-identity" select BR2_PACKAGE_PYTHON_CHARACTERISTIC # runtime select BR2_PACKAGE_PYTHON_PYASN # runtime select BR2_PACKAGE_PYTHON_PYASN_MODULES # runtime select BR2_PACKAGE_PYTHON_PYOPENSSL # runtime depends on BR2_INSTALL_LIBSTDCPP # python-pyopenssl, python-pyasn help Service identity verification for pyOpenSSL. https://pypi.python.org/pypi/service_identity comment "python-service-identify needs a toolchain w/ C++" depends on !BR2_INSTALL_LIBSTDCPP
shibajee/buildroot
package/python-service-identity/Config.in
in
mit
534
# md5 from https://pypi.python.org/pypi?:action=show_md5&digest=cea0b0156d73b025ecef660fb51f0d9a, sha256 locally computed. md5 cea0b0156d73b025ecef660fb51f0d9a service_identity-14.0.0.tar.gz sha256 3105a319a7c558490666694f599be0c377ad54824eefb404cde4ce49e74a4f5a service_identity-14.0.0.tar.gz
shibajee/buildroot
package/python-service-identity/python-service-identity.hash
hash
mit
296
################################################################################ # # python-service-identity # ################################################################################ PYTHON_SERVICE_IDENTITY_VERSION = 14.0.0 PYTHON_SERVICE_IDENTITY_SOURCE = service_identity-$(PYTHON_SERVICE_IDENTITY_VERSION).tar.gz PYTHON_SERVICE_IDENTITY_SITE = http://pypi.python.org/packages/source/s/service_identity PYTHON_SERVICE_IDENTITY_LICENSE = MIT PYTHON_SERVICE_IDENTITY_LICENSE_FILES = LICENSE PYTHON_SERVICE_IDENTITY_SETUP_TYPE = setuptools $(eval $(python-package))
shibajee/buildroot
package/python-service-identity/python-service-identity.mk
mk
mit
576
config BR2_PACKAGE_PYTHON_SETPROCTITLE bool "python-setproctitle" help A Python module to customize the process title. https://pypi.python.org/pypi/setproctitle
shibajee/buildroot
package/python-setproctitle/Config.in
in
mit
170
# md5 from https://pypi.python.org/pypi?:action=show_md5&digest=2dcdd1b761700a5a13252fea3dfd1977, sha256 locally computed. md5 2dcdd1b761700a5a13252fea3dfd1977 setproctitle-1.1.10.tar.gz sha256 6283b7a58477dd8478fbb9e76defb37968ee4ba47b05ec1c053cb39638bd7398 setproctitle-1.1.10.tar.gz
shibajee/buildroot
package/python-setproctitle/python-setproctitle.hash
hash
mit
288
################################################################################ # # python-setproctitle # ################################################################################ PYTHON_SETPROCTITLE_VERSION = 1.1.10 PYTHON_SETPROCTITLE_SOURCE = setproctitle-$(PYTHON_SETPROCTITLE_VERSION).tar.gz PYTHON_SETPROCTITLE_SITE = https://pypi.python.org/packages/5a/0d/dc0d2234aacba6cf1a729964383e3452c52096dc695581248b548786f2b3 PYTHON_SETPROCTITLE_LICENSE = BSD-3c PYTHON_SETPROCTITLE_LICENSE_FILES = COPYRIGHT PYTHON_SETPROCTITLE_SETUP_TYPE = distutils $(eval $(python-package))
shibajee/buildroot
package/python-setproctitle/python-setproctitle.mk
mk
mit
586
From 9b3d307f8f6a1af88f3f810f5a6cf0835830e1e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Krause?= <joerg.krause@embedded.rocks> Date: Mon, 7 Dec 2015 01:14:33 +0100 Subject: [PATCH 1/1] add executable MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add a new --executable option to distribute so that we can force the shebang line in installed python scripts. [Thomas: refresh for setuptools 5.8.] [Jörg: refresh for setuptools 18.7.1] Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks> --- setuptools/command/install.py | 2 ++ setuptools/command/install_scripts.py | 9 +++++++++ 2 files changed, 11 insertions(+) diff --git a/setuptools/command/install.py b/setuptools/command/install.py index d2bca2e..b60ef19 100644 --- a/setuptools/command/install.py +++ b/setuptools/command/install.py @@ -16,6 +16,7 @@ class install(orig.install): """Use easy_install to install the package, w/dependencies""" user_options = orig.install.user_options + [ + ('executable=', 'e', "specify final destination interpreter path"), ('old-and-unmanageable', None, "Try not to use this!"), ('single-version-externally-managed', None, "used by system package builders to create 'flat' eggs"), @@ -31,6 +32,7 @@ class install(orig.install): def initialize_options(self): orig.install.initialize_options(self) + self.executable = None self.old_and_unmanageable = None self.single_version_externally_managed = None diff --git a/setuptools/command/install_scripts.py b/setuptools/command/install_scripts.py index be66cb2..07afaf8 100755 --- a/setuptools/command/install_scripts.py +++ b/setuptools/command/install_scripts.py @@ -11,6 +11,13 @@ class install_scripts(orig.install_scripts): def initialize_options(self): orig.install_scripts.initialize_options(self) self.no_ep = False + self.executable = None + + def finalize_options(self): + orig.install_scripts.finalize_options(self) + self.set_undefined_options('install', + ('executable','executable') + ) def run(self): import setuptools.command.easy_install as ei @@ -31,6 +38,8 @@ class install_scripts(orig.install_scripts): ) bs_cmd = self.get_finalized_command('build_scripts') exec_param = getattr(bs_cmd, 'executable', None) + if self.executable is not None: + exec_param = self.executable bw_cmd = self.get_finalized_command("bdist_wininst") is_wininst = getattr(bw_cmd, '_is_running', False) writer = ei.ScriptWriter -- 2.6.3
shibajee/buildroot
package/python-setuptools/0001-add-executable.patch
patch
mit
2,819