From 6408f9ef6ea7b30bca70650a24639cffd9f7929f Mon Sep 17 00:00:00 2001 From: George Sapkin Date: Fri, 2 May 2025 17:29:44 +0300 Subject: [PATCH] python-atomicwrites: drop package - archived upstream - drop confirmed by Python maintainer - last local commit: commit: d5ac6e103eb11d29f4e822fadb727225e0e80992 Author: Jeffery To Date: Mon, 24 Jul 2023 22:46:41 -0700 python-atomicwrites: Update to 1.4.1 Link: https://github.com/openwrt/packages/pull/26400#issuecomment-2848164601 Signed-off-by: George Sapkin --- lang/python/python-atomicwrites/Makefile | 40 ------------------------ 1 file changed, 40 deletions(-) delete mode 100644 lang/python/python-atomicwrites/Makefile diff --git a/lang/python/python-atomicwrites/Makefile b/lang/python/python-atomicwrites/Makefile deleted file mode 100644 index efa0803b46..0000000000 --- a/lang/python/python-atomicwrites/Makefile +++ /dev/null @@ -1,40 +0,0 @@ -# -# 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 -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)) -- 2.30.2