From 97b435c8a5f3af4adb8f2fc0957c5a297ac5b23b Mon Sep 17 00:00:00 2001 From: Jeffery To Date: Thu, 23 Apr 2020 04:38:43 +0800 Subject: [PATCH] python-appdirs: Fix description This fixes the incorrect description for this package, as well as adding a more descriptive title. Signed-off-by: Jeffery To --- lang/python/python-appdirs/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/lang/python/python-appdirs/Makefile b/lang/python/python-appdirs/Makefile index 5f9d2b954..8cd958d3a 100644 --- a/lang/python/python-appdirs/Makefile +++ b/lang/python/python-appdirs/Makefile @@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-appdirs PKG_VERSION:=1.4.3 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_MAINTAINER:=Karel Kočí PYPI_NAME:=appdirs @@ -22,12 +22,13 @@ define Package/python3-appdirs CATEGORY:=Languages SUBMENU:=Python URL:=https://github.com/ActiveState/appdirs - TITLE:=python3-appdirs + TITLE:=Determining platform-specific dirs DEPENDS:=+python3-light endef define Package/python-appdirs/description - The Universal Character Encoding Detector + A small Python module for determining appropriate platform-specific + dirs, e.g. a "user data dir". endef $(eval $(call Py3Package,python3-appdirs))