From owner-svn-ports-head@freebsd.org Sat Apr 25 23:21:11 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E94BC2C3EC9; Sat, 25 Apr 2020 23:21:11 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 498n935ySqz3D0L; Sat, 25 Apr 2020 23:21:11 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C7B8BF752; Sat, 25 Apr 2020 23:21:11 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 03PNLBeN057880; Sat, 25 Apr 2020 23:21:11 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 03PNLAVH057875; Sat, 25 Apr 2020 23:21:10 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <202004252321.03PNLAVH057875@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mandree set sender to mandree@FreeBSD.org using -f From: Matthias Andree Date: Sat, 25 Apr 2020 23:21:10 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: mandree X-SVN-Commit-Paths: in head/textproc: . py-iso-639 py-iso-639/files X-SVN-Commit-Revision: 532986 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Apr 2020 23:21:12 -0000 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 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