[Midnightbsd-cvs] mports [22472] trunk/devel: add py-wrapt

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Jun 11 14:33:20 EDT 2017


Revision: 22472
          http://svnweb.midnightbsd.org/mports/?rev=22472
Author:   laffer1
Date:     2017-06-11 14:33:19 -0400 (Sun, 11 Jun 2017)
Log Message:
-----------
add py-wrapt

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

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

Modified: trunk/devel/Makefile
===================================================================
--- trunk/devel/Makefile	2017-06-11 18:30:25 UTC (rev 22471)
+++ trunk/devel/Makefile	2017-06-11 18:33:19 UTC (rev 22472)
@@ -462,6 +462,7 @@
 SUBDIR += py-subversion
 SUBDIR += py-termcolor
 SUBDIR += py-virtualenv
+SUBDIR += py-wrapt
 SUBDIR += py-xdg
 SUBDIR += py-yaml
 SUBDIR += py27-setuptools

Added: trunk/devel/py-wrapt/Makefile
===================================================================
--- trunk/devel/py-wrapt/Makefile	                        (rev 0)
+++ trunk/devel/py-wrapt/Makefile	2017-06-11 18:33:19 UTC (rev 22472)
@@ -0,0 +1,18 @@
+# $MidnightBSD$
+# $FreeBSD: head/devel/py-wrapt/Makefile 432169 2017-01-22 22:27:54Z rene $
+
+PORTNAME=	wrapt
+PORTVERSION=	1.10.8
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Decorators, wrappers and monkey patching
+
+LICENSE=	bsd2
+
+USES=		python
+USE_PYTHON=	autoplist distutils
+
+.include <bsd.port.mk>


Property changes on: trunk/devel/py-wrapt/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-wrapt/distinfo
===================================================================
--- trunk/devel/py-wrapt/distinfo	                        (rev 0)
+++ trunk/devel/py-wrapt/distinfo	2017-06-11 18:33:19 UTC (rev 22472)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1466486348
+SHA256 (wrapt-1.10.8.tar.gz) = 4ea17e814e39883c6cf1bb9b0835d316b2f69f0f0882ffe7dad1ede66ba82c73
+SIZE (wrapt-1.10.8.tar.gz) = 25183


Property changes on: trunk/devel/py-wrapt/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-wrapt/pkg-descr
===================================================================
--- trunk/devel/py-wrapt/pkg-descr	                        (rev 0)
+++ trunk/devel/py-wrapt/pkg-descr	2017-06-11 18:33:19 UTC (rev 22472)
@@ -0,0 +1,5 @@
+The aim of the wrapt module is to provide a transparent object proxy for
+Python, which can be used as the basis for the construction of function
+wrappers and decorator functions.
+
+WWW: https://github.com/GrahamDumpleton/wrapt


Property changes on: trunk/devel/py-wrapt/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