[Midnightbsd-cvs] mports [21933] trunk/devel: add py enum34

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Wed Sep 28 23:08:03 EDT 2016


Revision: 21933
          http://svnweb.midnightbsd.org/mports/?rev=21933
Author:   laffer1
Date:     2016-09-28 23:08:03 -0400 (Wed, 28 Sep 2016)
Log Message:
-----------
add py enum34

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

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

Modified: trunk/devel/Makefile
===================================================================
--- trunk/devel/Makefile	2016-09-29 03:05:30 UTC (rev 21932)
+++ trunk/devel/Makefile	2016-09-29 03:08:03 UTC (rev 21933)
@@ -434,6 +434,7 @@
 SUBDIR += py-colorama
 SUBDIR += py-dateutil
 SUBDIR += py-dbus
+SUBDIR += py-enum34
 SUBDIR += py-fileutils
 SUBDIR += py-gdata
 SUBDIR += py-gobject

Added: trunk/devel/py-enum34/Makefile
===================================================================
--- trunk/devel/py-enum34/Makefile	                        (rev 0)
+++ trunk/devel/py-enum34/Makefile	2016-09-29 03:08:03 UTC (rev 21933)
@@ -0,0 +1,27 @@
+# $MidnightBSD$
+# $FreeBSD: head/devel/py-enum34/Makefile 416794 2016-06-12 11:10:00Z bofh $
+
+PORTNAME=	enum34
+PORTVERSION=	1.1.6
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Python 3.4 Enum backported to 3.3, 3.2, 3.1, 2.7
+
+LICENSE=	bsd3
+
+USES=		python:2.7-3.3
+USE_PYTHON=	distutils autoplist
+OPTIONS_DEFINE=	DOCS
+
+PORTDOCS=	*
+DOCSDIR=	${PREFIX}/share/doc/py-${PORTNAME}
+NO_ARCH=	yes
+
+post-install:
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
+	(cd ${WRKSRC}/enum/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR})
+
+.include <bsd.port.mk>


Property changes on: trunk/devel/py-enum34/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-enum34/distinfo
===================================================================
--- trunk/devel/py-enum34/distinfo	                        (rev 0)
+++ trunk/devel/py-enum34/distinfo	2016-09-29 03:08:03 UTC (rev 21933)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1465726997
+SHA256 (enum34-1.1.6.tar.gz) = 8ad8c4783bf61ded74527bffb48ed9b54166685e4230386a9ed9b1279e2df5b1
+SIZE (enum34-1.1.6.tar.gz) = 40048


Property changes on: trunk/devel/py-enum34/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-enum34/pkg-descr
===================================================================
--- trunk/devel/py-enum34/pkg-descr	                        (rev 0)
+++ trunk/devel/py-enum34/pkg-descr	2016-09-29 03:08:03 UTC (rev 21933)
@@ -0,0 +1,5 @@
+An enumeration is a set of symbolic names (members) bound to unique, constant
+values. Within an enumeration, the members can be compared by identity, and
+the enumeration itself can be iterated over.
+
+WWW: https://pypi.python.org/pypi/enum34


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