7435898531
- fix RUN_DEPENDS - fix install_requires in setup.py patch - while there, add dos2unix PR: 199336 Submitted by: Maxim Filimonov
22 lines
605 B
Makefile
22 lines
605 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= git-up
|
|
PORTVERSION= 1.2.2
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= che@bein.link
|
|
COMMENT= Python implementation of 'git up'
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}GitPython>=0.3.6:${PORTSDIR}/devel/py-gitpython \
|
|
${PYTHON_PKGNAMEPREFIX}colorama>=0.3.2:${PORTSDIR}/devel/py-colorama \
|
|
${PYTHON_PKGNAMEPREFIX}termcolor>=1.1.0:${PORTSDIR}/devel/py-termcolor \
|
|
${PYTHON_PKGNAMEPREFIX}docopt>=0.6.1:${PORTSDIR}/devel/py-docopt
|
|
|
|
USES= python zip dos2unix
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|