diff options
author | Jeffery To <jeffery.to@gmail.com> | 2020-04-23 04:38:43 +0800 |
---|---|---|
committer | Jeffery To <jeffery.to@gmail.com> | 2020-04-23 04:38:43 +0800 |
commit | 97b435c8a5f3af4adb8f2fc0957c5a297ac5b23b (patch) | |
tree | 9b445177a9889616e47e56e8265b431becc27c67 /lang/python/python-appdirs | |
parent | 69d1539075e90e52937a8318b4f58a20e03da9d6 (diff) |
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 <jeffery.to@gmail.com>
Diffstat (limited to 'lang/python/python-appdirs')
-rw-r--r-- | lang/python/python-appdirs/Makefile | 7 |
1 files 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čí <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)) |