Newer
Older
# Copyright (C) 2018-2020 CZ.NIC z.s.p.o. (https://www.nic.cz/)
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
include $(TOPDIR)/rules.mk
PKG_NAME:=python-libsass
PKG_RELEASE:=1
PYPI_NAME:=libsass
PKG_HASH:=b7452f1df274b166dc22ee2e9154c4adca619bcbbdf8041a7aa05f372a1dacbc
include $(TOPDIR)/feeds/packages/lang/python/pypi.mk
include $(TOPDIR)/feeds/packages/lang/python/python3-package.mk
define Package/python3-libsass
SUBMENU:=Python
SECTION:=lang
CATEGORY:=Languages
TITLE:=Sass/SCSS for Python
URL:=https://github.com/sass/libsass-python
DEPENDS:=+libstdcpp +python3-light
VARIANT:=python3
A straightforward binding of libsass for Python.
$(eval $(call Py3Package,python3-libsass))
$(eval $(call BuildPackage,python3-libsass))
$(eval $(call BuildPackage,python3-libsass-src))