freebsd-ports/textproc/py-stripogram/Makefile
Ruslan Makhmatkhanov 52027a6366 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
2015-07-05 18:42:09 +00:00

19 lines
459 B
Makefile

# Created by: Oleg Ukraincev <oleg@ht-systems.ru>
# $FreeBSD$
PORTNAME= stripogram
PORTVERSION= 1.5
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
COMMENT= Converting HTML to Plain Text and stripping specified tags from HTML
DEPRECATED= Discontinued, author discourages to use it
EXPIRATION_DATE= 2015-08-05
USES= python:2
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>