Skip to content

Commit

Permalink
textproc/py-pyphen: Update 0.10.0 -> 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yurivict committed May 10, 2022
1 parent 5df512e commit 0ebd001
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
10 changes: 8 additions & 2 deletions textproc/py-pyphen/Makefile
@@ -1,11 +1,10 @@
# Created by: Yuri Victorovich <yuri@rawbw.com>

PORTNAME= pyphen
PORTVERSION= 0.10.0
PORTVERSION= 0.12.0
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= Pyphen-${PORTVERSION}

MAINTAINER= yuri@FreeBSD.org
COMMENT= Module to hyphenate text based on Hunspell dictionaries
Expand All @@ -18,6 +17,13 @@ LICENSE_FILE_MPL11= ${WRKSRC}/COPYING.MPL

USES= python:3.6+
USE_PYTHON= autoplist distutils

NO_ARCH= yes

pre-configure:
@( \
${ECHO} "from setuptools import setup" && \
${ECHO} "setup()" \
) > ${WRKSRC}/setup.py

.include <bsd.port.mk>
6 changes: 3 additions & 3 deletions textproc/py-pyphen/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1604135664
SHA256 (Pyphen-0.10.0.tar.gz) = 719b21dfb4b04fbc11cc0f6112418535fe35474021120cccfffc43a25fe63128
SIZE (Pyphen-0.10.0.tar.gz) = 1886814
TIMESTAMP = 1652216508
SHA256 (pyphen-0.12.0.tar.gz) = b7d3dfc24b6f2178cdb2b1757ace0bd5d222de3e62c28d22ac578c5f22a13e9b
SIZE (pyphen-0.12.0.tar.gz) = 1958745

0 comments on commit 0ebd001

Please sign in to comment.