python-appdirs: Fix description
authorJeffery To <redacted>
Wed, 22 Apr 2020 20:38:43 +0000 (04:38 +0800)
committerJeffery To <redacted>
Wed, 22 Apr 2020 20:38:43 +0000 (04:38 +0800)
This fixes the incorrect description for this package, as well as adding
a more descriptive title.

Signed-off-by: Jeffery To <redacted>
lang/python/python-appdirs/Makefile

index 5f9d2b954e367ddbb1fd70e63131227ab5586b07..8cd958d3a3b60c58d133ed6afff22391ee928b36 100644 (file)
@@ -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čí <cynerd@email.cz>
 
 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))
git clone https://git.99rst.org/PROJECT