/
UCS
/
openwrt_packages
Обзор
Документация
Войти
/
UCS
/
openwrt_packages
Код
Запросы
0
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
lang/python/python-atomicwrites/Makefile
40 строк
1021 B
Jeffery To
python-atomicwrites: Update to 1.4.1
25 июл 2023, 08:46
25 июл 2023, 08:46
d5ac6e1
Код
Авторство
О чём код?
# # Copyright (C) 2019-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-atomicwrites PKG_VERSION:=1.4.1 PKG_RELEASE:=1 PYPI_NAME:=atomicwrites PKG_HASH:=81b2c9071a49367a7f770170e5eec8cb66567cfbbc8c73d20ce5ca4a8d71cf11 PKG_MAINTAINER:=Jan Pavlinec <jan.pavlinec1@gmail.com> PKG_LICENSE:=MIT PKG_LICENSE_FILES:=LICENSE include ../pypi.mk include $(INCLUDE_DIR)/package.mk include ../python3-package.mk define Package/python3-atomicwrites SUBMENU:=Python SECTION:=lang CATEGORY:=Languages TITLE:=Atomic file writes URL:=https://github.com/untitaker/python-atomicwrites DEPENDS:=+python3-light endef define Package/python3-atomicwrites/description Python library for atomic file writes. endef $(eval $(call Py3Package,python3-atomicwrites)) $(eval $(call BuildPackage,python3-atomicwrites)) $(eval $(call BuildPackage,python3-atomicwrites-src))