mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +00:00
Pyphen is a pure Python module to hyphenate text using existing Hunspell
hyphenation dictionaries. WWW: https://pypi.python.org/pypi/Pyphen/ PR: 201940 Submitted by: Yuri Victorovich <yuri@rawbw.com>
This commit is contained in:
parent
b737e7ac1a
commit
e74408fbbf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=402379
@ -1245,6 +1245,7 @@
|
||||
SUBDIR += py-pyes
|
||||
SUBDIR += py-pygments
|
||||
SUBDIR += py-pygtail
|
||||
SUBDIR += py-pyphen
|
||||
SUBDIR += py-pyscss
|
||||
SUBDIR += py-pysrt
|
||||
SUBDIR += py-pystache
|
||||
|
24
textproc/py-pyphen/Makefile
Normal file
24
textproc/py-pyphen/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# Created by: Yuri Victorovich <yuri@rawbw.com>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pyphen
|
||||
PORTVERSION= 0.9.1
|
||||
CATEGORIES= textproc python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= Pyphen-${PORTVERSION}
|
||||
|
||||
MAINTAINER= yuri@rawbw.com
|
||||
COMMENT= Module to hyphenate text based on Hunspell dictionaries
|
||||
|
||||
LICENSE= GPLv2 LGPL21 MPL
|
||||
LICENSE_COMB= multi
|
||||
LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING.GPL
|
||||
LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING.LGPL
|
||||
LICENSE_FILE_MPL= ${WRKSRC}/COPYING.MPL
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
textproc/py-pyphen/distinfo
Normal file
2
textproc/py-pyphen/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (Pyphen-0.9.1.tar.gz) = f518012a3296689b13f80a879ed75d1f876e6d9c09f982b114e78847407aa515
|
||||
SIZE (Pyphen-0.9.1.tar.gz) = 1020062
|
4
textproc/py-pyphen/pkg-descr
Normal file
4
textproc/py-pyphen/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Pyphen is a pure Python module to hyphenate text using existing Hunspell
|
||||
hyphenation dictionaries.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/Pyphen/
|
Loading…
Reference in New Issue
Block a user