From ca7fdf61dc128ab80917d8c415bd9676462d04ee Mon Sep 17 00:00:00 2001 From: Jeffery To Date: Wed, 19 Jul 2023 23:29:21 +0800 Subject: python3-maxminddb: Update to 2.4.0, rename source package This renames the source package to python-maxminddb to match other Python packages. Signed-off-by: Jeffery To --- lang/python/python3-maxminddb/Makefile | 41 ---------------------------------- 1 file changed, 41 deletions(-) delete mode 100644 lang/python/python3-maxminddb/Makefile (limited to 'lang/python/python3-maxminddb') diff --git a/lang/python/python3-maxminddb/Makefile b/lang/python/python3-maxminddb/Makefile deleted file mode 100644 index 8310f4a24..000000000 --- a/lang/python/python3-maxminddb/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -# -# Copyright (C) 2019-2020 CZ.NIC z.s.p.o. (http://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:=maxminddb -PKG_VERSION:=2.0.3 -PKG_RELEASE:=1 - -PYPI_NAME:=$(PKG_NAME) -PKG_HASH:=47e86a084dd814fac88c99ea34ba3278a74bc9de5a25f4b815b608798747c7dc - -PKG_MAINTAINER:=Jan Pavlinec -PKG_LICENSE:=Apache-2.0 -PKG_LICENSE_FILES:=LICENSE - -include ../pypi.mk -include $(INCLUDE_DIR)/package.mk -include ../python3-package.mk - -define Package/python3-maxminddb - SECTION:=lang - CATEGORY:=Languages - SUBMENU:=Python - TITLE:=Reader for the MaxMind DB format - URL:=https://dev.maxmind.com/ - DEPENDS:=+python3-light +libmaxminddb -endef - -define Package/python3-maxminddb/description - Module for reading MaxMind DB files -endef - -$(eval $(call Py3Package,python3-maxminddb)) -$(eval $(call BuildPackage,python3-maxminddb)) -$(eval $(call BuildPackage,python3-maxminddb-src)) -- cgit v1.2.3