1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00

Simple tools for processing strings in Russian (choose proper form for plurals,

in-words representation of numerals, dates in Russian without locales,
transliteration, etc).

WWW: https://github.com/j2a/pytils/
This commit is contained in:
Ruslan Makhmatkhanov 2015-08-13 21:20:00 +00:00
parent dfdd17b8b3
commit e4c52b2b18
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=394192
4 changed files with 27 additions and 0 deletions

View File

@ -33,6 +33,7 @@
SUBDIR += p5-Text-Hyphen-RU
SUBDIR += p5-XML-Parser-encodings
SUBDIR += p5-cyrillic
SUBDIR += py-pytils
SUBDIR += rubygem-russian
SUBDIR += rubygem-rutils
SUBDIR += rux

View File

@ -0,0 +1,19 @@
# $FreeBSD$
PORTNAME= pytils
PORTVERSION= 0.3
CATEGORIES= russian python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= rm@FreeBSD.org
COMMENT= Russian-specific string utils
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
NO_ARCH= yes
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (pytils-0.3.tar.gz) = 1e85118d095d48928fef1a73e3e1dccdbc07bc931131705976b7dd05b66627fc
SIZE (pytils-0.3.tar.gz) = 89526

View File

@ -0,0 +1,5 @@
Simple tools for processing strings in Russian (choose proper form for plurals,
in-words representation of numerals, dates in Russian without locales,
transliteration, etc).
WWW: https://github.com/j2a/pytils/