mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-25 12:02:12 +00:00
python-babel: new package
A collection of tools for internationalizing Python applications. Signed-off-by: Lionel Flandrin <lionel@svkt.org> Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
c78dbd0631
commit
21959ad853
14
package/python-babel/python-babel.mk
Normal file
14
package/python-babel/python-babel.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-babel
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_BABEL_VERSION = 2.3.4
|
||||
PYTHON_BABEL_SOURCE = Babel-$(PYTHON_BABEL_VERSION).tar.gz
|
||||
PYTHON_BABEL_SITE = https://pypi.python.org/packages/6e/96/ba2a2462ed25ca0e651fb7b66e7080f5315f91425a07ea5b34d7c870c114
|
||||
PYTHON_BABEL_SETUP_TYPE = setuptools
|
||||
PYTHON_BABEL_LICENSE = BSD-3c
|
||||
PYTHON_BABEL_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user