[Midnightbsd-cvs] mports [22479] trunk/devel: add py-isort

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Jun 11 14:43:04 EDT 2017


Revision: 22479
          http://svnweb.midnightbsd.org/mports/?rev=22479
Author:   laffer1
Date:     2017-06-11 14:43:04 -0400 (Sun, 11 Jun 2017)
Log Message:
-----------
add py-isort

Modified Paths:
--------------
    trunk/devel/Makefile

Added Paths:
-----------
    trunk/devel/py-isort/
    trunk/devel/py-isort/Makefile
    trunk/devel/py-isort/distinfo
    trunk/devel/py-isort/pkg-descr

Modified: trunk/devel/Makefile
===================================================================
--- trunk/devel/Makefile	2017-06-11 18:41:06 UTC (rev 22478)
+++ trunk/devel/Makefile	2017-06-11 18:43:04 UTC (rev 22479)
@@ -450,6 +450,7 @@
 SUBDIR += py-libpeas
 SUBDIR += py-iso8601
 SUBDIR += py-isodate
+SUBDIR += py-isort
 SUBDIR += py-lxml
 SUBDIR += py-notify
 SUBDIR += py-orbit

Added: trunk/devel/py-isort/Makefile
===================================================================
--- trunk/devel/py-isort/Makefile	                        (rev 0)
+++ trunk/devel/py-isort/Makefile	2017-06-11 18:43:04 UTC (rev 22479)
@@ -0,0 +1,18 @@
+# $MidnightBSD$
+# $FreeBSD: head/devel/py-isort/Makefile 432169 2017-01-22 22:27:54Z rene $
+
+PORTNAME=	isort
+PORTVERSION=	4.2.5
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Python import sorter utility
+
+LICENSE=	mit
+
+USES=		python
+USE_PYTHON=	autoplist distutils
+
+.include <bsd.port.mk>


Property changes on: trunk/devel/py-isort/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/py-isort/distinfo
===================================================================
--- trunk/devel/py-isort/distinfo	                        (rev 0)
+++ trunk/devel/py-isort/distinfo	2017-06-11 18:43:04 UTC (rev 22479)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1477222626
+SHA256 (isort-4.2.5.tar.gz) = 56b20044f43cf6e6783fe95d054e754acca52dd43fbe9277c1bdff835537ea5c
+SIZE (isort-4.2.5.tar.gz) = 36361


Property changes on: trunk/devel/py-isort/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/py-isort/pkg-descr
===================================================================
--- trunk/devel/py-isort/pkg-descr	                        (rev 0)
+++ trunk/devel/py-isort/pkg-descr	2017-06-11 18:43:04 UTC (rev 22479)
@@ -0,0 +1,5 @@
+isort is a Python utility and library to sort imports automatically, and
+automatically into sections. It provides a command line utility, library and
+plugins for various editors to quickly sort all your imports.
+
+WWW: https://github.com/timothycrosley/isort


Property changes on: trunk/devel/py-isort/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list