mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 18:41:17 +02:00
create bsd12 branch
This commit is contained in:
20
python/py-babel/Makefile
Normal file
20
python/py-babel/Makefile
Normal file
@@ -0,0 +1,20 @@
|
||||
# Created by: Dryice Liu<dryice@dryice.name>
|
||||
# $FreeBSD: head/devel/py-babel/Makefile 415560 2016-05-20 17:06:47Z olivierd $
|
||||
|
||||
PORTNAME= Babel
|
||||
PORTVERSION= 2.3.4
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= https://pypi.io/packages/source/B/${PORTNAME}/
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= gaod@hychen.org
|
||||
COMMENT= Collection of tools for internationalizing Python applications
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytz>0:python/py-pytz@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
NO_ARCH= yes
|
||||
|
||||
|
||||
.include <bsd.port.mk>
|
||||
2
python/py-babel/distinfo
Normal file
2
python/py-babel/distinfo
Normal file
@@ -0,0 +1,2 @@
|
||||
SHA256 (Babel-2.3.4.tar.gz) = c535c4403802f6eb38173cd4863e419e2274921a01a8aad8a5b497c131c62875
|
||||
SIZE (Babel-2.3.4.tar.gz) = 6866920
|
||||
9
python/py-babel/pkg-descr
Normal file
9
python/py-babel/pkg-descr
Normal file
@@ -0,0 +1,9 @@
|
||||
Babel is composed of two major parts:
|
||||
|
||||
* tools to build and work with gettext message catalogs
|
||||
|
||||
* a Python interface to the CLDR (Common Locale Data Repository),
|
||||
providing access to various locale display names, localized
|
||||
number and date formatting, etc.
|
||||
|
||||
WWW: http://babel.pocoo.org/
|
||||
0
python/py-babel/pkg-plist
Normal file
0
python/py-babel/pkg-plist
Normal file
Reference in New Issue
Block a user