mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
- remove bogus setuptools dependency. This port actually using
bundled ``paver'' build tool, that's initiated by distutils's setup.py. - bump PORTREVISION because of dependency change - trim Makefile header - try to avoid PYTHON_SITELIBDIR in *_DEPENDS - limit python version to 2.x only per official docs - use ``yes'' in USE_PYDISTUTILS - whitespace fix in pkg-descr PR: 174320 Submitted by: rm (myself) Approved by: maintainer timeout (2 weeks)
This commit is contained in:
parent
cdc53d2309
commit
d699acd668
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=309501
@ -1,13 +1,9 @@
|
||||
# New ports collection makefile for: flexget
|
||||
# Date created: Fri Mar 5 04:02:22 UTC 2010
|
||||
# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
|
||||
#
|
||||
# Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= flexget
|
||||
PORTVERSION= 1.0r2315
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= http://download.flexget.com/unstable/
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -18,10 +14,9 @@ COMMENT= Program to automate downloading from different sources
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:${PORTSDIR}/devel/py-setuptools \
|
||||
${PYTHON_PKGNAMEPREFIX}nose>=0.11:${PORTSDIR}/devel/py-nose
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>=0.11:${PORTSDIR}/devel/py-nose
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy>=0.7:${PORTSDIR}/databases/py-sqlalchemy \
|
||||
${PYTHON_SITELIBDIR}/yaml/__init__.py:${PORTSDIR}/devel/py-yaml \
|
||||
${PYTHON_PKGNAMEPREFIX}yaml>0:${PORTSDIR}/devel/py-yaml \
|
||||
${PYTHON_PKGNAMEPREFIX}Jinja2>=0.11:${PORTSDIR}/devel/py-Jinja2 \
|
||||
${PYTHON_PKGNAMEPREFIX}pygooglechart>=0:${PORTSDIR}/graphics/py-pygooglechart \
|
||||
${PYTHON_PKGNAMEPREFIX}progressbar>=0:${PORTSDIR}/misc/py-progressbar \
|
||||
@ -34,8 +29,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy>=0.7:${PORTSDIR}/databases/py-sql
|
||||
${PYTHON_PKGNAMEPREFIX}html5lib>=0.11:${PORTSDIR}/www/py-html5lib \
|
||||
${PYTHON_PKGNAMEPREFIX}nose>=0.11:${PORTSDIR}/devel/py-nose
|
||||
|
||||
USE_PYTHON= 2.5+
|
||||
USE_PYDISTUTILS= all
|
||||
USE_PYTHON= -2.7
|
||||
USE_PYDISTUTILS= yes
|
||||
PYDISTUTILS_PKGNAME= FlexGet
|
||||
PYDISTUTILS_PKGVERSION= ${PORTVERSION:C/r.*//}
|
||||
PYDISTUTILS_NOEGGINFO= yes
|
||||
|
@ -12,5 +12,5 @@ support.
|
||||
For example, it works with the following applications:
|
||||
- BitTorrent: rTorrent, uTorrent, Transmission and Deluge
|
||||
- Usenet: nzbget, sabnzb and hellanzb
|
||||
|
||||
|
||||
WWW: http://flexget.com/
|
||||
|
Loading…
Reference in New Issue
Block a user