Browse Source

Merge pull request #11932 from jefferyto/python-appdirs-description

python-appdirs: Fix description
lilik-openwrt-22.03
Rosen Penev 5 years ago
committed by GitHub
parent
commit
25e56f5d9f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 3 deletions
  1. +4
    -3
      lang/python/python-appdirs/Makefile

+ 4
- 3
lang/python/python-appdirs/Makefile View 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))


Loading…
Cancel
Save