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:
parent
dfdd17b8b3
commit
e4c52b2b18
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=394192
@ -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
|
||||
|
19
russian/py-pytils/Makefile
Normal file
19
russian/py-pytils/Makefile
Normal 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>
|
2
russian/py-pytils/distinfo
Normal file
2
russian/py-pytils/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (pytils-0.3.tar.gz) = 1e85118d095d48928fef1a73e3e1dccdbc07bc931131705976b7dd05b66627fc
|
||||
SIZE (pytils-0.3.tar.gz) = 89526
|
5
russian/py-pytils/pkg-descr
Normal file
5
russian/py-pytils/pkg-descr
Normal 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/
|
Loading…
Reference in New Issue
Block a user