Date: Sat, 25 Apr 2020 23:21:10 +0000 (UTC) From: Matthias Andree <mandree@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r532986 - in head/textproc: . py-iso-639 py-iso-639/files Message-ID: <202004252321.03PNLAVH057875@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mandree Date: Sat Apr 25 23:21:10 2020 New Revision: 532986 URL: https://svnweb.freebsd.org/changeset/ports/532986 Log: New port: textproc/py-iso-639: Python library for ISO 639 standard PR: 241564 Submitted by: takefu@airport.fm (maintainer) Added: head/textproc/py-iso-639/ head/textproc/py-iso-639/Makefile (contents, props changed) head/textproc/py-iso-639/distinfo (contents, props changed) head/textproc/py-iso-639/files/ head/textproc/py-iso-639/files/patch-setup.py (contents, props changed) head/textproc/py-iso-639/pkg-descr (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Sat Apr 25 23:20:39 2020 (r532985) +++ head/textproc/Makefile Sat Apr 25 23:21:10 2020 (r532986) @@ -1276,6 +1276,7 @@ SUBDIR += py-hypua2jamo SUBDIR += py-isbnlib SUBDIR += py-isbntools + SUBDIR += py-iso-639 SUBDIR += py-jinja2-cli SUBDIR += py-jsonslicer SUBDIR += py-jsx-lexer Added: head/textproc/py-iso-639/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-iso-639/Makefile Sat Apr 25 23:21:10 2020 (r532986) @@ -0,0 +1,21 @@ +# $FreeBSD$ + +PORTNAME= iso-639 +PORTVERSION= 0.4.5 +CATEGORIES= textproc python +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= takefu@airport.fm +COMMENT= Python library for ISO 639 standard + +LICENSE= AGPLv3 +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +USES= python + +USE_GITHUB= yes +GH_ACCOUNT= noumar +GH_PROJECT= iso639 +USE_PYTHON= distutils concurrent autoplist + +.include <bsd.port.mk> Added: head/textproc/py-iso-639/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-iso-639/distinfo Sat Apr 25 23:21:10 2020 (r532986) @@ -0,0 +1,3 @@ +TIMESTAMP = 1572396503 +SHA256 (noumar-iso639-0.4.5_GH0.tar.gz) = e68347887a438a0c49e6fe053206bf5d40348c4624f5ccffadc8bed2fa5e8ac9 +SIZE (noumar-iso639-0.4.5_GH0.tar.gz) = 181377 Added: head/textproc/py-iso-639/files/patch-setup.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-iso-639/files/patch-setup.py Sat Apr 25 23:21:10 2020 (r532986) @@ -0,0 +1,18 @@ +--- setup.py.orig 2016-04-29 14:33:19 UTC ++++ setup.py +@@ -32,13 +32,11 @@ setup( + 'Operating System :: OS Independent', + 'Programming Language :: Python', + 'Programming Language :: Python :: 2', +- 'Programming Language :: Python :: 2.6', + 'Programming Language :: Python :: 2.7', + 'Programming Language :: Python :: 3', +- 'Programming Language :: Python :: 3.2', +- 'Programming Language :: Python :: 3.3', +- 'Programming Language :: Python :: 3.4', + 'Programming Language :: Python :: 3.5', ++ 'Programming Language :: Python :: 3.6', ++ 'Programming Language :: Python :: 3.7', + 'Programming Language :: Python :: Implementation :: CPython', + 'Programming Language :: Python :: Implementation :: PyPy', + 'Topic :: Text Processing :: Linguistic', Added: head/textproc/py-iso-639/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-iso-639/pkg-descr Sat Apr 25 23:21:10 2020 (r532986) @@ -0,0 +1,3 @@ +ISO 639 library for Python + +WWW: https://github.com/noumar/iso639
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004252321.03PNLAVH057875>