Date: Mon, 23 Dec 2019 23:00:56 +0000 (UTC) From: Ben Woods <woodsb02@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r520749 - in head/textproc: . py-text-unidecode Message-ID: <201912232300.xBNN0u5a017764@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: woodsb02 Date: Mon Dec 23 23:00:55 2019 New Revision: 520749 URL: https://svnweb.freebsd.org/changeset/ports/520749 Log: Add new port textproc/py-text-unidecode Text-unidecode is the most basic port of the Text::Unidecode Perl library. WWW: https://github.com/kmike/text-unidecode/ PR: 242803 Submitted by: Goran Mekić <meka@tilda.center> Added: head/textproc/py-text-unidecode/ head/textproc/py-text-unidecode/Makefile (contents, props changed) head/textproc/py-text-unidecode/distinfo (contents, props changed) head/textproc/py-text-unidecode/pkg-descr (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Mon Dec 23 22:54:29 2019 (r520748) +++ head/textproc/Makefile Mon Dec 23 23:00:55 2019 (r520749) @@ -1389,6 +1389,7 @@ SUBDIR += py-tabletext SUBDIR += py-tablib SUBDIR += py-terminaltables + SUBDIR += py-text-unidecode SUBDIR += py-textfsm SUBDIR += py-texttable SUBDIR += py-tinycss Added: head/textproc/py-text-unidecode/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-text-unidecode/Makefile Mon Dec 23 23:00:55 2019 (r520749) @@ -0,0 +1,27 @@ +# $FreeBSD$ + +PORTNAME= text-unidecode +PORTVERSION= 1.3 +CATEGORIES= textproc devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= meka@tilda.center +COMMENT= Most basic Text::Unidecode port + +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/LICENSE + +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist concurrent distutils + +TEST_ENV= PYTHONPATH=${WRKSRC}/src + +NO_ARCH= yes + +do-test: + cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m pytest -v -rs -o addopts= + +.include <bsd.port.mk> Added: head/textproc/py-text-unidecode/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-text-unidecode/distinfo Mon Dec 23 23:00:55 2019 (r520749) @@ -0,0 +1,3 @@ +TIMESTAMP = 1577024714 +SHA256 (text-unidecode-1.3.tar.gz) = bad6603bb14d279193107714b288be206cac565dfa49aa5b105294dd5c4aab93 +SIZE (text-unidecode-1.3.tar.gz) = 76885 Added: head/textproc/py-text-unidecode/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-text-unidecode/pkg-descr Mon Dec 23 23:00:55 2019 (r520749) @@ -0,0 +1,3 @@ +Text-unidecode is the most basic port of the Text::Unidecode Perl library. + +WWW: https://github.com/kmike/text-unidecode/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912232300.xBNN0u5a017764>