mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
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>
This commit is contained in:
@@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=python-appdirs
|
PKG_NAME:=python-appdirs
|
||||||
PKG_VERSION:=1.4.3
|
PKG_VERSION:=1.4.3
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=3
|
||||||
PKG_MAINTAINER:=Karel Kočí <cynerd@email.cz>
|
PKG_MAINTAINER:=Karel Kočí <cynerd@email.cz>
|
||||||
|
|
||||||
PYPI_NAME:=appdirs
|
PYPI_NAME:=appdirs
|
||||||
@@ -22,12 +22,13 @@ define Package/python3-appdirs
|
|||||||
CATEGORY:=Languages
|
CATEGORY:=Languages
|
||||||
SUBMENU:=Python
|
SUBMENU:=Python
|
||||||
URL:=https://github.com/ActiveState/appdirs
|
URL:=https://github.com/ActiveState/appdirs
|
||||||
TITLE:=python3-appdirs
|
TITLE:=Determining platform-specific dirs
|
||||||
DEPENDS:=+python3-light
|
DEPENDS:=+python3-light
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/python-appdirs/description
|
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
|
endef
|
||||||
|
|
||||||
$(eval $(call Py3Package,python3-appdirs))
|
$(eval $(call Py3Package,python3-appdirs))
|
||||||
|
|||||||
Reference in New Issue
Block a user