python-gevent: use LF for Makefile
authorRosen Penev <rosenp@gmail.com>
Sat, 7 Feb 2026 00:37:14 +0000 (16:37 -0800)
committerHannu Nyman <hannu.nyman@iki.fi>
Sat, 14 Feb 2026 12:58:44 +0000 (14:58 +0200)
Done with all other Makefiles.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
lang/python/python-gevent/Makefile

index e1f1403611835196ea7433fef2495d34464a5b12..37007fb07d7e9d3ebb39f02664165c96237f43dd 100644 (file)
@@ -1,49 +1,49 @@
-include $(TOPDIR)/rules.mk\r
-\r
-PKG_NAME:=python-gevent\r
-PKG_VERSION:=25.9.1\r
-PKG_RELEASE:=1\r
-\r
-PYPI_NAME:=gevent\r
-PKG_HASH:=adf9cd552de44a4e6754c51ff2e78d9193b7fa6eab123db9578a210e657235dd\r
-\r
-PKG_MAINTAINER:=Andy Syam <privasisource@gmail.com>\r
-PKG_LICENSE:=MIT\r
-PKG_LICENSE_FILES:=LICENSE\r
-\r
-PKG_BUILD_FLAGS:=no-mips16\r
-PKG_BUILD_DEPENDS:=python-cffi/host python-greenlet/host python-cython/host\r
-\r
-include ../pypi.mk\r
-include $(INCLUDE_DIR)/package.mk\r
-include ../python3-package.mk\r
-\r
-PYTHON3_PKG_SETUP_VARS:= \\r
-       GEVENTSETUP_EMBED=0 \\r
-       GEVENTSETUP_EMBED_LIBEV=0 \\r
-       GEVENTSETUP_EMBED_CARES=0\r
-\r
-define Package/python3-gevent\r
-  SUBMENU:=Python\r
-  SECTION:=lang\r
-  CATEGORY:=Languages\r
-  TITLE:=Coroutine-based network library\r
-  URL:=https://github.com/gevent/gevent\r
-  DEPENDS:= \\r
-       +python3-light \\r
-       +python3-cffi \\r
-       +python3-greenlet \\r
-       +python3-zope-interface \\r
-       +libcares \\r
-       +libev \\r
-       +libuv\r
-endef\r
-\r
-define Package/python3-gevent/description\r
-  gevent is a coroutine -based Python networking library that uses greenlet\r
-  to provide a high-level synchronous API on top of the libev or libuv event loop.\r
-endef\r
-\r
-$(eval $(call Py3Package,python3-gevent))\r
-$(eval $(call BuildPackage,python3-gevent))\r
-$(eval $(call BuildPackage,python3-gevent-src))\r
+include $(TOPDIR)/rules.mk
+
+PKG_NAME:=python-gevent
+PKG_VERSION:=25.9.1
+PKG_RELEASE:=1
+
+PYPI_NAME:=gevent
+PKG_HASH:=adf9cd552de44a4e6754c51ff2e78d9193b7fa6eab123db9578a210e657235dd
+
+PKG_MAINTAINER:=Andy Syam <privasisource@gmail.com>
+PKG_LICENSE:=MIT
+PKG_LICENSE_FILES:=LICENSE
+
+PKG_BUILD_FLAGS:=no-mips16
+PKG_BUILD_DEPENDS:=python-cffi/host python-greenlet/host python-cython/host
+
+include ../pypi.mk
+include $(INCLUDE_DIR)/package.mk
+include ../python3-package.mk
+
+PYTHON3_PKG_SETUP_VARS:= \
+       GEVENTSETUP_EMBED=0 \
+       GEVENTSETUP_EMBED_LIBEV=0 \
+       GEVENTSETUP_EMBED_CARES=0
+
+define Package/python3-gevent
+  SUBMENU:=Python
+  SECTION:=lang
+  CATEGORY:=Languages
+  TITLE:=Coroutine-based network library
+  URL:=https://github.com/gevent/gevent
+  DEPENDS:= \
+       +python3-light \
+       +python3-cffi \
+       +python3-greenlet \
+       +python3-zope-interface \
+       +libcares \
+       +libev \
+       +libuv
+endef
+
+define Package/python3-gevent/description
+  gevent is a coroutine -based Python networking library that uses greenlet
+  to provide a high-level synchronous API on top of the libev or libuv event loop.
+endef
+
+$(eval $(call Py3Package,python3-gevent))
+$(eval $(call BuildPackage,python3-gevent))
+$(eval $(call BuildPackage,python3-gevent-src))