View | Details | Raw Unified | Return to bug 217696
Collapse All | Expand All

(-)databases/py-sqlalchemy-migrate/Makefile (-2 / +3 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	sqlalchemy-migrate
4
PORTNAME=	sqlalchemy-migrate
5
PORTVERSION=	0.10.0
5
PORTVERSION=	0.10.0
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	databases python
7
CATEGORIES=	databases python
8
MASTER_SITES=	CHEESESHOP
8
MASTER_SITES=	CHEESESHOP
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 19-25 Link Here
19
		${PYTHON_PKGNAMEPREFIX}Tempita>=0.4:textproc/py-Tempita \
19
		${PYTHON_PKGNAMEPREFIX}Tempita>=0.4:textproc/py-Tempita \
20
		${PYTHON_PKGNAMEPREFIX}decorator>0:devel/py-decorator \
20
		${PYTHON_PKGNAMEPREFIX}decorator>0:devel/py-decorator \
21
		${PYTHON_PKGNAMEPREFIX}sqlparse>0:databases/py-sqlparse \
21
		${PYTHON_PKGNAMEPREFIX}sqlparse>0:databases/py-sqlparse \
22
		${PYTHON_PKGNAMEPREFIX}six>=1.7.0:devel/py-six
22
		${PYTHON_PKGNAMEPREFIX}six>=1.7.0:devel/py-six \
23
		${BUILD_DEPENDS}
23
24
24
USES=		python
25
USES=		python
25
USE_PYTHON=	distutils concurrent autoplist
26
USE_PYTHON=	distutils concurrent autoplist

Return to bug 217696