Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 May 2014 15:58:01 +0100
From:      =?utf-8?Q?Bart=C5=82omiej_Rutkowski?= <r@robakdesign.com>
To:        FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org
Cc:        wg@freebsd.org
Subject:   Re: ports/189714: [PATCH] multimedia/py-subliminal: update to 0.7.4
Message-ID:  <01B58AC0-B89D-4230-859D-CE32F6C83BEF@robakdesign.com>
In-Reply-To: <201405121410.s4CEA1TA044559@freefall.freebsd.org>
References:  <201405121410.s4CEA1TA044559@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help

--Apple-Mail=_109DAF05-4873-40FE-AEE2-B131367F2067
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain;
	charset=utf-8


Wiadomo=C5=9B=C4=87 napisana przez FreeBSD-gnats-submit@FreeBSD.org w =
dniu 12 maj 2014, o godz. 15:10:

> Thank you very much for your problem report.
> It has the internal identification `ports/189714'.
> The individual assigned to look at your
> report is: freebsd-ports-bugs.=20
>=20
> You can access the state of your problem report at any time
> via this link:
>=20
> http://www.freebsd.org/cgi/query-pr.cgi?pr=3D189714
>=20
>> Category:       ports
>> Responsible:    freebsd-ports-bugs
>> Synopsis:       [PATCH] multimedia/py-subliminal: update to 0.7.4
>> Arrival-Date:   Mon May 12 14:10:01 UTC 2014

Please, see attached Makefile with reviewed and updated port =
requirements.=20

WARNING: new requirements depend on =
http://www.freebsd.org/cgi/query-pr.cgi?pr=3D189718 being commited and =
available in ports!

=
http://poudriere.ithil.palantiri.org:8080/latest-per-pkg/py27-subliminal/0=
.7.4/


--Apple-Mail=_109DAF05-4873-40FE-AEE2-B131367F2067
Content-Disposition: attachment;
	filename=Makefile
Content-Type: application/octet-stream;
	name="Makefile"
Content-Transfer-Encoding: 7bit

# Created by: William Grzybowski <william88@gmail.com>
# $FreeBSD: head/multimedia/py-subliminal/Makefile 341385 2014-01-27 12:14:09Z koobs $

PORTNAME=	subliminal
PORTVERSION=	0.7.4
CATEGORIES=	multimedia python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	wg@FreeBSD.org
COMMENT=	Python library to search and download subtitles

LICENSE=	LGPL3

RUN_DEPENDS=	${PYTHON_SITELIBDIR}/bs4/__init__.py:${PORTSDIR}/www/py-beautifulsoup \
		${PYTHON_PKGNAMEPREFIX}enzyme>=0.4.0:${PORTSDIR}/multimedia/py-enzyme \
		${PYTHON_PKGNAMEPREFIX}guessit>=0.7:${PORTSDIR}/multimedia/py-guessit \
		${PYTHON_PKGNAMEPREFIX}requests>=2.0.1:${PORTSDIR}/www/py-requests \
		${PYTHON_PKGNAMEPREFIX}html5lib>0.99:${PORTSDIR}/www/py-html5lib \
		${PYTHON_PKGNAMEPREFIX}chardet>=2.2.1:${PORTSDIR}/textproc/py-chardet \
		${PYTHON_PKGNAMEPREFIX}pysrt>=0.5.0:${PORTSDIR}/textproc/py-pysrt \
		${PYTHON_PKGNAMEPREFIX}babelfish>=0.5.1:${PORTSDIR}/devel/py-babelfish \
		${PYTHON_PKGNAMEPREFIX}xdg>=0.25:${PORTSDIR}/devel/py-xdg \
		${PYTHON_PKGNAMEPREFIX}dogpile.cache>=0.5.2:${PORTSDIR}/devel/py-dogpile.cache

USE_PYTHON=	2
USE_PYDISTUTILS=	yes
PYDISTUTILS_AUTOPLIST=	yes

post-patch:
	@${REINPLACE_CMD} "s/.com',/.com', zip_safe=False,/" \
		${WRKSRC}/setup.py
	@${REINPLACE_CMD} \
		-e 's,^requests.*,requests,g' \
		-e 's,^html5lib.*,html5lib,g' \
		${WRKSRC}/requirements.txt

.include <bsd.port.mk>

--Apple-Mail=_109DAF05-4873-40FE-AEE2-B131367F2067--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?01B58AC0-B89D-4230-859D-CE32F6C83BEF>