From owner-svn-ports-all@freebsd.org Mon Jan 20 20:11:05 2020 Return-Path: Delivered-To: svn-ports-all@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 39446225774; Mon, 20 Jan 2020 20:11:05 +0000 (UTC) (envelope-from sunpoet@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 481jV06Kt9z3Df9; Mon, 20 Jan 2020 20:11:04 +0000 (UTC) (envelope-from sunpoet@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 B6FF11008; Mon, 20 Jan 2020 20:11:04 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 00KKB4rm095917; Mon, 20 Jan 2020 20:11:04 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00KKB4jo095315; Mon, 20 Jan 2020 20:11:04 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202001202011.00KKB4jo095315@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 20 Jan 2020 20:11:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r523667 - in head/www/py-utidylib: . files X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/www/py-utidylib: . files X-SVN-Commit-Revision: 523667 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Jan 2020 20:11:05 -0000 Author: sunpoet Date: Mon Jan 20 20:11:03 2020 New Revision: 523667 URL: https://svnweb.freebsd.org/changeset/ports/523667 Log: Update to 0.6 - Change MASTER_SITES to CHEESESHOP - Relax USES=python - Update pkg-descr - Update WWW Changes: https://github.com/nijel/utidylib/blob/master/CHANGES.rst Deleted: head/www/py-utidylib/files/ Modified: head/www/py-utidylib/Makefile head/www/py-utidylib/distinfo head/www/py-utidylib/pkg-descr Modified: head/www/py-utidylib/Makefile ============================================================================== --- head/www/py-utidylib/Makefile Mon Jan 20 20:10:58 2020 (r523666) +++ head/www/py-utidylib/Makefile Mon Jan 20 20:11:03 2020 (r523667) @@ -2,10 +2,11 @@ # $FreeBSD$ PORTNAME= utidylib -PORTVERSION= 0.2 -PORTREVISION= 3 +PORTVERSION= 0.6 CATEGORIES= www python +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= uTidylib-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Python interface to tidy-lib @@ -13,22 +14,12 @@ COMMENT= Python interface to tidy-lib LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USE_GITHUB= yes -GH_ACCOUNT= xdissent -GH_PROJECT= utidylib -GH_TAGNAME= 8eb8b3041d4dd44d7b64314da477b93b98bd692d +LIB_DEPENDS= libtidy.so.5:www/tidy-html5 +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} -# XXX Better depend on tidy or tidy-devel??? -LIB_DEPENDS= libtidy.so:www/tidy-lib +USES= python +USE_PYTHON= autoplist concurrent distutils -USES= python:2.7 -USE_PYTHON= distutils autoplist - NO_ARCH= yes - -post-patch: - @${REINPLACE_CMD} \ - -e 's,distutils\.command\.install ,setuptools\.command\.install ,' \ - ${WRKSRC}/setup.py .include Modified: head/www/py-utidylib/distinfo ============================================================================== --- head/www/py-utidylib/distinfo Mon Jan 20 20:10:58 2020 (r523666) +++ head/www/py-utidylib/distinfo Mon Jan 20 20:11:03 2020 (r523667) @@ -1,3 +1,3 @@ -TIMESTAMP = 1496927849 -SHA256 (xdissent-utidylib-0.2-8eb8b3041d4dd44d7b64314da477b93b98bd692d_GH0.tar.gz) = 847d029589877a81dab3c19398c1d94510d679a3e2c7619c5897f59c682fa8f9 -SIZE (xdissent-utidylib-0.2-8eb8b3041d4dd44d7b64314da477b93b98bd692d_GH0.tar.gz) = 14522 +TIMESTAMP = 1579531352 +SHA256 (uTidylib-0.6.tar.gz) = 8735b21e66d7dcdfc979060852c13d6b683fc6113e2cab7af93168419af6dca4 +SIZE (uTidylib-0.6.tar.gz) = 15771 Modified: head/www/py-utidylib/pkg-descr ============================================================================== --- head/www/py-utidylib/pkg-descr Mon Jan 20 20:10:58 2020 (r523666) +++ head/www/py-utidylib/pkg-descr Mon Jan 20 20:11:03 2020 (r523667) @@ -1,4 +1,8 @@ +This is fork of uTidylib with permission with original author. Originally it +incorporated patches from Debian and other distributions, now it also brings +compatibility with recent html-tidy versions and works with Python 3. + This is uTidylib, the Python wrapper for the HTML cleaning library named -TidyLib: +TidyLib. It supports both original Tidy and new HTML5 enabled Tidy. -WWW: https://github.com/xdissent/utidylib +WWW: https://github.com/nijel/utidylib