pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Use tabs for indentation and delete redundant lines



Module Name:	pkgsrc-wip
Committed By:	Min Sik Kim <minskim%NetBSD.org@localhost>
Pushed By:	minskim
Date:		Wed Mar 8 15:52:19 2017 -0800
Changeset:	eacc2f8dada18de5b8cbe58d365456afc9fb152d

Modified Files:
	py-alembic/Makefile

Log Message:
Use tabs for indentation and delete redundant lines

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=eacc2f8dada18de5b8cbe58d365456afc9fb152d

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-alembic/Makefile | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diffs:
diff --git a/py-alembic/Makefile b/py-alembic/Makefile
index e16ad1a434..046069848e 100644
--- a/py-alembic/Makefile
+++ b/py-alembic/Makefile
@@ -7,15 +7,13 @@ MASTER_SITES=	${MASTER_SITE_PYPI:=a/alembic/}
 
 MAINTAINER=	kamelderouiche%yahoo.com@localhost
 HOMEPAGE=	http://bitbucket.org/zzzeek/alembic
-COMMENT=    Database migration tool for SQLAlchemy
+COMMENT=	Database migration tool for SQLAlchemy
 LICENSE=	mit
 
 DEPENDS+=	${PYPKGPREFIX}-sqlalchemy>=0.9.8:../../databases/py-sqlalchemy
 DEPENDS+=	${PYPKGPREFIX}-mako>=0.8.1:../../devel/py-mako
 DEPENDS+=	${PYPKGPREFIX}-nose>=1.3.0:../../devel/py-nose
 
-
-
 USE_LANGUAGES=	# none
 
 do-test:


Home | Main Index | Thread Index | Old Index