Date: Sun, 5 Jul 2015 18:42:10 +0000 (UTC) From: Ruslan Makhmatkhanov <rm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391369 - in head/textproc/py-stripogram: . files Message-ID: <201507051842.t65IgAiu092680@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rm Date: Sun Jul 5 18:42:09 2015 New Revision: 391369 URL: https://svnweb.freebsd.org/changeset/ports/391369 Log: textproc/py-stripogram: update to 1.5, deprecate - update to 1.5 - limit python to 2.x (fails to build with 3.x) - switch to PyPi - deprecate and set expiration date to 2015-08-05. User should use www/py-html5lib or www/py-beautifulsoup instead. Here is what author writes about: Unless you have some historical reason for using this package, I’d advise against it! [1] [1] https://pypi.python.org/pypi/stripogram Deleted: head/textproc/py-stripogram/files/ Modified: head/textproc/py-stripogram/Makefile head/textproc/py-stripogram/distinfo Modified: head/textproc/py-stripogram/Makefile ============================================================================== --- head/textproc/py-stripogram/Makefile Sun Jul 5 18:18:25 2015 (r391368) +++ head/textproc/py-stripogram/Makefile Sun Jul 5 18:42:09 2015 (r391369) @@ -2,19 +2,18 @@ # $FreeBSD$ PORTNAME= stripogram -PORTVERSION= 1.4 +PORTVERSION= 1.5 CATEGORIES= textproc python -MASTER_SITES= SF/squishdot/strip-o-gram/${PORTVERSION} +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= stripogram-1-4 -EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Converting HTML to Plain Text and stripping specified tags from HTML -WRKSRC= ${WRKDIR}/stripogram +DEPRECATED= Discontinued, author discourages to use it +EXPIRATION_DATE= 2015-08-05 -USES= python -USE_PYTHON= distutils autoplist +USES= python:2 +USE_PYTHON= autoplist distutils .include <bsd.port.mk> Modified: head/textproc/py-stripogram/distinfo ============================================================================== --- head/textproc/py-stripogram/distinfo Sun Jul 5 18:18:25 2015 (r391368) +++ head/textproc/py-stripogram/distinfo Sun Jul 5 18:42:09 2015 (r391369) @@ -1,2 +1,2 @@ -SHA256 (stripogram-1-4.tgz) = 85549f4526a3e8d211219f61317bd37433a6ee31c6659cbd1ea92f52fa0c96d4 -SIZE (stripogram-1-4.tgz) = 10767 +SHA256 (stripogram-1.5.tar.gz) = 8666a1884b9c356cb69bd307d8e728b3b5a7dbc777c0daa3df99f7491eb2007f +SIZE (stripogram-1.5.tar.gz) = 12195
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507051842.t65IgAiu092680>